### Targets: ###
-all : .SYMBOLIC emulator helpview tex2rtf helpgen
+all : .SYMBOLIC emulator helpview ifacecheck
clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj
cd helpview\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
- cd tex2rtf\src
- wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
- cd $(WATCOM_CWD)
- cd HelpGen\src
+ cd ifacecheck\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)
-tex2rtf : .SYMBOLIC
- cd tex2rtf\src
- wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
- cd $(WATCOM_CWD)
-
-helpgen : .SYMBOLIC
- cd HelpGen\src
+ifacecheck : .SYMBOLIC
+ cd ifacecheck\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)