home *** CD-ROM | disk | FTP | other *** search
Makefile | 1988-12-28 | 528 b | 25 lines |
-
- SendMorse: ram:SendMorse
- copy ram:SendMorse SendMorse
-
- ram:SendMorse.o: SendMorse.c SendMorse.h
- make ram:SendMorse.c
- make ram:SendMorse.syms
- cc +Iram:SendMorse.syms ram:SendMorse.c
- copy ram:SendMorse.o SendMorse.o
-
- ram:SendMorse.c: SendMorse.c
- copy SendMorse.c ram:
-
- ram:SendMorse.syms: SendMorse.h
- cc +Hram:SendMorse.syms SendMorse.h
- copy ram:SendMorse.syms SendMorse.syms
-
- ram:SendMorse: ram:SendMorse.o
- make ram:c.lib
- ln -o ram:SendMorse ram:SendMorse.o -lram:c
-
- ram:c.lib: df1:lib/c.lib
- copy df1:lib/c.lib ram:
-
-