X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b71531ad92f44d4ceba46418020061d24777e4f4..e0dc13d470f31c31f38927a2565b94cd126ddf9a:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index d2003173e9..9aad1d6577 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1 (http://bakefile.sourceforge.net) +# Bakefile 0.2.0 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -22,8 +22,11 @@ DESTDIR = all: about help helpview printing test virtual widget zip -about: - (cd about && $(MAKE) all) +install: all + +uninstall: + +install-strip: install clean: rm -rf ./.deps ./.pch @@ -38,7 +41,18 @@ clean: (cd zip && $(MAKE) clean) distclean: clean - rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile + rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile + (cd about && $(MAKE) distclean) + (cd help && $(MAKE) distclean) + (cd helpview && $(MAKE) distclean) + (cd printing && $(MAKE) distclean) + (cd test && $(MAKE) distclean) + (cd virtual && $(MAKE) distclean) + (cd widget && $(MAKE) distclean) + (cd zip && $(MAKE) distclean) + +about: + (cd about && $(MAKE) all) help: (cd help && $(MAKE) all) @@ -46,18 +60,12 @@ help: helpview: (cd helpview && $(MAKE) all) -install: all - -install-strip: install - printing: (cd printing && $(MAKE) all) test: (cd test && $(MAKE) all) -uninstall: - virtual: (cd virtual && $(MAKE) all) @@ -71,4 +79,4 @@ zip: # Include dependency info, if present: @IF_GNU_MAKE@-include .deps/*.d -.PHONY: all about clean distclean help helpview install printing test uninstall virtual widget zip +.PHONY: all install uninstall clean distclean about help helpview printing test virtual widget zip