]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/mobile/Makefile.in
no-op methods for ownerdrawn methods in wxMenuItem
[wxWidgets.git] / samples / mobile / Makefile.in
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.7 (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
25install: all
26
27uninstall:
28
29install-strip: install
30
31clean:
32 rm -rf ./.deps ./.pch
33 rm -f ./*.o
34 (cd styles && $(MAKE) clean)
35 (cd wxedit && $(MAKE) clean)
36
37distclean: clean
38 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
39
40styles:
41 (cd styles && $(MAKE) all)
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 install uninstall clean distclean styles wxedit