aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-05 17:40:57 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-05 17:40:57 +0000
commit88ce8dcbe2876cb473b3cfd1cda9e6a720841b82 (patch)
tree61b690066910fa3aa3219429743ff9ae2560cc62 /src/make.configuration.defn
parent4c57db9d85d547e6099feb9dc7fca52fa97d27ca (diff)
Makes sure that IOFlexIO is always configured with external/IEEEIO.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@45 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
new file mode 100644
index 0000000..70796a4
--- /dev/null
+++ b/src/make.configuration.defn
@@ -0,0 +1,12 @@
+# make.configuration.defn for IOFlexIO
+
+# make sure that IOFlexIO was configured with IEEEIO
+
+ifeq ($(strip $(HAVE_IEEEIO)), )
+$(NAME): MissingIEEEIO
+.pseudo: MissingIEEEIO
+MissingIEEEIO:
+ @echo "IOFlexIO: requires IEEEIO"
+ @echo "IOFlexIO: Please configure Cactus with thorn external/IEEEIO or remove IOFlexIO from Thornlist !"
+ exit 2
+endif