summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | Changed install targets so (1) "make install" installs everything; (2) more directories are built as needed; (3) the X11R5 shell script install-sh is used (always). (The script can't be called install.sh since some Make versions have a default rule that copies "foo.sh" to "foo" when making "foo".) Added target "smelly" which checks for non-Py-prefixed exported symbols.
* 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
| | | | recompiled for the extensions)
* 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
|
* the usualGuido van Rossum1995-02-131-0/+1
|
* define INSTALL_PROGRAM and INSTALL_DATAGuido van Rossum1995-01-201-12/+14
|
* be more careful about building Modules/Makefile.preGuido van Rossum1995-01-171-1/+5
|
* run config.status after recheckGuido van Rossum1995-01-121-0/+1
|
* README: changed URL format to <URL:...>; added section on Tk.Guido van Rossum1995-01-041-8/+9
| | | | | | | Makefile.in: run config.status in "make recheck". configure.in: add test for hypot(). config.h.in, configure: since configure.in changed. rest: the usual boring stuff.
* The usual changes when a release is nearing...Guido van Rossum1995-01-021-11/+4
|
* run sharedinstall; add BINDIR macros etcGuido van Rossum1994-10-201-6/+14
|
* apply ranoib to installed librariesGuido van Rossum1994-10-101-0/+2
|
* Shared library supportGuido van Rossum1994-09-121-0/+21
|
* Makefile.in: run compileall on installed library;Guido van Rossum1994-08-301-5/+7
| | | | rest: the usual
* Simplify value of INSTALL (always 'cp').Guido van Rossum1994-08-191-1/+1
| | | | | | Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline.
* * configure.in, Makefile.in: remove the AC_PREFIX() call -- it'sGuido van Rossum1994-08-121-2/+1
| | | | | | more trouble than it's worth at CWI and most other people seem to install Python in the default (/usr/local) anway. Changed comment describing --prefix in Makefile.in
* * BUGS: new file (merger of unofficial BUGS1.0.x files)Guido van Rossum1994-08-051-3/+3
| | | | * Makefile.in (TAGS): Call etags w/o -t option
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-28/+226
|
* Added depend target; cosmetic changes to other targetsGuido van Rossum1993-12-281-5/+18
|
* Alpha 1.0.0Guido van Rossum1993-12-261-1/+8
|
* New filesGuido van Rossum1993-12-241-0/+38