]> git.lyx.org Git - features.git/blob - 3rdparty/hunspell/Makefile.am
Merge branch 'master' of git.lyx.org:lyx
[features.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/hunspell.dsp \
16         1.3.3/src/hunspell/hunvisapi.h.in \
17         1.3.3/src/hunspell/license.hunspell \
18         1.3.3/src/hunspell/license.myspell \
19         1.3.3/src/hunspell/makefile.mk \
20         1.3.3/src/hunspell/README \
21         1.3.3/src/hunspell/utf_info.cxx
22
23 AM_CPPFLAGS += -DHUNSPELL_STATIC
24
25 liblyxhunspell_a_SOURCES = \
26         1.3.3/src/hunspell/affentry.cxx \
27         1.3.3/src/hunspell/affentry.hxx \
28         1.3.3/src/hunspell/affixmgr.cxx \
29         1.3.3/src/hunspell/affixmgr.hxx \
30         1.3.3/src/hunspell/atypes.hxx \
31         1.3.3/src/hunspell/baseaffix.hxx \
32         1.3.3/src/hunspell/csutil.cxx \
33         1.3.3/src/hunspell/csutil.hxx \
34         1.3.3/src/hunspell/dictmgr.cxx \
35         1.3.3/src/hunspell/dictmgr.hxx \
36         1.3.3/src/hunspell/filemgr.cxx \
37         1.3.3/src/hunspell/filemgr.hxx \
38         1.3.3/src/hunspell/hashmgr.cxx \
39         1.3.3/src/hunspell/hashmgr.hxx \
40         1.3.3/src/hunspell/htypes.hxx \
41         1.3.3/src/hunspell/hunspell.cxx \
42         1.3.3/src/hunspell/hunspell.h \
43         1.3.3/src/hunspell/hunspell.hxx \
44         1.3.3/src/hunspell/hunvisapi.h \
45         1.3.3/src/hunspell/hunzip.cxx \
46         1.3.3/src/hunspell/hunzip.hxx \
47         1.3.3/src/hunspell/langnum.hxx \
48         1.3.3/src/hunspell/phonet.cxx \
49         1.3.3/src/hunspell/phonet.hxx \
50         1.3.3/src/hunspell/replist.cxx \
51         1.3.3/src/hunspell/replist.hxx \
52         1.3.3/src/hunspell/suggestmgr.cxx \
53         1.3.3/src/hunspell/suggestmgr.hxx \
54         1.3.3/src/hunspell/w_char.hxx \
55         1.3.3/src/parsers/firstparser.cxx \
56         1.3.3/src/parsers/firstparser.hxx \
57         1.3.3/src/parsers/htmlparser.cxx \
58         1.3.3/src/parsers/htmlparser.hxx \
59         1.3.3/src/parsers/latexparser.cxx \
60         1.3.3/src/parsers/latexparser.hxx \
61         1.3.3/src/parsers/manparser.cxx \
62         1.3.3/src/parsers/manparser.hxx \
63         1.3.3/src/parsers/odfparser.cxx \
64         1.3.3/src/parsers/odfparser.hxx \
65         1.3.3/src/parsers/testparser.cxx \
66         1.3.3/src/parsers/textparser.cxx \
67         1.3.3/src/parsers/textparser.hxx \
68         1.3.3/src/parsers/xmlparser.cxx \
69         1.3.3/src/parsers/xmlparser.hxx \
70         1.3.3/src/win_api/config.h
71