~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/SpellChecker/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
SUBDIRS = wxspellchecker
 
2
 
 
3
AM_CPPFLAGS = $(WX_CXXFLAGS) \
 
4
                $(CB_HUNSPELL_CFLAGS) \
 
5
                -I$(srcdir)/wxspellchecker/include \
 
6
                -I$(top_srcdir)/src/include \
 
7
                -I$(top_srcdir)/src/sdk/wxscintilla/include
 
8
 
 
9
pluginlibdir = $(pkglibdir)/plugins
 
10
 
 
11
pluginlib_LTLIBRARIES = libSpellChecker.la
 
12
 
 
13
libSpellChecker_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
 
14
 
 
15
libSpellChecker_la_LIBADD = ../../../sdk/libcodeblocks.la \
 
16
                                                        wxspellchecker/libwxSpellChecker.la \
 
17
                                                        $(WX_LIBS) \
 
18
                                                        $(CB_HUNSPELL_LIBS)
 
19
 
 
20
libSpellChecker_la_SOURCES = DictionariesNeededDialog.cpp \
 
21
                            MySpellingDialog.cpp \
 
22
                            OnlineSpellChecker.cpp \
 
23
                            SpellCheckHelper.cpp \
 
24
                            SpellCheckSettingsPanel.cpp \
 
25
                            SpellCheckerConfig.cpp \
 
26
                            SpellCheckerPlugin.cpp \
 
27
                            StatusField.cpp \
 
28
                            Thesaurus.cpp \
 
29
                            ThesaurusDialog.cpp \
 
30
                            mythes.cxx \
 
31
                            wxThes.cpp
 
32
 
 
33
noinst_HEADERS = DictionariesNeededDialog.h \
 
34
                MySpellingDialog.h \
 
35
                SpellCheckHelper.h \
 
36
                SpellCheckerConfig.h \
 
37
                StatusField.h \
 
38
                ThesaurusDialog.h \
 
39
                OnlineSpellChecker.h \
 
40
                SpellCheckSettingsPanel.h \
 
41
                SpellCheckerPlugin.h \
 
42
                Thesaurus.h \
 
43
                mythes.hxx \
 
44
                wxThes.h
 
45
 
 
46
EXTRA_DIST =    $(srcdir)/*.cbp \
 
47
                $(srcdir)/*.xrc \
 
48
                $(srcdir)/*.png \
 
49
                wxsmith \
 
50
                hunspell \
 
51
                dictionaries \
 
52
                manifest.xml \
 
53
                $(srcdir)/update*
 
54
 
 
55
pkgdata_DATA = SpellChecker.zip
 
56
 
 
57
CLEANFILES = $(pkgdata_DATA)
 
58
 
 
59
SpellChecker.zip: manifest.xml SpellCheckSettingsPanel.xrc
 
60
        PWD=`pwd` cd $(srcdir) && zip -R $(PWD)/SpellChecker.zip manifest.xml SpellCheckSettingsPanel.xrc > /dev/null
 
61
 
 
62
confimagesdir = $(datadir)/@PACKAGE@/images/settings
 
63
 
 
64
dist_confimages_DATA = $(srcdir)/*.png
 
65
 
 
66
onlinecheckerconfigdir = $(datadir)/@PACKAGE@/SpellChecker
 
67
 
 
68
dist_onlinecheckerconfig_DATA = $(srcdir)/rc/*.png $(srcdir)/OnlineSpellChecking.xml