# global.mk # This version number is used for building the .tar.bz2 file. VERSION := 20040510 # List of all directories and subdirectories containing module.mk files. MODULES := . prjlibs evlist ss-hw ss-core misc # Just print the build summary, not the actual commands. HUSH := 1 # By default don't use debugging libraries and ElectricFence. DEBUG := 0 # vim: set ts=4 sw=4 tw=80 noet: