~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to filters/krita/png/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
kde_module_LTLIBRARIES = libkritapngimport.la libkritapngexport.la
 
2
 
 
3
libkritapngexport_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined
 
4
libkritapngexport_la_LIBADD = \
 
5
        $(KOFFICE_LIBS) \
 
6
        $(top_builddir)/krita/libkritacommon.la \
 
7
        -lpng
 
8
 
 
9
libkritapngimport_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined
 
10
libkritapngimport_la_LIBADD = \
 
11
        $(KOFFICE_LIBS) \
 
12
        $(top_builddir)/krita/libkritacommon.la \
 
13
        -lpng
 
14
 
 
15
INCLUDES= \
 
16
        -I$(srcdir) \
 
17
         $(KOFFICE_INCLUDES) \
 
18
        -I$(top_srcdir)/krita \
 
19
        -I$(top_srcdir)/krita/core \
 
20
        -I$(top_srcdir)/krita/sdk \
 
21
        -I$(top_srcdir)/krita/core/tiles \
 
22
        -I$(top_srcdir)/krita/kritacolor \
 
23
        -I$(top_srcdir)/krita/ui \
 
24
        $(KOFFICE_INCLUDES) -I$(interfacedir) \
 
25
        $(KOPAINTER_INCLUDES) \
 
26
        $(all_includes) 
 
27
 
 
28
service_DATA = krita_png_import.desktop krita_png_export.desktop
 
29
servicedir = $(kde_servicesdir)
 
30
 
 
31
kdelnk_DATA = krita_png.desktop
 
32
kdelnkdir = $(kde_appsdir)/Office
 
33
 
 
34
libkritapngimport_la_SOURCES = kis_png_import.cc kis_png_converter.cc
 
35
libkritapngexport_la_SOURCES = kis_wdg_options_png.ui kis_png_export.cc kis_png_converter.cc
 
36
 
 
37
METASOURCES = AUTO
 
38
 
 
39
 
 
40
KDE_CXXFLAGS = $(USE_EXCEPTIONS)