]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/html/makefile.gcc
add unit test for wxTextCtrl::SetSelection()
[wxWidgets.git] / samples / html / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.3 (http://www.bakefile.org)
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 = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
16 LINK_MODULE_FLAGS="$(LINK_MODULE_FLAGS)" CC="$(CC)" CXX="$(CXX)" \
17 CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
18 LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" WXUNIV="$(WXUNIV)" \
19 UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
20 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
21 MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
22 USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
23 USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
24 USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
25 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
26 USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
27 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
28 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
29 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
30 RUNTIME_LIBS="$(RUNTIME_LIBS)" GCC_VERSION="$(GCC_VERSION)"
31
32### Conditionally set variables: ###
33
34
35
36### Targets: ###
37
38all: about help helpview printing test virtual widget zip
39
40clean:
41 -if exist .\*.o del .\*.o
42 -if exist .\*.d del .\*.d
43 $(MAKE) -C about -f makefile.gcc $(MAKEARGS) clean
44 $(MAKE) -C help -f makefile.gcc $(MAKEARGS) clean
45 $(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) clean
46 $(MAKE) -C printing -f makefile.gcc $(MAKEARGS) clean
47 $(MAKE) -C test -f makefile.gcc $(MAKEARGS) clean
48 $(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) clean
49 $(MAKE) -C widget -f makefile.gcc $(MAKEARGS) clean
50 $(MAKE) -C zip -f makefile.gcc $(MAKEARGS) clean
51
52about:
53 $(MAKE) -C about -f makefile.gcc $(MAKEARGS) all
54
55help:
56 $(MAKE) -C help -f makefile.gcc $(MAKEARGS) all
57
58helpview:
59 $(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) all
60
61printing:
62 $(MAKE) -C printing -f makefile.gcc $(MAKEARGS) all
63
64test:
65 $(MAKE) -C test -f makefile.gcc $(MAKEARGS) all
66
67virtual:
68 $(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) all
69
70widget:
71 $(MAKE) -C widget -f makefile.gcc $(MAKEARGS) all
72
73zip:
74 $(MAKE) -C zip -f makefile.gcc $(MAKEARGS) all
75
76.PHONY: all clean about help helpview printing test virtual widget zip
77
78
79SHELL := $(COMSPEC)
80
81# Dependencies tracking:
82-include ./*.d