]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.gcc
removed explicit initial size for BugsGridFrame, it's not needed as its size is set...
[wxWidgets.git] / samples / mobile / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
25bb1412 3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
b17c1746 15MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
77a7dfc1 16 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
b17c1746
DE
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)" \
3b2cb431
JS
20 USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
21 USE_RICHTEXT="$(USE_RICHTEXT)" USE_OPENGL="$(USE_OPENGL)" \
22 USE_ODBC="$(USE_ODBC)" USE_QA="$(USE_QA)" \
23 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
3abcf424
RD
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)" \
c33fae85
RN
27 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
28 RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
3b20263d
VS
29
30### Conditionally set variables: ###
31
3b20263d
VS
32
33
3b20263d
VS
34### Targets: ###
35
d179e30b 36all: styles wxedit
3b20263d
VS
37
38clean:
d179e30b 39 -if exist .\*.o del .\*.o
0d90d6ea 40 -if exist .\*.d del .\*.d
b92ca8cf
VS
41 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
42 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
d179e30b
VS
43
44styles:
45 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
3b20263d 46
d179e30b
VS
47wxedit:
48 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
3b20263d 49
d179e30b 50.PHONY: all clean styles wxedit
b14abf14 51
8c9f8f91 52
0d90d6ea
JS
53# Dependencies tracking:
54-include ./*.d