Codebase list sipp / 2f98661a-b55b-4408-8392-3d43ee8b43be/main local.mk
2f98661a-b55b-4408-8392-3d43ee8b43be/main

Tree @2f98661a-b55b-4408-8392-3d43ee8b43be/main (Download .tar.gz)

local.mk @2f98661a-b55b-4408-8392-3d43ee8b43be/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