home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-09-30 | 457 b | 21 lines |
- ### MANX Aztec C v5.0a makefile
- #
- # tables.c is a C file created by DictToTables from a dictionary file.
-
- #use 16-bit ints, test at bottom of for(;;)
- CFLAGS = -ps -sf
-
- all: Unjumble PhoneWord AllPhoneWord DictToTables
-
- Unjumble: unjumble.o tables.o
- ln unjumble.o tables.o -lc16
-
- PhoneWord: PhoneWord.o tables.o
- ln PhoneWord.o tables.o -lc16
-
- AllPhoneWord: AllPhoneWord.o
- ln AllPhoneWord.o -lc16
-
- DictToTables: DictToTables.o
- ln DictToTables.o -lc16
-