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

Revision 20910, 1.3 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.
RevLine 
[18371]1SUBDIRS = themes docs
2
3INCLUDES = -I. -I$(srcdir)                              \
4        $(GNOME_APPLETS_CFLAGS)                         \
5        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
6        -I$(includedir)                                 \
7        -DGEYES_THEMES_DIR=\""$(datadir)/geyes/"\"
8
9libexec_PROGRAMS = geyes_applet2
10
11geyes_applet2_SOURCES = \
12        geyes.c \
13        themes.c \
14        geyes.h
15
16geyes_applet2_LDADD = \
17        $(GNOME_APPLETS_LIBS)
18
19
20serverdir       = $(libdir)/bonobo/servers
21server_in_files = GNOME_GeyesApplet.server.in
22server_DATA     = $(server_in_files:.server.in=.server)
23
24$(server_in_files): $(server_in_files:.server.in=.server.in.in)
25        sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
26
[20909]27CLEANFILES = $(server_in_files) $(server_DATA)
28
[18371]29uidir = $(datadir)/gnome-2.0/ui
30ui_DATA = GNOME_GeyesApplet.xml
31
[20909]32schemasdir   = @GCONF_SCHEMA_FILE_DIR@
33schemas_in_files = geyes.schemas.in
34schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
[18371]35
[20909]36@INTLTOOL_SCHEMAS_RULE@
37
[18371]38@INTLTOOL_SERVER_RULE@
39
40themesdir = $(datadir)/geyes
41
42pixmapdir = $(datadir)/pixmaps
43pixmap_DATA = gnome-eyes.png
44
45EXTRA_DIST = \
46             geyes.h \
47             gnome-eyes.png \
48             README.themes \
49             $(pixmap_DATA) \
50             GNOME_GeyesApplet.server.in.in \
[20909]51             $(schemas_in_files) \
[18371]52             $(ui_DATA)
53
[20909]54if GCONF_SCHEMAS_INSTALL
[18371]55install-data-local:
[20909]56        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schemas_DATA) ;
57endif
Note: See TracBrowser for help on using the repository browser.