Revision 20910,
1.5 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20909,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | SUBDIRS = docs |
---|
2 | |
---|
3 | iconsdir = $(datadir)/pixmaps |
---|
4 | icons_DATA = gnome-mixer-applet.png |
---|
5 | |
---|
6 | pixmapsdir = $(datadir)/pixmaps/mixer |
---|
7 | pixmaps_DATA = volume-max.png \ |
---|
8 | volume-medium.png \ |
---|
9 | volume-min.png \ |
---|
10 | volume-mute.png \ |
---|
11 | volume-zero.png |
---|
12 | |
---|
13 | INCLUDES = -I. -I$(srcdir) \ |
---|
14 | -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ |
---|
15 | -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \ |
---|
16 | -DGNOME_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \ |
---|
17 | $(MIXER_CFLAGS) $(GNOME_APPLETS_CFLAGS) |
---|
18 | |
---|
19 | libexec_PROGRAMS = mixer_applet2 |
---|
20 | |
---|
21 | mixer_applet2_SOURCES = \ |
---|
22 | mixer.c |
---|
23 | |
---|
24 | mixer_applet2_LDADD = \ |
---|
25 | $(MIXER_LIBS) \ |
---|
26 | $(GNOME_APPLETS_LIBS) |
---|
27 | |
---|
28 | serverdir = $(libdir)/bonobo/servers |
---|
29 | server_in_files = GNOME_MixerApplet.server.in |
---|
30 | server_DATA = $(server_in_files:.server.in=.server) |
---|
31 | |
---|
32 | $(server_in_files): $(server_in_files:.server.in=.server.in.in) |
---|
33 | sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ |
---|
34 | |
---|
35 | @INTLTOOL_SERVER_RULE@ |
---|
36 | |
---|
37 | uidir = $(datadir)/gnome-2.0/ui |
---|
38 | ui_DATA = GNOME_MixerApplet.xml |
---|
39 | |
---|
40 | schemasdir = @GCONF_SCHEMA_FILE_DIR@ |
---|
41 | schemas_in_files = mixer.schemas.in |
---|
42 | schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) |
---|
43 | |
---|
44 | @INTLTOOL_SCHEMAS_RULE@ |
---|
45 | |
---|
46 | EXTRA_DIST = \ |
---|
47 | GNOME_MixerApplet.server.in.in \ |
---|
48 | $(ui_DATA) \ |
---|
49 | $(pixmaps_DATA) \ |
---|
50 | $(icons_DATA) \ |
---|
51 | $(schemas_in_files) |
---|
52 | |
---|
53 | CLEANFILES = $(server_in_files) $(server_DATA) |
---|
54 | |
---|
55 | if GCONF_SCHEMAS_INSTALL |
---|
56 | install-data-local: |
---|
57 | GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schemas_DATA) ; |
---|
58 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.