PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-25/SWIG/Examples/tcl/import/Makefile

#
Makefile | 20 lines | 16 code | 4 blank | 0 comment | 0 complexity | 328a49fb1b33e1136d1e768f8e6cf168 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. TOP = ../..
  2. SWIG = $(TOP)/../preinst-swig
  3. SWIGOPT =
  4. LIBS =
  5. all::
  6. $(MAKE) -f $(TOP)/Makefile SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
  7. LIBS='$(LIBS)' TARGET='base' INTERFACE='base.i' tcl_cpp
  8. $(MAKE) -f $(TOP)/Makefile SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
  9. LIBS='$(LIBS)' TARGET='foo' INTERFACE='foo.i' tcl_cpp
  10. $(MAKE) -f $(TOP)/Makefile SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
  11. LIBS='$(LIBS)' TARGET='bar' INTERFACE='bar.i' tcl_cpp
  12. $(MAKE) -f $(TOP)/Makefile SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \
  13. LIBS='$(LIBS)' TARGET='spam' INTERFACE='spam.i' tcl_cpp
  14. clean::
  15. $(MAKE) -f $(TOP)/Makefile tcl_clean
  16. check: all