From: wolf Date: Mon, 10 Jun 2002 10:17:57 +0000 (+0000) Subject: Seems as if generation of dependency information was broken. Fix this. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aae08734fa703b2d8d861e301d35bede03e374c;p=dealii-svn.git Seems as if generation of dependency information was broken. Fix this. git-svn-id: https://svn.dealii.org/trunk@6038 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index dc63e10441..22c65aa44f 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-10/Makefile b/deal.II/examples/step-10/Makefile index 4333ecdcb8..094a091ee6 100644 --- a/deal.II/examples/step-10/Makefile +++ b/deal.II/examples/step-10/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-11/Makefile b/deal.II/examples/step-11/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-11/Makefile +++ b/deal.II/examples/step-11/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-12/Makefile b/deal.II/examples/step-12/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-12/Makefile +++ b/deal.II/examples/step-12/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-13/Makefile b/deal.II/examples/step-13/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-13/Makefile +++ b/deal.II/examples/step-13/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index 0cd69ee81c..c3c6e93fe4 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index 30673b07b8..f4ad95ceba 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -74,7 +74,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -116,10 +116,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index 84a2408be8..e8944ef339 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index 2780e00497..e3b56ba572 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -72,7 +72,7 @@ libs.o = $(lib-deal2-2d.o) \ # file. Note that by default we use the extension .go for object files # compiled in debug mode and .o for object files in optimized mode. ifeq ($(debug-mode),on) - libraries = $(target).go $(libs.g) + libraries = $(target).g.o $(libs.g) flags = $(CXXFLAGS.g) else libraries = $(target).o $(libs.o) @@ -114,10 +114,10 @@ clean: # compiler are usually not of much interest, we suppress the actual # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. -%.go : %.cc +./%.g.o : @echo ==============debug========= $( Makefile.dep