commit | decc6a47df823a988845d3753a4cfb7a85b80828 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Wed Jan 01 20:07:49 2003 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Wed Jan 01 20:07:49 2003 +0000 |
tree | 8ba9542f81b234b72bd5a71eeee38ef80e75fe7b | |
parent | dc392e31439d9992ea0101abaca09bcb78ebc311 [diff] |
Split OPT make variable into OPT and BASECFLAGS. The latter contains those compiler flags which are necessary to get a clean compile. The former is for user-specified optimizer, debug, trace fiddling. See patch 640843. Add /sw/lib and /sw/include to setup.py search paths on Darwin to take advantage of fink goodies. Add scriptsinstall target to Makefile to install certain scripts from Tools/scripts directory.