# =========================================================================
# This makefile was generated by
-# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+# Bakefile 0.2.3 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
### Targets: ###
-all : .SYMBOLIC emulator helpview tex2rtf helpgen
+all : .SYMBOLIC emulator helpview tex2rtf helpgen ifacecheck
clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj
cd HelpGen\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
+ cd ifacecheck\src
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+ cd $(WATCOM_CWD)
emulator : .SYMBOLIC
cd emulator\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)
+ifacecheck : .SYMBOLIC
+ cd ifacecheck\src
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+