home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 503a.lha / PrintImage_v1.0 / MakeFile < prev    next >
Encoding:
Makefile  |  1991-05-05  |  198 b   |  11 lines

  1. CFLAGS        = -so -wu -hi Print.SYM
  2. OBJS        = PrintImage.o
  3.  
  4. all:        Print.SYM PrintImage
  5.  
  6. PrintImage:    $(OBJS)
  7.         LN +q -m -o $@ $(OBJS) -Lreq -Lc +CD
  8.  
  9. Print.SYM:    PreInclude.c
  10.         CC -ho Print.SYM PreInclude.c
  11.