##################################################################
###                     CoreArray Codes                        ###
###                                                            ###

# additional preprocessor options
PKG_CPPFLAGS = -I.

# to set flags for the linker
PKG_LIBS = $(FLIBS) $(BLAS_LIBS) $(LAPACK_LIBS)
