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

  1. ## Process this file with automake to produce Makefile.in
  2. noinst_LIBRARIES = libsed.a
  3. noinst_HEADERS = regex-gnu.h getopt.h
  4.  
  5. libsed_a_SOURCES = getopt1.c getopt.c
  6. EXTRA_DIST = memmove.c regex.c strerror.c
  7.  
  8. libsed_a_LIBADD = @LIBOBJS@ @ALLOCA@
  9. libsed_a_DEPENDENCIES = $(libsed_a_LIBADD)
  10.