From b4439d35759f27706b6a619ff33a58787c65ea94 Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Thu, 28 Jan 2010 12:44:37 +0000 Subject: [PATCH] New Makefile for Reinit library. --- AMDiS/Reinit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMDiS/Reinit/Makefile b/AMDiS/Reinit/Makefile index 2d71747b..9a9fc959 100644 --- a/AMDiS/Reinit/Makefile +++ b/AMDiS/Reinit/Makefile @@ -4,14 +4,14 @@ DEFS = -DPACKAGE=\"AMDiS\" -DVERSION=\"0.1\" -DHAVE_DLFCN_H=1 DEBUG = 0 AMDIS_DIR = ../ -INCLUDES = -I./src -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/compositeFEM/src -I$(AMDIS_DIR)/lib/boost_1_34_1 -I$(AMDIS_DIR)/lib/mtl4 +INCLUDES = -I./src -I$(AMDIS_DIR)/src -I$(AMDIS_DIR)/compositeFEM/src -I$(AMDIS_DIR)/lib/mtl4 ifeq ($(strip $(DEBUG)), 0) CPPFLAGS = -O2 else CPPFLAGS = -g -O0 endif -CPPFLAGS += -ftemplate-depth-30 +CPPFLAGS += -ftemplate-depth-40 VPATH = .:$(AMDIS_DIR)/Reinit/src -- GitLab