]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make Makefile use better suited paths to my local compiler.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 May 1998 21:01:32 +0000 (21:01 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 May 1998 21:01:32 +0000 (21:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@337 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/Makefile
deal.II/deal.II/source/grid/Makefile
deal.II/deal.II/source/numerics/Makefile
deal.II/lac/source/Makefile

index 09ead1b63ada9867850a1c33a20b035563336b08..deac3668082aff29fad067568c62be6583cde175 100644 (file)
@@ -1,22 +1,6 @@
 # $Id$
 
-CXX       = c++
-INCLUDE   = -I../../include -I../../../lac/include \
-            -I../../../base/include -I../../../mia/include
-CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \
-            -Winline -Woverloaded-virtual -fno-rtti -fno-exceptions \
-            $(INCLUDE)
-CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
-           -funroll-loops -felide-constructors -fnonnull-objects \
-           -fno-rtti -fno-exceptions $(INCLUDE)
-
-ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc-2.8.1/bin/c++
-endif
-
-ifeq ($(shell uname),SunOS)
-CXX       = /usr/local/gcc/gcc-2.8.1/bin/c++
-endif
+include ../../Make.global_options
 
 
 cc-files = $(wildcard *.cc)
index d2c8d84ce7c19279c3bed51ff9d46e05ac0cdb8a..b4793b6e2dc65ab9ee66f869bd961698c6bbed57 100644 (file)
@@ -1,22 +1,6 @@
 # $Id$
 
-CXX       = c++
-INCLUDE   = -I../../include -I../../../lac/include \
-            -I../../../base/include -I../../../mia/include
-CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \
-            -Winline -Woverloaded-virtual -fno-rtti -fno-exceptions \
-            $(INCLUDE)
-CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
-           -funroll-loops -felide-constructors -fnonnull-objects \
-           -fno-rtti -fno-exceptions $(INCLUDE)
-
-ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc-2.8.1/bin/c++
-endif
-
-ifeq ($(shell uname),SunOS)
-CXX       = /usr/local/gcc/gcc-2.8.1/bin/c++
-endif
+include ../../Make.global_options
 
 
 cc-files = $(wildcard *.cc)
index 71aa9021f24c66336e4495d51bcabf0530b76cc7..150e4287ff57a0fe64f9ddb024a96bbeabb4b2da 100644 (file)
@@ -1,22 +1,6 @@
 # $Id$
 
-CXX       = c++
-INCLUDE   = -I../../include -I../../../lac/include \
-            -I../../../base/include -I../../../mia/include
-CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \
-            -Winline -Woverloaded-virtual -fno-rtti -fno-exceptions \
-            $(INCLUDE)
-CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
-           -funroll-loops -felide-constructors -fnonnull-objects \
-           -fno-rtti -fno-exceptions $(INCLUDE)
-
-ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc-2.8.1/bin/c++
-endif
-
-ifeq ($(shell uname),SunOS)
-CXX       = /usr/local/gcc/gcc-2.8.1/bin/c++
-endif
+include ../../Make.global_options
 
 
 cc-files = $(wildcard *.cc)
index bfbba351982ed704b7c9a7cb4c534ffdd891c456..6dc445564cac4f09ddda1d11e5a868df0b75533c 100644 (file)
@@ -10,7 +10,7 @@ CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
            -fno-rtti -fno-exceptions $(INCLUDE)
 
 ifeq ($(shell uname),Linux)
-CXX       = /home/wolf/bin/gcc-2.8.1/bin/c++
+CXX       = /home/wolf/bin/gcc/bin/c++
 endif
 
 ifeq ($(shell uname),SunOS)

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.