-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)
#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)
-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 $@
-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 $@
-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)
#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)