home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 329.lha / MultiPlot / source / Makefile < prev    next >
Makefile  |  1990-01-05  |  199b  |  10 lines

  1. OBJECTS = file.o getdat.o getfile.o gethowto.o iffw.o ilbmw.o message.o \
  2.     mp.o packer.o physio.o plot.o safeclose.o screensave.o util.o
  3.  
  4. .c.o :
  5.         lc $<
  6.  
  7. Multiplot :    $(OBJECTS)
  8.         blink with mp.with
  9.  
  10.