]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/Makefile.in
build fixes
[wxWidgets.git] / utils / Makefile.in
... / ...
CommitLineData
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
10prefix = @prefix@
11exec_prefix = @exec_prefix@
12datarootdir = @datarootdir@
13INSTALL = @INSTALL@
14
15### Variables: ###
16
17DESTDIR =
18
19### Conditionally set variables: ###
20
21
22### Targets: ###
23
24all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
25
26install: install_execmon install_ifacecheck install_screenshotgen install_wxrc
27
28uninstall: uninstall_execmon uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
29
30install-strip: install install-strip_execmon install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
31
32clean:
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
43distclean: 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
53emulator:
54 (cd emulator/src && $(MAKE) all)
55
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
68helpview:
69 (cd helpview/src && $(MAKE) all)
70
71hhp2cached:
72 (cd hhp2cached && $(MAKE) all)
73
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
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
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
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