]> https://gitweb.dealii.org/ - dealii.git/commitdiff
multigrid added
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 9 Mar 2005 21:36:10 +0000 (21:36 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 9 Mar 2005 21:36:10 +0000 (21:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10072 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile

index a454741abcad10248412d041b4265339358a677c..4e7a7ba7e5777a33dc1763891ec93fd858db52bc 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile,v 1.14 2002/09/19 13:53:47 wolf Exp
 # Common Makefile for all test directories
 
-all: compare base lac fe deal.II bits
+all: compare base lac fe deal.II multigrid bits
 
 base: compare abort.o
        cd base ; $(MAKE)
@@ -19,8 +19,11 @@ bits: compare abort.o
 deal.II: compare abort.o
        cd deal.II ; $(MAKE)
 
+multigrid: compare abort.o
+       cd multigrid ; $(MAKE)
+
 report: compare abort.o
-       @for i in base lac fe deal.II bits ; do \
+       @for i in base lac fe deal.II multigrid bits ; do \
                echo =======Report: $$i ======= ; \
                cd $$i ; $(MAKE) report ; cd .. ; \
         done
@@ -40,7 +43,7 @@ report+mail:
 
 # compilation of tests only, no execution of tests
 
-build: build-base build-lac build-fe build-deal.II build-bits
+build: build-base build-lac build-fe build-deal.II build-multigrid build-bits
 
 build-base: abort.o
        cd base ; $(MAKE) exe
@@ -57,6 +60,9 @@ build-bits: abort.o
 build-deal.II: abort.o
        cd deal.II ; $(MAKE) exe
 
+build-multigrid: abort.o
+       cd multigrid ; $(MAKE) exe
+
 
 # compilation and execution of tests only, no comparison with
 # reference values

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.