aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.template27
1 files changed, 4 insertions, 23 deletions
diff --git a/config/Makefile.template b/config/Makefile.template
index 62dae6b80..407d17012 100644
--- a/config/Makefile.template
+++ b/config/Makefile.template
@@ -34,16 +34,12 @@ EMACS=EMACSCOMMAND
COQTOP=COQTOPDIRECTORY
VERSION=COQVERSION
-# Path to the directory containing the objective-caml commands
-# Used in src/launch
-CAMLBIN=CAMLBINDIRECTORY
-
# Directory containing Camlp4 binaries. Can be empty if camlp4 is in the PATH
CAMLP4BIN=CAMLP4BINDIRECTORY
-# Camlp4 library directory
+# Camlp4 library directory (avoid CAMLP4LIB used on Windows)
CAMLP4O=CAMLP4TOOL
-CAMLP4LIB=CAMLP4LIBDIRECTORY
+MYCAMLP4LIB=CAMLP4LIBDIRECTORY
# Objective-Caml compile command
OCAMLC=BYTECAMLC
@@ -74,24 +70,9 @@ ARCH=ARCHITECTURE
# Supplementary libs for some systems, currently:
# . Sun Solaris: -cclib -lunix -cclib -lnsl -cclib -lsocket
# . others : -cclib -lunix
-# . windows : -cclib \\ocaml\lib\libunix.lib -cclib wsock32.lib
-
-OSDEPLIBS=OSDEPENDANTLIBS
-
-# Supplementary camlp4 flags for some systems, currently:
-# . ppp : -split_gext
-
-OSDEPP4OPTFLAGS=OSDEPENDANTP4OPTFLAGS
-
-# the caml str lib
-# Unix : -cclib -lstr
-# Windows : -cclib \\ocaml/lib/libstr.lib
-WITH_STR=STRLIBRARY
+# . windows : -cclib -lunix
-# OStype is one of :
-# Unix
-# Win32
-OSTYPE=OSKIND
+OSDEPLIBS=OSDEPENDENTLIBS
# executable files extension, currently:
# Unix systems: