summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/make/make.subdir13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index d51fc3bf..cf218a39 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -14,6 +14,19 @@
# Include the main make definitions for this configuration
include $(CONFIG)/make.config.defn
+BINDINGS_DIR=$(TOP)/bindings
+
+# Include the configuration make.THORN_NAME.defn for the thorn
+# if it is not Cactus or CactusBindings
+# (Note: This adds to INC_DIRS which is not necessary --
+# should we empty and completely re-set INC_DIRS here,
+# instead of exporting it from make.thornlib?)
+ifneq ($(THORN), CactusBindings)
+ifneq ($(THORN), Cactus)
+-include $(BINDINGS_DIR)/Configuration/Thorns/make.$(THORN).defn
+endif
+endif
+
# Add appropriate include lines
INC_DIRS += $(SRCDIR) $(SRCDIR)/include