home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / sed / makefile.am < prev    next >
Encoding:
Makefile  |  1998-07-02  |  261 b   |  12 lines

  1. ## Process this file with automake to produce Makefile.in
  2. bin_PROGRAMS = sed
  3.  
  4. sed_SOURCES = sed.c compile.c execute.c utils.c
  5. noinst_HEADERS = basicdefs.h regex-sed.h sed.h utils.h
  6.  
  7. INCLUDES = -I$(top_srcdir)/lib
  8.  
  9. LDADD = ../lib/libsed.a
  10.  
  11. $(PROGRAMS): $(LDADD)
  12.