summaryrefslogtreecommitdiffstats
path: root/kdirstat/Makefile.am
blob: cb54fd91853348d3c60c8bd1e966e0331e0f8068 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98

# Makefile.am for kdirstat/kdirstat
#
# Initially generated by KDevelop, cleaned up by <sh@suse.de>

SUBDIRS		= pics

bin_PROGRAMS 	= kdirstat


kdirstat_SOURCES =				\
	kdirstatmain.cpp			\
	kdirstatapp.cpp				\
	kdirstatfeedback.cpp			\
	kfeedback.cpp				\
	kdirtreeview.cpp			\
	kdirtreeiterators.cpp			\
	kdirtree.cpp				\
	ktreemapview.cpp			\
	ktreemaptile.cpp			\
	kcleanup.cpp				\
	kstdcleanup.cpp 			\
	kcleanupcollection.cpp			\
	kdirstatsettings.cpp			\
	kdirsaver.cpp				\
	kactivitytracker.cpp			\
	kpacman.cpp


noinst_HEADERS =				\
	kdirstatapp.h				\
	kfeedback.h				\
	kdirtreeview.h				\
	kdirtreeiterators.h			\
	kdirtree.h				\
	ktreemapview.h				\
	ktreemaptile.h				\
	kcleanup.h				\
	kstdcleanup.h				\
	kcleanupcollection.h			\
	kdirstatsettings.h			\
	kdirsaver.h				\
	kactivitytracker.h			\
	kpacman.h


EXTRA_DIST =					\
	kdirstatui.rc				\
	kdirstat.desktop			\
	lo32-app-kdirstat.png			\
	lo16-app-kdirstat.png			\
	hi32-app-kdirstat.png			\
	hi16-app-kdirstat.png


updatedir	= $(kde_datadir)/tdeconf_update
update_DATA	= kdirstat.upd
update_SCRIPTS	= fix_move_to_trash_bin.pl


kdirstat_LDADD = $(LIB_TDEFILE)

KDE_ICON = kdirstat

applnkdir = $(kde_appsdir)/Utilities
applnk_DATA = kdirstat.desktop

####### tdevelop will overwrite this part!!! (end)############
# this 10 paths are KDE specific. Use them:
# kde_htmldir	    Where your docs should go to. (contains lang subdirs)
# kde_appsdir	    Where your application file (.kdelnk) should go to.
# kde_icondir	    Where your icon should go to.
# kde_minidir	    Where your mini icon should go to.
# kde_datadir	    Where you install application data. (Use a subdir)
# kde_locale	    Where translation files should go to.(contains lang subdirs)
# kde_cgidir	    Where cgi-bin executables should go to.
# kde_confdir	    Where config files should go to.
# kde_mimedir	    Where mimetypes should go to.
# kde_toolbardir    Where general toolbar icons should go to.
# kde_wallpaperdir  Where general wallpapers should go to.

# set the include path for X, qt and KDE
INCLUDES= $(all_includes)

METASOURCES = AUTO

# the library search path.
kdirstat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

rcdir = $(kde_datadir)/kdirstat
rc_DATA = kdirstatui.rc

messages: rc.cpp
	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
	if test -n "$$LIST"; then \
	 $(XGETTEXT) $$LIST -o $(podir)/kdirstat.pot; \
	fi