Revision 20910,
1.2 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 | INCLUDES = -I. -I$(srcdir) \ |
---|
4 | $(GNOME_APPLETS_CFLAGS) \ |
---|
5 | -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ |
---|
6 | -DVERSION=\""$(VERSION)"\" |
---|
7 | |
---|
8 | libexec_PROGRAMS = modemlights_applet2 |
---|
9 | |
---|
10 | modemlights_applet2_SOURCES = \ |
---|
11 | modemlights.c \ |
---|
12 | modemlights.h \ |
---|
13 | properties.c |
---|
14 | |
---|
15 | modemlights_applet2_LDADD = \ |
---|
16 | $(GNOME_APPLETS_LIBS) |
---|
17 | |
---|
18 | uidir = $(datadir)/gnome-2.0/ui |
---|
19 | ui_DATA = GNOME_ModemlightsApplet.xml |
---|
20 | |
---|
21 | serverdir = $(libdir)/bonobo/servers |
---|
22 | server_in_files = GNOME_ModemLightsApplet.server.in |
---|
23 | server_DATA = $(server_in_files:.server.in=.server) |
---|
24 | |
---|
25 | $(server_in_files): $(server_in_files:.server.in=.server.in.in) |
---|
26 | sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ |
---|
27 | |
---|
28 | CLEANFILES = $(server_in_files) $(server_DATA) |
---|
29 | |
---|
30 | @INTLTOOL_SERVER_RULE@ |
---|
31 | |
---|
32 | schemasdir = @GCONF_SCHEMA_FILE_DIR@ |
---|
33 | schemas_in_files = modemlights.schemas.in |
---|
34 | schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) |
---|
35 | |
---|
36 | @INTLTOOL_SCHEMAS_RULE@ |
---|
37 | |
---|
38 | EXTRA_DIST = \ |
---|
39 | GNOME_ModemLightsApplet.server.in.in \ |
---|
40 | digits.xpm \ |
---|
41 | $(schemas_in_files) \ |
---|
42 | $(ui_DATA) |
---|
43 | |
---|
44 | if GCONF_SCHEMAS_INSTALL |
---|
45 | install-data-local: |
---|
46 | for p in $(schemas_DATA); do \ |
---|
47 | GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p ; \ |
---|
48 | done |
---|
49 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.