
######the following flags are gcc specific uncomment if you are using a gcc compiler for more performance
#PKG_CFLAGS =   -I. -O3 -Wall -pedantic
#PKG_CXXFLAGS = -I. -O3 -Wall  -pedantic


PKG_CXXFLAGS = -I. -g 
PKG_CFLAGS =   -I. -g 

PKG_LIBS =  ${FLIBS} ${LAPACK_LIBS} ${BLAS_LIBS} ${LIBM}
