Implement fir3db tool

This commit is contained in:
Laurence Withers 2014-09-09 12:46:25 +00:00
commit 9beb3fd39d
6 changed files with 175 additions and 3 deletions

2
config
View file

@ -33,8 +33,6 @@ source "scripts/paths"
# Project-specific variables below.
[ -z "${LIBFIR_CFLAGS}" ] && LIBFIR_CFLAGS="$(libfir-config --cflags)"
[ -z "${LIBFIR_LIBS}" ] && LIBFIR_LIBS="$(libfir-config --libs)"
[ -z "${GSL_CFLAGS}" ] && GSL_CFLAGS="$(gsl-config --cflags)"
[ -z "${GSL_LIBS}" ] && GSL_LIBS="$(gsl-config --libs)"
[ -z "${CC}" ] && CC="gcc"
[ -z "${CFLAGS}" ] && CFLAGS="-g -O2 -W -Wall"