From 5cf61ee02354c1c9f80c11f3796afc4b948055d6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 07:18:28 +0000 Subject: move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel. --- build/Makefile.engines | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 build/Makefile.engines (limited to 'build/Makefile.engines') diff --git a/build/Makefile.engines b/build/Makefile.engines deleted file mode 100644 index cc1cd840..00000000 --- a/build/Makefile.engines +++ /dev/null @@ -1,14 +0,0 @@ -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 -- cgit v1.2.3