aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-05-17 11:29:19 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-05-17 11:29:19 +0000
commite5af9dfe4bfd948d2301e7104548060531f9f43c (patch)
treef641ecb607970b9177d9fcbed2794525cf6c74ce /src/make.configuration.defn
parent0cb3b5c60824627799c474bd42384f0a7a818ce1 (diff)
Adding the ieee_recombiner utility to the ALL_UTILS make variable.
Set the include path for IEEEIO header to the IEEEIO package that comes with Cactus. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@125 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index b40e1db..ad57bcd 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -17,3 +17,11 @@ MissingPUGHinIOFlexIO:
@echo "IOFlexIO: Please compile with thorn CactusPUGH/PUGH or remove IOFlexIO from Thornlist !"
exit 2
endif
+
+
+# add the recombiner to the Cactus utitlity tools
+ALL_UTILS += ieee_recombiner
+
+# this is the include path for IEEEIO header files
+# when compiling the recombiner with internal IEEEIO package
+IEEEIO_INCLUDE_PATH = $(CCTK_HOME)$(DIRSEP)arrangements/external/IEEEIO/src