From cb6a1f4ff2894c4dab72283fee0fb2e499e6d2d8 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 27 Nov 2005 02:05:49 +0000 Subject: [PATCH] fix examples to use preinst-swig git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7877 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/tcl/class/Makefile | 2 +- Examples/tcl/constants/Makefile | 2 +- Examples/tcl/contract/Makefile | 2 +- Examples/tcl/enum/Makefile | 2 +- Examples/tcl/funcptr/Makefile | 2 +- Examples/tcl/mpointer/Makefile | 2 +- Examples/tcl/operator/Makefile | 2 +- Examples/tcl/pointer/Makefile | 2 +- Examples/tcl/reference/Makefile | 2 +- Examples/tcl/simple/Makefile | 2 +- Examples/tcl/value/Makefile | 2 +- Examples/tcl/variables/Makefile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Examples/tcl/class/Makefile b/Examples/tcl/class/Makefile index 7d3d5f9cb..c01283c20 100644 --- a/Examples/tcl/class/Makefile +++ b/Examples/tcl/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/tcl/constants/Makefile b/Examples/tcl/constants/Makefile index ef0486c0b..ba28f47a4 100644 --- a/Examples/tcl/constants/Makefile +++ b/Examples/tcl/constants/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = TARGET = my_tclsh DLTARGET = example diff --git a/Examples/tcl/contract/Makefile b/Examples/tcl/contract/Makefile index 00b6a0eff..91a139afb 100644 --- a/Examples/tcl/contract/Makefile +++ b/Examples/tcl/contract/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = my_tclsh DLTARGET = example diff --git a/Examples/tcl/enum/Makefile b/Examples/tcl/enum/Makefile index 7d3d5f9cb..c01283c20 100644 --- a/Examples/tcl/enum/Makefile +++ b/Examples/tcl/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/tcl/funcptr/Makefile b/Examples/tcl/funcptr/Makefile index 6efb6fb84..bed049a36 100644 --- a/Examples/tcl/funcptr/Makefile +++ b/Examples/tcl/funcptr/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = my_tclsh DLTARGET = example diff --git a/Examples/tcl/mpointer/Makefile b/Examples/tcl/mpointer/Makefile index 7d3d5f9cb..c01283c20 100644 --- a/Examples/tcl/mpointer/Makefile +++ b/Examples/tcl/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/tcl/operator/Makefile b/Examples/tcl/operator/Makefile index da2a152be..caf2f79e2 100644 --- a/Examples/tcl/operator/Makefile +++ b/Examples/tcl/operator/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = TARGET = example INTERFACE = example.i diff --git a/Examples/tcl/pointer/Makefile b/Examples/tcl/pointer/Makefile index 6efb6fb84..bed049a36 100644 --- a/Examples/tcl/pointer/Makefile +++ b/Examples/tcl/pointer/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = my_tclsh DLTARGET = example diff --git a/Examples/tcl/reference/Makefile b/Examples/tcl/reference/Makefile index 7d3d5f9cb..c01283c20 100644 --- a/Examples/tcl/reference/Makefile +++ b/Examples/tcl/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/tcl/simple/Makefile b/Examples/tcl/simple/Makefile index 6efb6fb84..bed049a36 100644 --- a/Examples/tcl/simple/Makefile +++ b/Examples/tcl/simple/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = my_tclsh DLTARGET = example diff --git a/Examples/tcl/value/Makefile b/Examples/tcl/value/Makefile index 6efb6fb84..bed049a36 100644 --- a/Examples/tcl/value/Makefile +++ b/Examples/tcl/value/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = my_tclsh DLTARGET = example diff --git a/Examples/tcl/variables/Makefile b/Examples/tcl/variables/Makefile index 6efb6fb84..bed049a36 100644 --- a/Examples/tcl/variables/Makefile +++ b/Examples/tcl/variables/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = my_tclsh DLTARGET = example