forked from nhold/wxWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.in
119 lines (83 loc) · 2.97 KB
/
Makefile.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.9 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
@MAKE_SET@
prefix = @prefix@
exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
INSTALL = @INSTALL@
### Variables: ###
DESTDIR =
### Conditionally set variables: ###
### Targets: ###
all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
clean:
rm -rf ./.deps ./.pch
rm -f ./*.o
-(cd emulator/src && $(MAKE) clean)
-(cd execmon && $(MAKE) clean)
-(cd helpview/src && $(MAKE) clean)
-(cd hhp2cached && $(MAKE) clean)
-(cd ifacecheck/src && $(MAKE) clean)
-(cd screenshotgen/src && $(MAKE) clean)
-(cd wxrc && $(MAKE) clean)
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-(cd emulator/src && $(MAKE) distclean)
-(cd execmon && $(MAKE) distclean)
-(cd helpview/src && $(MAKE) distclean)
-(cd hhp2cached && $(MAKE) distclean)
-(cd ifacecheck/src && $(MAKE) distclean)
-(cd screenshotgen/src && $(MAKE) distclean)
-(cd wxrc && $(MAKE) distclean)
emulator:
(cd emulator/src && $(MAKE) all)
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)
helpview:
(cd helpview/src && $(MAKE) all)
hhp2cached:
(cd hhp2cached && $(MAKE) all)
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)
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)
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)
# Include dependency info, if present:
@IF_GNU_MAKE@-include ./.deps/*.d
.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 \
screenshotgen install_screenshotgen uninstall_screenshotgen \
install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
install-strip_wxrc