]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/Makefile.in
don't reference non-existent doc.xmb file
[wxWidgets.git] / samples / mobile / Makefile.in
CommitLineData
cbd63f42
VS
1# =========================================================================
2# This makefile was generated by
6e0fbb3d 3# Bakefile 0.2.3 (http://www.bakefile.org)
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@
6e0fbb3d 12datarootdir = @datarootdir@
b1169abb 13INSTALL = @INSTALL@
cbd63f42 14
fcf61db4
VS
15### Variables: ###
16
b71531ad 17DESTDIR =
fcf61db4 18
cbd63f42
VS
19### Conditionally set variables: ###
20
cbd63f42
VS
21
22### Targets: ###
23
d179e30b 24all: styles wxedit
cbd63f42 25
b17c1746
DE
26install: all
27
28uninstall:
29
30install-strip: install
31
fcf61db4 32clean:
ab892b95 33 rm -rf ./.deps ./.pch
25a73439 34 rm -f ./*.o
6e0fbb3d
VS
35 -(cd styles && $(MAKE) clean)
36 -(cd wxedit && $(MAKE) clean)
fcf61db4 37
49b0a3aa 38distclean: clean
b14abf14 39 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
6e0fbb3d
VS
40 -(cd styles && $(MAKE) distclean)
41 -(cd wxedit && $(MAKE) distclean)
49b0a3aa 42
d179e30b
VS
43styles:
44 (cd styles && $(MAKE) all)
3af038c0 45
d179e30b
VS
46wxedit:
47 (cd wxedit && $(MAKE) all)
48
cbd63f42
VS
49
50# Include dependency info, if present:
49b0a3aa 51@IF_GNU_MAKE@-include .deps/*.d
cbd63f42 52
b17c1746 53.PHONY: all install uninstall clean distclean styles wxedit