adding the first raw version of the execution monitor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-04-12 11:44:00 +00:00
parent ed5e656088
commit aa113d87d7
20 changed files with 11928 additions and 7674 deletions

View File

@@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.5 (http://www.bakefile.org)
# Bakefile 0.2.6 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
@@ -21,18 +21,19 @@ DESTDIR =
### Targets: ###
all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
install: install_ifacecheck install_screenshotgen install_wxrc
install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
uninstall: uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
install-strip: install install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
clean:
rm -rf ./.deps ./.pch
rm -f ./*.o
-(cd emulator/src && $(MAKE) clean)
-(cd execmon && $(MAKE) clean)
-(cd helpview/src && $(MAKE) clean)
-(cd hhp2cached && $(MAKE) clean)
-(cd ifacecheck/src && $(MAKE) clean)
@@ -42,6 +43,7 @@ clean:
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-(cd emulator/src && $(MAKE) distclean)
-(cd execmon && $(MAKE) distclean)
-(cd helpview/src && $(MAKE) distclean)
-(cd hhp2cached && $(MAKE) distclean)
-(cd ifacecheck/src && $(MAKE) distclean)
@@ -51,6 +53,18 @@ distclean: clean
emulator:
(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:
(cd helpview/src && $(MAKE) all)
@@ -97,8 +111,9 @@ install-strip_wxrc:
# Include dependency info, if present:
@IF_GNU_MAKE@-include ./.deps/*.d
.PHONY: all install uninstall clean distclean emulator helpview hhp2cached \
ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
.PHONY: all install uninstall clean distclean emulator execmon install_execmon \
uninstall_execmon install-strip_execmon helpview hhp2cached ifacecheck \
install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
screenshotgen install_screenshotgen uninstall_screenshotgen \
install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
install-strip_wxrc