]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.gcc
Missed labels to replace number of 'topicNNN' in anchors.
[wxWidgets.git] / samples / mobile / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (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)" \
c4839ccf
JS
22 VENDOR="$(VENDOR)" CFG="$(CFG)" CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
23 CPPUNIT_LIBS="$(CPPUNIT_LIBS)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
b17c1746 24 GCC_VERSION="$(GCC_VERSION)"
3b20263d
VS
25
26### Conditionally set variables: ###
27
3b20263d
VS
28
29
3b20263d
VS
30### Targets: ###
31
d179e30b 32all: styles wxedit
3b20263d
VS
33
34clean:
d179e30b 35 -if exist .\*.o del .\*.o
b92ca8cf
VS
36 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
37 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
d179e30b
VS
38
39styles:
40 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
3b20263d 41
d179e30b
VS
42wxedit:
43 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
3b20263d 44
d179e30b 45.PHONY: all clean styles wxedit