Add initial leaptable-compiler commit

This commit is contained in:
Laurence Withers 2009-01-03 23:05:17 +00:00
commit 67c96e40bb
9 changed files with 430 additions and 2 deletions

5
config
View file

@ -32,3 +32,8 @@
source "scripts/paths"
# Project-specific variables below.
[ -z "${LIBISO8601_CFLAGS}" ] && LIBISO8601_CFLAGS="$(libiso8601-config --cflags)"
[ -z "${LIBISO8601_LIBS}" ] && LIBISO8601_LIBS="$(libiso8601-config --libs)"
[ -z "${CC}" ] && CC="gcc"
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"