home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 576.lha / Fkeys_v1.1 / makefile < prev    next >
Encoding:
Makefile  |  1991-11-20  |  308 b   |  21 lines

  1. #
  2. #        Makefile for Function Keys 1.1
  3. #
  4. # Macros
  5. #
  6. CFLAGS=+Irad:fkeys.pre
  7. #
  8. # Dependancy entries
  9. #
  10. fkeys: fkeys.o
  11.     ln +q fkeys.o detach.o -lc
  12. #
  13. fkeys.o: rad:fkeys.pre fkeys.c
  14.     cc -q $(CFLAGS) $*.c
  15. #
  16. rad:fkeys.pre: fkeys.pre
  17.     copy fkeys.pre rad:
  18. #
  19. fkeys.pre: includes.h
  20.     cc -a -q -o nil: +h $@ includes.h
  21.