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

  1. ## Process this file with automake to create Makefile.in
  2.  
  3. noinst_LIBRARIES = sys
  4.  
  5. EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c getopt.c \
  6.     getopt1.c memcpy.c memset.c obstack.c regex.c rx.c \
  7.     strcasecmp.c strcspn.c strdup.c strndup.c strpbrk.c strspn.c \
  8.     strstr.c strtok.c
  9.  
  10. sys_SOURCES = xgetcwd.c xmalloc.c
  11.  
  12. noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h \
  13.     pathmax.h regex.h rx.h xalloca.h xdirent.h xfnmatch.h \
  14.     xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h \
  15.     xunistd.h
  16.     
  17.  
  18. INCLUDES = -I. -I$(srcdir) \
  19.        -I../intl -I$(top_srcdir)/intl \
  20.        -I.. -I$(top_srcdir) 
  21. DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
  22. sys_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@
  23.