blob: ba28f47a478e8eec8bc79ed7ee67a76f9d5a6573 [file] [log] [blame]
TOP = ../..
SWIG = $(TOP)/../preinst-swig
SRCS =
TARGET = my_tclsh
DLTARGET = example
INTERFACE = example.i
all::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
TARGET='$(DLTARGET)' INTERFACE='$(INTERFACE)' tcl
static::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' tclsh
clean::
$(MAKE) -f $(TOP)/Makefile tcl_clean
check: all