]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adapt to make3.77
authorcvs <cvs@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Oct 1999 21:27:20 +0000 (21:27 +0000)
committercvs <cvs@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Oct 1999 21:27:20 +0000 (21:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@1772 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile
tests/deal.II/Makefile
tests/lac/Makefile

index cc9734688e6adad3fa086ef4a6cbca585daaa57e..030a0155cebd81f94b039f84639e778c0e8d1a7d 100644 (file)
@@ -157,7 +157,7 @@ veryclean: clean
 # Automatic generation of dependencies
 ############################################################
 
-all-cc-files = $(wildcard *.cc)
+all-cc-files = $(shell echo *.cc)
 
 Make.depend: $(all-cc-files)
        @echo =====Dependecies=== Make.depend
index 57c7010df99cfc763274ac54252b42ef2f444271..33eb9de937953362e7ed3d78eadd48bc619514c3 100644 (file)
@@ -15,10 +15,10 @@ include ../../common/Make.global_options
 
 
 # get lists of files we need
-cc-files    = $(wildcard *.cc)
-lib-h-files = $(wildcard ../../deal_II/include/*/*.h) \
-              $(wildcard ../../lac/include/*/*.h) \
-              $(wildcard ../../base/include/*/*.h)
+cc-files    = $(shell echo *.cc)
+lib-h-files = $(shell echo ../../deal_II/include/*/*.h) \
+              $(shell echo ../../lac/include/*/*.h) \
+              $(shell echo ../../base/include/*/*.h)
 executables = $(cc-files:.cc=.testcase)
 output-files= $(cc-files:.cc=.output)
 
index 6fb0981edae89aee311295cda4048b0a9b492407..61417cc1cd7ca773a280a7bb1334efe4ef13f917 100644 (file)
@@ -169,7 +169,7 @@ veryclean: clean
 # Automatic generation of dependencies
 ############################################################
 
-all-cc-files = $(wildcard *.cc)
+all-cc-files = $(shell echo *.cc)
 
 Make.depend: $(all-cc-files)
        @echo =====Dependencies=== Make.depend

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.