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 | |
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')
88 files changed, 90 insertions, 90 deletions
diff --git a/Examples/csharp/class/Makefile b/Examples/csharp/class/Makefile index b7f5b3aab..20f0dd5bb 100644 --- a/Examples/csharp/class/Makefile +++ b/Examples/csharp/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/csharp/enum/Makefile b/Examples/csharp/enum/Makefile index b7f5b3aab..20f0dd5bb 100644 --- a/Examples/csharp/enum/Makefile +++ b/Examples/csharp/enum/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/csharp/funcptr/Makefile b/Examples/csharp/funcptr/Makefile index 6ddb8bca4..223300497 100644 --- a/Examples/csharp/funcptr/Makefile +++ b/Examples/csharp/funcptr/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/csharp/reference/Makefile b/Examples/csharp/reference/Makefile index b7f5b3aab..20f0dd5bb 100644 --- a/Examples/csharp/reference/Makefile +++ b/Examples/csharp/reference/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/csharp/simple/Makefile b/Examples/csharp/simple/Makefile index 6ddb8bca4..223300497 100644 --- a/Examples/csharp/simple/Makefile +++ b/Examples/csharp/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/csharp/template/Makefile b/Examples/csharp/template/Makefile index 51270c891..3f3bbe6dd 100644 --- a/Examples/csharp/template/Makefile +++ b/Examples/csharp/template/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/csharp/variables/Makefile b/Examples/csharp/variables/Makefile index 6ddb8bca4..223300497 100644 --- a/Examples/csharp/variables/Makefile +++ b/Examples/csharp/variables/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/guile/multimap/Makefile b/Examples/guile/multimap/Makefile index 1ab46d030..dc9c66d1f 100644 --- a/Examples/guile/multimap/Makefile +++ b/Examples/guile/multimap/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/guile/multivalue/Makefile b/Examples/guile/multivalue/Makefile index 1ab46d030..dc9c66d1f 100644 --- a/Examples/guile/multivalue/Makefile +++ b/Examples/guile/multivalue/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/guile/std_vector/Makefile b/Examples/guile/std_vector/Makefile index fb491c2e7..2733fb017 100644 --- a/Examples/guile/std_vector/Makefile +++ b/Examples/guile/std_vector/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/java/callback/Makefile b/Examples/java/callback/Makefile index 69fb4e670..14c301703 100644 --- a/Examples/java/callback/Makefile +++ b/Examples/java/callback/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/java/class/Makefile b/Examples/java/class/Makefile index 69fb4e670..14c301703 100644 --- a/Examples/java/class/Makefile +++ b/Examples/java/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/java/constants/Makefile b/Examples/java/constants/Makefile index 75ec0045a..2b3d35c6a 100644 --- a/Examples/java/constants/Makefile +++ b/Examples/java/constants/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/java/enum/Makefile b/Examples/java/enum/Makefile index 69fb4e670..14c301703 100644 --- a/Examples/java/enum/Makefile +++ b/Examples/java/enum/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/java/extend/Makefile b/Examples/java/extend/Makefile index 69fb4e670..14c301703 100644 --- a/Examples/java/extend/Makefile +++ b/Examples/java/extend/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/java/funcptr/Makefile b/Examples/java/funcptr/Makefile index b1f254ed3..968c92c6c 100644 --- a/Examples/java/funcptr/Makefile +++ b/Examples/java/funcptr/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/java/mpointer/Makefile b/Examples/java/mpointer/Makefile index 69fb4e670..14c301703 100644 --- a/Examples/java/mpointer/Makefile +++ b/Examples/java/mpointer/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/java/multimap/Makefile b/Examples/java/multimap/Makefile index b1f254ed3..968c92c6c 100644 --- a/Examples/java/multimap/Makefile +++ b/Examples/java/multimap/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/java/native/Makefile b/Examples/java/native/Makefile index 72d695685..92afbd4d0 100644 --- a/Examples/java/native/Makefile +++ b/Examples/java/native/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/java/pointer/Makefile b/Examples/java/pointer/Makefile index b1f254ed3..968c92c6c 100644 --- a/Examples/java/pointer/Makefile +++ b/Examples/java/pointer/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/java/reference/Makefile b/Examples/java/reference/Makefile index 69fb4e670..14c301703 100644 --- a/Examples/java/reference/Makefile +++ b/Examples/java/reference/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/java/simple/Makefile b/Examples/java/simple/Makefile index b1f254ed3..968c92c6c 100644 --- a/Examples/java/simple/Makefile +++ b/Examples/java/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/java/template/Makefile b/Examples/java/template/Makefile index 75ec0045a..2b3d35c6a 100644 --- a/Examples/java/template/Makefile +++ b/Examples/java/template/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/java/typemap/Makefile b/Examples/java/typemap/Makefile index 72d695685..92afbd4d0 100644 --- a/Examples/java/typemap/Makefile +++ b/Examples/java/typemap/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/java/variables/Makefile b/Examples/java/variables/Makefile index b1f254ed3..968c92c6c 100644 --- a/Examples/java/variables/Makefile +++ b/Examples/java/variables/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/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 diff --git a/Examples/modula3/class/Makefile b/Examples/modula3/class/Makefile index bb9cb26d8..bf929a061 100644 --- a/Examples/modula3/class/Makefile +++ b/Examples/modula3/class/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example PLATFORM = LINUXLIBC6 diff --git a/Examples/modula3/enum/Makefile b/Examples/modula3/enum/Makefile index 78b4ad516..b5bf8f672 100644 --- a/Examples/modula3/enum/Makefile +++ b/Examples/modula3/enum/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/modula3/exception/Makefile b/Examples/modula3/exception/Makefile index 45c49ea32..2518a2203 100644 --- a/Examples/modula3/exception/Makefile +++ b/Examples/modula3/exception/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/modula3/reference/Makefile b/Examples/modula3/reference/Makefile index d0eed7f33..b31577a58 100644 --- a/Examples/modula3/reference/Makefile +++ b/Examples/modula3/reference/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/modula3/simple/Makefile b/Examples/modula3/simple/Makefile index e4f9ad26d..834521fa5 100644 --- a/Examples/modula3/simple/Makefile +++ b/Examples/modula3/simple/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/modula3/typemap/Makefile b/Examples/modula3/typemap/Makefile index e4f9ad26d..834521fa5 100644 --- a/Examples/modula3/typemap/Makefile +++ b/Examples/modula3/typemap/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/mzscheme/multimap/Makefile b/Examples/mzscheme/multimap/Makefile index 5ac93f8f0..a3cfb8f3c 100644 --- a/Examples/mzscheme/multimap/Makefile +++ b/Examples/mzscheme/multimap/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/mzscheme/simple/Makefile b/Examples/mzscheme/simple/Makefile index 5ac93f8f0..a3cfb8f3c 100644 --- a/Examples/mzscheme/simple/Makefile +++ b/Examples/mzscheme/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/mzscheme/std_vector/Makefile b/Examples/mzscheme/std_vector/Makefile index 587173b44..e18726981 100644 --- a/Examples/mzscheme/std_vector/Makefile +++ b/Examples/mzscheme/std_vector/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ocaml/argout_ref/Makefile b/Examples/ocaml/argout_ref/Makefile index bb48801e7..8a260fe30 100644 --- a/Examples/ocaml/argout_ref/Makefile +++ b/Examples/ocaml/argout_ref/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/ocaml/contract/Makefile b/Examples/ocaml/contract/Makefile index df6436da9..8e0f2a4fd 100644 --- a/Examples/ocaml/contract/Makefile +++ b/Examples/ocaml/contract/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ocaml/scoped_enum/Makefile b/Examples/ocaml/scoped_enum/Makefile index ae3a80ab9..45c5edca4 100644 --- a/Examples/ocaml/scoped_enum/Makefile +++ b/Examples/ocaml/scoped_enum/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ocaml/shapes/Makefile b/Examples/ocaml/shapes/Makefile index 85066ae8d..31f9934a7 100644 --- a/Examples/ocaml/shapes/Makefile +++ b/Examples/ocaml/shapes/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SWIGOPT = SRCS = example.c TARGET = example diff --git a/Examples/ocaml/simple/Makefile b/Examples/ocaml/simple/Makefile index 54ed8abf8..4b85bf33e 100644 --- a/Examples/ocaml/simple/Makefile +++ b/Examples/ocaml/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/ocaml/std_string/Makefile b/Examples/ocaml/std_string/Makefile index 572b1866f..e5a8017ae 100644 --- a/Examples/ocaml/std_string/Makefile +++ b/Examples/ocaml/std_string/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig -I/usr/include/g++-3 +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ocaml/std_vector/Makefile b/Examples/ocaml/std_vector/Makefile index 572b1866f..e5a8017ae 100644 --- a/Examples/ocaml/std_vector/Makefile +++ b/Examples/ocaml/std_vector/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig -I/usr/include/g++-3 +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ocaml/stl/Makefile b/Examples/ocaml/stl/Makefile index 2f7088f03..fa4333ec0 100644 --- a/Examples/ocaml/stl/Makefile +++ b/Examples/ocaml/stl/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig -I/usr/include/g++-3 +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ocaml/string_from_ptr/Makefile b/Examples/ocaml/string_from_ptr/Makefile index 504898a7d..350d9734c 100644 --- a/Examples/ocaml/string_from_ptr/Makefile +++ b/Examples/ocaml/string_from_ptr/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SWIGOPT = -c++ SRCS = TARGET = example diff --git a/Examples/ocaml/strings_test/Makefile b/Examples/ocaml/strings_test/Makefile index 16e95d716..8d1f96edf 100644 --- a/Examples/ocaml/strings_test/Makefile +++ b/Examples/ocaml/strings_test/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig -I/usr/include/g++-3 +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/perl5/class/Makefile b/Examples/perl5/class/Makefile index 8b8ae7f72..f53361730 100644 --- a/Examples/perl5/class/Makefile +++ b/Examples/perl5/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/perl5/constants/Makefile b/Examples/perl5/constants/Makefile index c1e2bf29e..576d2a095 100644 --- a/Examples/perl5/constants/Makefile +++ b/Examples/perl5/constants/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/perl5/constants2/Makefile b/Examples/perl5/constants2/Makefile index 50b3fe046..4ba4b2544 100644 --- a/Examples/perl5/constants2/Makefile +++ b/Examples/perl5/constants2/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/perl5/funcptr/Makefile b/Examples/perl5/funcptr/Makefile index ef644a35f..ce2bbb5b9 100644 --- a/Examples/perl5/funcptr/Makefile +++ b/Examples/perl5/funcptr/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/perl5/mpointer/Makefile b/Examples/perl5/mpointer/Makefile index 2f01aed66..ee8836329 100644 --- a/Examples/perl5/mpointer/Makefile +++ b/Examples/perl5/mpointer/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/perl5/multimap/Makefile b/Examples/perl5/multimap/Makefile index ef644a35f..ce2bbb5b9 100644 --- a/Examples/perl5/multimap/Makefile +++ b/Examples/perl5/multimap/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/perl5/multiple_inheritance/Makefile b/Examples/perl5/multiple_inheritance/Makefile index 90347cb11..fcca38473 100644 --- a/Examples/perl5/multiple_inheritance/Makefile +++ b/Examples/perl5/multiple_inheritance/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/perl5/pointer/Makefile b/Examples/perl5/pointer/Makefile index ef644a35f..ce2bbb5b9 100644 --- a/Examples/perl5/pointer/Makefile +++ b/Examples/perl5/pointer/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/perl5/reference/Makefile b/Examples/perl5/reference/Makefile index edce561a9..4a804258b 100644 --- a/Examples/perl5/reference/Makefile +++ b/Examples/perl5/reference/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/perl5/simple/Makefile b/Examples/perl5/simple/Makefile index ef644a35f..ce2bbb5b9 100644 --- a/Examples/perl5/simple/Makefile +++ b/Examples/perl5/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/perl5/value/Makefile b/Examples/perl5/value/Makefile index ef644a35f..ce2bbb5b9 100644 --- a/Examples/perl5/value/Makefile +++ b/Examples/perl5/value/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/perl5/variables/Makefile b/Examples/perl5/variables/Makefile index ef644a35f..ce2bbb5b9 100644 --- a/Examples/perl5/variables/Makefile +++ b/Examples/perl5/variables/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/pike/class/Makefile b/Examples/pike/class/Makefile index c06d68011..981ccef6f 100755 --- a/Examples/pike/class/Makefile +++ b/Examples/pike/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/pike/constants/Makefile b/Examples/pike/constants/Makefile index bac67449f..7fa493851 100755 --- a/Examples/pike/constants/Makefile +++ b/Examples/pike/constants/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/pike/enum/Makefile b/Examples/pike/enum/Makefile index 34db27dff..0ae102156 100644 --- a/Examples/pike/enum/Makefile +++ b/Examples/pike/enum/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/pike/overload/Makefile b/Examples/pike/overload/Makefile index a5a4eb3d4..60af005b1 100644 --- a/Examples/pike/overload/Makefile +++ b/Examples/pike/overload/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/pike/simple/Makefile b/Examples/pike/simple/Makefile index 9005748bc..544c97b5d 100644 --- a/Examples/pike/simple/Makefile +++ b/Examples/pike/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/pike/template/Makefile b/Examples/pike/template/Makefile index 1bba9bb2f..b3f012927 100755 --- a/Examples/pike/template/Makefile +++ b/Examples/pike/template/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/python/swigrun/Makefile b/Examples/python/swigrun/Makefile index 53bf701c9..31e987840 100644 --- a/Examples/python/swigrun/Makefile +++ b/Examples/python/swigrun/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../preinst-swig +SWIG = $(TOP)/../preinst-preinst-swig CXXSRCS = example.cxx TARGET = example INTERFACE = example.i diff --git a/Examples/ruby/class/Makefile b/Examples/ruby/class/Makefile index ab8928c0e..56c84c651 100644 --- a/Examples/ruby/class/Makefile +++ b/Examples/ruby/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/ruby/constants/Makefile b/Examples/ruby/constants/Makefile index 0dcb02f0d..7dce3bee4 100644 --- a/Examples/ruby/constants/Makefile +++ b/Examples/ruby/constants/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ruby/enum/Makefile b/Examples/ruby/enum/Makefile index ab8928c0e..56c84c651 100644 --- a/Examples/ruby/enum/Makefile +++ b/Examples/ruby/enum/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/ruby/free_function/Makefile b/Examples/ruby/free_function/Makefile index ab8928c0e..56c84c651 100644 --- a/Examples/ruby/free_function/Makefile +++ b/Examples/ruby/free_function/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/ruby/funcptr/Makefile b/Examples/ruby/funcptr/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/funcptr/Makefile +++ b/Examples/ruby/funcptr/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/ruby/funcptr2/Makefile b/Examples/ruby/funcptr2/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/funcptr2/Makefile +++ b/Examples/ruby/funcptr2/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/ruby/functor/Makefile b/Examples/ruby/functor/Makefile index bac6f4dd3..730698d35 100644 --- a/Examples/ruby/functor/Makefile +++ b/Examples/ruby/functor/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig TARGET = example INTERFACE = example.i LIBS = -lm diff --git a/Examples/ruby/hashargs/Makefile b/Examples/ruby/hashargs/Makefile index 4da07722f..a2fbbd397 100755 --- a/Examples/ruby/hashargs/Makefile +++ b/Examples/ruby/hashargs/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ruby/mark_function/Makefile b/Examples/ruby/mark_function/Makefile index ab8928c0e..56c84c651 100644 --- a/Examples/ruby/mark_function/Makefile +++ b/Examples/ruby/mark_function/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/ruby/multimap/Makefile b/Examples/ruby/multimap/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/multimap/Makefile +++ b/Examples/ruby/multimap/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/ruby/operator/Makefile b/Examples/ruby/operator/Makefile index 43c0c1596..4c16edb5a 100644 --- a/Examples/ruby/operator/Makefile +++ b/Examples/ruby/operator/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ruby/overloading/Makefile b/Examples/ruby/overloading/Makefile index ab8928c0e..56c84c651 100644 --- a/Examples/ruby/overloading/Makefile +++ b/Examples/ruby/overloading/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/ruby/pointer/Makefile b/Examples/ruby/pointer/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/pointer/Makefile +++ b/Examples/ruby/pointer/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/ruby/reference/Makefile b/Examples/ruby/reference/Makefile index ab8928c0e..56c84c651 100644 --- a/Examples/ruby/reference/Makefile +++ b/Examples/ruby/reference/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/ruby/simple/Makefile b/Examples/ruby/simple/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/simple/Makefile +++ b/Examples/ruby/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/ruby/std_vector/Makefile b/Examples/ruby/std_vector/Makefile index 6b0d049a5..15c9d705f 100644 --- a/Examples/ruby/std_vector/Makefile +++ b/Examples/ruby/std_vector/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ruby/template/Makefile b/Examples/ruby/template/Makefile index 6b0d049a5..15c9d705f 100644 --- a/Examples/ruby/template/Makefile +++ b/Examples/ruby/template/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/ruby/value/Makefile b/Examples/ruby/value/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/value/Makefile +++ b/Examples/ruby/value/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/ruby/variables/Makefile b/Examples/ruby/variables/Makefile index 0a59614c4..8c4fe1064 100644 --- a/Examples/ruby/variables/Makefile +++ b/Examples/ruby/variables/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = example INTERFACE = example.i |