]> git.lyx.org Git - lyx.git/blob - 3rdparty/hunspell/Makefile.am
Changelog-UserGuide-LyX_22x.txt: a correction
[lyx.git] / 3rdparty / hunspell / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 # This is prepared for compilation, but currently only used for packaging,
4 # because configure support for compilation is still missing.
5
6 noinst_LIBRARIES = liblyxhunspell.a
7
8 EXTRA_DIST = \
9         CMakeLists.txt \
10         1.3.3/AUTHORS \
11         1.3.3/BUGS \
12         1.3.3/COPYING \
13         1.3.3/COPYING.LGPL \
14         1.3.3/COPYING.MPL \
15         1.3.3/license.hunspell \
16         1.3.3/README \
17         1.3.3/THANKS \
18         1.3.3/src/hunspell/hunvisapi.h.in \
19         1.3.3/src/hunspell/license.hunspell \
20         1.3.3/src/hunspell/license.myspell \
21         1.3.3/src/hunspell/makefile.mk \
22         1.3.3/src/hunspell/README
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/utf_info.cxx \
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