]> git.saurik.com Git - wxWidgets.git/blob - samples/mobile/makefile.gcc
af467f1fb00951c37561a2e6c2bedf11a2cad575
[wxWidgets.git] / samples / mobile / makefile.gcc
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 include ../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15
16 ### Conditionally set variables: ###
17
18
19 MAKEARGS = GCC_VERSION=$(GCC_VERSION)
20
21
22 ### Targets: ###
23
24 all: styles wxedit
25
26 clean:
27 -if exist .\*.o del .\*.o
28
29 styles:
30 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
31
32 wxedit:
33 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
34
35 .PHONY: all clean styles wxedit