]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
all-header accelerated and compactified
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Oct 2002 12:40:04 +0000 (12:40 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Oct 2002 12:40:04 +0000 (12:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@6633 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile
tests/Makefile.headers [new file with mode: 0644]

index bdc876c1e60d2203cce0b188ca774e47e67c4c31..7ef4672829f94aa0f4a86a7c9ad2adc7b64a47b0 100644 (file)
@@ -1,5 +1,5 @@
 # Generated automatically from Makefile.in by configure.
-# $Id$
+# 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
@@ -48,12 +48,11 @@ all-headers:
                         for j in */*.h ; do echo $$j ; done` ; \
                popd > /dev/null ; \
                cd tmp-all-headers ; \
-               cp ../base/Makefile . ; \
+               cp ../Makefile.headers Makefile ; \
                for j in $$headers ; do \
-                       echo ; echo ; \
-                       echo "********** Checking for $$j ************" ; \
+                       echo "=====Header======== $$j " ; \
                        echo "#include <$$j>" > tmp.cc ; \
-                       if $(MAKE) tmp.go ; then : ; else exit 1 ; fi ; \
+                       if $(MAKE) -s tmp.go ; then : ; else exit 1 ; fi ; \
                        rm -f tmp.* ; \
                done ; \
                cd .. ; \
diff --git a/tests/Makefile.headers b/tests/Makefile.headers
new file mode 100644 (file)
index 0000000..bae8424
--- /dev/null
@@ -0,0 +1,18 @@
+# Generated automatically from Makefile.in by configure.
+# Generated automatically from Makefile.in by configure.
+############################################################
+# Makefile,v 1.27 2002/09/03 17:39:25 wolf Exp
+# Copyright (C) 2000, 2001, 2002 by the deal.II authors
+############################################################
+
+############################################################
+# Include general settings for including DEAL libraries
+############################################################
+
+include ../Makefile.paths
+include $D/common/Make.global_options
+debug-mode = on
+
+default: tmp.go
+
+include ../Makefile.rules

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.