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:
Art Yerkes 2003-02-25 01:19:25 +00:00
commit b2fbb2fad7
4 changed files with 11 additions and 16 deletions

View file

@ -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)' \