Guido van Rossum
|
c201bf46b9
|
Get rid of weird @SET_CXX@ macro occurrence.
|
2001-01-23 01:53:41 +00:00 |
Guido van Rossum
|
37da22b3f4
|
The C+ compiler is called $(CXX) these days, not CCC.
This fixes SF Bug #124478.
|
2000-12-06 23:46:29 +00:00 |
Fred Drake
|
cf3bc8c5a5
|
Rename Setup.in to Setup.dist, and assume that configure will create
Setup (instead of creating it from the Makefile).
|
2000-10-26 17:07:40 +00:00 |
Barry Warsaw
|
6de7213e7a
|
Setup.thread => Setup.config
|
2000-06-30 16:04:18 +00:00 |
Guido van Rossum
|
9819e4c5cf
|
Sjoerd Mullender writes:
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.
|
1998-12-09 17:05:33 +00:00 |
Guido van Rossum
|
795a4bc666
|
Added a line to process SGI_ABI.
|
1998-06-08 21:22:12 +00:00 |
Guido van Rossum
|
750c8cee7e
|
Add LDLAST to the list of variables processed by the sed script.
|
1998-05-20 15:53:22 +00:00 |
Guido van Rossum
|
cc8e1a4ed7
|
Add some help for AIX. (Konrad Hinsen)
|
1998-04-30 13:34:12 +00:00 |
Guido van Rossum
|
38d3fe012e
|
Add LINKFORSHARED and LDLAST as in the main Makefile.
|
1998-03-11 17:49:55 +00:00 |
Guido van Rossum
|
91922677ea
|
Don Beaudry's changes to support SGI_ABI on Irix 6.x.
|
1997-10-09 20:24:13 +00:00 |
Guido van Rossum
|
474ba3bd46
|
The directory containing config.h has changed.
|
1997-10-05 03:01:28 +00:00 |
Fred Drake
|
bfeb74d4ca
|
install: New target that installs shared modules in
$exec_prefix/lib/python$VERSION/site-packages by default.
|
1997-10-04 04:56:40 +00:00 |
Guido van Rossum
|
bef03ae032
|
Adapted to the new build system.
|
1997-07-19 22:52:43 +00:00 |
Guido van Rossum
|
24c93591cd
|
(Sjoerd:) Incorporate `build number' stuff.
|
1997-04-11 15:25:47 +00:00 |
Guido van Rossum
|
bec74843de
|
Added note about "boot" implying "clobber".
Added definition TARGET=python for more flexibility.
|
1996-11-27 19:38:53 +00:00 |
Guido van Rossum
|
b0259bc3ad
|
Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.
|
1996-10-24 21:47:45 +00:00 |
Guido van Rossum
|
43e6661d25
|
Add a dependency on clobber to the boot target. Now, if you run "make
-f Makefile.pre.in boot", all traces of previous runs are removed.
|
1996-10-10 19:12:47 +00:00 |
Guido van Rossum
|
434882e6e9
|
Added 'static' target; add variable TARGET replacing python
|
1996-10-08 17:21:11 +00:00 |
Guido van Rossum
|
946cf890d4
|
Improvement suggested by Sjoerd: use $(MAKE)
in boot target and use $(srcdir)/Makefile.pre.in
|
1996-09-11 12:15:07 +00:00 |
Guido van Rossum
|
1631cbe03a
|
Added Makefile.pre.in, my generic makefile
|
1996-09-10 18:19:23 +00:00 |