summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 20:42:56 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-25 20:42:56 +0000
commit83dede5d57dc3d0827cebf9c9fd44d23b054f2d7 (patch)
tree79fe40ec94dfa78ffba64b3a30bdc8c7196de4e1 /lib/make/make.config.defn.in
parent0b6da916508c5d3444b8b8acbea1b63d5bf5a147 (diff)
Lots more changes to get things working under NT.
Almost there. Everything seems to compile, modulo a problem I just spotted, with only the final linking remaining. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@589 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 734a0fe3..7d0afc34 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -41,6 +41,18 @@ FCOMPILEONLY = @FCOMPILEONLY@
# Most compilers use -o for naming the executable, alas some don't
CREATEEXE = @CREATEEXE@
+# On Unix a /
+DIRSEP = @DIRSEP@
+
+# Mostly a single space, sometimes nothing at all
+OPTIONSEP = @OPTIONSEP@
+
+C_DEPEND = @C_DEPEND@
+CXX_DEPEND = @CXX_DEPEND@
+
+# Command used to get the working directory
+GET_WD = @GET_WD@
+
# Library info
LIBS = @LIBS@
@@ -48,7 +60,7 @@ LIBDIRS = @LIBDIRS@
# System include directories
-SYS_INC_DIRS =
+SYS_INC_DIRS = @SYS_INC_DIRS@
# Stuff for the architecture