1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.8 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
11 exec_prefix = @exec_prefix@
12 datarootdir = @datarootdir@
19 ### Conditionally set variables: ###
24 all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
26 install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
28 uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
30 install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
35 -(cd emulator/src && $(MAKE) clean)
36 -(cd execmon && $(MAKE) clean)
37 -(cd helpview/src && $(MAKE) clean)
38 -(cd hhp2cached && $(MAKE) clean)
39 -(cd ifacecheck/src && $(MAKE) clean)
40 -(cd screenshotgen/src && $(MAKE) clean)
41 -(cd wxrc && $(MAKE) clean)
44 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
45 -(cd emulator/src && $(MAKE) distclean)
46 -(cd execmon && $(MAKE) distclean)
47 -(cd helpview/src && $(MAKE) distclean)
48 -(cd hhp2cached && $(MAKE) distclean)
49 -(cd ifacecheck/src && $(MAKE) distclean)
50 -(cd screenshotgen/src && $(MAKE) distclean)
51 -(cd wxrc && $(MAKE) distclean)
54 (cd emulator/src && $(MAKE) all)
57 (cd execmon && $(MAKE) all)
60 (cd execmon && $(MAKE) install)
63 (cd execmon && $(MAKE) uninstall)
65 install-strip_execmon:
66 (cd execmon && $(MAKE) install-strip)
69 (cd helpview/src && $(MAKE) all)
72 (cd hhp2cached && $(MAKE) all)
75 (cd ifacecheck/src && $(MAKE) all)
78 (cd ifacecheck/src && $(MAKE) install)
81 (cd ifacecheck/src && $(MAKE) uninstall)
83 install-strip_ifacecheck:
84 (cd ifacecheck/src && $(MAKE) install-strip)
87 (cd screenshotgen/src && $(MAKE) all)
89 install_screenshotgen:
90 (cd screenshotgen/src && $(MAKE) install)
92 uninstall_screenshotgen:
93 (cd screenshotgen/src && $(MAKE) uninstall)
95 install-strip_screenshotgen:
96 (cd screenshotgen/src && $(MAKE) install-strip)
99 (cd wxrc && $(MAKE) all)
102 (cd wxrc && $(MAKE) install)
105 (cd wxrc && $(MAKE) uninstall)
108 (cd wxrc && $(MAKE) install-strip)
111 # Include dependency info, if present:
112 @IF_GNU_MAKE@-include ./.deps/*.d
114 .PHONY: all install uninstall clean distclean emulator execmon install_execmon \
115 uninstall_execmon install-strip_execmon helpview hhp2cached ifacecheck \
116 install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
117 screenshotgen install_screenshotgen uninstall_screenshotgen \
118 install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \