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