]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Mar 1998 08:33:18 +0000 (08:33 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Mar 1998 08:33:18 +0000 (08:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@63 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/Makefile
tests/big-tests/Makefile

index e874cc83e65b4515b61b83ef3cb43343a45789cb..5f54731868392616f702fc2020de110f56bb7255 100644 (file)
@@ -22,16 +22,20 @@ h-files  = $(wildcard ../include/*.h)
 examples: $(cc-files:.cc=)
 
 %.o : %.cc
-       $(CXX) $(CXXFLAGS) -o $@ -c $<
+       @echo ================= Compiling $<
+       @$(CXX) $(CXXFLAGS.g) -o $@ -g -c $<
 
 grid/grid_test: grid/grid_test.o
-       $(CXX) $(CXXFLAGS) -o $@ $< $(LIBS)
+       @echo ================= Linking $@
+       @$(CXX) $(CXXFLAGS) -o $@ $< $(LIBS)
 
 dof/dof_test: dof/dof_test.o
-       $(CXX) $(CXXFLAGS.g) -o $@ $< $(LIBS.g) -lg++
+       @echo ================= Linking $@
+       @$(CXX) $(CXXFLAGS.g) -o $@ $< $(LIBS.g) -lg++
 
 poisson/poisson: poisson/poisson.o
-       $(CXX) $(CXXFLAGS.g) -o $@ $< $(LIBS.g) -lg++
+       @echo ================= Linking $@
+       @$(CXX) $(CXXFLAGS.g) -o $@ $< ../../mia/control.o $(LIBS.g) -lg++
 
 
 run: run_grid_test run_dof_test
@@ -58,6 +62,7 @@ clean:
 #to remake this file upon inclusion at the bottom
 #of this file.
 Makefile.dep: $(cc-files) $(h-files)
-       $(CXX) $(INCPATH) -M $(cc-files) > Makefile.dep
+       @echo ================= Making $@
+       @$(CXX) $(INCPATH) -M $(cc-files) > Makefile.dep
 
 include Makefile.dep
index e874cc83e65b4515b61b83ef3cb43343a45789cb..5f54731868392616f702fc2020de110f56bb7255 100644 (file)
@@ -22,16 +22,20 @@ h-files  = $(wildcard ../include/*.h)
 examples: $(cc-files:.cc=)
 
 %.o : %.cc
-       $(CXX) $(CXXFLAGS) -o $@ -c $<
+       @echo ================= Compiling $<
+       @$(CXX) $(CXXFLAGS.g) -o $@ -g -c $<
 
 grid/grid_test: grid/grid_test.o
-       $(CXX) $(CXXFLAGS) -o $@ $< $(LIBS)
+       @echo ================= Linking $@
+       @$(CXX) $(CXXFLAGS) -o $@ $< $(LIBS)
 
 dof/dof_test: dof/dof_test.o
-       $(CXX) $(CXXFLAGS.g) -o $@ $< $(LIBS.g) -lg++
+       @echo ================= Linking $@
+       @$(CXX) $(CXXFLAGS.g) -o $@ $< $(LIBS.g) -lg++
 
 poisson/poisson: poisson/poisson.o
-       $(CXX) $(CXXFLAGS.g) -o $@ $< $(LIBS.g) -lg++
+       @echo ================= Linking $@
+       @$(CXX) $(CXXFLAGS.g) -o $@ $< ../../mia/control.o $(LIBS.g) -lg++
 
 
 run: run_grid_test run_dof_test
@@ -58,6 +62,7 @@ clean:
 #to remake this file upon inclusion at the bottom
 #of this file.
 Makefile.dep: $(cc-files) $(h-files)
-       $(CXX) $(INCPATH) -M $(cc-files) > Makefile.dep
+       @echo ================= Making $@
+       @$(CXX) $(INCPATH) -M $(cc-files) > Makefile.dep
 
 include Makefile.dep

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.