summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
Commit message (Collapse)AuthorAgeFilesLines
* Rename Setup.in to Setup.dist, and assume that configure will createFred Drake2000-10-261-10/+6
| | | | Setup (instead of creating it from the Makefile).
* Donn Cave <donn@oz.net>:Fred Drake2000-10-091-1/+1
| | | | | | Updated to work better with BeOS. This closes SourceForge patch #101777.
* Address Bug #115057: add a --with-suffix option to set the EXEGuido van Rossum2000-09-221-4/+4
| | | | | variable in the Makefiles from the configure script. Usefil for Cygwin and Mac OS X builds.
* Moodules -> Modules.Guido van Rossum2000-09-011-1/+1
|
* Minor adjustment to Setup.in message, based on comment from Barry Warsaw.Fred Drake2000-08-311-7/+7
|
* If Setup is older than Setup.in, issue a bold warning that the Setup mayFred Drake2000-08-311-2/+11
| | | | | | need to be checked to make sure all the latest information is present. This closes SourceForge patch #101275.
* Setup.thread => Setup.configBarry Warsaw2000-06-301-2/+2
|
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
| | | | Added new ucnhash module.
* Marc-Andre Lemburg: add new Unicode-related files.Guido van Rossum2000-03-101-0/+3
|
* Patch and new file by Geoff Furnish for C++ compilation.Guido van Rossum1999-12-161-2/+6
|
* 'clean' target should remove hassignal.Guido van Rossum1999-04-121-1/+2
|
* Add $(EXE) to various occurrences of python so it will work on CygwinGuido van Rossum1999-03-231-2/+2
| | | | with egcs (after setting EXE=.exe). Patch by Norman Vine.
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-2/+2
|
* Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy.Guido van Rossum1998-10-071-6/+12
|
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-2/+2
|
* Don't delete glmodule.c on 'make clobber' (it's a checked in file!).Guido van Rossum1998-05-141-1/+1
|
* Deleted targets used only by Jim Fulton's now deleted "gMakefile".Guido van Rossum1998-01-131-17/+1
| | | | | | Also change the build rules to use $(LIBRARY) instead of -L.. -lpython$(VERSION) since the latter trips up the SunOS 4.1.x linker (sigh).
* Patch by Brian Gallew for DG/UX. I'm not quite sure what it does butGuido van Rossum1997-12-181-2/+3
| | | | | | | | | | | | it seems harmless for other platforms. It plays tricks with the name of the library used to link with. Apparently DG/UX really wants a shared library to link with if it wants shared modules to use symbols from the library. I'm not sure why this wasn't an issue with 1.4; DG/UX seems to be the only platform where moving to a single library made things harder! BTW This adds a target to create libpython$(VERSION).so; however this target is *only* for DG/UX.
* Moved the thread module to its own Setup.thread(.in) file,Guido van Rossum1997-12-041-2/+4
| | | | | which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in).
* Change sharedmodules to lib-dynload.Guido van Rossum1997-10-201-1/+1
| | | | ### If you still have sharedmodules in your Modules/Setup file, remove it! ###
* Don Beaudry's changes to support SGI_ABI on Irix 6.x.Guido van Rossum1997-10-091-0/+2
|
* Reverse the order in which Setup and Setup.local are passed to theGuido van Rossum1997-09-071-1/+1
| | | | | | makesetup script. (Sorry Sjoerd -- I know you proposed this a while ago and I didn't think it would work then. I looked again and it does work.)
* Add unsupported variable EXE which can be set to .exe on systems whereGuido van Rossum1997-08-221-1/+4
| | | | | | the executable must have that suffix. Note that there is no corresponding support in the top-level Makefile because I'm not sure that the install targets there make sense under these circumstances.
* Must remove conflicting files from archiveGuido van Rossum1997-08-211-4/+6
| | | | | *before* adding signalmodule.o, because some ar programs are too smart for us...
* When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o.Guido van Rossum1997-08-201-3/+4
|
* Moved inclusion of PURIFY in LINKCC to configureGuido van Rossum1997-08-181-1/+1
|
* When making all, don't make sharedmods. That's now called separatelyGuido van Rossum1997-08-181-1/+1
| | | | from the toplevel Makefile. (For AIX, but doesn't hurt elsewhere.)
* New version of Vladimir Marangozov's AIX hacks -- simpler etc.Guido van Rossum1997-08-061-1/+1
|
* Add a simple way to enable purify; now you can set the Make variableGuido van Rossum1997-08-021-1/+1
| | | | | PURIFY (e.g. in the Setup file or on the make command line) to point to the purify command, to run purify.
* Moved the special compile of getbuildno.o to ../Makefile.in.Guido van Rossum1997-07-251-8/+1
| | | | | A dummy getbuildno.o (with a number of 0) still gets built here, to make the library complete.
* New build procedure.Guido van Rossum1997-07-191-26/+28
|
* Added cgensupport.o.Guido van Rossum1997-04-291-0/+3
|
* Pass VERSION and VPATH into getpath.c.Guido van Rossum1997-04-111-0/+2
|
* Added LDLAST variable, substituted by configure script, for the finalGuido van Rossum1997-01-281-1/+2
| | | | argument to the linker (required for DEC Alpha threads).
* Bump install version to 1.5.Guido van Rossum1997-01-221-1/+1
|
* work build# into version stringGuido van Rossum1997-01-201-2/+9
|
* Added Jeremy's resource module.Guido van Rossum1996-12-181-0/+1
|
* Added Setup.local feature; make shared libs readonlyGuido van Rossum1996-09-111-3/+7
|
* Install shared libs with executable mode -- needed for HPUX,Guido van Rossum1996-08-201-1/+4
| | | | doesn't hurt elsewhere.
* Incorporate LDFLAGS calculated by configure (for --with-readline)Guido van Rossum1996-08-191-2/+3
|
* Also remove *.sl (AIX shared libs) in make clean.Guido van Rossum1996-08-081-1/+1
|
* Changes for AIX shared libsGuido van Rossum1996-07-311-0/+2
|
* Collect together all detailed installation directories.Guido van Rossum1996-07-311-2/+13
|
* Refinements to installation, now uses $(VERSION) etc.Guido van Rossum1996-07-301-4/+5
|
* Added version number to destination.Guido van Rossum1996-07-241-14/+16
| | | | | | | Forget about the trick to create directories through dependencies -- it's impossible to get it right in the light of parallellizing Make implementations and the inability to specify dependencies between directories (because creating the subdirectory modifies the parent).
* Added Jim Fulton's "asharedmodule" targetGuido van Rossum1996-07-211-1/+17
|
* Added more entries to create required target subdirectories for sharedinstall.Guido van Rossum1996-06-171-2/+14
|
* provide access to $(exec_)prefixGuido van Rossum1996-06-121-0/+2
|
* Use ../install-sh to install files.Guido van Rossum1996-05-241-3/+11
|
* Move some stuff around so customizations in Setup take precedenceGuido van Rossum1995-09-301-4/+9
|