/trunk/Examples/tcl/std_vector/Makefile
# · Makefile · 20 lines · 16 code · 4 blank · 0 comment · 0 complexity · d546d54099e25dc47327795ec241c2b6 MD5 · raw file
- TOP = ../..
- SWIG = $(TOP)/../preinst-swig
- CXXSRCS =
- TARGET = my_tclsh
- DLTARGET = example
- INTERFACE = example.i
- LIBS = -lm
- all::
- $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \
- TARGET='$(DLTARGET)' INTERFACE='$(INTERFACE)' tcl_cpp
- static::
- $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' tclsh_cpp_static
- clean::
- $(MAKE) -f $(TOP)/Makefile tcl_clean
- check: all