]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Contains only options for compiling with egcs now
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Feb 1999 19:27:49 +0000 (19:27 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 Feb 1999 19:27:49 +0000 (19:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@758 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Make.global_options

index 67d4157a3cb6c988ffa472f7b6da40585b464b6c..41b960fa4677cca969f880bb5752e7f7f95d0468 100644 (file)
@@ -1,16 +1,11 @@
 # $Id$
-# Copyright W. Bangerth, University of Heidelberg, 1998
-
-# Global options for all compilations (compilations in /source now
-# use other options! THEY REALLY SHOULD NOT (gk))
+# Copyright W. Bangerth, G. Kanschat, University of Heidelberg, 1998, 1999
 
 # This file uses the variable $D, which is the deal home directory,
 # that is, the parent directory of this directory.
 #
 # Please set $D to the right path before including this file!
 
-deal_II_dimension=2
-
 vpath %.a $D/base/lib
 vpath %.a $D/lac/lib
 vpath %.a $D/deal.II/lib
@@ -18,20 +13,12 @@ vpath %.a $D/deal.II/lib
 CXX       = c++
 INCLUDE   = -I$D/deal.II/include -I$D/lac/include \
             -I$D/base/include
-CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \
+CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -pedantic -Wconversion \
             -Winline -Woverloaded-virtual \
-            $(INCLUDE) -Ddeal_II_dimension=$(deal_II_dimension)
+            $(INCLUDE)
 CXXFLAGS  =-O3 -Wuninitialized -finline-functions -ffast-math \
            -felide-constructors -fnonnull-objects \
-           $(INCLUDE) \
-           -Ddeal_II_dimension=$(deal_II_dimension)
-
-%.go : %.cc Makefile
-       @echo "======================== Compiling (DEBUG):" $<
-       @$(CXX) $(CXXFLAGS.g) -c $< -o $@
-%.o : %.cc Makefile
-       @echo "======================== Compiling (OPT):  " $<
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+           $(INCLUDE)
 
 
 

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.