]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.wat
Exclude zlib 3rd party sources from our checks too.
[wxWidgets.git] / samples / makefile.wat
index b9e47bcb42720ebd7c7e334deaf37d111f581851..67cc07764594614e900957d3e9cd005d615fb0f9 100644 (file)
-#
-# File:                makefile.wat
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
-#
-# "%W% %G%"
-#
-# Makefile : Builds samples for windows with Watcom
-# Use FINAL=1 argument to wmake to build final version with no debugging
-# info
-
-# Set WXDIR for your system
-WXDIR=$(%WXWIN)
-
-THISDIR=$(WXDIR)\samples
-
-!include $(WXDIR)\src\makewat.env
-
-MAKEFLAGS=FINAL=$(FINAL) UNICODE=$(UNICODE) WXUSINGDLL=$(WXUSINGDLL)
-
-#
-# Please keep samples list up-to-date, in alphabetical order
-#
-all:
-        cd $(WXDIR)\samples\artprov
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\calendar
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\caret
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\checklst
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\config
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\controls
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\db
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\dialogs
-        -wmake -f makefile.wat $(MAKEFLAGS)
-!if "$(COMPIL)"==""
-        cd $(WXDIR)\samples\dialup
-        -wmake -f makefile.wat $(MAKEFLAGS)
-!endif
-        cd $(WXDIR)\samples\dnd
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\docview
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\docvwmdi
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\dragimag
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\drawing
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\dynamic
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\erase
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\event
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\font
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\grid
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\help
-        -wmake -f makefile.wat $(MAKEFLAGS)
-!if "$(PNGSETUP)"==""
-        cd $(WXDIR)\samples\html
-        -wmake -f makefile.wat $(MAKEFLAGS)
-!endif
-        cd $(WXDIR)\samples\image
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\internat
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\ipc
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\joytest
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\keyboard
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\layout
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\listctrl
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\mdi
-        -wmake -f makefile.wat $(MAKEFLAGS)
-#!if "$(FINAL)" == "0"
-#        cd $(WXDIR)\samples\memcheck
-#        -wmake -f makefile.wat $(MAKEFLAGS)
-#!endif
-        cd $(WXDIR)\samples\menu
-        -wmake -f makefile.wat $(MAKEFLAGS)
-!if "$(COMPIL)"==""
-        cd $(WXDIR)\samples\mfc
-        -wmake -f makefile.wat $(MAKEFLAGS)
-!endif
-        cd $(WXDIR)\samples\minifram
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\minimal
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\nativdlg
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\newgrid
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\notebook
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\oleauto
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\ownerdrw
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\png
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\printing
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\proplist
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\propsize
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\regtest
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\resource
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\rotate
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\sashtest
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\scroll
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\scrollsub
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\sockets
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\splitter
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\statbar
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\taskbar
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\text
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\thread
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\toolbar
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\treectrl
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\typetest
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\validate
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\widgets
-        -wmake -f makefile.wat $(MAKEFLAGS)
-        cd $(WXDIR)\samples\wizard
-        -wmake -f makefile.wat $(MAKEFLAGS)
-
-clean:
-        cd $(WXDIR)\samples\calendar
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\caret
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\checklst
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\config
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\controls
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\db
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\dialogs
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\dialup
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\dnd
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\docview
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\docvwmdi
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\drawing
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\dragimag
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\dynamic
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\erase
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\event
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\font
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\grid
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\help
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\html
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\image
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\internat
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\ipc
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\joytest
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\keyboard
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\layout
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\listctrl
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\mdi
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\mfc
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\memcheck
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\menu
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\minifram
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\minimal
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\nativdlg
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\newgrid
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\notebook
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\oleauto
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\ownerdrw
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\png
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\printing
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\proplist
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\propsize
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\regtest
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\resource
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\rotate
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\sashtest
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\scroll
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\scrollsub
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\sockets
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\splitter
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\statbar
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\taskbar
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\text
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\thread
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\toolbar
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\treectrl
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\typetest
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\validate
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\widgets
-        -wmake -f makefile.wat clean
-        cd $(WXDIR)\samples\wizard
-        -wmake -f makefile.wat 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.wat\r
+\r
+# -------------------------------------------------------------------------\r
+# Do not modify the rest of this file!\r
+# -------------------------------------------------------------------------\r
+\r
+# Speed up compilation a bit:\r
+!ifdef __LOADDLL__\r
+!  loaddll wcc      wccd\r
+!  loaddll wccaxp   wccdaxp\r
+!  loaddll wcc386   wccd386\r
+!  loaddll wpp      wppdi86\r
+!  loaddll wppaxp   wppdaxp\r
+!  loaddll wpp386   wppd386\r
+! if $(__VERSION__) >= 1280\r
+!  loaddll wlink    wlinkd\r
+! else\r
+!  loaddll wlink    wlink\r
+! endif\r
+!  loaddll wlib     wlibd\r
+!endif\r
+\r
+# We need these variables in some bakefile-made rules:\r
+WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-\r
+\r
+### Conditionally set variables: ###\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_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" &\r
+       UNICODE="$(UNICODE)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" &\r
+       DEBUG_FLAG="$(DEBUG_FLAG)" MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" &\r
+       USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" &\r
+       USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" &\r
+       USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" &\r
+       USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" &\r
+       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
+\r
+### Targets: ###\r
+\r
+all : .SYMBOLIC access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dll dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power preferences printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest uiaction validate vscroll webview widgets wizard wrapsizer xrc\r
+\r
+clean : .SYMBOLIC \r
+       -if exist .\*.obj del .\*.obj\r
+       -if exist .\*.res del .\*.res\r
+       -if exist .\*.lbc del .\*.lbc\r
+       -if exist .\*.ilk del .\*.ilk\r
+       -if exist .\*.pch del .\*.pch\r
+       cd access\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd animate\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd artprov\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd aui\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd calendar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd caret\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd clipboard\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd collpane\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd combo\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd config\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd console\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd controls\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd dataview\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd dialogs\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd dialup\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd display\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd dll\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd dnd\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd docview\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd dragimag\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd drawing\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd erase\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd event\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd except\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd exec\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd font\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd grid\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd help\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd htlbox\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd html\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd image\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd internat\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd ipc\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd joytest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd keyboard\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd layout\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd listctrl\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd mdi\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd mediaplayer\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd menu\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd minimal\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd nativdlg\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd notebook\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd oleauto\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd opengl\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd ownerdrw\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd popup\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd power\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd preferences\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd printing\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd propgrid\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd regtest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd render\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd ribbon\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd richtext\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd sashtest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd scroll\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd shaped\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd sockets\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd sound\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd splash\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd splitter\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd statbar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd stc\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd svg\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd taborder\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd taskbar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd text\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd thread\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd toolbar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd treectrl\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd typetest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd uiaction\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd validate\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd vscroll\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd webview\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd widgets\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd wizard\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd wrapsizer\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd xrc\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+       cd memcheck\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
+       cd $(WATCOM_CWD)\r
+\r
+access : .SYMBOLIC \r
+       cd access\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+animate : .SYMBOLIC \r
+       cd animate\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+artprov : .SYMBOLIC \r
+       cd artprov\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+aui : .SYMBOLIC \r
+       cd aui\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+calendar : .SYMBOLIC \r
+       cd calendar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+caret : .SYMBOLIC \r
+       cd caret\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+clipboard : .SYMBOLIC \r
+       cd clipboard\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+collpane : .SYMBOLIC \r
+       cd collpane\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+combo : .SYMBOLIC \r
+       cd combo\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+config : .SYMBOLIC \r
+       cd config\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+console : .SYMBOLIC \r
+       cd console\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+controls : .SYMBOLIC \r
+       cd controls\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+dataview : .SYMBOLIC \r
+       cd dataview\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+dialogs : .SYMBOLIC \r
+       cd dialogs\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+dialup : .SYMBOLIC \r
+       cd dialup\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+display : .SYMBOLIC \r
+       cd display\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+dll : .SYMBOLIC \r
+       cd dll\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+dnd : .SYMBOLIC \r
+       cd dnd\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+docview : .SYMBOLIC \r
+       cd docview\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+dragimag : .SYMBOLIC \r
+       cd dragimag\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+drawing : .SYMBOLIC \r
+       cd drawing\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+erase : .SYMBOLIC \r
+       cd erase\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+event : .SYMBOLIC \r
+       cd event\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+except : .SYMBOLIC \r
+       cd except\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+exec : .SYMBOLIC \r
+       cd exec\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+font : .SYMBOLIC \r
+       cd font\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+grid : .SYMBOLIC \r
+       cd grid\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+help : .SYMBOLIC \r
+       cd help\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+htlbox : .SYMBOLIC \r
+       cd htlbox\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+html : .SYMBOLIC \r
+       cd html\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+image : .SYMBOLIC \r
+       cd image\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+internat : .SYMBOLIC \r
+       cd internat\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+ipc : .SYMBOLIC \r
+       cd ipc\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+joytest : .SYMBOLIC \r
+       cd joytest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+keyboard : .SYMBOLIC \r
+       cd keyboard\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+layout : .SYMBOLIC \r
+       cd layout\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+listctrl : .SYMBOLIC \r
+       cd listctrl\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+mdi : .SYMBOLIC \r
+       cd mdi\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+mediaplayer : .SYMBOLIC \r
+       cd mediaplayer\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+menu : .SYMBOLIC \r
+       cd menu\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+minimal : .SYMBOLIC \r
+       cd minimal\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+nativdlg : .SYMBOLIC \r
+       cd nativdlg\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+notebook : .SYMBOLIC \r
+       cd notebook\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+oleauto : .SYMBOLIC \r
+       cd oleauto\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+opengl : .SYMBOLIC \r
+       cd opengl\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+ownerdrw : .SYMBOLIC \r
+       cd ownerdrw\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+popup : .SYMBOLIC \r
+       cd popup\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+power : .SYMBOLIC \r
+       cd power\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+preferences : .SYMBOLIC \r
+       cd preferences\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+printing : .SYMBOLIC \r
+       cd printing\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+propgrid : .SYMBOLIC \r
+       cd propgrid\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+regtest : .SYMBOLIC \r
+       cd regtest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+render : .SYMBOLIC \r
+       cd render\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+ribbon : .SYMBOLIC \r
+       cd ribbon\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+richtext : .SYMBOLIC \r
+       cd richtext\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+sashtest : .SYMBOLIC \r
+       cd sashtest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+scroll : .SYMBOLIC \r
+       cd scroll\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+shaped : .SYMBOLIC \r
+       cd shaped\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+sockets : .SYMBOLIC \r
+       cd sockets\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+sound : .SYMBOLIC \r
+       cd sound\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+splash : .SYMBOLIC \r
+       cd splash\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+splitter : .SYMBOLIC \r
+       cd splitter\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+statbar : .SYMBOLIC \r
+       cd statbar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+stc : .SYMBOLIC \r
+       cd stc\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+svg : .SYMBOLIC \r
+       cd svg\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+taborder : .SYMBOLIC \r
+       cd taborder\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+taskbar : .SYMBOLIC \r
+       cd taskbar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+text : .SYMBOLIC \r
+       cd text\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+thread : .SYMBOLIC \r
+       cd thread\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+toolbar : .SYMBOLIC \r
+       cd toolbar\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+treectrl : .SYMBOLIC \r
+       cd treectrl\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+typetest : .SYMBOLIC \r
+       cd typetest\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+uiaction : .SYMBOLIC \r
+       cd uiaction\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+validate : .SYMBOLIC \r
+       cd validate\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+vscroll : .SYMBOLIC \r
+       cd vscroll\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+webview : .SYMBOLIC \r
+       cd webview\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+widgets : .SYMBOLIC \r
+       cd widgets\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+wizard : .SYMBOLIC \r
+       cd wizard\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+wrapsizer : .SYMBOLIC \r
+       cd wrapsizer\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+xrc : .SYMBOLIC \r
+       cd xrc\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r
+memcheck : .SYMBOLIC \r
+       cd memcheck\r
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
+       cd $(WATCOM_CWD)\r
+\r