]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/mobile/makefile.gcc
overseeing the obvious, there is already a perfect scroll call for HIView...
[wxWidgets.git] / samples / mobile / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
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)"
24
25### Conditionally set variables: ###
26
27
28
29### Targets: ###
30
31all: styles wxedit
32
33clean:
34 -if exist .\*.o del .\*.o
35 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
36 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
37
38styles:
39 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
40
41wxedit:
42 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
43
44.PHONY: all clean styles wxedit