1 noinst_LIBRARIES=libparsers.a
2 libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
3 latexparser.cxx manparser.cxx \
6 noinst_PROGRAMS=testparser
7 testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx textparser.cxx textparser.hxx
10 LDADD = ../hunspell/libhunspell-1.3.la