~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kcmodule/src-Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES    = $(all_includes)
2
 
METASOURCES = AUTO
3
 
 
4
 
# Install this plugin in the KDE modules directory
5
 
kde_module_LTLIBRARIES = kcm_%{APPNAMELC}.la
6
 
 
7
 
kcm_%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp
8
 
kcm_%{APPNAMELC}_la_LIBADD = $(LIB_KDEUI)
9
 
kcm_%{APPNAMELC}_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
10
 
 
11
 
 
12
 
xdg_apps_DATA = %{APPNAMELC}.desktop
13
 
 
14
 
 
15
 
messages: rc.cpp
16
 
        $(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp
17
 
        $(XGETTEXT) *.cpp -o $(podir)/kcm%{APPNAMELC}.pot