X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdc408c4c6bfdfe743372bbd090224f293e91d07..33ccf3d1ecb0c52bf4a1323587af92d67a672eb7:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index 7fb3482f69..d216c12f73 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.3 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -9,10 +9,12 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ INSTALL = @INSTALL@ ### Variables: ### +DESTDIR = ### Conditionally set variables: ### @@ -21,24 +23,37 @@ INSTALL = @INSTALL@ all: about help helpview printing test virtual widget zip -about: - (cd about && $(MAKE) all) +install: all + +uninstall: + +install-strip: install clean: - rm -rf ./.deps - rm -f -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) + 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) distclean: clean - rm -f configure config.cache config.log config.status - rm -f bk-deps shared-ld-sh + 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,34 +61,12 @@ help: 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) test: (cd test && $(MAKE) all) -uninstall: - virtual: (cd virtual && $(MAKE) all) @@ -87,4 +80,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