]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.2.9 (http://www.bakefile.org) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
6 | ||
7 | ||
8 | @MAKE_SET@ | |
9 | ||
10 | prefix = @prefix@ | |
11 | exec_prefix = @exec_prefix@ | |
12 | datarootdir = @datarootdir@ | |
13 | INSTALL = @INSTALL@ | |
14 | ||
15 | ### Variables: ### | |
16 | ||
17 | DESTDIR = | |
18 | ||
19 | ### Conditionally set variables: ### | |
20 | ||
21 | ||
22 | ### Targets: ### | |
23 | ||
24 | all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc | |
25 | ||
26 | install: install_execmon install_ifacecheck install_screenshotgen install_wxrc | |
27 | ||
28 | uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc | |
29 | ||
30 | install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc | |
31 | ||
32 | clean: | |
33 | rm -rf ./.deps ./.pch | |
34 | rm -f ./*.o | |
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) | |
42 | ||
43 | distclean: 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) | |
52 | ||
53 | emulator: | |
54 | (cd emulator/src && $(MAKE) all) | |
55 | ||
56 | execmon: | |
57 | (cd execmon && $(MAKE) all) | |
58 | ||
59 | install_execmon: | |
60 | (cd execmon && $(MAKE) install) | |
61 | ||
62 | uninstall_execmon: | |
63 | (cd execmon && $(MAKE) uninstall) | |
64 | ||
65 | install-strip_execmon: | |
66 | (cd execmon && $(MAKE) install-strip) | |
67 | ||
68 | helpview: | |
69 | (cd helpview/src && $(MAKE) all) | |
70 | ||
71 | hhp2cached: | |
72 | (cd hhp2cached && $(MAKE) all) | |
73 | ||
74 | ifacecheck: | |
75 | (cd ifacecheck/src && $(MAKE) all) | |
76 | ||
77 | install_ifacecheck: | |
78 | (cd ifacecheck/src && $(MAKE) install) | |
79 | ||
80 | uninstall_ifacecheck: | |
81 | (cd ifacecheck/src && $(MAKE) uninstall) | |
82 | ||
83 | install-strip_ifacecheck: | |
84 | (cd ifacecheck/src && $(MAKE) install-strip) | |
85 | ||
86 | screenshotgen: | |
87 | (cd screenshotgen/src && $(MAKE) all) | |
88 | ||
89 | install_screenshotgen: | |
90 | (cd screenshotgen/src && $(MAKE) install) | |
91 | ||
92 | uninstall_screenshotgen: | |
93 | (cd screenshotgen/src && $(MAKE) uninstall) | |
94 | ||
95 | install-strip_screenshotgen: | |
96 | (cd screenshotgen/src && $(MAKE) install-strip) | |
97 | ||
98 | wxrc: | |
99 | (cd wxrc && $(MAKE) all) | |
100 | ||
101 | install_wxrc: | |
102 | (cd wxrc && $(MAKE) install) | |
103 | ||
104 | uninstall_wxrc: | |
105 | (cd wxrc && $(MAKE) uninstall) | |
106 | ||
107 | install-strip_wxrc: | |
108 | (cd wxrc && $(MAKE) install-strip) | |
109 | ||
110 | ||
111 | # Include dependency info, if present: | |
112 | @IF_GNU_MAKE@-include ./.deps/*.d | |
113 | ||
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 \ | |
119 | install-strip_wxrc |