svn+ssh://pythondev@svn.python.org/python/trunk
........
r81880 | andrew.kuchling | 2010-06-10 19:14:34 -0500 (Thu, 10 Jun 2010) | 1 line
Edit comments for current Python; bump version number of Python
........
# Makefile for embedded Python use demo.
-# (This version tailored for my Red Hat Linux 6.1 setup;
+# (This version originally written on Red Hat Linux 6.1;
# edit lines marked with XXX.)
# XXX The compiler you are using
srcdir= ../..
# Python version
-VERSION= 3.0
+VERSION= 3.2
# Compiler flags
OPT= -g
# The Python library
LIBPYTHON= $(blddir)/libpython$(VERSION).a
-# XXX edit LIBS (in particular) to match $(blddir)/Modules/Makefile
+# XXX edit LIBS (in particular) to match $(blddir)/Makefile
LIBS= -lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
LDFLAGS= -Xlinker -export-dynamic
SYSLIBS= -lm