Prototype removal of swig-preinst in the test-suite and examples
Prototype for Java test-suite and Java class example. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. SWIG_LIB is explicitly set where necessary. Allows use of 'make SWIGTOOL="gdb --args"' to work as gdb can't be used to debug a shell script, for both examples and test-suite. See issue #473.
This commit is contained in:
parent
1fca810989
commit
ca1431f4cf
4 changed files with 32 additions and 10 deletions
|
|
@ -58,7 +58,13 @@ INTERFACE =
|
|||
INTERFACEDIR =
|
||||
INTERFACEPATH = $(SRCDIR)$(INTERFACEDIR)$(INTERFACE)
|
||||
SWIGOPT =
|
||||
SWIG = swig
|
||||
|
||||
# SWIG_LIB_DIR and SWIGEXE must be explicitly set by Makefiles using this Makefile
|
||||
SWIG_LIB_DIR = ./Lib
|
||||
SWIGEXE = swig
|
||||
SWIG_LIB_SET = @SWIG_LIB_SET@
|
||||
SWIGTOOL =
|
||||
SWIG = $(SWIG_LIB_SET) $(SWIGTOOL) $(SWIGEXE)
|
||||
|
||||
LIBM = @LIBM@
|
||||
LIBC = @LIBC@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue