INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ $(GNOME_INCLUDEDIR) SUBDIRS = \ po \ libegg \ gdl \ include \ src glade ui splash plugins docs \ pixmaps \ hints dtd \ data \ resources helpers tests EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ $(appicon_DATA) \ $(Applications_in_files) \ $(ApplicationReg_DATA) \ $(srcdir)/BUGS \ $(schema_in_files) \ $(srcdir)/COPYING-DOCS \ screem.spec appicondir = $(datadir)/pixmaps appicon_DATA = screem.png Applicationsdir = $(datadir)/applications Applications_in_files = screem.desktop.in Applications_DATA = $(Applications_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ ApplicationRegdir = $(datadir)/application-registry ApplicationReg_DATA = screem.applications schemadir = @GCONF_SCHEMA_FILE_DIR@ schema_in_files = screem.schemas.in schema_DATA = $(schema_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ install-data-hook: if GCONF_SCHEMAS_INSTALL for p in $(schema_DATA) ; do \ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \ done else @true endif if UPDATE_DESKTOP update-desktop-database $(datadir)/applications else @true endif rpm: dist rpm -tb @PACKAGE@-@VERSION@.tar.gz srpm: dist rpm -ts @PACKAGE@-@VERSION@.tar.gz