]> git.lyx.org Git - lyx.git/blob - 3rdparty/hunspell/Makefile.am
Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
[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.6.2/AUTHORS \
8         1.6.2/BUGS \
9         1.6.2/ChangeLog \
10         1.6.2/COPYING \
11         1.6.2/COPYING.LESSER \
12         1.6.2/license.hunspell \
13         1.6.2/README.md \
14         1.6.2/THANKS \
15         1.6.2/TODO \
16         1.6.2/src/hunspell/hunvisapi.h.in \
17         1.6.2/src/hunspell/utf_info.cxx
18
19 AM_CPPFLAGS += -DHUNSPELL_STATIC @STDLIB_DEBUG@
20
21 liblyxhunspell_a_SOURCES = \
22         1.6.2/src/hunspell/affentry.cxx \
23         1.6.2/src/hunspell/affentry.hxx \
24         1.6.2/src/hunspell/affixmgr.cxx \
25         1.6.2/src/hunspell/affixmgr.hxx \
26         1.6.2/src/hunspell/atypes.hxx \
27         1.6.2/src/hunspell/baseaffix.hxx \
28         1.6.2/src/hunspell/csutil.cxx \
29         1.6.2/src/hunspell/csutil.hxx \
30         1.6.2/src/hunspell/filemgr.cxx \
31         1.6.2/src/hunspell/filemgr.hxx \
32         1.6.2/src/hunspell/hashmgr.cxx \
33         1.6.2/src/hunspell/hashmgr.hxx \
34         1.6.2/src/hunspell/htypes.hxx \
35         1.6.2/src/hunspell/hunspell.cxx \
36         1.6.2/src/hunspell/hunspell.h \
37         1.6.2/src/hunspell/hunspell.hxx \
38         1.6.2/src/hunspell/hunvisapi.h \
39         1.6.2/src/hunspell/hunzip.cxx \
40         1.6.2/src/hunspell/hunzip.hxx \
41         1.6.2/src/hunspell/langnum.hxx \
42         1.6.2/src/hunspell/phonet.cxx \
43         1.6.2/src/hunspell/phonet.hxx \
44         1.6.2/src/hunspell/replist.cxx \
45         1.6.2/src/hunspell/replist.hxx \
46         1.6.2/src/hunspell/suggestmgr.cxx \
47         1.6.2/src/hunspell/suggestmgr.hxx \
48         1.6.2/src/hunspell/w_char.hxx \
49         1.6.2/src/parsers/firstparser.cxx \
50         1.6.2/src/parsers/firstparser.hxx \
51         1.6.2/src/parsers/htmlparser.cxx \
52         1.6.2/src/parsers/htmlparser.hxx \
53         1.6.2/src/parsers/latexparser.cxx \
54         1.6.2/src/parsers/latexparser.hxx \
55         1.6.2/src/parsers/manparser.cxx \
56         1.6.2/src/parsers/manparser.hxx \
57         1.6.2/src/parsers/odfparser.cxx \
58         1.6.2/src/parsers/odfparser.hxx \
59         1.6.2/src/parsers/testparser.cxx \
60         1.6.2/src/parsers/textparser.cxx \
61         1.6.2/src/parsers/textparser.hxx \
62         1.6.2/src/parsers/xmlparser.cxx \
63         1.6.2/src/parsers/xmlparser.hxx \
64         1.6.2/src/win_api/config.h
65