]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove the Make.global_options file from the deal.II directory and use the similar...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Aug 1999 15:24:43 +0000 (15:24 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Aug 1999 15:24:43 +0000 (15:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@1625 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile
tests/deal.II/Makefile
tests/fe/Makefile
tests/lac/Makefile

index bc91412488cbc3a59e4574c3cdfc7c5ef1b43d84..cc9734688e6adad3fa086ef4a6cbca585daaa57e 100644 (file)
@@ -41,6 +41,14 @@ libraries = $(libs)
 flags     = $(CXXFLAGS.o) $(CXXFLAGS)
 endif
 
+%.go : %.cc Makefile
+       @echo =====debug========= $<
+       @$(CXX) $(flags) -c $< -o $@
+%.o : %.cc Makefile
+       @echo =====optimized===== $<
+       @$(CXX) $(flags) -c $< -o $@
+
+
 all: logtest.check reference.check tensor.check
 exe: $(all:.check=.testcase)
 output: $(all:.check=.output)
index 482feabf0af678f050f77ca2700ad2e384ae70d1..e5fe22acef46ae626bf9ab8e271e48d3f2baf41f 100644 (file)
@@ -9,7 +9,7 @@ debug-mode = on
 
 D = ../..
 
-include ../../deal.II/Make.global_options
+include ../../common/Make.global_options
 
 
 
@@ -40,6 +40,13 @@ flags     = $(CXXFLAGS) -L$D/deal.II/lib
 lib-tag   = "deal_II_libraries="
 endif
 
+%.go : %.cc Makefile
+       @echo =====debug========= $<
+       @$(CXX) $(flags) -c $< -o $@
+%.o : %.cc Makefile
+       @echo =====optimized===== $<
+       @$(CXX) $(flags) -c $< -o $@
+
 
 
 # rule to make executables
index 374e9f16788f0d1b4f6477417dc0aa61d8745c3a..de01ab13ee7450f98cdccd134669fb1c30f3a731 100644 (file)
@@ -41,6 +41,14 @@ libraries = $(libs)
 flags     = $(CXXFLAGS.o) $(CXXFLAGS)
 endif
 
+%.go : %.cc Makefile
+       @echo =====debug========= $<
+       @$(CXX) $(flags) -c $< -o $@
+%.o : %.cc Makefile
+       @echo =====optimized===== $<
+       @$(CXX) $(flags) -c $< -o $@
+
+
 all: check
 
 ############################################################
index 561a86e769bd66b75014d49545ebbfa1756cdf1c..baa8642d9d96cd02a5e0a11eec651c4f76ef4d44 100644 (file)
@@ -41,6 +41,15 @@ libraries = $(libs)
 flags     = $(CXXFLAGS.o) $(CXXFLAGS)
 endif
 
+
+%.go : %.cc Makefile
+       @echo =====debug========= $<
+       @$(CXX) $(flags) -c $< -o $@
+%.o : %.cc Makefile
+       @echo =====optimized===== $<
+       @$(CXX) $(flags) -c $< -o $@
+
+
 all: solver.check mgbase.check mg.check
 exe: $(all:.check=.testcase) benchmark
 run: $(all:.check=.output)

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.