~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#dnl Process this file with automake to produce Makefile.in
 
2
 
 
3
if WITH_OLD_GNOME_SUPPORT
 
4
gnome_old_dir=gnome-integration-old
 
5
endif
 
6
 
 
7
if WITH_GNOME_SUPPORT
 
8
gnome_dir=gnome-integration
 
9
endif
 
10
 
 
11
if WITH_XFCE_SUPPORT
 
12
xfce_dir=xfce-integration
 
13
endif
 
14
 
 
15
if WITH_ALSA_MIXER
 
16
alsa_mixer_dir=alsaMixer
 
17
endif
 
18
 
 
19
if WITH_TERMINAL
 
20
terminal_dir=terminal
 
21
endif
 
22
 
 
23
if WITH_POWERMANAGER
 
24
powermanager_dir=powermanager
 
25
endif
 
26
 
 
27
if WITH_WIFI
 
28
wifi_dir=wifi
 
29
endif
 
30
 
 
31
if WITH_TOMBOY
 
32
tomboy_dir=tomboy
 
33
endif
 
34
 
 
35
if WITH_RHYTHMBOX
 
36
rhythmbox_dir=rhythmbox
 
37
endif
 
38
 
 
39
if WITH_NVIDIA
 
40
nvidia_dir=nVidia
 
41
endif
 
42
 
 
43
if WITH_COMPIZ_ICON
 
44
compiz_icon_dir=compiz-icon
 
45
endif
 
46
 
 
47
if WITH_XGAMMA
 
48
xgamma_dir=Xgamma
 
49
endif
 
50
 
 
51
if WITH_GMENU
 
52
gmenu_dir=GMenu
 
53
endif
 
54
 
 
55
if WITH_MAIL
 
56
mail_dir=mail
 
57
endif
 
58
 
 
59
if WITH_WEBLETS
 
60
weblets_dir=weblets
 
61
endif
 
62
 
 
63
if WITH_KEYBOARD_INDICATOR
 
64
keyboard_indicator_dir=keyboard-indicator
 
65
endif
 
66
 
 
67
SUBDIRS = . po\
 
68
        ${alsa_mixer_dir}\
 
69
        Animated-icons\
 
70
        Cairo-Penguin\
 
71
        Clipper\
 
72
        clock\
 
73
        ${compiz_icon_dir}\
 
74
        cpusage\
 
75
        desklet-rendering\
 
76
        dialog-rendering\
 
77
        dock-rendering\
 
78
        Dbus\
 
79
        drop-indicator\
 
80
        dustbin\
 
81
        ${gmenu_dir}\
 
82
        ${gnome_dir}\
 
83
        ${gnome_old_dir}\
 
84
        icon-effect\
 
85
        illusion\
 
86
        ${keyboard_indicator_dir}\
 
87
        logout\
 
88
        ${mail_dir}\
 
89
        motion-blur\
 
90
        netspeed\
 
91
        ${nvidia_dir}\
 
92
        ${powermanager_dir}\
 
93
        quick-browser\
 
94
        rame\
 
95
        ${rhythmbox_dir}\
 
96
        shortcuts\
 
97
        showDesklets\
 
98
        showDesktop\
 
99
        show-mouse\
 
100
        slider\
 
101
        stack\
 
102
        switcher\
 
103
        systray\
 
104
        ${terminal_dir}\
 
105
        ${tomboy_dir}\
 
106
        Toons\
 
107
        weather\
 
108
        ${weblets_dir}\
 
109
        ${wifi_dir}\
 
110
        ${xfce_dir}\
 
111
        ${xgamma_dir}\
 
112
        xmms
 
113
 
 
114
EXTRA_DIST = \
 
115
        intltool-extract.in\
 
116
        intltool-merge.in\
 
117
        intltool-update.in\
 
118
        LICENSE
 
119