]> icculus.org git repositories - mikachu/openbox.git/blob - data/Makefile.am
support pseudocolor and greyscale displays by, using solid colors instead of gradients
[mikachu/openbox.git] / data / Makefile.am
1 SUBDIRS = styles buttons
2 CLEANFILES = menu
3 MAINTAINERCLEANFILES = Makefile.in
4
5 EXTRA_DIST = README.menu menu.in
6
7 all-local: menu
8
9 distclean-local:
10         rm -f *\~ .\#*
11
12 menu: menu.in
13         @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
14
15 install-data-local: menu
16         test -f $(DESTDIR)$(pkgdatadir)/menu || \
17         $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
18
19 uninstall-am:
20         rm -f $(DESTDIR)$(pkgdatadir)/menu
21