PageRenderTime 25ms CodeModel.GetById 20ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
 1TOP        = ../../..
 2SWIG       = $(TOP)/../swig
 3SWIGOPT    = -I../../Interface
 4SRCS       =
 5TARGET     = php_gifplot
 6INTERFACE  = gifplot.i
 7LIBS       = -L../.. -lgifplot -lm
 8INCLUDES   = -I../../Include
 9
10all::
11	$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
12	INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
13	TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php4
14
15clean::
16	$(MAKE) -f $(TOP)/Makefile php4_clean
17	rm -f *.gif
18
19check: all