mirror of
https://github.com/elementary/gala.git
synced 2024-11-27 15:45:31 +03:00
41 lines
879 B
Makefile
41 lines
879 B
Makefile
SUBDIRS = \
|
|
icons \
|
|
$(NULL)
|
|
|
|
stylesdir = $(pkgdatadir)
|
|
styles_DATA = gala.css texture.png close.png
|
|
|
|
applicationsdir = $(datadir)/applications
|
|
applications_DATA = gala.desktop gala-wayland.desktop gala-multitaskingview.desktop
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
gsettings_SCHEMAS = org.pantheon.desktop.gala.gschema.xml
|
|
|
|
@INTLTOOL_XML_NOMERGE_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-wayland.desktop \
|
|
gala-multitaskingview.desktop.in \
|
|
texture.png \
|
|
close.png \
|
|
org.pantheon.desktop.gala.gschema.xml.in.in \
|
|
$(NULL)
|
|
|
|
CLEANFILES = \
|
|
gala-multitaskingview.desktop \
|
|
gschemas.compiled \
|
|
org.pantheon.desktop.gala.gschema.xml \
|
|
org.pantheon.desktop.gala.gschema.xml.in \
|
|
$(NULL)
|
|
|