home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 392.lha / KeyMacro_v1.4 / MakeFile < prev    next >
Encoding:
Makefile  |  1990-06-29  |  553 b   |  23 lines

  1. all:            KeyMacro.SYM KeyMacro-Handler KeyMacro Null-Handler
  2.  
  3. KeyMacro-Handler:    KeyMacro-Handler.o
  4.             LN KeyMacro-Handler.o -Lc
  5.  
  6. KeyMacro-Handler.o:    KeyMacro-Handler.c
  7.             CC -hi KeyMacro.SYM -wnu -so KeyMacro-Handler.c
  8.  
  9. KeyMacro:        KeyMacro.o
  10.             LN -o KeyMacro rstart.o gads.o KeyMacro.o -Larp -Lc
  11.  
  12. KeyMacro.o:        KeyMacro.c
  13.             CC -hi KeyMacro.SYM -m0b -wnu -so KeyMacro.c
  14.  
  15. KeyMacro.SYM:        KeySym.c
  16.             CC -ho KeyMacro.SYM KeySym.c
  17.  
  18. Null-Handler:        Null-Handler.o
  19.             LN Null-Handler.o
  20.  
  21. Null-Handler.o:        Null-Handler.c
  22.             CC -so -wnu -mmscd0b -r4 Null-Handler.c
  23.