#  GNUMakefile
 
# Just a snippet to stop executing under other make(1) commands
# that won't understand these lines
ifneq (,)
This makefile requires GNU Make.
endif
	
CXX_STD = CXX14
PKG_CPPFLAGS =-DROUT -I../inst/include/ -I/usr/include/libxml2 -DBOOST_NO_AUTO_PTR 


PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) -lxml2   
