Codebase list sipp / run/b85d633e-69d0-4a7d-a8e2-5023e231e9be/main local.mk
run/b85d633e-69d0-4a7d-a8e2-5023e231e9be/main

Tree @run/b85d633e-69d0-4a7d-a8e2-5023e231e9be/main (Download .tar.gz)

local.mk @run/b85d633e-69d0-4a7d-a8e2-5023e231e9be/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