/trunk/Examples/r/class/Makefile
# · Makefile · 15 lines · 12 code · 3 blank · 0 comment · 0 complexity · dc33e39694cc940c48ecb69a4d975451 MD5 · raw file
- TOP = ../..
- SWIG = $(TOP)/../preinst-swig
- CXXSRCS = example.cxx
- TARGET = example
- INTERFACE = example.i
- all::
- $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' r_cpp
- clean::
- $(MAKE) -f $(TOP)/Makefile INTERFACE='$(INTERFACE)' r_clean
- check: all
- R CMD BATCH runme.R