1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.4 (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 helpview hhp2cached ifacecheck screenshotgen
26 install: install_ifacecheck install_screenshotgen
28 uninstall: uninstall_ifacecheck uninstall_screenshotgen
30 install-strip: install install-strip_ifacecheck install-strip_screenshotgen
35 -(cd emulator/src && $(MAKE) clean)
36 -(cd helpview/src && $(MAKE) clean)
37 -(cd hhp2cached && $(MAKE) clean)
38 -(cd ifacecheck/src && $(MAKE) clean)
39 -(cd screenshotgen/src && $(MAKE) clean)
42 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
43 -(cd emulator/src && $(MAKE) distclean)
44 -(cd helpview/src && $(MAKE) distclean)
45 -(cd hhp2cached && $(MAKE) distclean)
46 -(cd ifacecheck/src && $(MAKE) distclean)
47 -(cd screenshotgen/src && $(MAKE) distclean)
50 (cd emulator/src && $(MAKE) all)
53 (cd helpview/src && $(MAKE) all)
56 (cd hhp2cached && $(MAKE) all)
59 (cd ifacecheck/src && $(MAKE) all)
62 (cd ifacecheck/src && $(MAKE) install)
65 (cd ifacecheck/src && $(MAKE) uninstall)
67 install-strip_ifacecheck:
68 (cd ifacecheck/src && $(MAKE) install-strip)
71 (cd screenshotgen/src && $(MAKE) all)
73 install_screenshotgen:
74 (cd screenshotgen/src && $(MAKE) install)
76 uninstall_screenshotgen:
77 (cd screenshotgen/src && $(MAKE) uninstall)
79 install-strip_screenshotgen:
80 (cd screenshotgen/src && $(MAKE) install-strip)
83 # Include dependency info, if present:
84 @IF_GNU_MAKE@-include ./.deps/*.d
86 .PHONY: all install uninstall clean distclean emulator helpview hhp2cached \
87 ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
88 screenshotgen install_screenshotgen uninstall_screenshotgen \
89 install-strip_screenshotgen