summaryrefslogtreecommitdiffstats
path: root/kcpuload/kcpuload/Makefile.am
blob: ee9c5f2ec8cae821c3d47539cfda298c1eacca60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

############################################################################
#                                                                          #
#   Main KCPULoad sources.                                                 #
#                                                                          #
#   KCPULoad is copyright (c) 1999-2000, Markus Gustavsson                 #
#                         (c) 2002, Ben Burton                             #
#                                                                          #
#   This program is free software; you can redistribute it and/or modify   #
#   it under the terms of the GNU General Public License as published by   #
#   the Free Software Foundation; either version 2 of the License, or      #
#   (at your option) any later version.                                    #
#                                                                          #
############################################################################

INCLUDES = $(all_includes)

bin_PROGRAMS = kcpuload

kcpuload_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor

kcpuload_LDADD = $(LIB_KDEUI)

kcpuload_SOURCES = \
	icontoggleaction.cpp \
	kcpudock.cpp \
	kcpuload.cpp \
	kcpuproc.cpp \
	main.cpp \
	statdock.cpp \
	speeddialog.cpp \
	statpopup.cpp

noinst_HEADERS = \
	icontoggleaction.h \
	kcpudock.h \
	kcpuload.h \
	kcpuproc.h \
	speeddialog.h \
	statdock.h \
	statpopup.h

METASOURCES = AUTO

appsdir = $(kde_appsdir)/System
apps_DATA = kcpuload.desktop

KDE_ICON = kcpuload