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