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