]> icculus.org git repositories - dana/openbox.git/blob - build/Makefile.themes
put focus_cycle into focus.c, use it there in the action. improved it as well to...
[dana/openbox.git] / build / Makefile.themes
1 include build/Makefile.incl
2
3 targets = openbox
4
5 all clean distclean:
6         @for i in $(targets); do \
7                 $(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes.$$i $@; \
8         done
9
10 install:
11         @for i in $(targets); do \
12                 $(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes.$$i $@; \
13         done
14
15 uninstall:
16         @for i in $(targets); do \
17                 $(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes.$$i $@; \
18         done
19         -rmdir $(DESTDIR)$(themedir)
20
21 .PHONY: all clean distclean install uninstall