]> git.lyx.org Git - lyx.git/blob - 3rdparty/hunspell/Makefile.am
Load color before polyglossia also in preview snippets
[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.3.3/AUTHORS \
8         1.3.3/BUGS \
9         1.3.3/COPYING \
10         1.3.3/COPYING.LGPL \
11         1.3.3/COPYING.MPL \
12         1.3.3/license.hunspell \
13         1.3.3/README \
14         1.3.3/THANKS \
15         1.3.3/src/hunspell/hunvisapi.h.in \
16         1.3.3/src/hunspell/license.hunspell \
17         1.3.3/src/hunspell/license.myspell \
18         1.3.3/src/hunspell/makefile.mk \
19         1.3.3/src/hunspell/README \
20         1.3.3/src/hunspell/utf_info.cxx
21
22 AM_CPPFLAGS += -DHUNSPELL_STATIC
23
24 liblyxhunspell_a_SOURCES = \
25         1.3.3/src/hunspell/affentry.cxx \
26         1.3.3/src/hunspell/affentry.hxx \
27         1.3.3/src/hunspell/affixmgr.cxx \
28         1.3.3/src/hunspell/affixmgr.hxx \
29         1.3.3/src/hunspell/atypes.hxx \
30         1.3.3/src/hunspell/baseaffix.hxx \
31         1.3.3/src/hunspell/csutil.cxx \
32         1.3.3/src/hunspell/csutil.hxx \
33         1.3.3/src/hunspell/dictmgr.cxx \
34         1.3.3/src/hunspell/dictmgr.hxx \
35         1.3.3/src/hunspell/filemgr.cxx \
36         1.3.3/src/hunspell/filemgr.hxx \
37         1.3.3/src/hunspell/hashmgr.cxx \
38         1.3.3/src/hunspell/hashmgr.hxx \
39         1.3.3/src/hunspell/htypes.hxx \
40         1.3.3/src/hunspell/hunspell.cxx \
41         1.3.3/src/hunspell/hunspell.h \
42         1.3.3/src/hunspell/hunspell.hxx \
43         1.3.3/src/hunspell/hunvisapi.h \
44         1.3.3/src/hunspell/hunzip.cxx \
45         1.3.3/src/hunspell/hunzip.hxx \
46         1.3.3/src/hunspell/langnum.hxx \
47         1.3.3/src/hunspell/phonet.cxx \
48         1.3.3/src/hunspell/phonet.hxx \
49         1.3.3/src/hunspell/replist.cxx \
50         1.3.3/src/hunspell/replist.hxx \
51         1.3.3/src/hunspell/suggestmgr.cxx \
52         1.3.3/src/hunspell/suggestmgr.hxx \
53         1.3.3/src/hunspell/w_char.hxx \
54         1.3.3/src/parsers/firstparser.cxx \
55         1.3.3/src/parsers/firstparser.hxx \
56         1.3.3/src/parsers/htmlparser.cxx \
57         1.3.3/src/parsers/htmlparser.hxx \
58         1.3.3/src/parsers/latexparser.cxx \
59         1.3.3/src/parsers/latexparser.hxx \
60         1.3.3/src/parsers/manparser.cxx \
61         1.3.3/src/parsers/manparser.hxx \
62         1.3.3/src/parsers/odfparser.cxx \
63         1.3.3/src/parsers/odfparser.hxx \
64         1.3.3/src/parsers/testparser.cxx \
65         1.3.3/src/parsers/textparser.cxx \
66         1.3.3/src/parsers/textparser.hxx \
67         1.3.3/src/parsers/xmlparser.cxx \
68         1.3.3/src/parsers/xmlparser.hxx \
69         1.3.3/src/win_api/config.h
70