summaryrefslogtreecommitdiffstats
path: root/Demo/embed/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update version.Michael W. Hudson2005-06-151-1/+1
| | | | | I wonder if there's a way to fix this Makefile to be slightly less totally unreliable.
* - Make number in comment match the targets in that section of theFred Drake2002-07-251-2/+2
| | | | | | Makefile. - Update the Python version number so we're using the library built from the current working sources.
* Bump the version number; used to identify the Python runtime we link to.Fred Drake2001-11-171-1/+1
|
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-1/+2
| | | | directives, which is the role of CPPFLAGS. Closes SF patch #414991.
* import.c -> importexc.cBarry Warsaw2001-02-201-4/+6
| | | | Added `realclean' target.
* Add targets to make building `loop' and `import' easier. Useful forBarry Warsaw2001-01-311-2/+5
| | | | debugging memory leaks and the like.
* Updates and changes:Barry Warsaw2001-01-231-2/+2
| | | | | | | - set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session).
* Add loop.c -- a test program for repeatedly calling Py_Initialize()Guido van Rossum2001-01-101-1/+8
| | | | and Py_Finalize(). It seems to dump core right now...
* Add linker flag -export-dynamic so symbols in libpython*.a are exported.Guido van Rossum2000-07-101-1/+2
|
* Adapted for Python 2.0 under RH Linux.Guido van Rossum2000-07-101-5/+6
|
* Updated the Makefile to work with the new build strategy.Guido van Rossum1997-07-191-19/+18
|
* adapted to new naming; clarify comments somewhatGuido van Rossum1995-03-281-2/+3
|
* initial checkinGuido van Rossum1994-10-081-0/+42