summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:06:08 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-04-29 12:06:08 +0000
commitca08831c9624db9fba2805b5b1116ba779db02ff (patch)
tree65058ea24fecc5bb1d15d6ada0cb184e7efe765a
parent7a7a8430b52b4ce8f1451eba927c3f809b84cc4e (diff)
downloadlasso-ca08831c9624db9fba2805b5b1116ba779db02ff.tar.gz
lasso-ca08831c9624db9fba2805b5b1116ba779db02ff.tar.xz
lasso-ca08831c9624db9fba2805b5b1116ba779db02ff.zip
[project @ fpeters@0d.be-20071120201438-11ybvaefw3o02p7h]
clean built files Original author: Frederic Peters <fpeters@0d.be> Date: 2007-11-20 21:14:38.792000+01:00
-rw-r--r--bindings/php5/Makefile.am3
-rw-r--r--bindings/python/Makefile.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am
index f82b0825..55dcd3aa 100644
--- a/bindings/php5/Makefile.am
+++ b/bindings/php5/Makefile.am
@@ -21,6 +21,9 @@ _lasso.c:
doc:
phpdoc -o HTML:frames:earthli -f lasso.php -t docs
+clean-local:
+ -rm lasso.php php_lasos.h _lasso.c
+
.PHONY: doc
endif
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 3b643b4a..bb2c6eaf 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -27,4 +27,7 @@ BUILT_SOURCES = _lasso.c
_lasso.c:
$(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/
+clean-local:
+ -rm lasso.py lasso.pyc _lasso.c
+
endif