]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
Better size for screenshot of wxListCtrl
[wxWidgets.git] / utils / Makefile.in
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
63052a50 3# Bakefile 0.2.4 (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
63052a50 24all: emulator helpview hhp2cached ifacecheck screenshotgen
2ace0078 25
63052a50 26install: install_ifacecheck install_screenshotgen
b17c1746 27
63052a50 28uninstall: uninstall_ifacecheck uninstall_screenshotgen
b17c1746 29
63052a50 30install-strip: install install-strip_ifacecheck install-strip_screenshotgen
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)
2ace0078
VS
40
41distclean: clean
162a956b 42 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
6e0fbb3d
VS
43 -(cd emulator/src && $(MAKE) distclean)
44 -(cd helpview/src && $(MAKE) distclean)
63052a50 45 -(cd hhp2cached && $(MAKE) distclean)
5934cda1 46 -(cd ifacecheck/src && $(MAKE) distclean)
63052a50 47 -(cd screenshotgen/src && $(MAKE) distclean)
2ace0078 48
e1e61c81
VS
49emulator:
50 (cd emulator/src && $(MAKE) all)
51
e1e61c81
VS
52helpview:
53 (cd helpview/src && $(MAKE) all)
54
63052a50
FM
55hhp2cached:
56 (cd hhp2cached && $(MAKE) all)
57
5934cda1
FM
58ifacecheck:
59 (cd ifacecheck/src && $(MAKE) all)
60
61install_ifacecheck:
62 (cd ifacecheck/src && $(MAKE) install)
63
64uninstall_ifacecheck:
65 (cd ifacecheck/src && $(MAKE) uninstall)
66
67install-strip_ifacecheck:
68 (cd ifacecheck/src && $(MAKE) install-strip)
69
63052a50
FM
70screenshotgen:
71 (cd screenshotgen/src && $(MAKE) all)
72
73install_screenshotgen:
74 (cd screenshotgen/src && $(MAKE) install)
75
76uninstall_screenshotgen:
77 (cd screenshotgen/src && $(MAKE) uninstall)
78
79install-strip_screenshotgen:
80 (cd screenshotgen/src && $(MAKE) install-strip)
81
2ace0078
VS
82
83# Include dependency info, if present:
509f339a 84@IF_GNU_MAKE@-include ./.deps/*.d
2ace0078 85
63052a50
FM
86.PHONY: all install uninstall clean distclean emulator helpview hhp2cached \
87 ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck \
88 screenshotgen install_screenshotgen uninstall_screenshotgen \
89 install-strip_screenshotgen