summaryrefslogtreecommitdiffstats
path: root/Misc/Makefile.pre.in
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of weird @SET_CXX@ macro occurrence.Guido van Rossum2001-01-231-3/+2
|
* The C+ compiler is called $(CXX) these days, not CCC.Guido van Rossum2000-12-061-3/+3
| | | | This fixes SF Bug #124478.
* Rename Setup.in to Setup.dist, and assume that configure will createFred Drake2000-10-261-1/+1
| | | | Setup (instead of creating it from the Makefile).
* Setup.thread => Setup.configBarry Warsaw2000-06-301-1/+1
|
* Sjoerd Mullender writes:Guido van Rossum1998-12-091-1/+1
| | | | | | The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions.
* Added a line to process SGI_ABI.Guido van Rossum1998-06-081-0/+1
|
* Add LDLAST to the list of variables processed by the sed script.Guido van Rossum1998-05-201-0/+1
|
* Add some help for AIX. (Konrad Hinsen)Guido van Rossum1998-04-301-0/+4
|
* Add LINKFORSHARED and LDLAST as in the main Makefile.Guido van Rossum1998-03-111-2/+4
|
* Don Beaudry's changes to support SGI_ABI on Irix 6.x.Guido van Rossum1997-10-091-0/+6
|
* The directory containing config.h has changed.Guido van Rossum1997-10-051-1/+2
|
* install: New target that installs shared modules inFred Drake1997-10-041-0/+17
| | | | $exec_prefix/lib/python$VERSION/site-packages by default.
* Adapted to the new build system.Guido van Rossum1997-07-191-23/+10
|
* (Sjoerd:) Incorporate `build number' stuff.Guido van Rossum1997-04-111-2/+8
|
* Added note about "boot" implying "clobber".Guido van Rossum1996-11-271-4/+11
| | | | Added definition TARGET=python for more flexibility.
* Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.Guido van Rossum1996-10-241-0/+3
|
* Add a dependency on clobber to the boot target. Now, if you run "makeGuido van Rossum1996-10-101-1/+1
| | | | -f Makefile.pre.in boot", all traces of previous runs are removed.
* Added 'static' target; add variable TARGET replacing pythonGuido van Rossum1996-10-081-3/+8
|
* Improvement suggested by Sjoerd: use $(MAKE)Guido van Rossum1996-09-111-2/+3
| | | | in boot target and use $(srcdir)/Makefile.pre.in
* Added Makefile.pre.in, my generic makefileGuido van Rossum1996-09-101-0/+264