mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-08 21:00:30 +00:00
16 lines
719 B
Text
16 lines
719 B
Text
|
|
# Generated by rstantools. Do not edit by hand.
|
||
|
|
|
||
|
|
STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "message()" -e "cat(system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE))" -e "message()" | grep "StanHeaders")
|
||
|
|
|
||
|
|
PKG_CPPFLAGS = -I"../inst/include" -I"$(STANHEADERS_SRC)" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error
|
||
|
|
|
||
|
|
CXX_STD = CXX14
|
||
|
|
|
||
|
|
all: $(SHLIB)
|
||
|
|
@if test -e "/usr/bin/install_name_tool" && test -e "/usr/local/clang4/lib/libc++.1.dylib" && test -e "/usr/lib/libc++.1.dylib"; then /usr/bin/install_name_tool -change /usr/local/clang4/lib/libc++.1.dylib /usr/lib/libc++.1.dylib $(SHLIB); fi
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -rf *.so *.o
|
||
|
|
|
||
|
|
.phony: all clean
|