summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-06 15:34:39 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-06 15:34:39 +0000
commit03c5fc4e902a4a70ab504ccb70a60955e173c003 (patch)
tree8b7c377cf29b96f8d73c2826192299f4a170a729 /lib/make/make.config.defn.in
parenta0abb4ed23266ee55f2886c79e7b59d08dbcd642 (diff)
Created make variables for the perl scripts - these variables are run
through sed to convert names beginning with, say, //d/foo to d:/foo to allow compilation under cygwin. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@213 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index e30303e2..5c412d4d 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -39,6 +39,13 @@ TOOLKIT_DIR = $(CCTK_HOME)/@TOOLKIT_DIR@
BUILD_DIR = $(TOP)/@BUILD_DIR@
CCTK_LIBDIR = $(TOP)/@CCTK_LIBDIR@
+#The perl scripts run by the make system
+BUILD_ACTIVETHORNS = @BUILD_ACTIVETHORNS@
+CST = @CST@
+
+C_FILE_PROCESSOR = @C_FILE_PROCESSOR@
+F_FILE_PROCESSOR = @F_FILE_PROCESSOR@
+
# The name of the executable
EXE = @EXE@