]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.2.5 (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 helpview hhp2cached ifacecheck screenshotgen wxrc | |
25 | ||
26 | install: install_ifacecheck install_screenshotgen install_wxrc | |
27 | ||
28 | uninstall: uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc | |
29 | ||
30 | install-strip: install 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 helpview/src && $(MAKE) clean) | |
37 | -(cd hhp2cached && $(MAKE) clean) | |
38 | -(cd ifacecheck/src && $(MAKE) clean) | |
39 | -(cd screenshotgen/src && $(MAKE) clean) | |
40 | -(cd wxrc && $(MAKE) clean) | |
41 | ||
42 | distclean: clean | |
43 | rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile | |
44 | -(cd emulator/src && $(MAKE) distclean) | |
45 | -(cd helpview/src && $(MAKE) distclean) | |
46 | -(cd hhp2cached && $(MAKE) distclean) | |
47 | -(cd ifacecheck/src && $(MAKE) distclean) | |
48 | -(cd screenshotgen/src && $(MAKE) distclean) | |
49 | -(cd wxrc && $(MAKE) distclean) | |
50 | ||
51 | emulator: | |
52 | (cd emulator/src && $(MAKE) all) | |
53 | ||
54 | helpview: | |
55 | (cd helpview/src && $(MAKE) all) | |
56 | ||
57 | hhp2cached: | |
58 | (cd hhp2cached && $(MAKE) all) | |
59 | ||
60 | ifacecheck: | |
61 | (cd ifacecheck/src && $(MAKE) all) | |
62 | ||
63 | install_ifacecheck: | |
64 | (cd ifacecheck/src && $(MAKE) install) | |
65 | ||
66 | uninstall_ifacecheck: | |
67 | (cd ifacecheck/src && $(MAKE) uninstall) | |
68 | ||
69 | install-strip_ifacecheck: | |
70 | (cd ifacecheck/src && $(MAKE) install-strip) | |
71 | ||
72 | screenshotgen: | |
73 | (cd screenshotgen/src && $(MAKE) all) | |
74 | ||
75 | install_screenshotgen: | |
76 | (cd screenshotgen/src && $(MAKE) install) | |
77 | ||
78 | uninstall_screenshotgen: | |
79 | (cd screenshotgen/src && $(MAKE) uninstall) | |
80 | ||
81 | install-strip_screenshotgen: | |
82 | (cd screenshotgen/src && $(MAKE) install-strip) | |
83 | ||
84 | wxrc: | |
85 | (cd wxrc && $(MAKE) all) | |
86 | ||
87 | install_wxrc: | |
88 | (cd wxrc && $(MAKE) install) | |
89 | ||
90 | uninstall_wxrc: | |
91 | (cd wxrc && $(MAKE) uninstall) | |
92 | ||
93 | install-strip_wxrc: | |
94 | (cd wxrc && $(MAKE) install-strip) | |
95 | ||
96 | ||
97 | # Include dependency info, if present: | |
98 | @IF_GNU_MAKE@-include ./.deps/*.d | |
99 | ||
100 | .PHONY: all install uninstall clean distclean emulator helpview hhp2cached \ | |
101 | ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \ | |
102 | screenshotgen install_screenshotgen uninstall_screenshotgen \ | |
103 | install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \ | |
104 | install-strip_wxrc |