home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-06-29 | 553 b | 23 lines |
- all: KeyMacro.SYM KeyMacro-Handler KeyMacro Null-Handler
-
- KeyMacro-Handler: KeyMacro-Handler.o
- LN KeyMacro-Handler.o -Lc
-
- KeyMacro-Handler.o: KeyMacro-Handler.c
- CC -hi KeyMacro.SYM -wnu -so KeyMacro-Handler.c
-
- KeyMacro: KeyMacro.o
- LN -o KeyMacro rstart.o gads.o KeyMacro.o -Larp -Lc
-
- KeyMacro.o: KeyMacro.c
- CC -hi KeyMacro.SYM -m0b -wnu -so KeyMacro.c
-
- KeyMacro.SYM: KeySym.c
- CC -ho KeyMacro.SYM KeySym.c
-
- Null-Handler: Null-Handler.o
- LN Null-Handler.o
-
- Null-Handler.o: Null-Handler.c
- CC -so -wnu -mmscd0b -r4 Null-Handler.c
-