This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cryptic/bindings/Makefile.am

24 lines
357 B
Makefile

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 = *.pyc Makefile Makefile.in
EXTRA_DIST = bindings.py \
overrides.xml \
utils.py \
utility-scripts/error-analyzer.pl \
ghashtable.h