]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move Makefile.dep out of lib subdir
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Feb 2002 09:05:16 +0000 (09:05 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Feb 2002 09:05:16 +0000 (09:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@5485 0785d39b-7218-0410-832d-ea1e28bc413d

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

index db7e2cd1b00d1cb6e6774478374376530cf814ba..d70ff1cdf301931643d498e068aeeacfaa836a20 100644 (file)
@@ -98,7 +98,7 @@ $(LIBDIR)/libbase.g.so: $(forward-declarations) $(go-files)
 
 
 clean:
-       -rm -f *~ include/*~ include/*/*~ lib/Makefile.dep
+       -rm -f *~ include/*~ include/*/*~ Makefile.dep
 
 
 #Rule to generate the dependency file. This file is
@@ -110,15 +110,15 @@ clean:
 #note that here we translate file names with data_out_base
 #to three file names with the dimension for which we compile
 #appended
-lib/Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile
+Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile
        @echo ============================ Remaking Makefile
        @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) "-B\$$(LIBDIR)/base" $(cc-files) \
                | $(PERL) -p -e 's!(.*/base/data_out_base)(.g?o)!$$1_1d$$2 $$1_2d$$2 $$1_3d$$2 $$1_4d$$2!g;' \
-               > lib/Makefile.dep
+               > Makefile.dep
 
 
 # include all the dependencies
-include lib/Makefile.dep
+include Makefile.dep
 
 # include a rule which tells how to remake the forward declarations file
 include $D/common/scripts/forward_declarations
index f9a8091883ffce2db04696b8da64c3617912611c..e9f85702de306bc36ba7c4d9fd5d3e776b431a2e 100644 (file)
@@ -151,16 +151,16 @@ $(LIBDIR)/libdeal_II_3d.so: $(o-files-3d)
 #one of the cc-/h-files changed. Make detects whether
 #to remake this file upon inclusion at the bottom
 #of this file.
-lib/Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile
+Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile
        @echo ============================ Remaking Makefile
        @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) "-B\$$(LIBDIR)" $(cc-files) \
                | $(PERL) -p -e 's!LIBDIR\)/(.*):!LIBDIR)/DIM_PLACEHOLDER/$$1:!g;' \
                | $(PERL) -pe 's!(\.g?o):!_DIM_PLACEHOLDER$$1:!g;' \
                | $(PERL) -pe 's!^(.*)/DIM_PLACEHOLDER/(.*)_DIM_PLACEHOLDER(\..*):!$$1/1d/$$2_1d$$3 $$1/2d/$$2_2d$$3 $$1/3d/$$2_3d$$3:!g;'\
-               > lib/Makefile.dep
+               > Makefile.dep
 
 # include all the dependencies
-include lib/Makefile.dep
+include Makefile.dep
 
 # include a rule which tells how to remake the forward declarations file
 include $D/common/scripts/forward_declarations
@@ -171,7 +171,7 @@ include $D/common/scripts/forward_declarations
 ################### some clean-up rules
 
 clean: 
-       -rm -f *~ */*~ */*/*~
+       -rm -f *~ */*~ */*/*~ Makefile.dep
        cd lib ; $(MAKE) clean
 
 
index ab86b2f50bd54587eb5e504d650e5e990d9e927b..951ab6b68b3777e5133a674b98a02a5c82e02923 100644 (file)
@@ -71,7 +71,7 @@ $(LIBDIR)/liblac.g.so: $(forward-declarations) $(go-files)
 
 
 clean:
-       -rm -f *~ include/*~ include/*/*~ lib/Makefile.dep
+       -rm -f *~ include/*~ include/*/*~ Makefile.dep
 
 
 #Rule to generate the dependency file. This file is
@@ -79,13 +79,13 @@ clean:
 #one of the cc-/h-files changed. Make detects whether
 #to remake this file upon inclusion at the bottom
 #of this file.
-lib/Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile
+Makefile.dep: $(cc-files) $(forward-declarations) $(h-files) Makefile
        @echo ============================ Remaking Makefile
        @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) "-B\$$(LIBDIR)/lac" $(cc-files) \
-               > lib/Makefile.dep
+               > Makefile.dep
 
 # include all the dependencies
-include lib/Makefile.dep
+include Makefile.dep
 
 # include a rule which tells how to remake the forward declarations file
 include $D/common/scripts/forward_declarations

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.