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