]> git.saurik.com Git - wxWidgets.git/blob - samples/mobile/Makefile.in
link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE=...
[wxWidgets.git] / samples / mobile / Makefile.in
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.5 (http://www.bakefile.org)
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 datarootdir = @datarootdir@
13 INSTALL = @INSTALL@
14
15 ### Variables: ###
16
17 DESTDIR =
18
19 ### Conditionally set variables: ###
20
21
22 ### Targets: ###
23
24 all: styles wxedit
25
26 install:
27
28 uninstall:
29
30 install-strip: install
31
32 clean:
33 rm -rf ./.deps ./.pch
34 rm -f ./*.o
35 -(cd styles && $(MAKE) clean)
36 -(cd wxedit && $(MAKE) clean)
37
38 distclean: 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
43 styles:
44 (cd styles && $(MAKE) all)
45
46 wxedit:
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