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

« back to all changes in this revision

Viewing changes to parts/tipofday/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 = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
 
2
 
 
3
kde_module_LTLIBRARIES = libkdevtipofday.la
 
4
libkdevtipofday_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
 
5
libkdevtipofday_la_LIBADD = $(top_builddir)/lib/libkdevelop.la
 
6
 
 
7
libkdevtipofday_la_SOURCES = tipofday_part.cpp
 
8
 
 
9
METASOURCES = AUTO
 
10
KDE_ICON = AUTO
 
11
 
 
12
servicedir = $(kde_servicesdir)
 
13
service_DATA = kdevtipofday.desktop
 
14
 
 
15
tip_DATA = tips
 
16
tipdir = $(kde_datadir)/kdevtipofday
 
17
 
 
18
rc_DATA = kdevpart_tipofday.rc
 
19
rcdir = $(kde_datadir)/kdevtipofday
 
20
 
 
21
messages: rc.cpp
 
22
        $(PREPARETIPS) > tips.cc
 
23
        $(XGETTEXT) *.cpp *.h tips.cc -o $(podir)/kdevtipofday.pot
 
24
        rm -f tips.cc