~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/SpellChecker/hunspell/src/tools/Makefile.am

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS=analyze chmorph hunspell munch unmunch hzip hunzip
 
2
 
 
3
INCLUDES=-I${top_srcdir}/src/hunspell -I${top_srcdir}/src/parsers
 
4
 
 
5
hzip_SOURCES=hzip.c
 
6
hunzip_SOURCES=hunzip.cxx
 
7
hunzip_LDADD = ../hunspell/libhunspell-1.3.la
 
8
 
 
9
munch_SOURCES=munch.c munch.h
 
10
unmunch_SOURCES=unmunch.c unmunch.h
 
11
 
 
12
example_SOURCES=example.cxx
 
13
example_LDADD = ../hunspell/libhunspell-1.3.la
 
14
 
 
15
hunspell_SOURCES=hunspell.cxx
 
16
hunspell_LDADD = @LIBINTL@ @LIBICONV@ ../parsers/libparsers.a \
 
17
        ../hunspell/libhunspell-1.3.la @CURSESLIB@ @READLINELIB@
 
18
 
 
19
analyze_SOURCES=analyze.cxx
 
20
analyze_LDADD = ../hunspell/libhunspell-1.3.la
 
21
 
 
22
chmorph_SOURCES=chmorph.cxx
 
23
chmorph_LDADD = ../parsers/libparsers.a ../hunspell/libhunspell-1.3.la
 
24
 
 
25
noinst_PROGRAMS=example
 
26
 
 
27
dist_bin_SCRIPTS=makealias affixcompress wordforms ispellaff2myspell wordlist2hunspell