swig/Examples/scilab/std_vector/Makefile
2013-09-09 10:22:54 +02:00

15 lines
347 B
Makefile

TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS =
TARGET = example_wrap.cxx
INTERFACE = example.i
check: build
$(MAKE) -f $(TOP)/Makefile scilab_run
build:
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' scilab_cpp
clean:
$(MAKE) -f $(TOP)/Makefile scilab_clean