summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-17 23:37:36 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-17 23:37:36 +0000
commit02464ae3147f8df3c8d57665669b52008eb25821 (patch)
tree3fcbf24766af75846a6fac40a77077f4ade49628 /php
parent89e3b547cea3685aa4b5452331b0fa3d5e89bd90 (diff)
downloadlasso-02464ae3147f8df3c8d57665669b52008eb25821.tar.gz
lasso-02464ae3147f8df3c8d57665669b52008eb25821.tar.xz
lasso-02464ae3147f8df3c8d57665669b52008eb25821.zip
Extracted the inheritance of nodes from SWIG in a separate file, to remove
its duplication in Lasso.i. Reorganized Lasso.i.
Diffstat (limited to 'php')
-rw-r--r--php/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index 31e30eab..3664aac5 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -8,7 +8,8 @@ lasso_la_SOURCES = lasso_wrap.c
php_extensiondir = ${prefix}@PHP_UNPREFIXED_EXTENSION_DIR@
-lasso_wrap.c php_lasso.h lasso.php: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i
+lasso_wrap.c php_lasso.h lasso.php: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i \
+ $(top_srcdir)/swig/inheritance.h
$(SWIG) -v -php4 -module lasso -o lasso_wrap.c -dlname lasso $(top_srcdir)/swig/Lasso.i
cp lasso_wrap.c lasso_wrap.c.bak
$(PYTHON) $(srcdir)/patch_swig_output.py < lasso_wrap.c.bak > lasso_wrap.c