]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.gcc
regenerated makefiles
[wxWidgets.git] / samples / mobile / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
c3255f5f 3# Bakefile 0.1.3 (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)" \
20 USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
21 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
22 VENDOR="$(VENDOR)" CFG="$(CFG)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
23 GCC_VERSION="$(GCC_VERSION)"
3b20263d
VS
24
25### Conditionally set variables: ###
26
3b20263d
VS
27
28
3b20263d
VS
29### Targets: ###
30
d179e30b 31all: styles wxedit
3b20263d
VS
32
33clean:
d179e30b 34 -if exist .\*.o del .\*.o
b92ca8cf
VS
35 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
36 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
d179e30b
VS
37
38styles:
39 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
3b20263d 40
d179e30b
VS
41wxedit:
42 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
3b20263d 43
d179e30b 44.PHONY: all clean styles wxedit