-
Notifications
You must be signed in to change notification settings - Fork 118
/
Makefile.am
59 lines (56 loc) · 1.94 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
52
53
54
55
56
57
58
59
#
# Master Makefile for the Link Grammar system
#
SUBDIRS = \
link-grammar \
bindings \
link-parser \
tests \
morphology \
data \
man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = link-grammar.pc
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
autogen.sh \
link-grammar.pc.in \
link-grammar.spec.in \
link-grammar.spec \
AUTHORS \
ChangeLog \
FindLinkGrammar.cmake \
LICENSE \
MAINTAINERS \
NEWS \
README.md \
debug/README.md \
docker/docker-build.sh \
docker/docker-base/Dockerfile \
docker/docker-parser/Dockerfile \
docker/docker-python/Dockerfile \
docker/docker-server/Dockerfile \
m4/lg_visibility.m4 \
man/link-generator.1 \
man/link-parser.1 \
mingw/README-Cygwin.md \
mingw/README-MinGW64.md \
mingw/link-parser-mingw.bat \
mingw/link-parser-cygwin.bat \
msvc/getopt/getopt.c \
msvc/getopt/getopt.h \
msvc/getopt/README \
msvc/LGlib-features.props \
msvc/LinkGenerator.vcxproj \
msvc/LinkGrammarExe.vcxproj \
msvc/LinkGrammarJava.vcxproj \
msvc/LinkGrammar.sln \
msvc/LinkGrammar.vcxproj \
msvc/Local.props \
msvc/confvar.bat \
msvc/MSVC-common.props \
msvc/post-build.bat \
msvc/Python3.vcxproj \
msvc/README.md \
msvc/make-check.py \
TODO