]> Dogcows Code - chaz/openbox/blobdiff - Makefile
clean up the module if load() fails
[chaz/openbox] / Makefile
index 5fa73e6ef9a59c0ac5d7c612e297d7fc3ef7fe07..6d05f3052ede9b609976fde74e1f603bc92c562d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,25 @@
-all install uninstall:
+all uninstall:
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.data $@
+#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
+
+install: all
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.data $@
 #      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
 
 clean:
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.data $@
 #      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
        $(RM) *\~
 
@@ -17,4 +27,7 @@ distclean: clean
        $(RM) configure Makefile.incl
        $(RM) -r .deps/
 
-.PHONY: all clean distclean install uninstall
+love:
+       @echo "<moan>"
+
+.PHONY: all clean distclean install uninstall love
This page took 0.0201 seconds and 4 git commands to generate.