]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Compilerpfade in Makefiles
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Oct 1998 14:01:10 +0000 (14:01 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Oct 1998 14:01:10 +0000 (14:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@615 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/Makefile
deal.II/deal.II/Attic/examples/convergence/Makefile
deal.II/deal.II/Make.global_options
deal.II/deal.II/source/Makefile
deal.II/lac/source/Makefile
tests/big-tests/convergence/Makefile

index 7e5862387badb54634be227146b34f5c2732acbc..50c4512b750db39c2ac874c1e84940e14a0502ec 100644 (file)
@@ -9,15 +9,6 @@ CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
            -funroll-loops -felide-constructors -fnonnull-objects \
            -fno-rtti $(INCLUDE)
 
-ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc/bin/c++
-endif
-
-ifeq ($(shell uname),SunOS)
-CXX       = c++
-endif
-
-
 cc-files = $(wildcard *.cc)
 o-files  = $(cc-files:.cc=.o)
 go-files = $(cc-files:.cc=.go)
index eac73ec72930bd0cf8d098be6a4879972dd13081..9a73077e3e599691335044687ce37714e80e9c15 100644 (file)
@@ -39,7 +39,7 @@ delete-files = *gnuplot *.eps *ucd *history
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/deal.II/Make.global_options
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
index 62a222aa300cd81a42d91d4956f15fcbd8b12d04..5cff23d40f1de78c66e884c9ca2ad3b210535438 100644 (file)
@@ -26,10 +26,6 @@ CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
            -fno-rtti $(INCLUDE) \
            -Ddeal_II_dimension=$(deal_II_dimension)
 
-ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc/bin/c++
-endif
-
 %.go : %.cc Makefile
        @echo "======================== Compiling (DEBUG):" $<
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
index 2b523ca3a786d2e434cb86f8039559f12b4560b7..26d2c822442b2543c3f94d659ce105b58252b6c3 100644 (file)
@@ -37,15 +37,6 @@ CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
            -fno-rtti $(INCLUDE) \
            -Ddeal_II_dimension=$(deal_II_dimension)
 
-ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc/bin/c++
-endif
-
-ifeq ($(shell uname),SunOS)
-CXX       = g++
-endif
-
-
 %.go :
        @echo ============================ Compiling with debugging information:   $<
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
index 00a238d75a919e317464de4a305ef41ed974cd43..54379dc7a2e06387e8b3858f3ec68e75521e5547 100644 (file)
@@ -9,15 +9,6 @@ CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
            -funroll-loops -felide-constructors -fnonnull-objects \
            -fno-rtti $(INCLUDE)
 
-ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc/bin/c++
-endif
-
-ifeq ($(shell uname),SunOS)
-CXX       = g++
-endif
-
-
 cc-files = $(wildcard *.cc)
 o-files  = $(cc-files:.cc=.o)
 go-files = $(cc-files:.cc=.go)
index eac73ec72930bd0cf8d098be6a4879972dd13081..9a73077e3e599691335044687ce37714e80e9c15 100644 (file)
@@ -39,7 +39,7 @@ delete-files = *gnuplot *.eps *ucd *history
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/deal.II/Make.global_options
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)

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.