]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
make sure that code is always available when compiling for 10.4, whatever flavour
[wxWidgets.git] / utils / Makefile.in
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
506e9b7e 3# Bakefile 0.2.5 (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
0e0d3ae1 24all: emulator helpview hhp2cached ifacecheck screenshotgen wxrc
2ace0078 25
0e0d3ae1 26install: install_ifacecheck install_screenshotgen install_wxrc
b17c1746 27
0e0d3ae1 28uninstall: uninstall_ifacecheck uninstall_screenshotgen uninstall_wxrc
b17c1746 29
0e0d3ae1 30install-strip: install install-strip_ifacecheck install-strip_screenshotgen install-strip_wxrc
b17c1746 31
2ace0078
VS
32clean:
33 rm -rf ./.deps ./.pch
34 rm -f ./*.o
6e0fbb3d
VS
35 -(cd emulator/src && $(MAKE) clean)
36 -(cd helpview/src && $(MAKE) clean)
63052a50 37 -(cd hhp2cached && $(MAKE) clean)
5934cda1 38 -(cd ifacecheck/src && $(MAKE) clean)
63052a50 39 -(cd screenshotgen/src && $(MAKE) clean)
0e0d3ae1 40 -(cd wxrc && $(MAKE) clean)
2ace0078
VS
41
42distclean: clean
162a956b 43 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
6e0fbb3d
VS
44 -(cd emulator/src && $(MAKE) distclean)
45 -(cd helpview/src && $(MAKE) distclean)
63052a50 46 -(cd hhp2cached && $(MAKE) distclean)
5934cda1 47 -(cd ifacecheck/src && $(MAKE) distclean)
63052a50 48 -(cd screenshotgen/src && $(MAKE) distclean)
0e0d3ae1 49 -(cd wxrc && $(MAKE) distclean)
2ace0078 50
e1e61c81
VS
51emulator:
52 (cd emulator/src && $(MAKE) all)
53
e1e61c81
VS
54helpview:
55 (cd helpview/src && $(MAKE) all)
56
63052a50
FM
57hhp2cached:
58 (cd hhp2cached && $(MAKE) all)
59
5934cda1
FM
60ifacecheck:
61 (cd ifacecheck/src && $(MAKE) all)
62
63install_ifacecheck:
64 (cd ifacecheck/src && $(MAKE) install)
65
66uninstall_ifacecheck:
67 (cd ifacecheck/src && $(MAKE) uninstall)
68
69install-strip_ifacecheck:
70 (cd ifacecheck/src && $(MAKE) install-strip)
71
63052a50
FM
72screenshotgen:
73 (cd screenshotgen/src && $(MAKE) all)
74
75install_screenshotgen:
76 (cd screenshotgen/src && $(MAKE) install)
77
78uninstall_screenshotgen:
79 (cd screenshotgen/src && $(MAKE) uninstall)
80
81install-strip_screenshotgen:
82 (cd screenshotgen/src && $(MAKE) install-strip)
83
0e0d3ae1
VZ
84wxrc:
85 (cd wxrc && $(MAKE) all)
86
87install_wxrc:
88 (cd wxrc && $(MAKE) install)
89
90uninstall_wxrc:
91 (cd wxrc && $(MAKE) uninstall)
92
93install-strip_wxrc:
94 (cd wxrc && $(MAKE) install-strip)
95
2ace0078
VS
96
97# Include dependency info, if present:
509f339a 98@IF_GNU_MAKE@-include ./.deps/*.d
2ace0078 99
63052a50
FM
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 \
0e0d3ae1
VZ
103 install-strip_screenshotgen wxrc install_wxrc uninstall_wxrc \
104 install-strip_wxrc