scilab: use TARGET in Examples Makefile

This commit is contained in:
Simon Marchetto 2014-07-03 12:13:49 +02:00
commit d50620ddeb
15 changed files with 18 additions and 18 deletions

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.cxx
TARGET = example_wrap.cxx
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS =
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example1.c
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = matrixlib.c
TARGET = matrixlib_wrap.c
TARGET = matrixlib
INTERFACE = matrixlib.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.cpp
TARGET = example_wrap.cxx
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS =
TARGET = example_wrap.cxx
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS =
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.cxx
TARGET = example_wrap.cxx
TARGET = example
INTERFACE = example.i
check: build

View file

@ -1,7 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example_wrap.c
TARGET = example
INTERFACE = example.i
check: build