PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) 
PKG_LIBS = $(SHLIB_OPENMP_CFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
strippedLib: $(SHLIB)
	if test -e "strip"; then strip -S $(SHLIB); strip -S $(OBJECTS); fi

.phony: strippedLib
