diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-04 01:58:44 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-04 01:58:44 +0000 |
| commit | e6b196279f38b80170efd8d0748b31b489f04b15 (patch) | |
| tree | 17e57b4114e70b4293fad9c3ba5658c57bf96be7 | |
| parent | a62a31e5bcb73b22249291bf53df578f7207b611 (diff) | |
| download | lasso-e6b196279f38b80170efd8d0748b31b489f04b15.tar.gz lasso-e6b196279f38b80170efd8d0748b31b489f04b15.tar.xz lasso-e6b196279f38b80170efd8d0748b31b489f04b15.zip | |
Clean generated files in bindings
* bindings/java/Makefile.am:
* bindings/php5/Makefile.am:
* bindings/python/Makefile.am:
- reformat value and add generated files to the MOSTLYCLEANFILES
variable
| -rw-r--r-- | bindings/java/Makefile.am | 6 | ||||
| -rw-r--r-- | bindings/php5/Makefile.am | 1 | ||||
| -rw-r--r-- | bindings/python/Makefile.am | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am index f6ad245c..0b9c9a14 100644 --- a/bindings/java/Makefile.am +++ b/bindings/java/Makefile.am @@ -62,7 +62,11 @@ doc-publish: doc ssh bdauvergne@perso.entrouvert.org tar czf -C public_html/java-binding-doc doc.tgz rm doc.tgz -MOSTLYCLEANFILES = com_entrouvert_lasso_LassoJNI.c com_entrouvert_lasso_LassoJNI.h com/entrouvert/lasso/* lasso.jar *.class $(TESTS) +MOSTLYCLEANFILES = com_entrouvert_lasso_LassoJNI.c com_entrouvert_lasso_LassoJNI.h \ + com/entrouvert/lasso/* lasso.jar *.class $(TESTS) \ + __init__.pyc lang.pyc + + EXTRA_DIST = \ GObject.java \ diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am index 205f72cf..4ba2965c 100644 --- a/bindings/php5/Makefile.am +++ b/bindings/php5/Makefile.am @@ -1,4 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in +MOSTLYCLEANFILES = __init__.pyc lang.pyc php_code.pyc wrapper_header.pyc wrapper_top.pyc SUBDIRS = examples INCLUDES = \ diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index fdc7ada7..6f2ee2ef 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,4 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in +MOSTLYCLEANFILES = __init__.pyc lang.pyc SUBDIRS = tests if PYTHON_ENABLED |
