blob: d4c1b6c3efe719ed00cb1e82c6adc0433519a81e (
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
|
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = \
ibar \
dropshadow \
clock \
pager \
battery \
cpufreq \
ibox \
start \
exebuf \
winlist \
fileman \
wizard \
conf \
conf_wallpaper \
conf_theme \
conf_colors \
conf_fonts \
conf_borders \
conf_icon_theme \
conf_mouse_cursor \
conf_transitions \
conf_startup \
conf_intl \
conf_imc \
msgbus_lang \
conf_profiles \
conf_engine \
conf_applications \
conf_desks \
conf_desk \
conf_display \
conf_desklock \
conf_screensaver \
conf_dpms \
conf_shelves \
conf_keybindings \
conf_mousebindings \
conf_mouse \
conf_window_display \
conf_window_focus \
conf_window_manipulation \
conf_menus \
conf_clientlist \
conf_dialogs \
conf_performance \
conf_winlist \
conf_exebuf \
conf_paths \
conf_mime \
conf_interaction \
gadman \
mixer \
conf_window_remembers \
conf_scale \
connman \
illume \
syscon
if HAVE_TEMPERATURE
SUBDIRS += temperature
endif
|