]> Dogcows Code - chaz/openbox/blob - build/Makefile.engines
cc1cd840a94457b176f283f935d056495f4f98d6
[chaz/openbox] / build / Makefile.engines
1 include build/Makefile.incl
2
3 all clean distclean:
4 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
5
6 install:
7 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
8 $(LIBTOOL) --mode=finish $(DESTDIR)$(enginedir)
9
10 uninstall:
11 @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
12 -rmdir $(DESTDIR)$(enginedir)
13
14 .PHONY: all clean distclean install uninstall
This page took 0.032602 seconds and 3 git commands to generate.