]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.vc
Whack-a-mole with wxOSX/PPC unit tests continued.
[wxWidgets.git] / samples / makefile.vc
index ba8f85ced522c053e9ed8cb49a965cb0d9f1ae18..e4ef64c0fe974356396bc2f474280d8e0bb75efb 100644 (file)
-#
-# File:                makefile.vc
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
-#
-# "%W% %G%"
-#
-# Makefile : Builds samples for Win95, MSVC++ 16-bit
-# Use FINAL=1 argument to nmake to build final version with no debugging
-# info
-
-# Set WXDIR for your system
-WXDIR = $(WXWIN)
-
-THISDIR=$(WXDIR)\samples
-
-#
-# Indicates kind of pb with samples
-#
-# No makefile.vc file
-NOMAKE=1
-# No 16 bit version
-#ONLY32=1
-# Misc. compilation errors
-COMPIL=1
-# Need PNG
-PNGSETUP=
-
-!include $(WXDIR)\src\makemsc.env
-
-MAKEFLAGS=FINAL=$(FINAL) UNICODE=$(UNICODE) WXUSINGDLL=$(WXUSINGDLL)
-
-#
-# Please keep samples list up-to-date, in alphabetical order
-#
-all:
-        cd $(WXDIR)\samples\artprov
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\calendar
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\caret
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\checklst
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\config
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\controls
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\db
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\ipc
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\dialogs
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\dnd
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\docview
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\docvwmdi
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\drawing
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\dynamic
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\font
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\grid
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\newgrid
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\help
-        nmake -f makefile.vc $(MAKEFLAGS)
-!if "$(PNGSETUP)"==""
-        cd $(WXDIR)\samples\html
-        nmake -f makefile.vc $(MAKEFLAGS)
-!endif
-        cd $(WXDIR)\samples\image
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\internat
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\joytest
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\keyboard
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\layout
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\listctrl
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\mdi
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\menu
-        nmake -f makefile.vc $(MAKEFLAGS)
-!if "$(FINAL)" == "0"
-        cd $(WXDIR)\samples\memcheck
-        nmake -f makefile.vc $(MAKEFLAGS)
-!endif
-!if "$(COMPIL)"==""
-        cd $(WXDIR)\samples\mfc
-        nmake -f makefile.vc $(MAKEFLAGS)
-!endif
-        cd $(WXDIR)\samples\minifram
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\minimal
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\nativdlg
-        nmake -f makefile.vc $(MAKEFLAGS)
-!if "$(COMPIL)"==""
-        cd $(WXDIR)\samples\dialup
-        nmake -f makefile.vc $(MAKEFLAGS)
-!endif
-        cd $(WXDIR)\samples\notebook
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\oleauto
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\ownerdrw
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\png
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\printing
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\proplist
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\regtest
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\resource
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\rotate
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\sashtest
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\scroll
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\scrollsub
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\splitter
-        nmake -f makefile.vc $(MAKEFLAGS)
-!if "$(COMPIL)"==""
-        cd $(WXDIR)\samples\tab
-        nmake -f makefile.vc $(MAKEFLAGS)
-!endif
-        cd $(WXDIR)\samples\taskbar
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\text
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\thread
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\toolbar
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\treectrl
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\typetest
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\validate
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\wizard
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\widgets
-        nmake -f makefile.vc $(MAKEFLAGS)
-        cd $(WXDIR)\samples\sockets
-        nmake -f makefile.vc $(MAKEFLAGS)
-
-clean:
-        cd $(WXDIR)\samples\calendar
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\caret
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\checklst
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\config
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\controls
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\db
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\ipc
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\dialogs
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\dnd
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\docview
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\docvwmdi
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\drawing
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\dynamic
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\font
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\grid
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\newgrid
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\help
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\html
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\image
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\internat
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\joytest
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\keyboard
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\layout
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\listctrl
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\mdi
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\memcheck
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\mfc
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\menu
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\minifram
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\minimal
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\nativdlg
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\dialup
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\notebook
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\oleauto
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\ownerdrw
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\png
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\printing
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\proplist
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\regtest
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\resource
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\rotate
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\sashtest
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\scroll
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\scrollsub
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\splitter
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\tab
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\taskbar
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\text
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\thread
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\toolbar
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\treectrl
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\typetest
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\validate
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\wizard
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\widgets
-        nmake -f makefile.vc clean
-        cd $(WXDIR)\samples\sockets
-        nmake -f makefile.vc clean
-
+# =========================================================================\r
+#     This makefile was generated by\r
+#     Bakefile 0.2.9 (http://www.bakefile.org)\r
+#     Do not modify, all changes will be overwritten!\r
+# =========================================================================\r
+\r
+!include <../build/msw/config.vc>\r
+\r
+# -------------------------------------------------------------------------\r
+# Do not modify the rest of this file!\r
+# -------------------------------------------------------------------------\r
+\r
+### Variables: ###\r
+\r
+MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \\r
+       CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \\r
+       TOOLKIT="$(TOOLKIT)" TOOLKIT_VERSION="$(TOOLKIT_VERSION)" \\r
+       WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \\r
+       TARGET_CPU="$(TARGET_CPU)" DEBUG_INFO="$(DEBUG_INFO)" \\r
+       DEBUG_FLAG="$(DEBUG_FLAG)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" \\r
+       MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \\r
+       USE_WEBVIEW="$(USE_WEBVIEW)" USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" \\r
+       USE_AUI="$(USE_AUI)" USE_RIBBON="$(USE_RIBBON)" \\r
+       USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \\r
+       USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \\r
+       USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \\r
+       USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" \\r
+       OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \\r
+       WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \\r
+       CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \\r
+       RUNTIME_LIBS="$(RUNTIME_LIBS)"\r
+\r
+### Conditionally set variables: ###\r
+\r
+\r
+\r
+### Targets: ###\r
+\r
+all: sub_access sub_animate sub_artprov sub_aui sub_calendar sub_caret sub_clipboard sub_collpane sub_combo sub_config sub_console sub_controls sub_dataview sub_dialogs sub_dialup sub_display sub_dll sub_dnd sub_docview sub_dragimag sub_drawing sub_erase sub_event sub_except sub_exec sub_font sub_grid sub_help sub_htlbox sub_html sub_image sub_internat sub_ipc sub_joytest sub_keyboard sub_layout sub_listctrl sub_mdi sub_mediaplayer sub_menu sub_minimal sub_nativdlg sub_notebook sub_oleauto sub_opengl sub_ownerdrw sub_popup sub_power sub_preferences sub_printing sub_propgrid sub_regtest sub_render sub_ribbon sub_richtext sub_sashtest sub_scroll sub_shaped sub_sockets sub_sound sub_splash sub_splitter sub_statbar sub_stc sub_svg sub_taborder sub_taskbar sub_text sub_thread sub_toolbar sub_treectrl sub_typetest sub_uiaction sub_validate sub_vscroll sub_webview sub_widgets sub_wizard sub_wrapsizer sub_xrc\r
+\r
+clean: \r
+       -if exist .\*.obj del .\*.obj\r
+       -if exist .\*.res del .\*.res\r
+       -if exist .\*.pch del .\*.pch\r
+       cd access\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd animate\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd artprov\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd aui\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd calendar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd caret\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd clipboard\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd collpane\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd combo\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd config\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd console\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd controls\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd dataview\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd dialogs\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd dialup\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd display\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd dll\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd dnd\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd docview\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd dragimag\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd drawing\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd erase\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd event\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd except\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd exec\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd font\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd grid\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd help\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd htlbox\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd html\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd image\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd internat\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd ipc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd joytest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd keyboard\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd layout\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd listctrl\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd mdi\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd mediaplayer\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd menu\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd minimal\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd nativdlg\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd notebook\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd oleauto\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd opengl\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd ownerdrw\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd popup\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd power\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd preferences\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd printing\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd propgrid\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd regtest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd render\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd ribbon\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd richtext\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd sashtest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd scroll\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd shaped\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd sockets\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd sound\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd splash\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd splitter\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd statbar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd stc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd svg\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd taborder\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd taskbar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd text\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd thread\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd toolbar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd treectrl\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd typetest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd uiaction\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd validate\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd vscroll\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd webview\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd widgets\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd wizard\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd wrapsizer\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd xrc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd flash\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd mfc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+       cd memcheck\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_access: \r
+       cd access\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_animate: \r
+       cd animate\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_artprov: \r
+       cd artprov\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_aui: \r
+       cd aui\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_calendar: \r
+       cd calendar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_caret: \r
+       cd caret\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_clipboard: \r
+       cd clipboard\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_collpane: \r
+       cd collpane\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_combo: \r
+       cd combo\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_config: \r
+       cd config\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_console: \r
+       cd console\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_controls: \r
+       cd controls\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_dataview: \r
+       cd dataview\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_dialogs: \r
+       cd dialogs\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_dialup: \r
+       cd dialup\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_display: \r
+       cd display\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_dll: \r
+       cd dll\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_dnd: \r
+       cd dnd\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_docview: \r
+       cd docview\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_dragimag: \r
+       cd dragimag\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_drawing: \r
+       cd drawing\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_erase: \r
+       cd erase\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_event: \r
+       cd event\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_except: \r
+       cd except\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_exec: \r
+       cd exec\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_font: \r
+       cd font\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_grid: \r
+       cd grid\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_help: \r
+       cd help\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_htlbox: \r
+       cd htlbox\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_html: \r
+       cd html\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_image: \r
+       cd image\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_internat: \r
+       cd internat\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_ipc: \r
+       cd ipc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_joytest: \r
+       cd joytest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_keyboard: \r
+       cd keyboard\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_layout: \r
+       cd layout\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_listctrl: \r
+       cd listctrl\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_mdi: \r
+       cd mdi\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_mediaplayer: \r
+       cd mediaplayer\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_menu: \r
+       cd menu\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_minimal: \r
+       cd minimal\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_nativdlg: \r
+       cd nativdlg\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_notebook: \r
+       cd notebook\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_oleauto: \r
+       cd oleauto\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_opengl: \r
+       cd opengl\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_ownerdrw: \r
+       cd ownerdrw\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_popup: \r
+       cd popup\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_power: \r
+       cd power\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_preferences: \r
+       cd preferences\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_printing: \r
+       cd printing\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_propgrid: \r
+       cd propgrid\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_regtest: \r
+       cd regtest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_render: \r
+       cd render\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_ribbon: \r
+       cd ribbon\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_richtext: \r
+       cd richtext\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_sashtest: \r
+       cd sashtest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_scroll: \r
+       cd scroll\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_shaped: \r
+       cd shaped\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_sockets: \r
+       cd sockets\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_sound: \r
+       cd sound\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_splash: \r
+       cd splash\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_splitter: \r
+       cd splitter\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_statbar: \r
+       cd statbar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_stc: \r
+       cd stc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_svg: \r
+       cd svg\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_taborder: \r
+       cd taborder\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_taskbar: \r
+       cd taskbar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_text: \r
+       cd text\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_thread: \r
+       cd thread\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_toolbar: \r
+       cd toolbar\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_treectrl: \r
+       cd treectrl\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_typetest: \r
+       cd typetest\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_uiaction: \r
+       cd uiaction\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_validate: \r
+       cd validate\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_vscroll: \r
+       cd vscroll\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_webview: \r
+       cd webview\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_widgets: \r
+       cd widgets\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_wizard: \r
+       cd wizard\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_wrapsizer: \r
+       cd wrapsizer\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_xrc: \r
+       cd xrc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_flash: \r
+       cd flash\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_mfc: \r
+       cd mfc\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r
+sub_memcheck: \r
+       cd memcheck\r
+       $(MAKE) -f makefile.vc $(MAKEARGS) all\r
+       cd "$(MAKEDIR)"\r
+\r