2003-08-10 22:11:12 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2020-05-02 15:02:36 +00:00
|
|
|
# Bakefile 0.2.12 (http://www.bakefile.org)
|
2003-08-10 22:11:12 +00:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
1999-08-15 10:15:05 +00:00
|
|
|
|
2000-03-15 14:58:04 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
@MAKE_SET@
|
1999-08-15 10:15:05 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
2008-01-23 12:13:07 +00:00
|
|
|
datarootdir = @datarootdir@
|
2003-08-10 22:11:12 +00:00
|
|
|
INSTALL = @INSTALL@
|
1999-08-15 10:15:05 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
### Variables: ###
|
|
|
|
|
2003-09-27 15:48:14 +00:00
|
|
|
DESTDIR =
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2009-09-13 11:55:08 +00:00
|
|
|
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
|
2003-08-10 22:11:12 +00:00
|
|
|
|
2009-09-13 11:55:08 +00:00
|
|
|
install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
|
2004-01-22 03:48:09 +00:00
|
|
|
|
2009-09-13 11:55:08 +00:00
|
|
|
uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
|
2004-01-22 03:48:09 +00:00
|
|
|
|
2009-09-13 11:55:08 +00:00
|
|
|
install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
|
2004-01-22 03:48:09 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
clean:
|
|
|
|
rm -rf ./.deps ./.pch
|
|
|
|
rm -f ./*.o
|
2008-01-23 12:13:07 +00:00
|
|
|
-(cd emulator/src && $(MAKE) clean)
|
2009-09-13 11:55:08 +00:00
|
|
|
-(cd execmon && $(MAKE) clean)
|
2008-01-23 12:13:07 +00:00
|
|
|
-(cd helpview/src && $(MAKE) clean)
|
2008-10-06 10:00:30 +00:00
|
|
|
-(cd hhp2cached && $(MAKE) clean)
|
2008-03-22 18:02:13 +00:00
|
|
|
-(cd ifacecheck/src && $(MAKE) clean)
|
2008-10-06 10:00:30 +00:00
|
|
|
-(cd screenshotgen/src && $(MAKE) clean)
|
2008-11-03 22:58:45 +00:00
|
|
|
-(cd wxrc && $(MAKE) clean)
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
distclean: clean
|
2005-02-12 19:01:50 +00:00
|
|
|
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
2008-01-23 12:13:07 +00:00
|
|
|
-(cd emulator/src && $(MAKE) distclean)
|
2009-09-13 11:55:08 +00:00
|
|
|
-(cd execmon && $(MAKE) distclean)
|
2008-01-23 12:13:07 +00:00
|
|
|
-(cd helpview/src && $(MAKE) distclean)
|
2008-10-06 10:00:30 +00:00
|
|
|
-(cd hhp2cached && $(MAKE) distclean)
|
2008-03-22 18:02:13 +00:00
|
|
|
-(cd ifacecheck/src && $(MAKE) distclean)
|
2008-10-06 10:00:30 +00:00
|
|
|
-(cd screenshotgen/src && $(MAKE) distclean)
|
2008-11-03 22:58:45 +00:00
|
|
|
-(cd wxrc && $(MAKE) distclean)
|
2003-08-10 22:11:12 +00:00
|
|
|
|
2003-10-03 15:52:48 +00:00
|
|
|
emulator:
|
|
|
|
(cd emulator/src && $(MAKE) all)
|
|
|
|
|
2009-09-13 11:55:08 +00:00
|
|
|
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)
|
|
|
|
|
2003-10-03 15:52:48 +00:00
|
|
|
helpview:
|
|
|
|
(cd helpview/src && $(MAKE) all)
|
|
|
|
|
2008-10-06 10:00:30 +00:00
|
|
|
hhp2cached:
|
|
|
|
(cd hhp2cached && $(MAKE) all)
|
|
|
|
|
2008-03-22 18:02:13 +00:00
|
|
|
ifacecheck:
|
|
|
|
(cd ifacecheck/src && $(MAKE) all)
|
|
|
|
|
|
|
|
install_ifacecheck:
|
|
|
|
(cd ifacecheck/src && $(MAKE) install)
|
|
|
|
|
|
|
|
uninstall_ifacecheck:
|
|
|
|
(cd ifacecheck/src && $(MAKE) uninstall)
|
|
|
|
|
|
|
|
install-strip_ifacecheck:
|
|
|
|
(cd ifacecheck/src && $(MAKE) install-strip)
|
|
|
|
|
2008-10-06 10:00:30 +00:00
|
|
|
screenshotgen:
|
|
|
|
(cd screenshotgen/src && $(MAKE) all)
|
|
|
|
|
|
|
|
install_screenshotgen:
|
|
|
|
(cd screenshotgen/src && $(MAKE) install)
|
|
|
|
|
|
|
|
uninstall_screenshotgen:
|
|
|
|
(cd screenshotgen/src && $(MAKE) uninstall)
|
|
|
|
|
|
|
|
install-strip_screenshotgen:
|
|
|
|
(cd screenshotgen/src && $(MAKE) install-strip)
|
|
|
|
|
2008-11-03 22:58:45 +00:00
|
|
|
wxrc:
|
|
|
|
(cd wxrc && $(MAKE) all)
|
|
|
|
|
|
|
|
install_wxrc:
|
|
|
|
(cd wxrc && $(MAKE) install)
|
|
|
|
|
|
|
|
uninstall_wxrc:
|
|
|
|
(cd wxrc && $(MAKE) uninstall)
|
|
|
|
|
|
|
|
install-strip_wxrc:
|
|
|
|
(cd wxrc && $(MAKE) install-strip)
|
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
# Include dependency info, if present:
|
2008-09-04 07:57:32 +00:00
|
|
|
@IF_GNU_MAKE@-include ./.deps/*.d
|
2003-08-10 22:11:12 +00:00
|
|
|
|
2009-09-13 11:55:08 +00:00
|
|
|
.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 \
|
2008-10-06 10:00:30 +00:00
|
|
|
screenshotgen install_screenshotgen uninstall_screenshotgen \
|
2008-11-03 22:58:45 +00:00
|
|
|
install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
|
|
|
|
install-strip_wxrc
|