From 88ce8dcbe2876cb473b3cfd1cda9e6a720841b82 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 5 Oct 1999 17:40:57 +0000 Subject: 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 --- src/make.configuration.defn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/make.configuration.defn 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 -- cgit v1.2.3