mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9dcb7860b4
We use cmake or autotools to build hunspell, so we don't need this.
71 lines
2.0 KiB
Makefile
71 lines
2.0 KiB
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
noinst_LIBRARIES = liblyxhunspell.a
|
|
|
|
EXTRA_DIST = \
|
|
CMakeLists.txt \
|
|
1.3.3/AUTHORS \
|
|
1.3.3/BUGS \
|
|
1.3.3/COPYING \
|
|
1.3.3/COPYING.LGPL \
|
|
1.3.3/COPYING.MPL \
|
|
1.3.3/license.hunspell \
|
|
1.3.3/README \
|
|
1.3.3/THANKS \
|
|
1.3.3/src/hunspell/hunvisapi.h.in \
|
|
1.3.3/src/hunspell/license.hunspell \
|
|
1.3.3/src/hunspell/license.myspell \
|
|
1.3.3/src/hunspell/makefile.mk \
|
|
1.3.3/src/hunspell/README \
|
|
1.3.3/src/hunspell/utf_info.cxx
|
|
|
|
AM_CPPFLAGS += -DHUNSPELL_STATIC
|
|
|
|
liblyxhunspell_a_SOURCES = \
|
|
1.3.3/src/hunspell/affentry.cxx \
|
|
1.3.3/src/hunspell/affentry.hxx \
|
|
1.3.3/src/hunspell/affixmgr.cxx \
|
|
1.3.3/src/hunspell/affixmgr.hxx \
|
|
1.3.3/src/hunspell/atypes.hxx \
|
|
1.3.3/src/hunspell/baseaffix.hxx \
|
|
1.3.3/src/hunspell/csutil.cxx \
|
|
1.3.3/src/hunspell/csutil.hxx \
|
|
1.3.3/src/hunspell/dictmgr.cxx \
|
|
1.3.3/src/hunspell/dictmgr.hxx \
|
|
1.3.3/src/hunspell/filemgr.cxx \
|
|
1.3.3/src/hunspell/filemgr.hxx \
|
|
1.3.3/src/hunspell/hashmgr.cxx \
|
|
1.3.3/src/hunspell/hashmgr.hxx \
|
|
1.3.3/src/hunspell/htypes.hxx \
|
|
1.3.3/src/hunspell/hunspell.cxx \
|
|
1.3.3/src/hunspell/hunspell.h \
|
|
1.3.3/src/hunspell/hunspell.hxx \
|
|
1.3.3/src/hunspell/hunvisapi.h \
|
|
1.3.3/src/hunspell/hunzip.cxx \
|
|
1.3.3/src/hunspell/hunzip.hxx \
|
|
1.3.3/src/hunspell/langnum.hxx \
|
|
1.3.3/src/hunspell/phonet.cxx \
|
|
1.3.3/src/hunspell/phonet.hxx \
|
|
1.3.3/src/hunspell/replist.cxx \
|
|
1.3.3/src/hunspell/replist.hxx \
|
|
1.3.3/src/hunspell/suggestmgr.cxx \
|
|
1.3.3/src/hunspell/suggestmgr.hxx \
|
|
1.3.3/src/hunspell/w_char.hxx \
|
|
1.3.3/src/parsers/firstparser.cxx \
|
|
1.3.3/src/parsers/firstparser.hxx \
|
|
1.3.3/src/parsers/htmlparser.cxx \
|
|
1.3.3/src/parsers/htmlparser.hxx \
|
|
1.3.3/src/parsers/latexparser.cxx \
|
|
1.3.3/src/parsers/latexparser.hxx \
|
|
1.3.3/src/parsers/manparser.cxx \
|
|
1.3.3/src/parsers/manparser.hxx \
|
|
1.3.3/src/parsers/odfparser.cxx \
|
|
1.3.3/src/parsers/odfparser.hxx \
|
|
1.3.3/src/parsers/testparser.cxx \
|
|
1.3.3/src/parsers/textparser.cxx \
|
|
1.3.3/src/parsers/textparser.hxx \
|
|
1.3.3/src/parsers/xmlparser.cxx \
|
|
1.3.3/src/parsers/xmlparser.hxx \
|
|
1.3.3/src/win_api/config.h
|
|
|