home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / textutils-1.19-src.tgz / tar.out / fsf / textutils / lib / Makefile.am < prev    next >
Makefile  |  1996-09-28  |  561b  |  15 lines

  1. ## Process this file with automake to produce Makefile.in
  2. noinst_LIBRARIES = tu
  3.  
  4. EXTRA_DIST = alloca.c memcmp.c memcpy.c memmove.c memset.c \
  5. regex.c rx.c stpcpy.c strpbrk.c strtod.c strtol.c strtoul.c \
  6. getopt.c getopt1.c
  7.  
  8. tu_SOURCES = error.c full-write.c getline.c \
  9. linebuffer.c long-options.c md5.c memcasecmp.c memchr.c safe-read.c \
  10. xmalloc.c xstrtod.c xstrtol.c xstrtoul.c
  11.  
  12. tu_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@
  13. noinst_HEADERS = error.h getline.h getopt.h linebuffer.h \
  14. long-options.h md5.h memcasecmp.h regex.h rx.h xstrtod.h xstrtol.h xstrtoul.h
  15.