Add basic daemonitor build framework and logging infrastructure

This commit is contained in:
Laurence Withers 2008-07-26 15:19:13 +00:00
commit ff1f6fb734
11 changed files with 339 additions and 0 deletions

2
config
View file

@ -32,3 +32,5 @@
source "scripts/paths"
# Project-specific variables below.
[ -z "${CC}" ] && CC="gcc"
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"