From e5af9dfe4bfd948d2301e7104548060531f9f43c Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 17 May 2000 11:29:19 +0000 Subject: 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 --- src/make.configuration.defn | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') 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 -- cgit v1.2.3