home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-12-17 | 531 b | 27 lines |
- #
- # SAS/C Makefile
- # --------------------------------------------------
- # DITO extension
- # (C) Dirk Holtwick, 1996
- #
-
- espanol.dito : StartUp.o LibInit.o Cat.o Main.o
- SLINK WITH smakefile.wth TO espanol.dito
- Copy >nil: espanol.dito dito:ext/español.dito
- Delete >nil: espanol.dito.info
- Avail >nil: flush
-
- StartUp.o : StartUp.c
- SC StartUp.c
-
- LibInit.o : LibInit.c Defs.h
- SC LibInit.c
-
- Cat.o : DITO_espanol.cd
- kitcat DITO_espanol.cd CFILE Cat
- SC Cat.c
-
- Main.o : Main.c Cat.h Defs.h Funcs.h
- SC Main.c
-
-