PageRenderTime 45ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1.3.35/Examples/GIFPlot/Perl5/simple/Makefile

#
Makefile | 24 lines | 20 code | 4 blank | 0 comment | 0 complexity | 7dccfe0974100b8e05f4ef142bca6764 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. TOP = ../../..
  2. SWIG = $(TOP)/../swig
  3. SWIGOPT =
  4. SRCS =
  5. TARGET = simple
  6. INTERFACE = simple.i
  7. LIBS = -L../.. -lgifplot
  8. INCLUDES = -I../../Include
  9. all::
  10. $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
  11. INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
  12. TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' perl5
  13. static::
  14. $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
  15. INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
  16. TARGET='myperl' INTERFACE='$(INTERFACE)' perl5_static
  17. clean::
  18. $(MAKE) -f $(TOP)/Makefile perl5_clean
  19. rm -f *.gif
  20. check: all