summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* libainstall: Install Modules/Setup.thread in addition to Modules/Setup andFred Drake1997-12-091-0/+1
* Skip directories when installing library files; this avoids problemsGuido van Rossum1997-12-021-0/+1
* Make modes for installed files and directories variables; change theGuido van Rossum1997-12-021-8/+15
* Suggestion by David Ascher: set EXE macro to empty string and use itGuido van Rossum1997-11-111-2/+5
* Install Misc/Makefile.pre.in in the config/ install directory.Guido van Rossum1997-10-291-0/+1
* Rename sharedmodules to lib-dynload.Guido van Rossum1997-10-201-3/+3
* Oops -- needed to fix another place affected by the change back toGuido van Rossum1997-10-061-7/+8
* Install install-sh with the other config files.Guido van Rossum1997-10-041-0/+1
* Install config.h under $exec_prefix/include rather than $exec_prefix/lib.Guido van Rossum1997-09-111-2/+5
* #Oops, missed a plat- prefix (for Lib/generic).Guido van Rossum1997-09-081-1/+1
* Forgot to install the test/output directory!Guido van Rossum1997-09-081-1/+1
* Added a new variable TESTPYTHON which contains the path (and args) forBarry Warsaw1997-08-291-2/+3
* Should remove getbuildno.o/buildno files in clobber/distclean targets.Guido van Rossum1997-08-291-1/+2
* Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bashGuido van Rossum1997-08-201-2/+2
* Need to define AR since it is used, and not all Makes define it by default.Guido van Rossum1997-08-191-0/+1
* Change the order in which things are built -- build the shared modulesGuido van Rossum1997-08-181-1/+7
* Build getbuildno.o here, to adequately update it every time a newGuido van Rossum1997-07-251-1/+15
* For use with Misc/Makefile.pre.in, the libainstall target must installGuido van Rossum1997-07-191-0/+1
* Change libainstall again: need to install fewer files for "freeze";Guido van Rossum1997-07-191-4/+1
* New build procedure, using a single library libpython$(VERSION) atGuido van Rossum1997-07-191-13/+21
* Don't stop if the tests fail the first time around.Guido van Rossum1997-06-021-1/+1
* Force PYTHONPATH= empty when running test suite.Guido van Rossum1997-05-221-2/+2
* TESTPATH is no longer neededGuido van Rossum1997-05-131-3/+2
* Unroll the for loop used for building python, so the first threeGuido van Rossum1997-04-231-9/+19
* (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it.Guido van Rossum1997-04-111-0/+1
* target libinstall:Fred Drake1997-03-131-0/+2
* Bump install version to 1.5.Guido van Rossum1997-01-221-1/+1
* Add the Lib/MACHDEP subdir to TESTPATH.Guido van Rossum1997-01-111-1/+1
* Add $(srcdir) in front of the test program's name (else it won't workGuido van Rossum1997-01-031-1/+1
* Switched over to use the new testregr.py test harness.Barry Warsaw1997-01-021-2/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-10/+17
* Use 574PATH, not $(PATH) -- it's a shell variableGuido van Rossum1996-09-101-1/+1
* Fix $PATH and add $PYTHONPATH used to run regen.Guido van Rossum1996-08-281-1/+2
* Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it wouldGuido van Rossum1996-08-211-1/+1
* MACHDEP and regen problem is now taken care ofGuido van Rossum1996-08-191-4/+3
* Collect together all detailed installation directories.Guido van Rossum1996-07-311-4/+7
* Add a variable so you can easily install more than one machdep directory.Guido van Rossum1996-07-301-1/+2
* Correct typo (intall -> install)Guido van Rossum1996-07-301-1/+1
* Some more install changes:Guido van Rossum1996-07-301-16/+26
* More changes to install targets.Guido van Rossum1996-07-301-28/+85
* Append version number to library install directory.Guido van Rossum1996-07-241-10/+23
* Use INSTALL_PROGRAM for makesetupGuido van Rossum1996-07-211-1/+1
* split autoconf target in twoGuido van Rossum1996-06-281-1/+2
* Some cleanup; make for loops over subdirs less noisy, more informative.Guido van Rossum1996-06-201-25/+27
* Added some comments to the top.Guido van Rossum1996-05-281-26/+100
* remove Modules/Makefile on distcleanGuido van Rossum1995-09-181-0/+1
* Better fix for creating extended pythons. (getpath.c needs to beSjoerd Mullender1995-08-091-1/+0
* Fixed creation of extended python.Sjoerd Mullender1995-08-091-0/+2
* pass prefix etc. on when making sharedinstall; install getpath.cGuido van Rossum1995-08-071-2/+14
* the usualGuido van Rossum1995-03-221-2/+3