History log of /external/python/cpython2/Demo/embed/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a0b0c6f23c5ca05e026da23049e042e0a0e9086c 11-Jun-2010 Andrew M. Kuchling <amk@amk.ca> Edit comments for current Python; bump version number of Python
/external/python/cpython2/Demo/embed/Makefile
8692c79ba988487b32d3517a1ce78ed761eb47e8 18-Aug-2008 Benjamin Peterson <benjamin@python.org> correct version
/external/python/cpython2/Demo/embed/Makefile
0e21be71da1fcbc3701044c26ecc989712393e79 15-Jun-2005 Michael W. Hudson <mwh@python.net> Update version.

I wonder if there's a way to fix this Makefile to be slightly less
totally unreliable.
/external/python/cpython2/Demo/embed/Makefile
ead36d787434d60cdd697df8debf552cc6d9888c 25-Jul-2002 Fred Drake <fdrake@acm.org> - Make number in comment match the targets in that section of the
Makefile.
- Update the Python version number so we're using the library built
from the current working sources.
/external/python/cpython2/Demo/embed/Makefile
e012e35460e6c33b7c3a042de83c451dba98e430 17-Nov-2001 Fred Drake <fdrake@acm.org> Bump the version number; used to identify the Python runtime we link to.
/external/python/cpython2/Demo/embed/Makefile
89e90d67aa73163b368f0dc42ed78310bda00ac5 02-Jun-2001 Neil Schemenauer <nascheme@enme.ucalgary.ca> Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
directives, which is the role of CPPFLAGS. Closes SF patch #414991.
/external/python/cpython2/Demo/embed/Makefile
d5221a3791df713e08864f3c611c1f75fed0ed55 20-Feb-2001 Barry Warsaw <barry@python.org> import.c -> importexc.c

Added `realclean' target.
/external/python/cpython2/Demo/embed/Makefile
e98626d93f0885da2861cdb482ac5fe88e29df3c 31-Jan-2001 Barry Warsaw <barry@python.org> Add targets to make building `loop' and `import' easier. Useful for
debugging memory leaks and the like.
/external/python/cpython2/Demo/embed/Makefile
7d23b59e3433cfebb917876a9a1a13b622a850c1 23-Jan-2001 Barry Warsaw <barry@python.org> Updates and changes:

- set VERSION to 2.1

- change blddir to ../.. since that seems more common than the old
value (at least for my debugging session).
/external/python/cpython2/Demo/embed/Makefile
3559d1f9b3f33b45de924f5d17dcea6ab949bb41 10-Jan-2001 Guido van Rossum <guido@python.org> Add loop.c -- a test program for repeatedly calling Py_Initialize()
and Py_Finalize(). It seems to dump core right now...
/external/python/cpython2/Demo/embed/Makefile
c716684df85d3a5f22616a8e8565b49911df1129 10-Jul-2000 Guido van Rossum <guido@python.org> Add linker flag -export-dynamic so symbols in libpython*.a are exported.
/external/python/cpython2/Demo/embed/Makefile
964f1233467f68edd888d703ee572ac70196d177 10-Jul-2000 Guido van Rossum <guido@python.org> Adapted for Python 2.0 under RH Linux.
/external/python/cpython2/Demo/embed/Makefile
6e614e3d2a94abb329e727ca41bbf4fbba268701 19-Jul-1997 Guido van Rossum <guido@python.org> Updated the Makefile to work with the new build strategy.
/external/python/cpython2/Demo/embed/Makefile
3caad8c291691dbec58a75db2341d80522793f88 28-Mar-1995 Guido van Rossum <guido@python.org> adapted to new naming; clarify comments somewhat
/external/python/cpython2/Demo/embed/Makefile
705d517e3f4df74b8c04edf54ac73b087c982f32 08-Oct-1994 Guido van Rossum <guido@python.org> initial checkin
/external/python/cpython2/Demo/embed/Makefile