Moved from Php to Php4 to fix naming kludge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5033 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
858b737d18
commit
29f9755c9d
13 changed files with 313 additions and 2 deletions
19
SWIG/Examples/GIFPlot/Php4/shadow/Makefile
Normal file
19
SWIG/Examples/GIFPlot/Php4/shadow/Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue