### Targets: ###
-all: tex2rtf helpgen
+all: configtool emulator helpview tex2rtf helpgen
clean:
rm -rf ./.deps ./.pch
rm -f ./*.o
+ (cd configtool/src && $(MAKE) clean)
+ (cd emulator/src && $(MAKE) clean)
+ (cd helpview/src && $(MAKE) clean)
(cd tex2rtf/src && $(MAKE) clean)
(cd HelpGen && $(MAKE) clean)
+configtool:
+ (cd configtool/src && $(MAKE) all)
+
distclean: clean
rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
+emulator:
+ (cd emulator/src && $(MAKE) all)
+
helpgen:
(cd HelpGen && $(MAKE) all)
+helpview:
+ (cd helpview/src && $(MAKE) all)
+
install: all
(cd tex2rtf/src && $(MAKE) install)
(cd HelpGen && $(MAKE) install)
# Include dependency info, if present:
@IF_GNU_MAKE@-include .deps/*.d
-.PHONY: all clean distclean helpgen install tex2rtf uninstall
+.PHONY: all clean configtool distclean emulator helpgen helpview install tex2rtf uninstall
### Targets: ###
-all: tex2rtf helpgen
+all: configtool emulator helpview tex2rtf helpgen
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
+configtool:
+ cd configtool\src
+ $(MAKE) -f makefile.bcc $(MAKEARGS) all
+ cd ..\..
+
+emulator:
+ cd emulator\src
+ $(MAKE) -f makefile.bcc $(MAKEARGS) all
+ cd ..\..
+
helpgen:
cd HelpGen
$(MAKE) -f makefile.bcc $(MAKEARGS) all
cd ..
+helpview:
+ cd helpview\src
+ $(MAKE) -f makefile.bcc $(MAKEARGS) all
+ cd ..\..
+
tex2rtf:
cd tex2rtf\src
$(MAKE) -f makefile.bcc $(MAKEARGS) all
### Targets: ###
-all: tex2rtf helpgen
+all: configtool emulator helpview tex2rtf helpgen
clean:
-if exist .\*.o del .\*.o
+configtool:
+ $(MAKE) -C configtool\src -f makefile.gcc $(MAKEARGS) all
+
+emulator:
+ $(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
+
helpgen:
$(MAKE) -C HelpGen -f makefile.gcc $(MAKEARGS) all
+helpview:
+ $(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) all
+
tex2rtf:
$(MAKE) -C tex2rtf\src -f makefile.gcc $(MAKEARGS) all
-.PHONY: all clean helpgen tex2rtf
+.PHONY: all clean configtool emulator helpgen helpview tex2rtf
### Targets: ###
-all: sub_tex2rtf sub_helpgen
+all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
+sub_configtool:
+ cd configtool\src
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
+sub_emulator:
+ cd emulator\src
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
sub_helpgen:
cd HelpGen
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR)
+sub_helpview:
+ cd helpview\src
+ $(MAKE) -f makefile.vc $(MAKEARGS) all
+ cd $(MAKEDIR)
+
sub_tex2rtf:
cd tex2rtf\src
$(MAKE) -f makefile.vc $(MAKEARGS) all
### Targets: ###
-all : .SYMBOLIC tex2rtf helpgen
+all : .SYMBOLIC configtool emulator helpview tex2rtf helpgen
clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj
-if exist .\*.lbc del .\*.lbc
-if exist .\*.ilk del .\*.ilk
+configtool : .SYMBOLIC
+ cd configtool\src
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
+emulator : .SYMBOLIC
+ cd emulator\src
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
helpgen : .SYMBOLIC
cd HelpGen
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)
+helpview : .SYMBOLIC
+ cd helpview\src
+ wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+ cd $(WATCOM_CWD)
+
tex2rtf : .SYMBOLIC
cd tex2rtf\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
<dependency-of>all</dependency-of>
</template>
+ <subproject id="configtool" template="sub">
+ <dir>configtool/src</dir>
+ <installable>no</installable>
+ </subproject>
+
+ <subproject id="emulator" template="sub">
+ <dir>emulator/src</dir>
+ <installable>no</installable>
+ </subproject>
+
+ <subproject id="helpview" template="sub">
+ <dir>helpview/src</dir>
+ <installable>no</installable>
+ </subproject>
+
<subproject id="tex2rtf" template="sub">
<dir>tex2rtf/src</dir>
<installable>yes</installable>