OLD | NEW |
1 noinst_LIBRARIES=libparsers.a | 1 noinst_LIBRARIES=libparsers.a |
2 libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \ | 2 libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \ |
3 latexparser.cxx manparser.cxx \ | 3 latexparser.cxx manparser.cxx \ |
4 textparser.cxx | 4 textparser.cxx |
5 | 5 |
6 noinst_PROGRAMS=testparser | 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 text
parser.cxx textparser.hxx | 7 testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx
latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx text
parser.cxx textparser.hxx |
8 | 8 |
9 # need mystrdup() | 9 # need mystrdup() |
10 LDADD = ../hunspell/libhunspell-1.3.la | 10 LDADD = ../hunspell/libhunspell-1.3.la |
OLD | NEW |