modify build system to use php instead of php4

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10968 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-12-06 21:55:15 +00:00
commit a5fcddceca
14 changed files with 6 additions and 6 deletions

View file

@ -10,10 +10,10 @@ INCLUDES = -I../../Include
all::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php4
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php
clean::
$(MAKE) -f $(TOP)/Makefile php4_clean
$(MAKE) -f $(TOP)/Makefile php_clean
rm -f *.gif
rm -f php_gifplot.h

View file

@ -10,10 +10,10 @@ INCLUDES = -I../../Include
all::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php4
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php
clean::
$(MAKE) -f $(TOP)/Makefile php4_clean
$(MAKE) -f $(TOP)/Makefile php_clean
rm -f *.gif
check: all

View file

@ -10,10 +10,10 @@ INCLUDES = -I../../Include
all::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
INCLUDES='$(INCLUDES)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php4
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' php
clean::
$(MAKE) -f $(TOP)/Makefile php4_clean
$(MAKE) -f $(TOP)/Makefile php_clean
rm -f *.gif
rm -f php_simple.h