]> git.saurik.com Git - wxWidgets.git/blob - samples/mobile/makefile.gcc
Typos fixed and further clarification of the Python situation on Panther
[wxWidgets.git] / samples / mobile / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 include ../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 MAKEARGS = CPPFLAGS="$(CPPFLAGS)" MONOLITHIC="$(MONOLITHIC)" \
16 CXXFLAGS="$(CXXFLAGS)" VENDOR="$(VENDOR)" GCC_VERSION="$(GCC_VERSION)" \
17 RUNTIME_LIBS="$(RUNTIME_LIBS)" LDFLAGS="$(LDFLAGS)" \
18 USE_OPENGL="$(USE_OPENGL)" DEBUG_FLAG="$(DEBUG_FLAG)" UNICODE="$(UNICODE)" \
19 CC="$(CC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" \
20 DEBUG_INFO="$(DEBUG_INFO)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
21 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \
22 CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
23 USE_ODBC="$(USE_ODBC)"
24
25 ### Conditionally set variables: ###
26
27
28
29 ### Targets: ###
30
31 all: styles wxedit
32
33 clean:
34 -if exist .\*.o del .\*.o
35
36 styles:
37 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
38
39 wxedit:
40 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
41
42 .PHONY: all clean styles wxedit