/tags/rel-1.3.35/Examples/GIFPlot/Php4/shadow/Makefile

# · Makefile · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · 89caf3f37fd89b1fb19dddb45840f6ba MD5 · raw file

  1. TOP = ../../..
  2. SWIG = $(TOP)/../swig
  3. SWIGOPT = -I../../Interface
  4. SRCS =
  5. TARGET = php_gifplot
  6. INTERFACE = gifplot.i
  7. LIBS = -L../.. -lgifplot -lm
  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)' php4
  13. clean::
  14. $(MAKE) -f $(TOP)/Makefile php4_clean
  15. rm -f *.gif
  16. check: all