Codebase list sipp / d88784c2-891c-4bd1-9726-efc4a5561a3d/main local.mk
d88784c2-891c-4bd1-9726-efc4a5561a3d/main

Tree @d88784c2-891c-4bd1-9726-efc4a5561a3d/main (Download .tar.gz)

local.mk @d88784c2-891c-4bd1-9726-efc4a5561a3d/mainraw · history · blame

1
2
3
4
# Remove '#' if you want to enable GSL features (pause)
#  EXTRACPPFLAGS=-DHAVE_GSL -I`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/include
#  EXTRACFLAGS=-DHAVE_GSL -I`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/include
#  EXTRALIBS=-L`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/lib -lgsl -lgslcblas