X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/076f10e054a4be88b3cededf75e9fecaa05d6d3b..e176d9f7c0861fb49e7cd85235b9e95a4d0514b8:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index d789cca246..d2003173e9 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -13,6 +13,7 @@ INSTALL = @INSTALL@ ### Variables: ### +DESTDIR = ### Conditionally set variables: ### @@ -25,7 +26,7 @@ about: (cd about && $(MAKE) all) clean: - rm -rf ./.deps + rm -rf ./.deps ./.pch rm -f ./*.o (cd about && $(MAKE) clean) (cd help && $(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)