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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES    = $(all_includes)
 
2
METASOURCES = AUTO
 
3
 
 
4
KDE_ICON = AUTO
 
5
 
 
6
# Install this plugin in the KDE modules directory
 
7
kde_module_LTLIBRARIES = lib%{APPNAMELC}plugin.la
 
8
 
 
9
# This is all standard.  Remove the LIB_KHTML reference if you are not
 
10
# using the KHTML Part
 
11
lib%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp
 
12
lib%{APPNAMELC}plugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
 
13
lib%{APPNAMELC}plugin_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries)
 
14
 
 
15
# Install the .rc file in the Part's directory (in this case, the part
 
16
# is KHTMLPart)
 
17
pluginsdir = $(kde_datadir)/khtml/kpartplugins
 
18
plugins_DATA = plugin_%{APPNAMELC}.rc
 
19
 
 
20
messages: rc.cpp
 
21
        $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
 
22
        $(XGETTEXT) *.cpp -o $(podir)/%{APPNAMELC}.pot