Changeset 391 for python/trunk/Demo/embed/Makefile
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Demo/embed/Makefile
r2 r391 1 1 # Makefile for embedded Python use demo. 2 # (This version tailored for my Red Hat Linux 6.1 setup;2 # (This version originally written on Red Hat Linux 6.1; 3 3 # edit lines marked with XXX.) 4 4 … … 11 11 12 12 # Python version 13 VERSION= 2. 613 VERSION= 2.7 14 14 15 15 # Compiler flags … … 22 22 LIBPYTHON= $(blddir)/libpython$(VERSION).a 23 23 24 # XXX edit LIBS (in particular) to match $(blddir)/M odules/Makefile24 # XXX edit LIBS (in particular) to match $(blddir)/Makefile 25 25 LIBS= -lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil 26 26 LDFLAGS= -Xlinker -export-dynamic
Note:
See TracChangeset
for help on using the changeset viewer.