summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-04-10 11:37:18 (GMT)
committerGuido van Rossum <guido@python.org>1995-04-10 11:37:18 (GMT)
commitf4449def3b0e4d7d2e197920cb7f9db4f2e9df04 (patch)
treea7a9d326b43821d444c9156457e8c25535e7ec7d /Modules/Makefile.pre.in
parent6233293ce554a7eb63334928f685c85e05d973c8 (diff)
downloadcpython-f4449def3b0e4d7d2e197920cb7f9db4f2e9df04.zip
cpython-f4449def3b0e4d7d2e197920cb7f9db4f2e9df04.tar.gz
cpython-f4449def3b0e4d7d2e197920cb7f9db4f2e9df04.tar.bz2
small clarifications / lay out
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r--Modules/Makefile.pre.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 3424a87..9b28a95 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -6,7 +6,6 @@
# brought up to date by running "make Makefile". (The makesetup also
# creates config.c from config.c.in in the source directory.)
-LINKCC = $(CC)
# === Variables set by makesetup ===
MODOBJS= _MODOBJS_
@@ -23,6 +22,8 @@ CC= @CC@
RANLIB= @RANLIB@
AR= @AR@
+OPT= @OPT@
+
DEFS= @DEFS@
LIBS= @LIBS@
LIBM= @LIBM@
@@ -47,8 +48,8 @@ DESTSHARED= $(exec_prefix)/lib/python/$(MACHDEP)
# === Variables that are customizable by hand ===
+LINKCC= $(CC)
INCLDIR= $(srcdir)/../Include
-OPT= @OPT@
CFLAGS= $(OPT) -I$(INCLDIR) -I.. $(DEFS)
MKDEP= mkdep