summaryrefslogtreecommitdiff
path: root/build/Makefile.engines
blob: cc1cd840a94457b176f283f935d056495f4f98d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include build/Makefile.incl

all clean distclean:
	@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@

install:
	@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
	$(LIBTOOL) --mode=finish $(DESTDIR)$(enginedir)

uninstall:
	@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
	-rmdir $(DESTDIR)$(enginedir)

.PHONY: all clean distclean install uninstall