home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d562 / clisizer.lha / CLIsizer / makefile < prev    next >
Makefile  |  1991-11-20  |  264b  |  21 lines

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