Implement fir3db tool
This commit is contained in:
parent
d3f85fea20
commit
9beb3fd39d
6 changed files with 175 additions and 3 deletions
2
config
2
config
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue