diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 15:27:36 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 15:27:36 +0000 |
| commit | cab19f5814c43ade1bcac7a9ab4c29c83a6cf35d (patch) | |
| tree | 6b0fb2d318c3a2fd4421956fc85dd0f1c5c7f39e /php5 | |
| parent | 1d35f289a88f2e1acfa0a8b975e40f3b95ff4c7c (diff) | |
| download | lasso-cab19f5814c43ade1bcac7a9ab4c29c83a6cf35d.tar.gz lasso-cab19f5814c43ade1bcac7a9ab4c29c83a6cf35d.tar.xz lasso-cab19f5814c43ade1bcac7a9ab4c29c83a6cf35d.zip | |
remove obsolete swig binding csharp, php5, python.
java stays as long as alain coetmeur needs it
php(4) will be superseded by the new bindings/php4 later.
Diffstat (limited to 'php5')
| -rw-r--r-- | php5/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/php5/Makefile.am b/php5/Makefile.am deleted file mode 100644 index ec7aa8e2..00000000 --- a/php5/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -SWIG_OUTPUTS = lasso_wrap.c php_lasso.h lasso.php - -php_extension_LTLIBRARIES = lasso.la -lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -I$(top_builddir) -I$(top_srcdir) $(PHP5_INCLUDES) -lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version -lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP5_LDFLAGS) -lasso_la_SOURCES = lasso_wrap.c - -php_extensiondir = ${prefix}@PHP5_UNPREFIXED_EXTENSION_DIR@ - -SWIG_I_FILES=$(shell find $(top_srcdir)/swig/ -name '*.[ih]') -lasso_wrap.c php_lasso.h lasso.php: $(SWIG_I_FILES) - $(SWIG) -v -php5 -module lasso -o lasso_wrap.c $(top_srcdir)/swig/Lasso.i - -test-php: lasso.la lasso.php - $(PHP5) -d extension_dir=.libs $(srcdir)/lasso.php - -MAINTAINERCLEANFILES = Makefile.in $(SWIG_OUTPUTS) -EXTRA_DIST = $(SWIG_OUTPUTS) - |
