home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk373.lzh / Multiplot / source / mplot_src / src.zoo / makefile < prev    next >
Makefile  |  1990-08-02  |  1KB  |  29 lines

  1. Headers =
  2.  
  3. CFLAGS = -O
  4.  
  5. Objects =  alert_test.o                     axes.o \
  6.            clip.o                           color.o \
  7.            errors.o                         file.o  \
  8.            getdat.o                         getfile.o        \
  9.   gethowto.o                       gethowto2.o      \
  10.   iffw.o                           ilbmw.o          \
  11.   main.o                           message.o        \
  12.   mp.o                             packer.o         \
  13.   physio.o                         plot.o           \
  14.   safeclose.o                      savedat.o        \
  15.   screensave.o                     smooth.o         \
  16.   texted.o                         util.o
  17.  
  18.  
  19. $(Objects) : $(Headers)
  20.  
  21. \\mplot\multiplot : $(Objects)
  22.      BLINK lib:c.o+errors.o+screensave.o+iffw.o+ilbmw.o+packer.o+message.o+getfile.o+safeclose.o+getdat.o+gethowto.o+mp.o+file.o+physio.o+plot.o+util.o+color.o+axes.o+clip.o+texted.o+smooth.o+savedat.o
  23. TO //mplot/MultiPlot LIB lib:lcmieee.lib+lib:lcm.lib+lib:lc.lib+lib:amiga.lib
  24. NODEBUG
  25.  
  26.  
  27.  
  28.  
  29.