home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 500-599 / ff562.lza / Fkeys / makefile < prev    next >
Makefile  |  1991-11-20  |  308b  |  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.