summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
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.config.defn.in
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.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 0faf7fba..e21ac104 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -25,8 +25,6 @@ AR = @AR@
RANLIB = @RANLIB@
PERL = @PERL@
-INC_DIRS =
-
CFLAGS = @CFLAGS@
CXXFLAGS = @CXXFLAGS@
F90FLAGS = @F90FLAGS@
@@ -41,6 +39,10 @@ ARFLAGS = @ARFLAGS@
LIBS = @LIBS@
LIBDIRS = @LIBDIRS@
+# System include directories
+
+SYS_INC_DIRS =
+
# Stuff for the architecture
OS = @host_os@