X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..81ba2662b188f62ee9a04501d89ce83be1bbec54:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index f23a6a2937..4dbfd1dd50 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -1,10 +1,90 @@ -# -# Makefile : Builds html samples for Unix. -# +# ========================================================================= +# This makefile was generated by +# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) +# Do not modify, all changes will be overwritten! +# ========================================================================= -all: - cd about; make -clean: - cd about; make clean +@MAKE_SET@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ +INSTALL = @INSTALL@ + +### Variables: ### + + +### Conditionally set variables: ### + + +### Targets: ### + +all: about help helpview printing test virtual widget zip + +about: + (cd about && $(MAKE) all) + +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) + +distclean: clean + rm -f configure config.cache config.log config.status + rm -f bk-deps shared-ld-sh + +help: + (cd help && $(MAKE) all) + +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) + +widget: + (cd widget && $(MAKE) all) + +zip: + (cd zip && $(MAKE) all) + + +# 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