Fix PHP5 examples to use php5 make targets

Only a subset had been updated.
This commit is contained in:
Olly Betts 2016-12-01 11:52:25 +13:00
commit 855b8dfcf6
15 changed files with 45 additions and 45 deletions

View file

@ -8,13 +8,13 @@ LIBS =
SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' php_run
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' php5_run
build:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \
SWIG_LIB_DIR='$(SWIG_LIB_DIR)' SWIGEXE='$(SWIGEXE)' \
SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' \
php
php5
clean:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' php_clean
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' php5_clean