]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
Avoid incompatible operand types
[wxWidgets.git] / utils / Makefile.in
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
f82b7036 3# Bakefile 0.2.8 (http://www.bakefile.org)
2ace0078
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
622e48cb 6
39fc1a6a 7
2ace0078 8@MAKE_SET@
622e48cb 9
2ace0078
VS
10prefix = @prefix@
11exec_prefix = @exec_prefix@
6e0fbb3d 12datarootdir = @datarootdir@
2ace0078 13INSTALL = @INSTALL@
622e48cb 14
2ace0078
VS
15### Variables: ###
16
b71531ad 17DESTDIR =
2ace0078
VS
18
19### Conditionally set variables: ###
20
21
22### Targets: ###
23
873c1a23 24all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
2ace0078 25
873c1a23 26install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
b17c1746 27
873c1a23 28uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
b17c1746 29
873c1a23 30install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
b17c1746 31
2ace0078
VS
32clean:
33 rm -rf ./.deps ./.pch
34 rm -f ./*.o
6e0fbb3d 35 -(cd emulator/src && $(MAKE) clean)
873c1a23 36 -(cd execmon && $(MAKE) clean)
6e0fbb3d 37 -(cd helpview/src && $(MAKE) clean)
63052a50 38 -(cd hhp2cached && $(MAKE) clean)
5934cda1 39 -(cd ifacecheck/src && $(MAKE) clean)
63052a50 40 -(cd screenshotgen/src && $(MAKE) clean)
0e0d3ae1 41 -(cd wxrc && $(MAKE) clean)
2ace0078
VS
42
43distclean: clean
162a956b 44 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
6e0fbb3d 45 -(cd emulator/src && $(MAKE) distclean)
873c1a23 46 -(cd execmon && $(MAKE) distclean)
6e0fbb3d 47 -(cd helpview/src && $(MAKE) distclean)
63052a50 48 -(cd hhp2cached && $(MAKE) distclean)
5934cda1 49 -(cd ifacecheck/src && $(MAKE) distclean)
63052a50 50 -(cd screenshotgen/src && $(MAKE) distclean)
0e0d3ae1 51 -(cd wxrc && $(MAKE) distclean)
2ace0078 52
e1e61c81
VS
53emulator:
54 (cd emulator/src && $(MAKE) all)
55
873c1a23
VZ
56execmon:
57 (cd execmon && $(MAKE) all)
58
59install_execmon:
60 (cd execmon && $(MAKE) install)
61
62uninstall_execmon:
63 (cd execmon && $(MAKE) uninstall)
64
65install-strip_execmon:
66 (cd execmon && $(MAKE) install-strip)
67
e1e61c81
VS
68helpview:
69 (cd helpview/src && $(MAKE) all)
70
63052a50
FM
71hhp2cached:
72 (cd hhp2cached && $(MAKE) all)
73
5934cda1
FM
74ifacecheck:
75 (cd ifacecheck/src && $(MAKE) all)
76
77install_ifacecheck:
78 (cd ifacecheck/src && $(MAKE) install)
79
80uninstall_ifacecheck:
81 (cd ifacecheck/src && $(MAKE) uninstall)
82
83install-strip_ifacecheck:
84 (cd ifacecheck/src && $(MAKE) install-strip)
85
63052a50
FM
86screenshotgen:
87 (cd screenshotgen/src && $(MAKE) all)
88
89install_screenshotgen:
90 (cd screenshotgen/src && $(MAKE) install)
91
92uninstall_screenshotgen:
93 (cd screenshotgen/src && $(MAKE) uninstall)
94
95install-strip_screenshotgen:
96 (cd screenshotgen/src && $(MAKE) install-strip)
97
0e0d3ae1
VZ
98wxrc:
99 (cd wxrc && $(MAKE) all)
100
101install_wxrc:
102 (cd wxrc && $(MAKE) install)
103
104uninstall_wxrc:
105 (cd wxrc && $(MAKE) uninstall)
106
107install-strip_wxrc:
108 (cd wxrc && $(MAKE) install-strip)
109
2ace0078
VS
110
111# Include dependency info, if present:
509f339a 112@IF_GNU_MAKE@-include ./.deps/*.d
2ace0078 113
873c1a23
VZ
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 \
63052a50 117 screenshotgen install_screenshotgen uninstall_screenshotgen \
0e0d3ae1
VZ
118 install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
119 install-strip_wxrc