Commit Graph

23 Commits

Author SHA1 Message Date
Guido van Rossum 586480b80c Added some comments to the top.
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.
1996-05-28 22:49:08 +00:00
Guido van Rossum e7abf4e2c3 remove Modules/Makefile on distclean 1995-09-18 22:12:20 +00:00
Sjoerd Mullender 9f0a17b83f Better fix for creating extended pythons. (getpath.c needs to be
recompiled for the extensions)
1995-08-09 10:39:48 +00:00
Sjoerd Mullender ad5d2cf12c Fixed creation of extended python. 1995-08-09 09:18:20 +00:00
Guido van Rossum 6d47d0d07e pass prefix etc. on when making sharedinstall; install getpath.c 1995-08-07 21:58:40 +00:00
Guido van Rossum 7b4d460bdc the usual 1995-03-22 12:27:16 +00:00
Guido van Rossum af07a44428 the usual 1995-02-13 19:45:27 +00:00
Guido van Rossum 6403d284b0 define INSTALL_PROGRAM and INSTALL_DATA 1995-01-20 16:51:32 +00:00
Guido van Rossum d09119e889 be more careful about building Modules/Makefile.pre 1995-01-17 16:45:08 +00:00
Guido van Rossum fb00a99e6c run config.status after recheck 1995-01-12 12:26:50 +00:00
Guido van Rossum af5b83ec4a README: changed URL format to <URL:...>; added section on Tk.
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.
1995-01-04 19:02:35 +00:00
Guido van Rossum 76be6eda96 The usual changes when a release is nearing... 1995-01-02 18:33:54 +00:00
Guido van Rossum 904127924e run sharedinstall; add BINDIR macros etc 1994-10-20 22:04:30 +00:00
Guido van Rossum 4a91df41be apply ranoib to installed libraries 1994-10-10 17:58:27 +00:00
Guido van Rossum ac405f6c4e Shared library support 1994-09-12 10:56:06 +00:00
Guido van Rossum 7522f030ee Makefile.in: run compileall on installed library;
rest: the usual
1994-08-30 12:42:01 +00:00
Guido van Rossum 4e8af445ec Simplify value of INSTALL (always 'cp').
Pass value of OPT from configure environment to Makefile.
Add check for limits.h.
Use <directory>/libreadline.a instead of -lreadline.
1994-08-19 15:33:54 +00:00
Guido van Rossum a0e9a77183 * configure.in, Makefile.in: remove the AC_PREFIX() call -- it's
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
1994-08-12 13:18:25 +00:00
Guido van Rossum 5552eb7203 * BUGS: new file (merger of unofficial BUGS1.0.x files)
* Makefile.in (TAGS): Call etags w/o -t option
1994-08-05 15:51:00 +00:00
Guido van Rossum 433c8ade13 Merge alpha100 branch back to main trunk 1994-08-01 12:07:07 +00:00
Guido van Rossum 810a92f95b Added depend target; cosmetic changes to other targets 1993-12-28 19:39:56 +00:00
Guido van Rossum 6085e32a75 Alpha 1.0.0 1993-12-26 18:24:40 +00:00
Guido van Rossum 627b2d7cd7 New files 1993-12-24 10:39:16 +00:00