]> git.saurik.com Git - wxWidgets.git/blob - samples/mobile/Makefile.in
Implement NSMenuValidation protocol for the wxNSMenuItemTarget
[wxWidgets.git] / samples / mobile / Makefile.in
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
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 INSTALL = @INSTALL@
13
14 ### Variables: ###
15
16
17 ### Conditionally set variables: ###
18
19
20 ### Targets: ###
21
22 all: styles wxedit
23
24 clean:
25 rm -rf ./.deps ./.pch
26 rm -f ./*.o
27 (cd styles && $(MAKE) clean)
28 (cd wxedit && $(MAKE) clean)
29
30 distclean: clean
31 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
32
33 install: all
34
35 install-strip: install
36
37 styles:
38 (cd styles && $(MAKE) all)
39
40 uninstall:
41
42 wxedit:
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