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

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/noatunvisual/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 = noatun_%{APPNAMELC}plugin.la
6
 
 
7
 
noatun_%{APPNAMELC}plugin_la_SOURCES = plugin_%{APPNAMELC}.cpp plugin_%{APPNAMELC}_impl.cpp
8
 
noatun_%{APPNAMELC}plugin_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined $(LIBSDL_RPATH)
9
 
noatun_%{APPNAMELC}plugin_la_CXXFLAGS = $(LIBSDL_CFLAGS)
10
 
noatun_%{APPNAMELC}plugin_la_LIBADD = $(LIB_KFILE) $(LIBSDL_LIBS) -lnoatun -lm
11
 
 
12
 
pluginsdir = $(kde_datadir)/noatun
13
 
plugins_DATA = %{APPNAMELC}.plugin
14
 
 
15
 
# kde_services_DATA = %{APPNAMELC}.desktop
16
 
 
17
 
messages: rc.cpp
18
 
        $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
19
 
        $(XGETTEXT) *.cpp *.h -o $(podir)/%{APPNAMELC}.pot