diff options
| author | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-27 02:17:20 +0000 |
|---|---|---|
| committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-27 02:17:20 +0000 |
| commit | d5122e2a9cb3fa00c939ebb120bc771fbe86be8a (patch) | |
| tree | e5c0aa6ba574dc88e16be44a83a13e81652cde0d /Examples/lua | |
| parent | e7bd6be39ea1b16d9530cd78982d5c704e110f21 (diff) | |
| download | swig-d5122e2a9cb3fa00c939ebb120bc771fbe86be8a.tar.gz | |
force examples to use preinst-swig, as is done in the test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7880 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/lua')
| -rw-r--r-- | Examples/lua/class/Makefile | 2 | ||||
| -rw-r--r-- | Examples/lua/constants/Makefile | 4 | ||||
| -rw-r--r-- | Examples/lua/functest/Makefile | 2 | ||||
| -rw-r--r-- | Examples/lua/pointer/Makefile | 4 | ||||
| -rw-r--r-- | Examples/lua/simple/Makefile | 2 | ||||
| -rw-r--r-- | Examples/lua/variables/Makefile | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/Examples/lua/class/Makefile b/Examples/lua/class/Makefile index c30e8d706..44888f66f 100644 --- a/Examples/lua/class/Makefile +++ b/Examples/lua/class/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = example.cxx TARGET = example INTERFACE = example.i diff --git a/Examples/lua/constants/Makefile b/Examples/lua/constants/Makefile index ac98b617b..4204545b8 100644 --- a/Examples/lua/constants/Makefile +++ b/Examples/lua/constants/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i @@ -16,4 +16,4 @@ static:: clean:: $(MAKE) -f $(TOP)/Makefile lua_clean -check: all
\ No newline at end of file +check: all diff --git a/Examples/lua/functest/Makefile b/Examples/lua/functest/Makefile index 81e4a4e05..6417ce20e 100644 --- a/Examples/lua/functest/Makefile +++ b/Examples/lua/functest/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = example.c TARGET = example INTERFACE = example.i diff --git a/Examples/lua/pointer/Makefile b/Examples/lua/pointer/Makefile index 1e3c71304..6417ce20e 100644 --- a/Examples/lua/pointer/Makefile +++ b/Examples/lua/pointer/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = example.c TARGET = example INTERFACE = example.i @@ -16,4 +16,4 @@ static:: clean:: $(MAKE) -f $(TOP)/Makefile lua_clean -check: all
\ No newline at end of file +check: all diff --git a/Examples/lua/simple/Makefile b/Examples/lua/simple/Makefile index 9fbe1b6c3..f181818a6 100644 --- a/Examples/lua/simple/Makefile +++ b/Examples/lua/simple/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = example INTERFACE = example.i diff --git a/Examples/lua/variables/Makefile b/Examples/lua/variables/Makefile index bb64f920c..4a199e876 100644 --- a/Examples/lua/variables/Makefile +++ b/Examples/lua/variables/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = example INTERFACE = example.i |
