summaryrefslogtreecommitdiffstats
path: root/bindings/Makefile.am
blob: 42ccf4503080ed86e844cd53b944ef7a2cf015ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS =
if PYTHON_ENABLED
SUBDIRS += python
endif
if PHP5_ENABLED
SUBDIRS += php5
endif
if JAVA_ENABLED
SUBDIRS += java
endif
if PERL_ENABLED
SUBDIRS += perl
endif

CLEANFILES = bindings.pyc lang_java.pyc lang_python.pyc lang_php5.pyc \
             utils.pyc lang_php5_helpers/__init__.pyc lang_php5_helpers/php_code.pyc \
              lang_php5_helpers/wrapper_header.pyc lang_php5_helpers/wrapper_source.pyc

EXTRA_DIST = bindings.py \
	overrides.xml \
	utils.py \
	utility-scripts/error-analyzer.pl \
	ghashtable.h \
	utils.c