home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / tcpip / amitcp-support / wustl-ftpdaemon / support / smakefile < prev    next >
Encoding:
Makefile  |  1994-06-29  |  542 b   |  25 lines

  1. OBJS= strcasestr.o getusershell.o authuser.o fnmatch.o ftw.o strsep.o \
  2.       amiga.o unixdirs.o readlink.o regexp.o regerror.o
  3.  
  4. support.lib: $(OBJS)
  5.    oml $@ r $(OBJS)
  6.  
  7. strcasestr.o: strcasestr.c
  8.  
  9. getusershell.o: getusershell.c /src/config.h /config.h
  10.  
  11. authuser.o: authuser.c /src/config.h authuser.h /config.h
  12.  
  13. fnmatch.o: fnmatch.c /src/config.h /config.h
  14.  
  15. ftw.o: ftw.c /src/config.h ftw.h /config.h
  16.  
  17. strsep.o: strsep.c
  18.  
  19. regexp.o: regexp.c regexp.h regmagic.h
  20.  
  21. amiga.o: amiga.c /src/config.h /config.h
  22.  
  23. clean:
  24.     -delete $(OBJS) support.lib
  25.