Codebase list sipp / 9be43561-b9cc-4ea3-bf27-586bdf019c85/main local.mk
9be43561-b9cc-4ea3-bf27-586bdf019c85/main

Tree @9be43561-b9cc-4ea3-bf27-586bdf019c85/main (Download .tar.gz)

local.mk @9be43561-b9cc-4ea3-bf27-586bdf019c85/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