home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-02-19 | 301 b | 15 lines |
-
- .c.o:
- sc $*.c
-
- example.library : StartUp.o LibInit.o regexp.o
-
- SLINK WITH smakefile.wth
- Copy regexp.library libs:
- Delete regexp.library.info
-
-
- StartUp.o : StartUp.c
- LibInit.o : LibInit.c
- regexp.o : regexp.c regmagic.h regexp.h regexpbase.h
-