summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Deleted targets used only by Jim Fulton's now deleted "gMakefile".Guido van Rossum1998-01-131-17/+1
* Patch by Brian Gallew for DG/UX. I'm not quite sure what it does butGuido van Rossum1997-12-181-2/+3
* Moved the thread module to its own Setup.thread(.in) file,Guido van Rossum1997-12-041-2/+4
* Change sharedmodules to lib-dynload.Guido van Rossum1997-10-201-1/+1
* 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
* Add unsupported variable EXE which can be set to .exe on systems whereGuido van Rossum1997-08-221-1/+4
* Must remove conflicting files from archiveGuido van Rossum1997-08-211-4/+6
* 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
* 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
* Moved the special compile of getbuildno.o to ../Makefile.in.Guido van Rossum1997-07-251-8/+1
* 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
* 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
* 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
* 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
* added MACHDEP back inGuido van Rossum1995-08-081-0/+3
* split config.c in 1000 parts; new main; new unfinished objective-C moduleGuido van Rossum1995-08-041-9/+9
* pass $PLATFORM into config.cGuido van Rossum1995-07-071-1/+2
* small clarifications / lay outGuido van Rossum1995-04-101-2/+3
* continue after failing for loopGuido van Rossum1995-02-171-1/+1
* create $(DESTSHARED) library if neededGuido van Rossum1995-01-221-1/+4
* added $& to $(LIB) target for SequentGuido van Rossum1995-01-171-1/+1
* changes for C++ (Tim MacKenzie)Guido van Rossum1995-01-101-2/+3
* Another bulky set of minor changes.Guido van Rossum1995-01-021-6/+10
* don't fail moving empty list of shared modulesGuido van Rossum1994-11-101-1/+1
* always make sharedmodsGuido van Rossum1994-10-201-1/+1
* * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH forGuido van Rossum1994-09-121-0/+1
* Support shared library creation.Guido van Rossum1994-09-121-7/+18
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-291-1/+1
* * Modules/Setup.*: removed all except Setup.in (huh? I thoughtGuido van Rossum1994-08-231-1/+2
* Move all code from version.c into config.cGuido van Rossum1994-08-191-2/+3