]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/Makefile.in
compilation fix for !USE_PCH
[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
fcf61db4 16
cbd63f42
VS
17### Conditionally set variables: ###
18
cbd63f42
VS
19
20### Targets: ###
21
d179e30b 22all: styles wxedit
cbd63f42 23
fcf61db4
VS
24clean:
25 rm -rf ./.deps
25a73439 26 rm -f ./*.o
d179e30b
VS
27 (cd styles && $(MAKE) clean)
28 (cd wxedit && $(MAKE) clean)
fcf61db4 29
49b0a3aa
VS
30distclean: clean
31 rm -f configure config.cache config.log config.status
32 rm -f bk-deps shared-ld-sh
33
3af038c0 34install: all
d179e30b
VS
35 (cd styles && $(MAKE) install)
36 (cd wxedit && $(MAKE) install)
3af038c0
VS
37
38install-strip: install
d179e30b
VS
39 (cd styles && $(MAKE) install-strip)
40 (cd wxedit && $(MAKE) install-strip)
3af038c0 41
d179e30b
VS
42styles:
43 (cd styles && $(MAKE) all)
3af038c0 44
cbd63f42
VS
45uninstall:
46
d179e30b
VS
47wxedit:
48 (cd wxedit && $(MAKE) all)
49
cbd63f42
VS
50
51# Include dependency info, if present:
49b0a3aa 52@IF_GNU_MAKE@-include .deps/*.d
cbd63f42 53
d179e30b 54.PHONY: all clean distclean install styles uninstall wxedit