]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 May 2000 17:25:28 +0000 (17:25 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 May 2000 17:25:28 +0000 (17:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@2929 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/Makefile.in

index 167c34ce069c2aa1e40c933b54e55d46d1a4c019..e693b09cf325dfc01fec4a700057b3773c221976 100644 (file)
@@ -67,7 +67,8 @@ endif
 
 all: grid_generator.check grid_test.check dof_test.check \
      fe_tables.check gradients.check \
-     constraints.check mg.check mglocal.check wave-test-3.check second_derivatives.check
+     constraints.check mg.check mglocal.check wave-test-3.check \
+     block_matrices.check second_derivatives.check
 
 exe: $(all:.check=.testcase) benchmark
 run: $(all:.check=.output)
@@ -251,6 +252,23 @@ mg.testcase: $(mg-o-files) $(libraries)
 
 
 
+############################################################
+
+
+block_matrices-cc-files = block_matrices.cc 
+
+ifeq ($(debug-mode),on)
+block_matrices-o-files = $(block_matrices-cc-files:.cc=.go)
+else
+block_matrices-o-files = $(block_matrices-cc-files:.cc=.o)
+endif
+
+block_matrices.testcase: $(block_matrices-o-files) $(libraries)
+       @echo =====linking======= $<
+       @$(CXX) $(flags) -o $@ $^
+
+
+
 ############################################################
 # Continue with other targets if needed
 ############################################################

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.