]> git.saurik.com Git - wxWidgets.git/blame - samples/html/test/makefile.gcc
correct access for virtuals
[wxWidgets.git] / samples / html / test / makefile.gcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../../build/msw/config.gcc
250700e4
RD
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
0d90d6ea 15CPPDEPS = -MT$@ -MF$@.d -MD
ae4ccf12 16WX_RELEASE_NODOT = 29
444833b3 17COMPILER_PREFIX = gcc
e9877ed3 18OBJS = \
444833b3
CE
19 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
20LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
21SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
23TEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
24 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
25 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
3abcf424
RD
26 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
27 -I$(SETUPHDIR) -I.\..\..\..\include -W -Wall -I. $(__DLLFLAG_p) \
28 -I.\..\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
29 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
e9877ed3
VS
30TEST_OBJECTS = \
31 $(OBJS)\test_test.o \
32 $(OBJS)\test_test_rc.o
250700e4
RD
33
34### Conditionally set variables: ###
35
36ifeq ($(GCC_VERSION),2.95)
37GCCFLAGS = -fvtable-thunks
38endif
39ifeq ($(USE_GUI),0)
40PORTNAME = base
41endif
42ifeq ($(USE_GUI),1)
43PORTNAME = msw
44endif
45ifeq ($(BUILD),debug)
076f10e0
VS
46ifeq ($(DEBUG_FLAG),default)
47WXDEBUGFLAG = d
48endif
49endif
50ifeq ($(DEBUG_FLAG),1)
250700e4
RD
51WXDEBUGFLAG = d
52endif
250700e4
RD
53ifeq ($(UNICODE),1)
54WXUNICODEFLAG = u
55endif
56ifeq ($(WXUNIV),1)
57WXUNIVNAME = univ
58endif
b17c1746
DE
59ifeq ($(SHARED),1)
60WXDLLFLAG = dll
076f10e0 61endif
b14abf14
JS
62ifeq ($(SHARED),0)
63LIBTYPE_SUFFIX = lib
64endif
65ifeq ($(SHARED),1)
66LIBTYPE_SUFFIX = dll
67endif
dd65d8c8
RN
68ifeq ($(MONOLITHIC),0)
69EXTRALIBS_FOR_BASE =
70endif
71ifeq ($(MONOLITHIC),1)
72EXTRALIBS_FOR_BASE =
73endif
b17c1746
DE
74ifeq ($(BUILD),debug)
75__OPTIMIZEFLAG_2 = -O0
250700e4
RD
76endif
77ifeq ($(BUILD),release)
b17c1746 78__OPTIMIZEFLAG_2 = -O2
076f10e0 79endif
8c9f8f91
JS
80ifeq ($(USE_RTTI),0)
81__RTTIFLAG_5 = -fno-rtti
076f10e0 82endif
8c9f8f91
JS
83ifeq ($(USE_RTTI),1)
84__RTTIFLAG_5 =
076f10e0 85endif
b17c1746 86ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 87__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
88endif
89ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 90__EXCEPTIONSFLAG_6 =
b17c1746
DE
91endif
92ifeq ($(WXUNIV),1)
93__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
94endif
95ifeq ($(WXUNIV),1)
96__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
97endif
98ifeq ($(BUILD),debug)
076f10e0
VS
99ifeq ($(DEBUG_FLAG),default)
100__DEBUG_DEFINE_p = -D__WXDEBUG__
101endif
102endif
103ifeq ($(DEBUG_FLAG),1)
250700e4
RD
104__DEBUG_DEFINE_p = -D__WXDEBUG__
105endif
106ifeq ($(BUILD),debug)
076f10e0
VS
107ifeq ($(DEBUG_FLAG),default)
108__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
109endif
110endif
111ifeq ($(DEBUG_FLAG),1)
250700e4
RD
112__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
113endif
8c9f8f91
JS
114ifeq ($(USE_EXCEPTIONS),0)
115__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
116endif
117ifeq ($(USE_EXCEPTIONS),0)
118__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
119endif
120ifeq ($(USE_RTTI),0)
121__RTTI_DEFINE_p = -DwxNO_RTTI
122endif
123ifeq ($(USE_RTTI),0)
124__RTTI_DEFINE_p_1 = --define wxNO_RTTI
125endif
126ifeq ($(USE_THREADS),0)
127__THREAD_DEFINE_p = -DwxNO_THREADS
128endif
129ifeq ($(USE_THREADS),0)
130__THREAD_DEFINE_p_1 = --define wxNO_THREADS
131endif
b17c1746
DE
132ifeq ($(UNICODE),1)
133__UNICODE_DEFINE_p = -D_UNICODE
134endif
135ifeq ($(UNICODE),1)
136__UNICODE_DEFINE_p_1 = --define _UNICODE
137endif
2113bc77
MW
138ifeq ($(MSLU),1)
139__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
140endif
141ifeq ($(MSLU),1)
142__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
143endif
3abcf424
RD
144ifeq ($(USE_GDIPLUS),1)
145__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
146endif
147ifeq ($(USE_GDIPLUS),1)
148__GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
149endif
250700e4
RD
150ifeq ($(SHARED),1)
151__DLLFLAG_p = -DWXUSINGDLL
152endif
153ifeq ($(SHARED),1)
154__DLLFLAG_p_1 = --define WXUSINGDLL
155endif
b17c1746
DE
156ifeq ($(MONOLITHIC),0)
157__WXLIB_HTML_p = \
c33fae85 158 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html
b71531ad 159endif
b17c1746
DE
160ifeq ($(MONOLITHIC),0)
161__WXLIB_CORE_p = \
c33fae85 162 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 163endif
b17c1746 164ifeq ($(MONOLITHIC),0)
c33fae85
RN
165__WXLIB_NET_p = \
166 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net
b71531ad 167endif
b17c1746 168ifeq ($(MONOLITHIC),0)
c33fae85
RN
169__WXLIB_BASE_p = \
170 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
e9877ed3 171endif
b17c1746
DE
172ifeq ($(MONOLITHIC),1)
173__WXLIB_MONO_p = \
c33fae85 174 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
e9877ed3
VS
175endif
176ifeq ($(USE_GUI),1)
9c2d002b 177__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
e9877ed3 178endif
b17c1746 179ifeq ($(USE_GUI),1)
9c2d002b 180__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
250700e4 181endif
b17c1746 182ifeq ($(USE_GUI),1)
9c2d002b 183__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
250700e4 184endif
4e209a20
VS
185ifeq ($(MSLU),1)
186__UNICOWS_LIB_p = -lunicows
187endif
3abcf424
RD
188ifeq ($(USE_GDIPLUS),1)
189__GDIPLUS_LIB_p = -lgdiplus
190endif
b17c1746
DE
191ifeq ($(BUILD),debug)
192ifeq ($(DEBUG_INFO),default)
193__DEBUGINFO = -g
250700e4 194endif
e9877ed3 195endif
b17c1746
DE
196ifeq ($(BUILD),release)
197ifeq ($(DEBUG_INFO),default)
198__DEBUGINFO =
250700e4 199endif
250700e4 200endif
b17c1746
DE
201ifeq ($(DEBUG_INFO),0)
202__DEBUGINFO =
203endif
204ifeq ($(DEBUG_INFO),1)
205__DEBUGINFO = -g
250700e4 206endif
8c9f8f91
JS
207ifeq ($(USE_THREADS),0)
208__THREADSFLAG =
209endif
210ifeq ($(USE_THREADS),1)
211__THREADSFLAG = -mthreads
212endif
250700e4
RD
213
214
215all: $(OBJS)
216$(OBJS):
217 -if not exist $(OBJS) mkdir $(OBJS)
218
219### Targets: ###
220
221all: $(OBJS)\test.exe data
222
250700e4
RD
223clean:
224 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 225 -if exist $(OBJS)\*.d del $(OBJS)\*.d
250700e4
RD
226 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
227
b17c1746 228$(OBJS)\test.exe: $(TEST_OBJECTS) $(OBJS)\test_test_rc.o
3abcf424 229 $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
b17c1746 230
250700e4
RD
231data:
232 if not exist $(OBJS) mkdir $(OBJS)
77a7dfc1 233 for %%f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm foo.png subsup.html) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
250700e4 234
b17c1746 235$(OBJS)\test_test.o: ./test.cpp
0d90d6ea 236 $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
b17c1746
DE
237
238$(OBJS)\test_test_rc.o: ./test.rc
444833b3 239 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../../include --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --define NOPCH
250700e4 240
fd9f42b6 241.PHONY: all clean data
b14abf14 242
8c9f8f91 243
0d90d6ea
JS
244# Dependencies tracking:
245-include $(OBJS)/*.d