]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.gcc
Ran make -f build/autogen.mk
[wxWidgets.git] / samples / mobile / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (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
DE
15MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
16 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" 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)" \
c33fae85 20 USE_XRC="$(USE_XRC)" USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
8c9f8f91
JS
21 USE_QA="$(USE_QA)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
22 USE_RTTI="$(USE_RTTI)" USE_THREADS="$(USE_THREADS)" \
23 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
24 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
c33fae85
RN
25 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
26 RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
3b20263d
VS
27
28### Conditionally set variables: ###
29
3b20263d
VS
30
31
3b20263d
VS
32### Targets: ###
33
d179e30b 34all: styles wxedit
3b20263d
VS
35
36clean:
d179e30b 37 -if exist .\*.o del .\*.o
0d90d6ea 38 -if exist .\*.d del .\*.d
b92ca8cf
VS
39 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
40 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
d179e30b
VS
41
42styles:
43 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
3b20263d 44
d179e30b
VS
45wxedit:
46 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
3b20263d 47
d179e30b 48.PHONY: all clean styles wxedit
b14abf14 49
8c9f8f91 50
0d90d6ea
JS
51# Dependencies tracking:
52-include ./*.d