From dac86bfdd5f287307f4a671a58034feea0238acc Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 11 Feb 2000 17:24:47 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@223 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/tcl/simple/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Examples/tcl/simple/Makefile b/Examples/tcl/simple/Makefile index afeb32c2f..7efdff42c 100644 --- a/Examples/tcl/simple/Makefile +++ b/Examples/tcl/simple/Makefile @@ -7,21 +7,12 @@ INTERFACE = example.i all:: $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \ - TARGET='$(DLTARGET)' INTERFACE='$(INTERFACE)' tcldl - -tcl8:: - $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \ - SWIGOPT='-tcl8' TARGET='$(DLTARGET)' INTERFACE='$(INTERFACE)' tcldl + TARGET='$(DLTARGET)' INTERFACE='$(INTERFACE)' tcl static:: $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \ TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' tclsh -static8:: - $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \ - SWIGOPT='-tcl8' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' tclsh - - clean:: rm -f *_wrap* *.o my_tclsh *~ .~* core *.so *.sl