X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdc408c4c6bfdfe743372bbd090224f293e91d07..c2149c93d589593cd76e980da92098d7a1a6297b:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index 7fb3482f69..d2003173e9 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -13,6 +13,7 @@ INSTALL = @INSTALL@ ### Variables: ### +DESTDIR = ### Conditionally set variables: ### @@ -25,8 +26,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 +38,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 +47,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)