]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add the bits subdir to the targets.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Nov 2002 15:38:20 +0000 (15:38 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Nov 2002 15:38:20 +0000 (15:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@6741 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile

index 7ef4672829f94aa0f4a86a7c9ad2adc7b64a47b0..a0e420d04aaad0d771cac11f5e165af7487e13cf 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: base lac fe deal.II big-tests
+all: base lac fe deal.II bits
 
 base:
        cd base ; $(MAKE)
@@ -13,11 +13,14 @@ lac:
 fe:
        cd fe ; $(MAKE)
 
+bits:
+       cd bits ; $(MAKE)
+
 deal.II:
        cd deal.II ; $(MAKE)
 
 report:
-       @for i in base lac fe deal.II ; do \
+       @for i in base lac fe deal.II bits ; do \
                echo =======Report: $$i ======= ; \
                cd $$i ; $(MAKE) report ; cd .. ; \
         done
@@ -60,8 +63,8 @@ all-headers:
        @rm -rf tmp-all-headers
 
 
-clean: clean-base clean-lac clean-deal.II clean-fe
-veryclean: veryclean-base veryclean-lac veryclean-deal.II veryclean-fe
+clean: clean-base clean-lac clean-deal.II clean-fe clean-bits
+veryclean: veryclean-base veryclean-lac veryclean-deal.II veryclean-fe veryclean-bits
 
 clean-base:
        cd base ; $(MAKE) clean
@@ -87,14 +90,15 @@ clean-deal.II:
 veryclean-deal.II:
        cd deal.II ; $(MAKE) veryclean
 
-clean-big:
-       cd big-tests ; $(MAKE) clean
+clean-bits:
+       cd bits ; $(MAKE) clean
+
+veryclean-bits:
+       cd bits ; $(MAKE) veryclean
 
-veryclean-big:
-       cd big-tests ; $(MAKE) veryclean
 
-.PHONY : all base lac fe deal.II big-tests \
-       clean clean-base clean-lac clean-fe clean-deal.II clean-big \
-       veryclean veryclean-base veryclean-lac veryclean-fe veryclean-deal.II veryclean-big
+.PHONY : all base lac fe deal.II bits \
+       clean clean-base clean-lac clean-fe clean-deal.II clean-bits \
+       veryclean veryclean-base veryclean-lac veryclean-fe veryclean-deal.II veryclean-bits
 
 include Makefile.paths

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.