]> git.lyx.org Git - lyx.git/blob - 3rdparty/hunspell/Makefile.am
Make inset-select-all select all cells only in tables
[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/hunspell.dsp \
19         1.3.3/src/hunspell/hunvisapi.h.in \
20         1.3.3/src/hunspell/license.hunspell \
21         1.3.3/src/hunspell/license.myspell \
22         1.3.3/src/hunspell/makefile.mk \
23         1.3.3/src/hunspell/README
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/utf_info.cxx \
55         1.3.3/src/hunspell/w_char.hxx \
56         1.3.3/src/parsers/firstparser.cxx \
57         1.3.3/src/parsers/firstparser.hxx \
58         1.3.3/src/parsers/htmlparser.cxx \
59         1.3.3/src/parsers/htmlparser.hxx \
60         1.3.3/src/parsers/latexparser.cxx \
61         1.3.3/src/parsers/latexparser.hxx \
62         1.3.3/src/parsers/manparser.cxx \
63         1.3.3/src/parsers/manparser.hxx \
64         1.3.3/src/parsers/odfparser.cxx \
65         1.3.3/src/parsers/odfparser.hxx \
66         1.3.3/src/parsers/testparser.cxx \
67         1.3.3/src/parsers/textparser.cxx \
68         1.3.3/src/parsers/textparser.hxx \
69         1.3.3/src/parsers/xmlparser.cxx \
70         1.3.3/src/parsers/xmlparser.hxx \
71         1.3.3/src/win_api/config.h
72