From dd5eb7c6f9ec5fcfff28202843f023f950500ba6 Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 6 Feb 2014 18:36:42 +0000 Subject: Export more variables git-svn-id: http://svn.cactuscode.org/flesh/trunk@5075 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/make.config.defn.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in index fc4ee72c..3a2a5c34 100644 --- a/lib/make/make.config.defn.in +++ b/lib/make/make.config.defn.in @@ -252,7 +252,7 @@ ifeq ($(strip $(CCTK_DEBUG_MODE)),yes) endif # Is this an optimising configuration ? -CCTK_OPTIMISE_MODE = @OPTIMISE_MODE@ +export CCTK_OPTIMISE_MODE = @OPTIMISE_MODE@ ifeq ($(strip $(CCTK_OPTIMISE_MODE)),yes) CPPFLAGS += $(CPP_OPTIMISE_FLAGS) @@ -271,7 +271,7 @@ else endif # Is this a profiling configuration ? -CCTK_PROFILE_MODE = @PROFILE_MODE@ +export CCTK_PROFILE_MODE = @PROFILE_MODE@ ifeq ($(strip $(CCTK_PROFILE_MODE)),yes) CPPFLAGS += $(CPP_PROFILE_FLAGS) @@ -284,7 +284,7 @@ ifeq ($(strip $(CCTK_PROFILE_MODE)),yes) endif # Are we building with OpenMP support ? -CCTK_OPENMP_MODE = @OPENMP_MODE@ +export CCTK_OPENMP_MODE = @OPENMP_MODE@ ifeq ($(strip $(CCTK_OPENMP_MODE)),yes) CPPFLAGS += $(CPP_OPENMP_FLAGS) -- cgit v1.2.3