Fixed example makefiles and put extra -gs in the Examples Makefile.in
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4384 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d3aa6f7058
commit
b2fbb2fad7
4 changed files with 11 additions and 16 deletions
|
|
@ -5,11 +5,7 @@ TARGET = example
|
|||
INTERFACE = example.i
|
||||
PROGFILE = runme.ml
|
||||
|
||||
default:: static
|
||||
|
||||
all::
|
||||
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
|
||||
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' ocaml_cpp
|
||||
all default:: static
|
||||
|
||||
static::
|
||||
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue