rebaked and regenerated everything after the latest changes (wxWeakRef &c)
[wxWidgets.git] / samples / mobile / makefile.gcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.2.2 (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 MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
16         CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
17         WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
18         DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
19         MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
20         USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
21         USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
22         USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
23         USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
24         USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
25         OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
26         WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
27         CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
28         RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
29
30 ### Conditionally set variables: ###
31
32
33
34 ### Targets: ###
35
36 all: styles wxedit
37
38 clean: 
39         -if exist .\*.o del .\*.o
40         -if exist .\*.d del .\*.d
41         $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
42         $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
43
44 styles: 
45         $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
46
47 wxedit: 
48         $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
49
50 .PHONY: all clean styles wxedit
51
52
53 # Dependencies tracking:
54 -include ./*.d