forked from opencog/link-grammar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
44 lines (35 loc) · 786 Bytes
/
Makefile.am
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# Automake file for programming language bindings to link-grammar
#
SUBDIRS=
if HAVE_JAVA
SUBDIRS += java-jni
endif
if HAVE_ANT
SUBDIRS += java
endif
SUBDIRS += ocaml
if HAVE_PERL
SUBDIRS += perl
endif
if HAVE_PYTHON2
SUBDIRS += python
endif
if HAVE_PYTHON3
SUBDIRS += python3
endif
# Add python-examples only once - else make enters it twice.
if HAVE_PYTHON2
SUBDIRS += python-examples
else !HAVE_PYTHON2
if HAVE_PYTHON3
SUBDIRS += python-examples
endif HAVE_PYTHON3
endif !HAVE_PYTHON2
EXTRA_DIST = \
README \
autoit/_LGTest.au3 \
autoit/_LinkGrammar.au3 \
autoit/README \
lisp/link-interface.cl \
swig/link_grammar.i