home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 201.lha / SendMorse / Makefile < prev    next >
Makefile  |  1988-12-27  |  528b  |  25 lines

  1.  
  2. SendMorse: ram:SendMorse
  3.     copy ram:SendMorse SendMorse
  4.  
  5. ram:SendMorse.o: SendMorse.c SendMorse.h
  6.     make ram:SendMorse.c
  7.     make ram:SendMorse.syms
  8.     cc +Iram:SendMorse.syms ram:SendMorse.c
  9.     copy ram:SendMorse.o SendMorse.o
  10.  
  11. ram:SendMorse.c: SendMorse.c
  12.     copy SendMorse.c ram:
  13.  
  14. ram:SendMorse.syms: SendMorse.h
  15.     cc +Hram:SendMorse.syms SendMorse.h
  16.     copy ram:SendMorse.syms SendMorse.syms
  17.  
  18. ram:SendMorse: ram:SendMorse.o
  19.     make ram:c.lib
  20.     ln -o ram:SendMorse ram:SendMorse.o -lram:c
  21.  
  22. ram:c.lib: df1:lib/c.lib
  23.     copy df1:lib/c.lib ram:
  24.  
  25.