X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c9f8f91cd62335261ee29762747218f28d129de..33ccf3d1ecb0c52bf4a1323587af92d67a672eb7:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index 0375358920..d216c12f73 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.8 (http://bakefile.sourceforge.net) +# Bakefile 0.2.3 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -9,6 +9,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ INSTALL = @INSTALL@ ### Variables: ### @@ -31,17 +32,25 @@ install-strip: install clean: rm -rf ./.deps ./.pch rm -f ./*.o - (cd about && $(MAKE) clean) - (cd help && $(MAKE) clean) - (cd helpview && $(MAKE) clean) - (cd printing && $(MAKE) clean) - (cd test && $(MAKE) clean) - (cd virtual && $(MAKE) clean) - (cd widget && $(MAKE) clean) - (cd zip && $(MAKE) clean) + -(cd about && $(MAKE) clean) + -(cd help && $(MAKE) clean) + -(cd helpview && $(MAKE) clean) + -(cd printing && $(MAKE) clean) + -(cd test && $(MAKE) clean) + -(cd virtual && $(MAKE) clean) + -(cd widget && $(MAKE) clean) + -(cd zip && $(MAKE) clean) distclean: clean 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)