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

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