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