# 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 = CXX11 PKG_CPPFLAGS =-DROUT @PKG_CPPFLAGS@ PKG_LIBS = `${R_HOME}/bin/Rscript -e "flowWorkspace:::LdFlags('all')"` `${R_HOME}/bin/Rscript -e "flowCore:::LdFlags()"` @PKG_LIBS@