home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / findutils-4.1-src.lha / findutils-4.1 / xargs / Makefile.am next >
Makefile  |  1994-10-02  |  212b  |  10 lines

  1. PROGRAMS = xargs
  2. MANS = xargs.1
  3. INCLUDES = -I.. -I$(top_srcdir)/lib
  4. LDADD = ../find/version.o ../lib/libfind.a
  5. CONFIG_HEADER = ../config.h
  6.  
  7. $(PROGRAMS): ../find/version.o ../lib/libfind.a
  8.  
  9. xargs.o: ../lib/wait.h
  10.