summaryrefslogtreecommitdiffstats
path: root/Demo/embed/Makefile
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-27 23:21:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-27 23:21:13 (GMT)
commit68d83d1c7f0dad3bbe37a02e0090dfd92bbb13b1 (patch)
tree691e340acf38f330dde64e7593b31bccc07d2d26 /Demo/embed/Makefile
parent599e65417fe0fcb59703ee9882beff8826460e5b (diff)
downloadcpython-68d83d1c7f0dad3bbe37a02e0090dfd92bbb13b1.zip
cpython-68d83d1c7f0dad3bbe37a02e0090dfd92bbb13b1.tar.gz
cpython-68d83d1c7f0dad3bbe37a02e0090dfd92bbb13b1.tar.bz2
Merged revisions 81880 via svnmerge from
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 ........
Diffstat (limited to 'Demo/embed/Makefile')
-rw-r--r--Demo/embed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile
index 857b5e5..273df30 100644
--- a/Demo/embed/Makefile
+++ b/Demo/embed/Makefile
@@ -1,5 +1,5 @@
# 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
@@ -10,7 +10,7 @@ blddir= ../..
srcdir= ../..
# Python version
-VERSION= 3.0
+VERSION= 3.2
# Compiler flags
OPT= -g
@@ -21,7 +21,7 @@ CPPFLAGS= $(INCLUDES)
# 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