~ubuntu-branches/ubuntu/warty/kdebase/warty

« back to all changes in this revision

Viewing changes to ksysguard/gui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-16 04:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040916045145-9vr63kith3k1cpza
Tags: upstream-3.2.2
ImportĀ upstreamĀ versionĀ 3.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
kdemimedir = $(kde_mimedir)/application
 
3
kdemime_DATA = x-ksysguard.desktop
 
4
 
 
5
rcdir = $(kde_datadir)/ksysguard
 
6
rc_DATA = ksysguardui.rc
 
7
 
 
8
xdg_apps_DATA = ksysguard.desktop
 
9
 
 
10
lnkdir = $(kde_datadir)/kicker/applets
 
11
lnk_DATA = ksysguardapplet.desktop
 
12
 
 
13
# claim, which subdirectories you want to install
 
14
SUBDIRS = ksgrd SensorDisplayLib
 
15
 
 
16
# set the include path for X, qt and KDE
 
17
INCLUDES = -I$(srcdir)/ksgrd -I$(srcdir)/SensorDisplayLib -I$(top_builddir)/ksysguard/gui/SensorDisplayLib $(all_includes)
 
18
 
 
19
####### This part is very ksysguard specific
 
20
# you can add here more. This one gets installed 
 
21
bin_PROGRAMS = ksysguard kpm
 
22
 
 
23
# Which sources should be compiled for ksysguard.
 
24
ksysguard_SOURCES = \
 
25
        SensorBrowser.cc \
 
26
        WorkSheet.cc \
 
27
        WorkSheetSettings.cc \
 
28
        Workspace.cc \
 
29
        ksysguard.cc ksysguard.skel
 
30
 
 
31
ksysguard_LDADD = \
 
32
        ksgrd/libksgrd.la \
 
33
        SensorDisplayLib/libsensordisplays.la \
 
34
        $(LIB_KDEUI) $(LIB_KIO)
 
35
ksysguard_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 
36
 
 
37
kpm_SOURCES = kpm.c
 
38
 
 
39
appdatadir = $(kde_datadir)/ksysguard
 
40
appdata_DATA = ProcessTable.sgrd SystemLoad.sgrd KSysGuardApplet.xml
 
41
 
 
42
# This stuff is now for the kicker applet
 
43
kde_module_LTLIBRARIES = sysguard_panelapplet.la
 
44
 
 
45
sysguard_panelapplet_la_SOURCES = \
 
46
        KSysGuardApplet.cc \
 
47
        KSGAppletSettings.cc
 
48
 
 
49
sysguard_panelapplet_la_LIBADD = \
 
50
        ksgrd/libksgrd.la \
 
51
        SensorDisplayLib/libsensordisplays.la \
 
52
        $(LIB_KDEUI) $(LIB_KIO)
 
53
sysguard_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
 
54
 
 
55
EXTRA_DIST = $(lnk_DATA)
 
56
 
 
57
# just to make sure, automake makes them 
 
58
METASOURCES = AUTO
 
59
 
 
60
messages: rc.cpp
 
61
        $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp
 
62
        $(EXTRACTRC) `find . -name "*.sgrd"` >> rc.cpp
 
63
        $(XGETTEXT) `find . -name "*.cpp" -o -name "*.cc"` -o $(podir)/ksysguard.pot