| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
inference rules (e.g. .c.o) is fine.
|
|
|
|
| |
- Change one last EXE to EXEEXT.
|
|
|
|
|
|
|
|
|
|
|
| |
run setup.py with the --install-platlib flag so you can override
'prefix' when running make (e.g. make prefix=/tmp/python/usr/local install)
Instead of using mkdir to create directories, use install -d (mkdir -p
apparently isn't portable)
Emacs make-mode reported line 371 as suspicious; removed the whitespace from
that line.
|
|
|
|
|
|
| |
is a shared library.
- Add PY_CFLAGS variable (flags used to compile the interpreter)
- clobber now just removes object files, libraries and binaries
|
| |
|
|
|
|
|
|
| |
A cell contains a reference to a single PyObject. It could be
implemented as a mutable, one-element sequence, but the separate type
has less overhead.
|
|
subdirectories. Those other makefiles will go away eventually.
|