]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust to new directory structure.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Nov 2010 12:54:48 +0000 (12:54 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Nov 2010 12:54:48 +0000 (12:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@22585 0785d39b-7218-0410-832d-ea1e28bc413d

tests/all-headers/Makefile

index 95ecef828750729c6d5cfbaa878e65d0399ab149..f2b672b5ac7d3e6f59dacb9383c45f45f971cfc4 100644 (file)
@@ -1,8 +1,8 @@
 # collect all header files, and for each try to do the following:
 # generate a file tmp.cc that contains nothing but "#include <xxx>"
-# with this particular header file. then try to compile it. this 
+# with this particular header file. then try to compile it. this
 # sometimes fails since this header does not include all other headers
-# it actually needs. we don't usually see this since we may be 
+# it actually needs. we don't usually see this since we may be
 # including these missing headers into our files before, so that nobody
 # notices the problem. expose it this way.
 
@@ -43,7 +43,7 @@ endif
 default: all
 
 # collect all headers
-HEADERS = $(shell cd $D; echo */include/*/*.h)
+HEADERS = $(shell cd $D; echo include/deal.II/*/*.h)
 TESTS   = $(shell for i in $(HEADERS) ; do echo test-$$i | $(PERL) -pi -e 's/.h$$/.OK/g; s/\//-/g;' ; done)
 
 ID = `id -un`"@"`hostname`

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.