]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make makefiles work again after Guido's changes.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Sep 1998 11:11:42 +0000 (11:11 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Sep 1998 11:11:42 +0000 (11:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@587 0785d39b-7218-0410-832d-ea1e28bc413d

15 files changed:
deal.II/deal.II/Attic/examples/Makefile
deal.II/deal.II/Attic/examples/convergence/Makefile
deal.II/deal.II/Attic/examples/dof/Makefile
deal.II/deal.II/Attic/examples/error-estimation/Makefile
deal.II/deal.II/Attic/examples/grid/Makefile
deal.II/deal.II/Attic/examples/multigrid/Makefile
deal.II/deal.II/Attic/examples/poisson/Makefile
deal.II/deal.II/Make.global_options
tests/big-tests/Makefile
tests/big-tests/convergence/Makefile
tests/big-tests/dof/Makefile
tests/big-tests/error-estimation/Makefile
tests/big-tests/grid/Makefile
tests/big-tests/multigrid/Makefile
tests/big-tests/poisson/Makefile

index 1a75c07be4ce1f7a55cef6c9dbbbe3e3b149cccf..452c446d48548bd94d9ccb9234c0df9c850c924e 100644 (file)
@@ -17,7 +17,7 @@ compile: $(compile)
 run    : $(run)
 # for cleaning up: do this also for the present directory
 clean  : $(clean)
-       rm -f *~
+       -rm -f *~
 
 
 # define the action of the targets for the specific subdirectories
@@ -28,4 +28,4 @@ $(run) :
        cd $(@:.run=) ; make run
 
 $(clean) :
-       cd $(@:.clean=) ; make clean
+       -cd $(@:.clean=) ; make clean
index 022319dc4e42897377bfe19a01d0022e2631a1e1..e982c1256773aa4ad99b8ca75cbaaf59d1a4271d 100644 (file)
@@ -39,6 +39,9 @@ delete-files = *gnuplot *.eps *ucd *history
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -92,7 +95,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 8a5bbfb80646e0ccd9cf78ff028cf8fcdf974066..29dee5924548390c38a0f7a5caa3286e99f16e76 100644 (file)
@@ -38,6 +38,8 @@ delete-files = grid* sparsity* *.eps
 
 include ../../Make.global_options
 
+#deal include base path
+D = ../../..
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
@@ -92,7 +94,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 525d0007c7a56c0837aaaabbf016a9552f6f3314..9551e88f5ab23644bac73e3115382f199a88284c 100644 (file)
@@ -44,6 +44,9 @@ delete-files = data-*/*
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -94,7 +97,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 26d900911f17d597f9025136ddf3a6327cc43643..761d643cd3e1376b7183ba0f169b4e7ea7846874 100644 (file)
@@ -38,6 +38,8 @@ delete-files = grid.? *.eps
 
 include ../../Make.global_options
 
+#deal include base path
+D = ../../..
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
index 884d655e973a75e2c6e1abdd04a15e78a46e5584..cad3118764137507e1582d7c4e3537fcdd9b94ba 100644 (file)
@@ -39,6 +39,9 @@ delete-files = *gnuplot *.eps *ucd *history
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -92,7 +95,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 48d95fb5e08017bd495a4843e9187ebd3bb1f334..ec4388a4f2dc1530c88cde01c1ce935b5f688618 100644 (file)
@@ -39,6 +39,9 @@ delete-files = gnuplot* *.eps
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -92,7 +95,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 279554aec8754f95ccab41b56383ac1166cef442..dd7cdcb03c165e6e8d21f44d051c36125854f920 100644 (file)
@@ -31,12 +31,10 @@ CXX       = /home/wolf/bin/gcc/bin/c++
 endif
 
 %.go : %.cc Makefile
-       @echo ======================== Compiling (DEBUG): $<
-#      @echo $(CXX) ... -c $< -o $@
+       @echo "======================== Compiling (DEBUG):" $<
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc Makefile
-       @echo ======================== Compiling (OPT):   $<
-#      @echo $(CXX) ... -c $< -o $@
+       @echo "======================== Compiling (OPT):  " $<
        @$(CXX) $(CXXFLAGS) -c $< -o $@
 
 
index 1a75c07be4ce1f7a55cef6c9dbbbe3e3b149cccf..452c446d48548bd94d9ccb9234c0df9c850c924e 100644 (file)
@@ -17,7 +17,7 @@ compile: $(compile)
 run    : $(run)
 # for cleaning up: do this also for the present directory
 clean  : $(clean)
-       rm -f *~
+       -rm -f *~
 
 
 # define the action of the targets for the specific subdirectories
@@ -28,4 +28,4 @@ $(run) :
        cd $(@:.run=) ; make run
 
 $(clean) :
-       cd $(@:.clean=) ; make clean
+       -cd $(@:.clean=) ; make clean
index 022319dc4e42897377bfe19a01d0022e2631a1e1..e982c1256773aa4ad99b8ca75cbaaf59d1a4271d 100644 (file)
@@ -39,6 +39,9 @@ delete-files = *gnuplot *.eps *ucd *history
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -92,7 +95,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 8a5bbfb80646e0ccd9cf78ff028cf8fcdf974066..29dee5924548390c38a0f7a5caa3286e99f16e76 100644 (file)
@@ -38,6 +38,8 @@ delete-files = grid* sparsity* *.eps
 
 include ../../Make.global_options
 
+#deal include base path
+D = ../../..
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
@@ -92,7 +94,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 525d0007c7a56c0837aaaabbf016a9552f6f3314..9551e88f5ab23644bac73e3115382f199a88284c 100644 (file)
@@ -44,6 +44,9 @@ delete-files = data-*/*
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -94,7 +97,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 26d900911f17d597f9025136ddf3a6327cc43643..761d643cd3e1376b7183ba0f169b4e7ea7846874 100644 (file)
@@ -38,6 +38,8 @@ delete-files = grid.? *.eps
 
 include ../../Make.global_options
 
+#deal include base path
+D = ../../..
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
index 884d655e973a75e2c6e1abdd04a15e78a46e5584..cad3118764137507e1582d7c4e3537fcdd9b94ba 100644 (file)
@@ -39,6 +39,9 @@ delete-files = *gnuplot *.eps *ucd *history
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -92,7 +95,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 
index 48d95fb5e08017bd495a4843e9187ebd3bb1f334..ec4388a4f2dc1530c88cde01c1ce935b5f688618 100644 (file)
@@ -39,6 +39,9 @@ delete-files = gnuplot* *.eps
 include ../../Make.global_options
 
 
+#deal include base path
+D = ../../..
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -92,7 +95,7 @@ Obj.g.a: ./Obj.g.a($(go-files))
 
 
 clean:
-       rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
+       -rm -f *.o *.go *~ Makefile.dep Obj.a Obj.g.a $(target) $(delete-files)
 
 
 

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.