|
Lines 59-73
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
Link Here
|
| 59 |
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) |
59 |
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) |
| 60 |
am_hunspell_OBJECTS = hunspell.$(OBJEXT) |
60 |
am_hunspell_OBJECTS = hunspell.$(OBJEXT) |
| 61 |
hunspell_OBJECTS = $(am_hunspell_OBJECTS) |
61 |
hunspell_OBJECTS = $(am_hunspell_OBJECTS) |
| 62 |
hunspell_DEPENDENCIES = ../hunspell/libhunspell-1.2.la \ |
62 |
hunspell_DEPENDENCIES = ../parsers/libparsers.a \ |
| 63 |
../parsers/libparsers.a |
63 |
../hunspell/libhunspell-1.2.la |
| 64 |
am_hunspell_analyze_OBJECTS = analyze.$(OBJEXT) |
64 |
am_hunspell_analyze_OBJECTS = analyze.$(OBJEXT) |
| 65 |
hunspell_analyze_OBJECTS = $(am_hunspell_analyze_OBJECTS) |
65 |
hunspell_analyze_OBJECTS = $(am_hunspell_analyze_OBJECTS) |
| 66 |
hunspell_analyze_DEPENDENCIES = ../hunspell/libhunspell-1.2.la |
66 |
hunspell_analyze_DEPENDENCIES = ../hunspell/libhunspell-1.2.la |
| 67 |
am_hunspell_chmorph_OBJECTS = chmorph.$(OBJEXT) |
67 |
am_hunspell_chmorph_OBJECTS = chmorph.$(OBJEXT) |
| 68 |
hunspell_chmorph_OBJECTS = $(am_hunspell_chmorph_OBJECTS) |
68 |
hunspell_chmorph_OBJECTS = $(am_hunspell_chmorph_OBJECTS) |
| 69 |
hunspell_chmorph_DEPENDENCIES = ../hunspell/libhunspell-1.2.la \ |
69 |
hunspell_chmorph_DEPENDENCIES = ../parsers/libparsers.a \ |
| 70 |
../parsers/libparsers.a |
70 |
../hunspell/libhunspell-1.2.la |
| 71 |
am_hunspell_example_OBJECTS = example.$(OBJEXT) |
71 |
am_hunspell_example_OBJECTS = example.$(OBJEXT) |
| 72 |
hunspell_example_OBJECTS = $(am_hunspell_example_OBJECTS) |
72 |
hunspell_example_OBJECTS = $(am_hunspell_example_OBJECTS) |
| 73 |
hunspell_example_DEPENDENCIES = ../hunspell/libhunspell-1.2.la |
73 |
hunspell_example_DEPENDENCIES = ../hunspell/libhunspell-1.2.la |
|
Lines 274-286
include_HEADERS = munch.h unmunch.h
Link Here
|
| 274 |
hunspell_example_SOURCES = example.cxx |
274 |
hunspell_example_SOURCES = example.cxx |
| 275 |
hunspell_example_LDADD = ../hunspell/libhunspell-1.2.la |
275 |
hunspell_example_LDADD = ../hunspell/libhunspell-1.2.la |
| 276 |
hunspell_SOURCES = hunspell.cxx |
276 |
hunspell_SOURCES = hunspell.cxx |
| 277 |
hunspell_LDADD = -lintl ../hunspell/libhunspell-1.2.la \ |
277 |
hunspell_LDADD = -lintl ../parsers/libparsers.a \ |
| 278 |
../parsers/libparsers.a -lncursesw -lreadline -lncurses |
278 |
../hunspell/libhunspell-1.2.la -lncursesw -lreadline -lncurses |
| 279 |
|
279 |
|
| 280 |
hunspell_analyze_SOURCES = analyze.cxx |
280 |
hunspell_analyze_SOURCES = analyze.cxx |
| 281 |
hunspell_analyze_LDADD = ../hunspell/libhunspell-1.2.la |
281 |
hunspell_analyze_LDADD = ../hunspell/libhunspell-1.2.la |
| 282 |
hunspell_chmorph_SOURCES = chmorph.cxx |
282 |
hunspell_chmorph_SOURCES = chmorph.cxx |
| 283 |
hunspell_chmorph_LDADD = ../hunspell/libhunspell-1.2.la ../parsers/libparsers.a |
283 |
hunspell_chmorph_LDADD = ../parsers/libparsers.a ../hunspell/libhunspell-1.2.la |
| 284 |
EXTRA_DIST = makealias affixcompress wordforms |
284 |
EXTRA_DIST = makealias affixcompress wordforms |
| 285 |
all: all-am |
285 |
all: all-am |
| 286 |
|
286 |
|