home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / lib / Makefile.am < prev    next >
Makefile  |  1997-07-04  |  488b  |  16 lines

  1. ## Makefile.am for texinfo/lib.
  2. ## $Id: Makefile.am,v 1.4 1997/07/04 20:55:42 karl Exp $
  3. ## Run automake in .. to produce Makefile.in from this.
  4.  
  5. noinst_LIBRARIES = libtxi.a
  6. INCLUDES = -I../intl
  7.  
  8. # Don't need to list alloca.c, etc., Automake includes them.
  9. libtxi_a_SOURCES = getopt.c getopt.h getopt1.c system.h xmalloc.c xstrdup.c
  10. libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
  11. libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
  12.  
  13. ## xx configure for bzero?, clib, other common stuff
  14.  
  15. EXTRA_DIST = README
  16.