From ba4801ddb4c6fcfa453ef13fb0fe2de3fabfbe6d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 23 Jan 2006 21:48:49 +0000 Subject: [PATCH] Use preinst-swig instead of swig so SWIG_LIB does not need to be set git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8530 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/php4/class/Makefile | 2 +- Examples/php4/constants/Makefile | 2 +- Examples/php4/cpointer/Makefile | 2 +- Examples/php4/disown/Makefile | 2 +- Examples/php4/enum/Makefile | 2 +- Examples/php4/funcptr/Makefile | 2 +- Examples/php4/overloading/Makefile | 2 +- Examples/php4/pointer/Makefile | 2 +- Examples/php4/pragmas/Makefile | 2 +- Examples/php4/reference/Makefile | 2 +- Examples/php4/shadow/Makefile | 2 +- Examples/php4/simple/Makefile | 2 +- Examples/php4/sync/Makefile | 2 +- Examples/php4/value/Makefile | 2 +- Examples/php4/variables/Makefile | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Examples/php4/class/Makefile b/Examples/php4/class/Makefile index eb9145bd3..933a19137 100644 --- a/Examples/php4/class/Makefile +++ b/Examples/php4/class/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -c++ -noproxy C_SOURCES = CXX_SOURCES = example.cxx -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/constants/Makefile b/Examples/php4/constants/Makefile index 6b50e9618..7439d4394 100644 --- a/Examples/php4/constants/Makefile +++ b/Examples/php4/constants/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = C_SOURCES = CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/cpointer/Makefile b/Examples/php4/cpointer/Makefile index d48908953..e08479919 100644 --- a/Examples/php4/cpointer/Makefile +++ b/Examples/php4/cpointer/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = C_SOURCES = example.c CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/disown/Makefile b/Examples/php4/disown/Makefile index 06d44bdee..6d8581fa9 100644 --- a/Examples/php4/disown/Makefile +++ b/Examples/php4/disown/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -c++ C_SOURCES = CXX_SOURCES = example.cxx -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/enum/Makefile b/Examples/php4/enum/Makefile index eb9145bd3..933a19137 100644 --- a/Examples/php4/enum/Makefile +++ b/Examples/php4/enum/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -c++ -noproxy C_SOURCES = CXX_SOURCES = example.cxx -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/funcptr/Makefile b/Examples/php4/funcptr/Makefile index d48908953..e08479919 100644 --- a/Examples/php4/funcptr/Makefile +++ b/Examples/php4/funcptr/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = C_SOURCES = example.c CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/overloading/Makefile b/Examples/php4/overloading/Makefile index 06d44bdee..6d8581fa9 100644 --- a/Examples/php4/overloading/Makefile +++ b/Examples/php4/overloading/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -c++ C_SOURCES = CXX_SOURCES = example.cxx -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/pointer/Makefile b/Examples/php4/pointer/Makefile index 4f894de0b..98f665af5 100644 --- a/Examples/php4/pointer/Makefile +++ b/Examples/php4/pointer/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = C_SOURCES = example.c CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/pragmas/Makefile b/Examples/php4/pragmas/Makefile index 5ecf9863f..e81629dd2 100644 --- a/Examples/php4/pragmas/Makefile +++ b/Examples/php4/pragmas/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = C_SOURCES = CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/reference/Makefile b/Examples/php4/reference/Makefile index eb9145bd3..933a19137 100644 --- a/Examples/php4/reference/Makefile +++ b/Examples/php4/reference/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -c++ -noproxy C_SOURCES = CXX_SOURCES = example.cxx -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/shadow/Makefile b/Examples/php4/shadow/Makefile index 06d44bdee..6d8581fa9 100644 --- a/Examples/php4/shadow/Makefile +++ b/Examples/php4/shadow/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -c++ C_SOURCES = CXX_SOURCES = example.cxx -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/simple/Makefile b/Examples/php4/simple/Makefile index 4f894de0b..98f665af5 100644 --- a/Examples/php4/simple/Makefile +++ b/Examples/php4/simple/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = C_SOURCES = example.c CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/sync/Makefile b/Examples/php4/sync/Makefile index 06d44bdee..6d8581fa9 100644 --- a/Examples/php4/sync/Makefile +++ b/Examples/php4/sync/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -c++ C_SOURCES = CXX_SOURCES = example.cxx -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/value/Makefile b/Examples/php4/value/Makefile index 38a2458be..2cc8360ea 100644 --- a/Examples/php4/value/Makefile +++ b/Examples/php4/value/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = -noproxy C_SOURCES = example.c CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check diff --git a/Examples/php4/variables/Makefile b/Examples/php4/variables/Makefile index ce9d8ff45..4d2ebff5b 100644 --- a/Examples/php4/variables/Makefile +++ b/Examples/php4/variables/Makefile @@ -4,7 +4,7 @@ SWIGFLAGS = C_SOURCES = example.c CXX_SOURCES = -SWIG = ../../../swig +SWIG = ../../../preinst-swig all: check