Disable build of utils/execmon.
Bakefile for this program doesn't exist so its makefiles are out of date and it doesn't build any more now, disable its build until the bakefile is checked in. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,19 +21,18 @@ DESTDIR =
|
|||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
|
all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||||
|
|
||||||
install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
|
install: install_ifacecheck install_screenshotgen install_wxrc
|
||||||
|
|
||||||
uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
|
uninstall: uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
|
||||||
|
|
||||||
install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
|
install-strip: install install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf ./.deps ./.pch
|
rm -rf ./.deps ./.pch
|
||||||
rm -f ./*.o
|
rm -f ./*.o
|
||||||
-(cd emulator/src && $(MAKE) clean)
|
-(cd emulator/src && $(MAKE) clean)
|
||||||
-(cd execmon && $(MAKE) clean)
|
|
||||||
-(cd helpview/src && $(MAKE) clean)
|
-(cd helpview/src && $(MAKE) clean)
|
||||||
-(cd hhp2cached && $(MAKE) clean)
|
-(cd hhp2cached && $(MAKE) clean)
|
||||||
-(cd ifacecheck/src && $(MAKE) clean)
|
-(cd ifacecheck/src && $(MAKE) clean)
|
||||||
@@ -43,7 +42,6 @@ clean:
|
|||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
||||||
-(cd emulator/src && $(MAKE) distclean)
|
-(cd emulator/src && $(MAKE) distclean)
|
||||||
-(cd execmon && $(MAKE) distclean)
|
|
||||||
-(cd helpview/src && $(MAKE) distclean)
|
-(cd helpview/src && $(MAKE) distclean)
|
||||||
-(cd hhp2cached && $(MAKE) distclean)
|
-(cd hhp2cached && $(MAKE) distclean)
|
||||||
-(cd ifacecheck/src && $(MAKE) distclean)
|
-(cd ifacecheck/src && $(MAKE) distclean)
|
||||||
@@ -53,18 +51,6 @@ distclean: clean
|
|||||||
emulator:
|
emulator:
|
||||||
(cd emulator/src && $(MAKE) all)
|
(cd emulator/src && $(MAKE) all)
|
||||||
|
|
||||||
execmon:
|
|
||||||
(cd execmon && $(MAKE) all)
|
|
||||||
|
|
||||||
install_execmon:
|
|
||||||
(cd execmon && $(MAKE) install)
|
|
||||||
|
|
||||||
uninstall_execmon:
|
|
||||||
(cd execmon && $(MAKE) uninstall)
|
|
||||||
|
|
||||||
install-strip_execmon:
|
|
||||||
(cd execmon && $(MAKE) install-strip)
|
|
||||||
|
|
||||||
helpview:
|
helpview:
|
||||||
(cd helpview/src && $(MAKE) all)
|
(cd helpview/src && $(MAKE) all)
|
||||||
|
|
||||||
@@ -111,9 +97,8 @@ install-strip_wxrc:
|
|||||||
# Include dependency info, if present:
|
# Include dependency info, if present:
|
||||||
@IF_GNU_MAKE@-include ./.deps/*.d
|
@IF_GNU_MAKE@-include ./.deps/*.d
|
||||||
|
|
||||||
.PHONY: all install uninstall clean distclean emulator execmon install_execmon \
|
.PHONY: all install uninstall clean distclean emulator helpview hhp2cached \
|
||||||
uninstall_execmon install-strip_execmon helpview hhp2cached ifacecheck \
|
ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
|
||||||
install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
|
|
||||||
screenshotgen install_screenshotgen uninstall_screenshotgen \
|
screenshotgen install_screenshotgen uninstall_screenshotgen \
|
||||||
install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
|
install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
|
||||||
install-strip_wxrc
|
install-strip_wxrc
|
||||||
|
@@ -44,7 +44,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
|
|||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
|
all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist .\*.obj del .\*.obj
|
-if exist .\*.obj del .\*.obj
|
||||||
@@ -54,10 +54,6 @@ clean:
|
|||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>emulator.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>emulator.bat
|
||||||
call emulator.bat
|
call emulator.bat
|
||||||
@del emulator.bat
|
@del emulator.bat
|
||||||
@echo cd execmon >execmon.bat
|
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>execmon.bat
|
|
||||||
call execmon.bat
|
|
||||||
@del execmon.bat
|
|
||||||
@echo cd helpview\src >helpview.bat
|
@echo cd helpview\src >helpview.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
|
||||||
call helpview.bat
|
call helpview.bat
|
||||||
@@ -85,12 +81,6 @@ emulator:
|
|||||||
call emulator.bat
|
call emulator.bat
|
||||||
@del emulator.bat
|
@del emulator.bat
|
||||||
|
|
||||||
execmon:
|
|
||||||
@echo cd execmon >execmon.bat
|
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>execmon.bat
|
|
||||||
call execmon.bat
|
|
||||||
@del execmon.bat
|
|
||||||
|
|
||||||
helpview:
|
helpview:
|
||||||
@echo cd helpview\src >helpview.bat
|
@echo cd helpview\src >helpview.bat
|
||||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
|
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
|
||||||
|
@@ -35,13 +35,12 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
|||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
|
all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist .\*.o del .\*.o
|
-if exist .\*.o del .\*.o
|
||||||
-if exist .\*.d del .\*.d
|
-if exist .\*.d del .\*.d
|
||||||
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
|
||||||
$(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) clean
|
|
||||||
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
|
||||||
$(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C hhp2cached -f makefile.gcc $(MAKEARGS) clean
|
||||||
$(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) clean
|
$(MAKE) -C ifacecheck\src -f makefile.gcc $(MAKEARGS) clean
|
||||||
@@ -51,9 +50,6 @@ clean:
|
|||||||
emulator:
|
emulator:
|
||||||
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
execmon:
|
|
||||||
$(MAKE) -C execmon -f makefile.gcc $(MAKEARGS) all
|
|
||||||
|
|
||||||
helpview:
|
helpview:
|
||||||
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
@@ -69,8 +65,7 @@ screenshotgen:
|
|||||||
wxrc:
|
wxrc:
|
||||||
$(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) all
|
$(MAKE) -C wxrc -f makefile.gcc $(MAKEARGS) all
|
||||||
|
|
||||||
.PHONY: all clean emulator execmon helpview hhp2cached ifacecheck screenshotgen \
|
.PHONY: all clean emulator helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||||
wxrc
|
|
||||||
|
|
||||||
|
|
||||||
SHELL := $(COMSPEC)
|
SHELL := $(COMSPEC)
|
||||||
|
@@ -34,7 +34,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
|||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: sub_emulator sub_execmon sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc
|
all: sub_emulator sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-if exist .\*.obj del .\*.obj
|
-if exist .\*.obj del .\*.obj
|
||||||
@@ -43,9 +43,6 @@ clean:
|
|||||||
cd emulator\src
|
cd emulator\src
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
cd execmon
|
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
||||||
cd "$(MAKEDIR)"
|
|
||||||
cd helpview\src
|
cd helpview\src
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
@@ -67,11 +64,6 @@ sub_emulator:
|
|||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||||
cd "$(MAKEDIR)"
|
cd "$(MAKEDIR)"
|
||||||
|
|
||||||
sub_execmon:
|
|
||||||
cd execmon
|
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
||||||
cd "$(MAKEDIR)"
|
|
||||||
|
|
||||||
sub_helpview:
|
sub_helpview:
|
||||||
cd helpview\src
|
cd helpview\src
|
||||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||||
|
@@ -52,7 +52,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
|
|||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all : .SYMBOLIC emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
|
all : .SYMBOLIC emulator helpview hhp2cached ifacecheck screenshotgen wxrc
|
||||||
|
|
||||||
clean : .SYMBOLIC
|
clean : .SYMBOLIC
|
||||||
-if exist .\*.obj del .\*.obj
|
-if exist .\*.obj del .\*.obj
|
||||||
@@ -63,9 +63,6 @@ clean : .SYMBOLIC
|
|||||||
cd emulator\src
|
cd emulator\src
|
||||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||||
cd $(WATCOM_CWD)
|
cd $(WATCOM_CWD)
|
||||||
cd execmon
|
|
||||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
|
||||||
cd $(WATCOM_CWD)
|
|
||||||
cd helpview\src
|
cd helpview\src
|
||||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||||
cd $(WATCOM_CWD)
|
cd $(WATCOM_CWD)
|
||||||
@@ -87,11 +84,6 @@ emulator : .SYMBOLIC
|
|||||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||||
cd $(WATCOM_CWD)
|
cd $(WATCOM_CWD)
|
||||||
|
|
||||||
execmon : .SYMBOLIC
|
|
||||||
cd execmon
|
|
||||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
|
||||||
cd $(WATCOM_CWD)
|
|
||||||
|
|
||||||
helpview : .SYMBOLIC
|
helpview : .SYMBOLIC
|
||||||
cd helpview\src
|
cd helpview\src
|
||||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||||
|
@@ -12,10 +12,13 @@
|
|||||||
<installable>no</installable>
|
<installable>no</installable>
|
||||||
</subproject>
|
</subproject>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Disabled for now as bakefile is unavailable.
|
||||||
<subproject id="execmon" template="sub">
|
<subproject id="execmon" template="sub">
|
||||||
<dir>execmon</dir>
|
<dir>execmon</dir>
|
||||||
<installable>yes</installable>
|
<installable>yes</installable>
|
||||||
</subproject>
|
</subproject>
|
||||||
|
-->
|
||||||
|
|
||||||
<subproject id="helpview" template="sub">
|
<subproject id="helpview" template="sub">
|
||||||
<dir>helpview/src</dir>
|
<dir>helpview/src</dir>
|
||||||
|
Reference in New Issue
Block a user