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