Remove 'static' targets from PHP examples
The machinery these targets need to work no longer exists, and as far as I can make out was removed before the code was put under version control.
This commit is contained in:
parent
3b03e6addd
commit
bb98147965
17 changed files with 0 additions and 100 deletions
|
|
@ -16,11 +16,5 @@ build:
|
|||
SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' \
|
||||
php
|
||||
|
||||
static:
|
||||
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \
|
||||
SWIG_LIB_DIR='$(SWIG_LIB_DIR)' SWIGEXE='$(SWIGEXE)' \
|
||||
SWIGOPT='$(SWIGOPT)' TARGET='myphp' INTERFACE='$(INTERFACE)' \
|
||||
php_static
|
||||
|
||||
clean:
|
||||
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' php_clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue