2014-03-09 00:48:48 +04:00
|
|
|
stylesdir = $(pkgdatadir)
|
2014-06-14 21:19:24 +04:00
|
|
|
styles_DATA = gala.css texture.png close.png
|
2014-03-08 23:05:56 +04:00
|
|
|
|
|
|
|
applicationsdir = $(datadir)/applications
|
|
|
|
applications_DATA = gala.desktop
|
|
|
|
|
2014-03-09 00:13:48 +04:00
|
|
|
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
|
|
|
|
|
2014-03-08 23:05:56 +04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
gala.css \
|
|
|
|
gala.desktop \
|
|
|
|
texture.png \
|
2014-06-14 21:19:24 +04:00
|
|
|
close.png \
|
2014-03-09 00:13:48 +04:00
|
|
|
org.pantheon.desktop.gala.gschema.xml.in.in \
|
2014-03-08 23:05:56 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
CLEANFILES = \
|
|
|
|
$(applications_DATA) \
|
|
|
|
$(styles_DATA) \
|
2014-03-09 00:13:48 +04:00
|
|
|
$(gsettings_SCHEMAS) \
|
|
|
|
gschemas.compiled \
|
|
|
|
data/org.pantheon.desktop.gala.gschema.xml \
|
|
|
|
data/org.pantheon.desktop.gala.gschema.xml.in \
|
2014-03-08 23:05:56 +04:00
|
|
|
$(NULL)
|
|
|
|
|