scilab: enum example same as in other languages

This commit is contained in:
Simon Marchetto 2014-07-24 17:09:19 +02:00
commit e37319b9be
6 changed files with 70 additions and 31 deletions

View file

@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
SRCS = example.cxx
TARGET = example
INTERFACE = example.i
@ -9,7 +9,7 @@ check: build
build:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' SWIG='$(SWIG)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' scilab
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' scilab_cpp
clean:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' scilab_clean