home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / regexp / src / smakefile < prev    next >
Encoding:
Makefile  |  1998-02-19  |  301 b   |  15 lines

  1.  
  2. .c.o:
  3.     sc $*.c
  4.  
  5. example.library :  StartUp.o LibInit.o regexp.o
  6.  
  7.                    SLINK WITH smakefile.wth
  8.                    Copy regexp.library libs:
  9.                    Delete regexp.library.info
  10.  
  11.  
  12. StartUp.o : StartUp.c
  13. LibInit.o : LibInit.c
  14. regexp.o  : regexp.c regmagic.h regexp.h regexpbase.h
  15.