home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / lib / smakefile < prev    next >
Encoding:
Makefile  |  2000-06-06  |  521 b   |  30 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Sat Sep 11 10:43:25 1999
  4. #
  5.  
  6. CFLAGS= IDIR / DEF HAVE_CONFIG_H DEF __GNU_LIBRARY__ DEF WORDS_BIGENDIAN OPT PARM r
  7. OBJS= alloca.o getopt.o getopt1.o regex.o# memchr.o memcmp.o memmove.o strerror.o
  8.  
  9. sed.lib: $(OBJS)
  10.     oml $@ $(OBJS)
  11.  
  12. alloca.o: alloca.c
  13.  
  14. getopt.o: getopt.c getopt.h
  15.  
  16. getopt1.o: getopt1.c getopt.h
  17.  
  18. memchr.o: memchr.c
  19.  
  20. memcmp.o: memcmp.c
  21.  
  22. memmove.o: memmove.c /config.h
  23.  
  24. regex.o: regex.c regex-gnu.h
  25.  
  26. strerror.o: strerror.c /config.h
  27.  
  28. clean:
  29.     delete $(OBJS)
  30.