summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-27 00:44:18 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-27 00:44:18 +0000
commit5570d5651684307443b874bf2663d6b7354a5462 (patch)
tree47d777d4d9b90c0909400ee4d91f9a3cdd80550a /lib/make/make.subdir
parent9808dc61761e6f3db3cc0aa653c2282dd10b2b22 (diff)
Changed the way include files are handled slightly. This should
shorten some include paths, and allows us to add system include paths like the path to mpi.h easily. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@352 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.subdir')
-rw-r--r--lib/make/make.subdir4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index 563199a2..73cde479 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -15,11 +15,11 @@
include $(CONFIG)/make.config.defn
# Add appropriate include lines
-INC_DIRS += $(SRCDIR) $(SRCDIR)/include $(CONFIG) $(TOP)/bindings/include $(CCTK_HOME)/src/include
+INC_DIRS += $(SRCDIR) $(SRCDIR)/include
EXTRA_DEFINES += THORN_IS_$(THORN)
-# Include the subdirectories local include data
+# Include the subdirectory's local include data
include $(SRCDIR)/make.code.defn
# Turn source file names into object file names