home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Exemples / Fichiers / emptyhandler.lha / EmptyHandler / makefile < prev    next >
Encoding:
Makefile  |  1992-07-03  |  251 b   |  13 lines

  1. OBJ = empty.o misc.o
  2.  
  3. empty-handler: $(OBJ)
  4.     blink $(OBJ) to empty-handler nd sc sd lib lib:amiga.lib lib:lcr.lib
  5.     copy empty-handler l:
  6.  
  7. misc.o: misc.c
  8.     lc -v -csmuq -rr -ms $(GO) misc
  9.  
  10. empty.o: empty.c
  11.     lc -v -csmuq -rr -ms $(GO) empty
  12.  
  13.