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