/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
- TOP = ../../..
- SWIG = $(TOP)/../swig
- SWIGOPT = -I../../Interface
- SRCS =
- TARGET = php_gifplot
- INTERFACE = gifplot.i
- LIBS = -L../.. -lgifplot -lm
- INCLUDES = -I../../Include
- all::
- $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php4
- clean::
- $(MAKE) -f $(TOP)/Makefile php4_clean
- rm -f *.gif
- check: all