]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/Makefile.in
Applied patch [ 853031 ] Japanese po file
[wxWidgets.git] / samples / mobile / Makefile.in
CommitLineData
cbd63f42
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
cbd63f42
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
8f4a9a10 6
8f4a9a10 7
cbd63f42
VS
8@MAKE_SET@
9
3af038c0
VS
10prefix = @prefix@
11exec_prefix = @exec_prefix@
b1169abb 12INSTALL = @INSTALL@
cbd63f42 13
fcf61db4
VS
14### Variables: ###
15
b71531ad 16DESTDIR =
fcf61db4 17
cbd63f42
VS
18### Conditionally set variables: ###
19
cbd63f42
VS
20
21### Targets: ###
22
d179e30b 23all: styles wxedit
cbd63f42 24
fcf61db4 25clean:
ab892b95 26 rm -rf ./.deps ./.pch
25a73439 27 rm -f ./*.o
d179e30b
VS
28 (cd styles && $(MAKE) clean)
29 (cd wxedit && $(MAKE) clean)
fcf61db4 30
49b0a3aa 31distclean: clean
ab892b95 32 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
49b0a3aa 33
3af038c0
VS
34install: all
35
36install-strip: install
37
d179e30b
VS
38styles:
39 (cd styles && $(MAKE) all)
3af038c0 40
cbd63f42
VS
41uninstall:
42
d179e30b
VS
43wxedit:
44 (cd wxedit && $(MAKE) all)
45
cbd63f42
VS
46
47# Include dependency info, if present:
49b0a3aa 48@IF_GNU_MAKE@-include .deps/*.d
cbd63f42 49
d179e30b 50.PHONY: all clean distclean install styles uninstall wxedit