X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/250700e4ac15d849686ba5c2e7d6cb8289d789cb..04443bbfb00a2589ff26f1483718e2944397b7e3:/samples/html/Makefile.in?ds=sidebyside diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index 4dbfd1dd50..1af33adbfc 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Bakefile 0.1.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -25,8 +25,8 @@ about: (cd about && $(MAKE) all) clean: - rm -rf ./.deps - rm -f -f ./*.o + rm -rf ./.deps ./.pch + rm -f ./*.o (cd about && $(MAKE) clean) (cd help && $(MAKE) clean) (cd helpview && $(MAKE) clean) @@ -37,8 +37,7 @@ clean: (cd zip && $(MAKE) clean) distclean: clean - rm -f configure config.cache config.log config.status - rm -f bk-deps shared-ld-sh + rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile help: (cd help && $(MAKE) all) @@ -47,24 +46,8 @@ helpview: (cd helpview && $(MAKE) all) install: all - (cd about && $(MAKE) install) - (cd help && $(MAKE) install) - (cd helpview && $(MAKE) install) - (cd printing && $(MAKE) install) - (cd test && $(MAKE) install) - (cd virtual && $(MAKE) install) - (cd widget && $(MAKE) install) - (cd zip && $(MAKE) install) install-strip: install - (cd about && $(MAKE) install-strip) - (cd help && $(MAKE) install-strip) - (cd helpview && $(MAKE) install-strip) - (cd printing && $(MAKE) install-strip) - (cd test && $(MAKE) install-strip) - (cd virtual && $(MAKE) install-strip) - (cd widget && $(MAKE) install-strip) - (cd zip && $(MAKE) install-strip) printing: (cd printing && $(MAKE) all)