home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff376.lzh / Plotter / src / MAKEFILE < prev    next >
Text File  |  1990-10-10  |  1KB  |  33 lines

  1. FILESO = Ableitung.o Diskussion.o BerechnungsRoutinen.o About.o Drucken.o Maus.o
  2.  
  3. Plotter: Plot.o MakeMenu.o $(FILESO) PreCom.sym Plotter.h
  4.     blink with Plotter.lnk
  5.  
  6. PreCom.sym: A.c Plotter.h
  7.     lc -fi -b1 -r -v -cefts -w -ph -oPreCom.sym A.c
  8.  
  9. Ableitung.o: Ableitung.c PreCom.sym
  10.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Ableitung.c
  11.  
  12. Diskussion.o: Diskussion.c PreCom.sym
  13.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Diskussion.c
  14.  
  15. BerechnungsRoutinen.o: BerechnungsRoutinen.c PreCom.sym
  16.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w BerechnungsRoutinen.c
  17.  
  18. About.o: About.c PreCom.sym
  19.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w About.c
  20.  
  21. Drucken.o: Drucken.c PreCom.sym
  22.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Drucken.c
  23.  
  24. Plot.o: Plot.c PreCom.sym
  25.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Plot.c
  26.  
  27. Maus.o: Maus.c PreCom.sym
  28.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w Maus.c
  29.  
  30. MakeMenu.o: MakeMenu.c PreCom.sym
  31.     lc -O -fi -HPreCom.sym -b1 -r -v -j104 -cefts -w MakeMenu.c
  32.  
  33.