/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/tcl/operator/Makefile
# · Makefile · 19 lines · 15 code · 4 blank · 0 comment · 0 complexity · 223606897963aaa996a57eab11871ce6 MD5 · raw file
- TOP = ../..
- SWIG = $(TOP)/../swig
- CXXSRCS =
- TARGET = example
- INTERFACE = example.i
- LIBS = -lm
- all::
- $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' tcl_cpp
- static::
- $(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \
- TARGET='mytclsh' INTERFACE='$(INTERFACE)' tclsh_cpp_static
- clean::
- rm -f *_wrap* *.o *~ *.so mytclsh *.pyc .~* core
- check: all