-
Notifications
You must be signed in to change notification settings - Fork 118
/
Makefile.am
51 lines (44 loc) · 1.37 KB
/
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
45
46
47
48
49
50
51
#
# 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_PYTHON
SUBDIRS += python
SUBDIRS += python-examples
endif
EXTRA_DIST = \
README.md \
autoit/_LGTest.au3 \
autoit/_LinkGrammar.au3 \
autoit/README \
lisp/link-interface.cl \
js/build_packages.sh \
js/link-parser \
js/link-parser/build.sh \
js/link-parser/bin.js \
js/link-parser/README.md \
js/link-parser/package.json \
js/link-parser/pre.js \
js/install_emsdk.sh \
node.js/.npmignore \
node.js/README.md \
node.js/package.json \
node.js/src \
node.js/src/test \
node.js/src/test/build \
node.js/src/test/build/spec.js \
node.js/src/test/spec.coffee \
node.js/src/index.litcoffee \
node.js/examples \
node.js/examples/simple.js \
swig/link_grammar.i