]> Dogcows Code - chaz/openbox/blob - data/Makefile.am
add buttons to the tree.rm stupid comments in Makefile.ams
[chaz/openbox] / data / Makefile.am
1 SUBDIRS = styles buttons
2 CLEANFILES = menu
3 MAINTAINERCLEANFILES = Makefile.in
4
5 all-local: menu
6
7 distclean-local:
8 rm -f *\~ .\#*
9
10 menu: menu.in
11 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
12
13 install-data-local: menu
14 test -f $(DESTDIR)$(pkgdatadir)/menu || \
15 $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
16
17 uninstall-am:
18 rm -f $(DESTDIR)$(pkgdatadir)/menu
19
This page took 0.033055 seconds and 4 git commands to generate.