]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Re-arrange files into a more uniform directory structure that has top-level include...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Oct 2010 22:29:30 +0000 (22:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Oct 2010 22:29:30 +0000 (22:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@22478 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile
tests/Makefile.rules

index d93a955daa8ecd874a6b7082023591ac2d3aa279..dcea3d384c9ee4007c9e2d02c3f2c173c363b042 100644 (file)
@@ -24,7 +24,7 @@ nofail-dirs = a-framework       \
              $(if $(USE_CONTRIB_UMFPACK:no=),  umfpack,) \
              $(if $(USE_CONTRIB_METIS:no=),    metis,) \
              $(if $(USE_CONTRIB_HSL:no=),      hsl,) \
-             $(shell if grep -q 'define HAVE_LIBLAPACK' $D/base/include/base/config.h ;\
+             $(shell if grep -q 'define HAVE_LIBLAPACK' $D/include/deal.II/base/config.h ;\
                 then echo lapack ; fi)
 
 # now define the targets that actually do something
index 925a1bee7baa5899be05fa6ba647450dd28bbb89..9c0d7ae9267629fc21d39f1e8c29a86f18b3c24f 100644 (file)
@@ -216,16 +216,8 @@ endif
 
 ############################################################
 # link with all libraries:
-libraries = $(lib-deal2-1d.g) \
-            $(lib-deal2-2d.g) \
-            $(lib-deal2-3d.g) \
-            $(lib-lac.g)  \
-            $(lib-base.g)
-libraries_o = $(lib-deal2-1d.o) \
-            $(lib-deal2-2d.o) \
-            $(lib-deal2-3d.o) \
-            $(lib-lac.o)  \
-            $(lib-base.o)
+libraries = $(lib-deal2.g)
+libraries_o = $(lib-deal2.o)
 
 ############################################################
 # After all these general rules, here is the target to be

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.