openbox/build/Makefile.engines

15 lines
382 B
Text
Raw Normal View History

2003-04-03 22:12:15 +00:00
include build/Makefile.incl
2003-04-03 05:59:03 +00:00
2003-04-03 22:12:15 +00:00
all clean distclean:
@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
2003-04-03 05:59:03 +00:00
2003-04-03 22:12:15 +00:00
install:
@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
2003-04-03 05:59:03 +00:00
$(LIBTOOL) --mode=finish $(DESTDIR)$(enginedir)
2003-04-03 22:12:15 +00:00
uninstall:
@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines.openbox $@
-rmdir $(DESTDIR)$(enginedir)
2003-04-03 05:59:03 +00:00
2003-04-03 22:12:15 +00:00
.PHONY: all clean distclean install uninstall