]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/mobile/Makefile.in
compilation fix for !USE_PCH
[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
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
32 rm -f bk-deps shared-ld-sh
33
34install: all
35 (cd styles && $(MAKE) install)
36 (cd wxedit && $(MAKE) install)
37
38install-strip: install
39 (cd styles && $(MAKE) install-strip)
40 (cd wxedit && $(MAKE) install-strip)
41
42styles:
43 (cd styles && $(MAKE) all)
44
45uninstall:
46
47wxedit:
48 (cd wxedit && $(MAKE) all)
49
50
51# Include dependency info, if present:
52@IF_GNU_MAKE@-include .deps/*.d
53
54.PHONY: all clean distclean install styles uninstall wxedit