~ubuntu-branches/ubuntu/wily/scribus/wily-proposed

« back to all changes in this revision

Viewing changes to scribus/plugins/short-words/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-01-23 16:19:28 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090123161928-15mux08ba81ouz2p
Tags: 1.3.3.13.dfsg~svn20081228-2
debian/control: Fix a typo on build depends that somehow passed through
my pbuilder test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pluginsdir = $(libdir)/scribus/plugins
2
 
 
3
 
plugins_LTLIBRARIES = libscribusshortwords.la
4
 
 
5
 
INCLUDES = $(LIBFREETYPE_CFLAGS) $(all_includes)
6
 
 
7
 
libscribusshortwords_la_LDFLAGS = -version-info 0:0:0
8
 
libscribusshortwords_la_METASOURCES = AUTO
9
 
libscribusshortwords_la_SOURCES = vlnadialog.cpp parse.cpp shortwords.cpp configuration.cpp version.h swprefsgui.cpp
10
 
 
11
 
EXTRA_DIST = parse.h vlnadialog.h shortwords.h version.h configuration.h scribus-short-words.rc swprefsgui.h CMakeLists.txt
12
 
 
13
 
KDE_OPTIONS = qtonly
14
 
 
15
 
AM_LDFLAGS = $(LIBFREETYPE_LIBS) $(MODULE_LINK_FLAGS)
16
 
 
17
 
AM_CPPFLAGS = \
18
 
    -I$(top_builddir)/scribus \
19
 
    -DDOCDIR=\"$(datadir)/doc/scribus-$(VERSION)/\" \
20
 
    -DICONDIR=\"$(datadir)/scribus/icons/\" \
21
 
    -DSAMPLESDIR=\"$(datadir)/scribus/samples/\" \
22
 
    -DSCRIPTSDIR=\"$(datadir)/scribus/scripts/\" \
23
 
    -DTEMPLATEDIR=\"$(datadir)/scribus/templates/\" \
24
 
    -DLIBDIR=\"$(libdir)/scribus/\" \
25
 
    -DPLUGINDIR=\"$(libdir)/scribus/plugins/\" \
26
 
    -DPLUGINDATA=\"$(datadir)/scribus/plugins/\"
27
 
 
28
 
AM_CXXFLAGS = \
29
 
    $(GCC_CXX_VISIBILITY_FLAGS)
30
 
 
31
 
install-data-local:
32
 
        $(mkinstalldirs) $(datadir)/scribus/plugins/
33
 
        $(INSTALL_DATA) $(srcdir)/scribus-short-words.rc $(datadir)/scribus/plugins/scribus-short-words.rc
34
 
 
35
 
uninstall-local:
36
 
        -rm -f $(datadir)/scribus/plugins/scribus-short-words.rc