X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/250700e4ac15d849686ba5c2e7d6cb8289d789cb..5c3a7f71a6a9d40a64af96b587161adfb54f90af:/samples/Makefile.in?ds=sidebyside diff --git a/samples/Makefile.in b/samples/Makefile.in index 76d98b3a05..f059382a04 100644 --- a/samples/Makefile.in +++ b/samples/Makefile.in @@ -1,73 +1,11 @@ -# ========================================================================= -# This makefile was generated by -# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) -# Do not modify, all changes will be overwritten! -# ========================================================================= +# +# Makefile : Builds wxWindows samples for Unix. +# +SAMPLES_SUBDIRS=@SAMPLES_SUBDIRS@ -@MAKE_SET@ +all: + @for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE)); done -prefix = @prefix@ -exec_prefix = @exec_prefix@ -INSTALL = @INSTALL@ - -### Variables: ### - - -### Conditionally set variables: ### - -@COND_USE_GUI_0@__console___depname = console - -### Targets: ### - -all: artprov $(__console___depname) dialogs image minimal - -artprov: - (cd artprov && $(MAKE) all) - -clean: - rm -rf ./.deps - rm -f -f ./*.o - (cd artprov && $(MAKE) clean) - (cd console && $(MAKE) clean) - (cd dialogs && $(MAKE) clean) - (cd image && $(MAKE) clean) - (cd minimal && $(MAKE) clean) - -@COND_USE_GUI_0@console: -@COND_USE_GUI_0@ (cd console && $(MAKE) all) - -dialogs: - (cd dialogs && $(MAKE) all) - -distclean: clean - rm -f configure config.cache config.log config.status - rm -f bk-deps shared-ld-sh - -image: - (cd image && $(MAKE) all) - -install: all - (cd artprov && $(MAKE) install) - (cd console && $(MAKE) install) - (cd dialogs && $(MAKE) install) - (cd image && $(MAKE) install) - (cd minimal && $(MAKE) install) - -install-strip: install - (cd artprov && $(MAKE) install-strip) - (cd console && $(MAKE) install-strip) - (cd dialogs && $(MAKE) install-strip) - (cd image && $(MAKE) install-strip) - (cd minimal && $(MAKE) install-strip) - -minimal: - (cd minimal && $(MAKE) all) - -uninstall: - - -# Include dependency info, if present: -@IF_GNU_MAKE@-include .deps/*.d - -.PHONY: all artprov clean console dialogs distclean image install minimal uninstall +clean: + @for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE) clean); done