~ubuntu-branches/debian/squeeze/kdelibs/squeeze

« back to all changes in this revision

Viewing changes to .pc/97_automake_cleanup.diff/kdeprint/lpr/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-08-07 23:20:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100807232021-owvkgp5wpc076s33
Tags: 4:3.5.10.dfsg.1-5
* Change by email address to @debian.org.
* Drop common HTML docs from kdelibs-data package. Instead suggest
  kdelibs5-data which ships them (Closes: #591609). What's more, whoever
  wants to view docs, will have to install khelpcenter4 which pulls in
  kdelibs5-data anyway.
* Switch to dpkg-source format 3.0 (quilt):
  - drop simple-patchsys.mk from debian/rules;
  - add debian/patches/series file.
* Fix corruption of zip files caused by wrong encoding of umlauts in kzip
  (patch 67_kio_zip_file_encoding.diff). (Closes: #563942) Thanks to Bjoern
  Ricks for the patch.
* Support opening of KDE 4 khelpcenter in Help -> Handbook. (Closes: #525621)
  Thanks to Ben Burton for the patch.
* Do not recurse into .pc subdirectory with doxygen 
  (patch debian/patches/02_exclude_pc_from_dox.diff).
* Urgency=medium due to multiple RC bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
 
2
 
 
3
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kdeprint -I$(top_srcdir)/kdeprint/management $(all_includes)
 
4
 
 
5
kde_module_LTLIBRARIES = kdeprint_lpr.la
 
6
 
 
7
kdeprint_lpr_la_SOURCES = printcapreader.cpp lprhandler.cpp \
 
8
                             matichandler.cpp klprfactory.cpp kmlprmanager.cpp \
 
9
                             kmlpruimanager.cpp lpchelper.cpp lpqhelper.cpp \
 
10
                             kmlprjobmanager.cpp matichelper.cpp \
 
11
                             klprprinterimpl.cpp printcapentry.cpp \
 
12
                             lprsettings.cpp kmconfiglpr.cpp apshandler.cpp \
 
13
                             lprngtoolhandler.cpp \
 
14
                             editentrydialog.cpp
 
15
kdeprint_lpr_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
 
16
kdeprint_lpr_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la $(top_builddir)/kdecore/libkdefakes.la
 
17
kdeprint_lpr_la_METASOURCES = AUTO
 
18
 
 
19
noinst_HEADERS = printcapreader.h \
 
20
                 matichandler.h kmlprmanager.h \
 
21
                 kmlpruimanager.h lpchelper.h lpqhelper.h \
 
22
                 kmlprjobmanager.h matichelper.h klprprinterimpl.h \
 
23
                 kmconfiglpr.h apshandler.h \
 
24
                 lprngtoolhandler.h \
 
25
                 editentrydialog.h
 
26
 
 
27
kdeprintlpr_HEADERS = printcapentry.h lprhandler.h lprsettings.h
 
28
kdeprintlprdir = $(includedir)/kdeprint/lpr
 
29
 
 
30
bin_PROGRAMS = make_driver_db_lpr
 
31
make_driver_db_lpr_SOURCES = make_driver_db_lpr.c
 
32
make_driver_db_lpr_LDFLAGS = $(all_libraries) 
 
33
make_driver_db_lpr_LDADD = $(top_builddir)/kdecore/libkdefakes.la ../libdriverparse.a $(LIBDL)
 
34
 
 
35
entry_DATA = lpr.print
 
36
entrydir = $(kde_datadir)/kdeprint/plugins
 
37
 
 
38
miscdata_DATA = apsdriver1 apsdriver2 lprngtooldriver1
 
39
miscdatadir = $(kde_datadir)/kdeprint