PKG_CPPFLAGS = -I./ -Iinclude -DSTATIC_BUILD
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) -lRlapack -lRblas -lgfortran

#clean after building
all: $(SHLIB) clean

clean: $(SHLIB)
	$(RM) *.o 

