gala/data/Makefile.am
2014-10-05 09:13:15 +02:00

45 lines
999 B
Makefile

SUBDIRS = \
icons \
$(NULL)
stylesdir = $(pkgdatadir)
styles_DATA = gala.css texture.png close.png
applicationsdir = $(datadir)/applications
applications_DATA = gala.desktop gala-multitaskingview.desktop
@INTLTOOL_DESKTOP_RULE@
gsettings_SCHEMAS = org.pantheon.desktop.gala.gschema.xml
%.gschema.xml.in: %.gschema.xml.in.in Makefile
$(AM_V_GEN) sed -e 's|@GETTEXT_PACKAGE[@]|$(GETTEXT_PACKAGE)|g' $< > $@ || rm $@
@INTLTOOL_XML_RULE@
@GSETTINGS_RULES@
gschemas.compiled: Makefile $(gsettings_SCHEMAS:.xml=.valid)
$(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=$(builddir) $(builddir)
all-local: gschemas.compiled
EXTRA_DIST = \
gala.css \
gala.desktop \
gala-multitaskingview.desktop.in \
texture.png \
close.png \
org.pantheon.desktop.gala.gschema.xml.in.in \
$(NULL)
CLEANFILES = \
$(applications_DATA) \
$(styles_DATA) \
$(gsettings_SCHEMAS) \
gschemas.compiled \
data/org.pantheon.desktop.gala.gschema.xml \
data/org.pantheon.desktop.gala.gschema.xml.in \
$(NULL)