]> git.lyx.org Git - lyx.git/blob - 3rdparty/hunspell/1.6.2/src/parsers/Makefile.am
Update internal Hunspell to latest release (1.6.2)
[lyx.git] / 3rdparty / hunspell / 1.6.2 / src / parsers / Makefile.am
1
2 AM_CPPFLAGS=-I${top_builddir}/src/hunspell
3
4 noinst_LIBRARIES=libparsers.a
5 libparsers_a_SOURCES=firstparser.cxx xmlparser.cxx \
6                       latexparser.cxx  manparser.cxx \
7                       textparser.cxx htmlparser.cxx \
8                       odfparser.cxx
9
10 noinst_PROGRAMS=testparser
11 testparser_SOURCES=firstparser.cxx firstparser.hxx xmlparser.cxx \
12                       xmlparser.hxx latexparser.cxx latexparser.hxx \
13                       manparser.cxx manparser.hxx testparser.cxx \
14                       textparser.cxx textparser.hxx htmlparser.cxx \
15                       htmlparser.hxx odfparser.hxx odfparser.cxx
16
17 # need mystrdup()
18 LDADD = ../hunspell/libhunspell-1.6.la