-#
-# 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)
+# =========================================================================
+# This makefile was generated by
+# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
+# Do not modify, all changes will be overwritten!
+# =========================================================================
+
+!include ../build/msw/config.wat
+
+# -------------------------------------------------------------------------
+# Do not modify the rest of this file!
+# -------------------------------------------------------------------------
+
+# Speed up compilation a bit:
+!ifdef __LOADDLL__
+! loaddll wcc wccd
+! loaddll wccaxp wccdaxp
+! loaddll wcc386 wccd386
+! loaddll wpp wppdi86
+! loaddll wppaxp wppdaxp
+! loaddll wpp386 wppd386
+! loaddll wlink wlink
+! loaddll wlib wlibd
!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
+
+# We need these variables in some bakefile-made rules:
+WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
+
+### Conditionally set variables: ###
+
+
+### Variables: ###
+
+MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
+ CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" &
+ WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" &
+ DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" &
+ MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" &
+ USE_XRC="$(USE_XRC)" USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" &
+ USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" &
+ VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" &
+ WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &
+ CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &
+ RUNTIME_LIBS="$(RUNTIME_LIBS)"
+
+
+### Targets: ###
+
+all : .SYMBOLIC access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
+
+clean : .SYMBOLIC
+ -if exist .\*.obj del .\*.obj
+ -if exist .\*.res del .\*.res
+ -if exist .\*.lbc del .\*.lbc
+ -if exist .\*.ilk del .\*.ilk
+ cd access
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd artprov
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd calendar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd caret
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd checklst
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd config
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd console
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd controls
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd db
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd dialogs
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd dialup
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd display
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd dnd
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd docview
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd docvwmdi
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd dragimag
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd drawing
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd dynamic
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd erase
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd event
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd exec
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd except
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd font
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd grid
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd help
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd htlbox
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd html
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd image
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd internat
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd ipc
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd joytest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd keyboard
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd layout
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd listbox
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd listctrl
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd mdi
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd mediaplayer
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd memcheck
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd menu
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd mfc
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd minifram
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd minimal
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd mobile
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd multimon
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd nativdlg
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd notebook
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd oleauto
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd opengl
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd ownerdrw
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd png
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd printing
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd propsize
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd regtest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd render
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd richedit
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd rotate
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd sashtest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd scroll
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd scrollsub
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd shaped
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd sockets
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd sound
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd splash
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd splitter
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd statbar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd tab
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd taskbar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd text
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd thread
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd toolbar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd treectrl
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd typetest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd validate
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd vscroll
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd widgets
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+ cd wizard
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
+
+access : .SYMBOLIC
+ cd access
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+artprov : .SYMBOLIC
+ cd artprov
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+calendar : .SYMBOLIC
+ cd calendar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+caret : .SYMBOLIC
+ cd caret
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+checklst : .SYMBOLIC
+ cd checklst
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+config : .SYMBOLIC
+ cd config
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+console : .SYMBOLIC
+ cd console
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+controls : .SYMBOLIC
+ cd controls
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+db : .SYMBOLIC
+ cd db
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+dialogs : .SYMBOLIC
+ cd dialogs
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+dialup : .SYMBOLIC
+ cd dialup
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+display : .SYMBOLIC
+ cd display
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+dnd : .SYMBOLIC
+ cd dnd
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+docview : .SYMBOLIC
+ cd docview
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+docvwmdi : .SYMBOLIC
+ cd docvwmdi
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+dragimag : .SYMBOLIC
+ cd dragimag
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+drawing : .SYMBOLIC
+ cd drawing
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+dynamic : .SYMBOLIC
+ cd dynamic
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+erase : .SYMBOLIC
+ cd erase
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+event : .SYMBOLIC
+ cd event
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+exec : .SYMBOLIC
+ cd exec
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+except : .SYMBOLIC
+ cd except
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+font : .SYMBOLIC
+ cd font
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+grid : .SYMBOLIC
+ cd grid
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+help : .SYMBOLIC
+ cd help
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+htlbox : .SYMBOLIC
+ cd htlbox
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+html : .SYMBOLIC
+ cd html
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+image : .SYMBOLIC
+ cd image
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+internat : .SYMBOLIC
+ cd internat
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+ipc : .SYMBOLIC
+ cd ipc
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+joytest : .SYMBOLIC
+ cd joytest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+keyboard : .SYMBOLIC
+ cd keyboard
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+layout : .SYMBOLIC
+ cd layout
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+listbox : .SYMBOLIC
+ cd listbox
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+listctrl : .SYMBOLIC
+ cd listctrl
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+mdi : .SYMBOLIC
+ cd mdi
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+mediaplayer : .SYMBOLIC
+ cd mediaplayer
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+memcheck : .SYMBOLIC
+ cd memcheck
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+menu : .SYMBOLIC
+ cd menu
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+mfc : .SYMBOLIC
+ cd mfc
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+minifram : .SYMBOLIC
+ cd minifram
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+minimal : .SYMBOLIC
+ cd minimal
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+mobile : .SYMBOLIC
+ cd mobile
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+multimon : .SYMBOLIC
+ cd multimon
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+nativdlg : .SYMBOLIC
+ cd nativdlg
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+notebook : .SYMBOLIC
+ cd notebook
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+oleauto : .SYMBOLIC
+ cd oleauto
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+opengl : .SYMBOLIC
+ cd opengl
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+ownerdrw : .SYMBOLIC
+ cd ownerdrw
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+png : .SYMBOLIC
+ cd png
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+printing : .SYMBOLIC
+ cd printing
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+propsize : .SYMBOLIC
+ cd propsize
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+regtest : .SYMBOLIC
+ cd regtest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+render : .SYMBOLIC
+ cd render
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+richedit : .SYMBOLIC
+ cd richedit
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+rotate : .SYMBOLIC
+ cd rotate
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+sashtest : .SYMBOLIC
+ cd sashtest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+scroll : .SYMBOLIC
+ cd scroll
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+scrollsub : .SYMBOLIC
+ cd scrollsub
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+shaped : .SYMBOLIC
+ cd shaped
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+sockets : .SYMBOLIC
+ cd sockets
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+sound : .SYMBOLIC
+ cd sound
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+splash : .SYMBOLIC
+ cd splash
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+splitter : .SYMBOLIC
+ cd splitter
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+statbar : .SYMBOLIC
+ cd statbar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+tab : .SYMBOLIC
+ cd tab
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+taskbar : .SYMBOLIC
+ cd taskbar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+text : .SYMBOLIC
+ cd text
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+thread : .SYMBOLIC
+ cd thread
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+toolbar : .SYMBOLIC
+ cd toolbar
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+treectrl : .SYMBOLIC
+ cd treectrl
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+typetest : .SYMBOLIC
+ cd typetest
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+validate : .SYMBOLIC
+ cd validate
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+vscroll : .SYMBOLIC
+ cd vscroll
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+widgets : .SYMBOLIC
+ cd widgets
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+wizard : .SYMBOLIC
+ cd wizard
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)