home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-12 | 374 b | 17 lines |
- # A makefile for the stuff now in libg++/etc
-
- srcdir = .
-
- LIBS = ../../libg++.a
- DEPEND_SOURCES = $(srcdir)/*.cc
-
- #### package, host, target, and site dependent Makefile fragments come in here.
- ##
-
- check: tPlotFile3D
- ./tPlotFile3D
- @echo use plot to look at the plot file test.pl
-
- tPlotFile3D: PlotFile3D.o tPlotFile3D.o
- $(CXX) tPlotFile3D.o PlotFile3D.o $(LIBS) -lm -o $@
-