home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC7.DMS / in.adf / cppdemo.lha / C++ / FPlot / makefile < prev    next >
Encoding:
Makefile  |  1992-03-14  |  106 b   |  7 lines

  1. plot:
  2.  cppc plot.o fclass.o
  3. plot.o: plot.c fclass.h
  4.  c++ plot.c
  5. fclass.o: fclass.c fclass.h
  6.  c++ fclass.c
  7.