mirror of https://github.com/swig/swig
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5405 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1c4cda1129
commit
5321307d02
|
@ -3,7 +3,7 @@ SWIG = $(TOP)/../swig
|
||||||
SRCS = example.c
|
SRCS = example.c
|
||||||
TARGET = example
|
TARGET = example
|
||||||
INTERFACE = example.i
|
INTERFACE = example.i
|
||||||
SWIGOPT = -contracts
|
SWIGOPT =
|
||||||
all::
|
all::
|
||||||
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
|
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
|
||||||
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' python
|
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' python
|
||||||
|
|
Loading…
Reference in New Issue