#FIX
# Looks like we could probably use just Makevars.in now as we are linking against
# a libnimble in either case.

# lib=TRUE
# from=Makevars_lib.in

ifndef EIGEN_INC
EIGEN_INC=
endif

# Note that as of staged installation (2019-03-01) that when using
# --enable-dylib=true, these are
# being temporarily replaced by configure with their __FOO__
# counterparts, which are then replaced via createMakevars() at run-time.

ifndef NIMBLE_INC_DIR
NIMBLE_INC_DIR=WILL_BE_SET_IN_LOCAL_MAKEVARS
endif

ifndef NIMBLE_DIR
NIMBLE_DIR=WILL_BE_SET_IN_LOCAL_MAKEVARS
endif

ifndef RPATH
RPATH=
endif

PKG_CPPFLAGS= -DR_NO_REMAP $(EIGEN_INC) $(CPPAD_INC) -DEIGEN_MPL2_ONLY=1 -I"$(NIMBLE_INC_DIR)" -Wno-misleading-indentation -Wno-ignored-attributes -Wno-deprecated-declarations
NIMBLE_LIB_DIR="$(NIMBLE_DIR)/CppCode"
PKG_LIBS=-L"$(NIMBLE_LIB_DIR)"  -lnimble $(RPATH) $(LAPACK_LIBS) $(BLAS_LIBS) 
