From: wolf Date: Tue, 16 Mar 1999 19:47:11 +0000 (+0000) Subject: Use the file with the global options for compiler runs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=126cb78b84f65d5cbacb014c6fda56b91becc301;p=dealii-svn.git Use the file with the global options for compiler runs. git-svn-id: https://svn.dealii.org/trunk@1017 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/Makefile b/deal.II/lac/source/Makefile index 69fac1516e..f9d7608a1c 100644 --- a/deal.II/lac/source/Makefile +++ b/deal.II/lac/source/Makefile @@ -1,13 +1,6 @@ # $Id$ -CXX = c++ -INCLUDE = -I../include -I../../base/include -CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \ - -Winline -Woverloaded-virtual \ - $(INCLUDE) -CXXFLAGS =-O3 -Wuninitialized -finline-functions -ffast-math \ - -felide-constructors -fnonnull-objects \ - $(INCLUDE) +D=../.. cc-files = $(wildcard *.cc) o-files = $(cc-files:.cc=.o) @@ -16,7 +9,7 @@ h-files = $(wildcard ../include/*/*.h) forward-declarations = $D/lac/include/lac/forward-declarations.h -D=../.. +include $D/deal.II/Make.global_options %.go : %.cc Makefile