source: trunk/third/gnome-applets/Makefile.am @ 18647

Revision 18647, 1.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18646, which included commits to RCS files with non-trunk default branches.
Line 
1## Again, remove the comments on an applet you want to work on
2
3gtop_applets = multiload
4if BUILD_GTOP_APPLETS
5gtop_SUBDIRS = $(gtop_applets)
6endif
7
8vfs_applets = \
9        gtik    \
10        gweather
11if BUILD_GNOME_VFS_APPLETS
12vfs_SUBDIRS = $(vfs_applets)
13endif
14
15cdplayer_applets = \
16        cdplayer
17if APPLET_CDPLAYER
18cdplayer_SUBDIRS = $(cdplayer_applets)
19endif
20
21mixer_applets = \
22        mixer
23if APPLET_MIXER
24mixer_SUBDIRS = $(mixer_applets)
25endif
26
27modemlights_applets = \
28        modemlights
29if APPLET_MODEMLIGHTS
30modemlights_SUBDIRS = $(modemlights_applets)
31endif
32
33if BUILD_BATTSTAT_APPLET
34battstat_SUBDIR = battstat
35endif
36
37if BUILD_PANEL_MENU
38panel_menu_SUBDIR = panel-menu
39endif
40
41always_built_SUBDIRS = \
42        drivemount      \
43        charpick        \
44        geyes           \
45        mini-commander  \
46        gkb-new         \
47        wireless
48
49SUBDIRS = \
50        po                      \
51        screen-exec             \
52        $(mixer_SUBDIRS)        \
53        $(modemlights_SUBDIRS)  \
54        $(cdplayer_SUBDIRS)     \
55        $(always_built_SUBDIRS) \
56        $(gtop_SUBDIRS)         \
57        $(vfs_SUBDIRS)          \
58        $(battstat_SUBDIR)      \
59        $(panel_menu_SUBDIR)    \
60        omf-install     
61
62DIST_SUBDIRS = \
63        po              \
64        screen-exec     \
65        mixer           \
66        modemlights     \
67        cdplayer        \
68        drivemount      \
69        panel-menu      \
70        charpick        \
71        geyes           \
72        mini-commander  \
73        gkb-new         \
74        battstat        \
75        multiload       \
76        gtik            \
77        gweather        \
78        mini-commander  \
79        man             \
80        omf-install     \
81        wireless
82
83EXTRA_DIST = \
84        COPYING-DOCS            \
85        gnome-applets.spec.in   \
86        gnome-applets.spec      \
87        applet-docs.make        \
88        sgmldocs.make           \
89        intltool-update.in      \
90        intltool-extract.in     \
91        intltool-merge.in       \
92        message-of-doom         \
93        xmldocs.make
94
Note: See TracBrowser for help on using the repository browser.