|
Lines 7-24
unmunch_SOURCES=unmunch.c
|
Link Here
|
|---|
|
include_HEADERS=munch.h unmunch.h | include_HEADERS=munch.h unmunch.h |
| |
example_SOURCES=example.cxx | example_SOURCES=example.cxx |
example_LDADD = ../hunspell/libhunspell.a |
example_LDADD = ../hunspell/libhunspell.la |
| |
hunspell_SOURCES=hunspell.cxx | hunspell_SOURCES=hunspell.cxx |
hunspell_LDADD = @LIBINTL@ ../hunspell/libhunspell.a \ |
hunspell_LDADD = @LIBINTL@ ../hunspell/libhunspell.la \ |
../parsers/libparsers.a @CURSESLIB@ @READLINELIB@ |
../parsers/libparsers.la @CURSESLIB@ @READLINELIB@ |
| |
hunmorph_SOURCES=hunmorph.cxx | hunmorph_SOURCES=hunmorph.cxx |
hunmorph_LDADD = ../hunspell/libhunspell.a |
hunmorph_LDADD = ../hunspell/libhunspell.la |
#hunmorph_INCLUDES=-I${top_srcdir}/src/hunspell | #hunmorph_INCLUDES=-I${top_srcdir}/src/hunspell |
| |
hunstem_SOURCES=hunstem.cxx | hunstem_SOURCES=hunstem.cxx |
hunstem_LDADD = ../hunspell/libhunspell.a |
hunstem_LDADD = ../hunspell/libhunspell.la |
#hunstem_INCLUDES=-I${top_srcdir}/src/hunspell | #hunstem_INCLUDES=-I${top_srcdir}/src/hunspell |
| |
EXTRA_DIST=makealias | EXTRA_DIST=makealias |