]> git.lyx.org Git - lyx.git/blob - 3rdparty/hunspell/Makefile.am
Amend c3484fa6, adapt cmake-build to new hunspell-version
[lyx.git] / 3rdparty / hunspell / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LIBRARIES = liblyxhunspell.a
4
5 EXTRA_DIST = \
6         CMakeLists.txt \
7         1.7.0/AUTHORS \
8         1.7.0/ChangeLog \
9         1.7.0/COPYING \
10         1.7.0/COPYING.LESSER \
11         1.7.0/license.hunspell \
12         1.7.0/NEWS \
13         1.7.0/README \
14         1.7.0/THANKS \
15         1.7.0/src/hunspell/hunvisapi.h.in
16
17 AM_CPPFLAGS += -DHUNSPELL_STATIC @STDLIB_DEBUG@
18
19 liblyxhunspell_a_SOURCES = \
20         1.7.0/src/hunspell/affentry.cxx \
21         1.7.0/src/hunspell/affentry.hxx \
22         1.7.0/src/hunspell/affixmgr.cxx \
23         1.7.0/src/hunspell/affixmgr.hxx \
24         1.7.0/src/hunspell/atypes.hxx \
25         1.7.0/src/hunspell/baseaffix.hxx \
26         1.7.0/src/hunspell/csutil.cxx \
27         1.7.0/src/hunspell/csutil.hxx \
28         1.7.0/src/hunspell/filemgr.cxx \
29         1.7.0/src/hunspell/filemgr.hxx \
30         1.7.0/src/hunspell/hashmgr.cxx \
31         1.7.0/src/hunspell/hashmgr.hxx \
32         1.7.0/src/hunspell/htypes.hxx \
33         1.7.0/src/hunspell/hunspell.cxx \
34         1.7.0/src/hunspell/hunspell.h \
35         1.7.0/src/hunspell/hunspell.hxx \
36         1.7.0/src/hunspell/hunvisapi.h \
37         1.7.0/src/hunspell/hunzip.cxx \
38         1.7.0/src/hunspell/hunzip.hxx \
39         1.7.0/src/hunspell/langnum.hxx \
40         1.7.0/src/hunspell/phonet.cxx \
41         1.7.0/src/hunspell/phonet.hxx \
42         1.7.0/src/hunspell/replist.cxx \
43         1.7.0/src/hunspell/replist.hxx \
44         1.7.0/src/hunspell/suggestmgr.cxx \
45         1.7.0/src/hunspell/suggestmgr.hxx \
46         1.7.0/src/hunspell/utf_info.hxx \
47         1.7.0/src/hunspell/w_char.hxx \
48         1.7.0/src/parsers/firstparser.cxx \
49         1.7.0/src/parsers/firstparser.hxx \
50         1.7.0/src/parsers/htmlparser.cxx \
51         1.7.0/src/parsers/htmlparser.hxx \
52         1.7.0/src/parsers/latexparser.cxx \
53         1.7.0/src/parsers/latexparser.hxx \
54         1.7.0/src/parsers/manparser.cxx \
55         1.7.0/src/parsers/manparser.hxx \
56         1.7.0/src/parsers/odfparser.cxx \
57         1.7.0/src/parsers/odfparser.hxx \
58         1.7.0/src/parsers/testparser.cxx \
59         1.7.0/src/parsers/textparser.cxx \
60         1.7.0/src/parsers/textparser.hxx \
61         1.7.0/src/parsers/xmlparser.cxx \
62         1.7.0/src/parsers/xmlparser.hxx