home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / libg++ / etc / PlotFile3D / Makefile.in < prev    next >
Encoding:
Makefile  |  1993-12-12  |  374 b   |  17 lines

  1. # A makefile for the stuff now in libg++/etc
  2.  
  3. srcdir = .
  4.  
  5. LIBS = ../../libg++.a
  6. DEPEND_SOURCES = $(srcdir)/*.cc
  7.  
  8. #### package, host, target, and site dependent Makefile fragments come in here.
  9. ##
  10.  
  11. check: tPlotFile3D
  12.     ./tPlotFile3D
  13.     @echo use plot to look at the plot file test.pl
  14.  
  15. tPlotFile3D: PlotFile3D.o tPlotFile3D.o
  16.     $(CXX) tPlotFile3D.o PlotFile3D.o $(LIBS) -lm -o $@
  17.