]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/multimon/makefile.gcc
Use GetItem to get item info for events, even for virtual wxListCtrl.
[wxWidgets.git] / samples / multimon / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.1 (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
15CPPDEPS = -MT$@ -MF$@.d -MD
16WX_RELEASE_NODOT = 28
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22MULTIMON_TEST_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
23 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -W -Wall -I. \
27 $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
28 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
29MULTIMON_TEST_OBJECTS = \
30 $(OBJS)\multimon_test_sample_rc.o \
31 $(OBJS)\multimon_test_multimon_test.o
32
33### Conditionally set variables: ###
34
35ifeq ($(GCC_VERSION),2.95)
36GCCFLAGS = -fvtable-thunks
37endif
38ifeq ($(USE_GUI),0)
39PORTNAME = base
40endif
41ifeq ($(USE_GUI),1)
42PORTNAME = msw
43endif
44ifeq ($(BUILD),debug)
45ifeq ($(DEBUG_FLAG),default)
46WXDEBUGFLAG = d
47endif
48endif
49ifeq ($(DEBUG_FLAG),1)
50WXDEBUGFLAG = d
51endif
52ifeq ($(UNICODE),1)
53WXUNICODEFLAG = u
54endif
55ifeq ($(WXUNIV),1)
56WXUNIVNAME = univ
57endif
58ifeq ($(SHARED),1)
59WXDLLFLAG = dll
60endif
61ifeq ($(SHARED),0)
62LIBTYPE_SUFFIX = lib
63endif
64ifeq ($(SHARED),1)
65LIBTYPE_SUFFIX = dll
66endif
67ifeq ($(MONOLITHIC),0)
68EXTRALIBS_FOR_BASE =
69endif
70ifeq ($(MONOLITHIC),1)
71EXTRALIBS_FOR_BASE =
72endif
73ifeq ($(BUILD),debug)
74__OPTIMIZEFLAG_2 = -O0
75endif
76ifeq ($(BUILD),release)
77__OPTIMIZEFLAG_2 = -O2
78endif
79ifeq ($(USE_RTTI),0)
80__RTTIFLAG_5 = -fno-rtti
81endif
82ifeq ($(USE_RTTI),1)
83__RTTIFLAG_5 =
84endif
85ifeq ($(USE_EXCEPTIONS),0)
86__EXCEPTIONSFLAG_6 = -fno-exceptions
87endif
88ifeq ($(USE_EXCEPTIONS),1)
89__EXCEPTIONSFLAG_6 =
90endif
91ifeq ($(WXUNIV),1)
92__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
93endif
94ifeq ($(WXUNIV),1)
95__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
96endif
97ifeq ($(BUILD),debug)
98ifeq ($(DEBUG_FLAG),default)
99__DEBUG_DEFINE_p = -D__WXDEBUG__
100endif
101endif
102ifeq ($(DEBUG_FLAG),1)
103__DEBUG_DEFINE_p = -D__WXDEBUG__
104endif
105ifeq ($(BUILD),debug)
106ifeq ($(DEBUG_FLAG),default)
107__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
108endif
109endif
110ifeq ($(DEBUG_FLAG),1)
111__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
112endif
113ifeq ($(USE_EXCEPTIONS),0)
114__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
115endif
116ifeq ($(USE_EXCEPTIONS),0)
117__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
118endif
119ifeq ($(USE_RTTI),0)
120__RTTI_DEFINE_p = -DwxNO_RTTI
121endif
122ifeq ($(USE_RTTI),0)
123__RTTI_DEFINE_p_1 = --define wxNO_RTTI
124endif
125ifeq ($(USE_THREADS),0)
126__THREAD_DEFINE_p = -DwxNO_THREADS
127endif
128ifeq ($(USE_THREADS),0)
129__THREAD_DEFINE_p_1 = --define wxNO_THREADS
130endif
131ifeq ($(UNICODE),1)
132__UNICODE_DEFINE_p = -D_UNICODE
133endif
134ifeq ($(UNICODE),1)
135__UNICODE_DEFINE_p_1 = --define _UNICODE
136endif
137ifeq ($(MSLU),1)
138__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
139endif
140ifeq ($(MSLU),1)
141__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
142endif
143ifeq ($(USE_GDIPLUS),1)
144__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
145endif
146ifeq ($(USE_GDIPLUS),1)
147__GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
148endif
149ifeq ($(SHARED),1)
150__DLLFLAG_p = -DWXUSINGDLL
151endif
152ifeq ($(SHARED),1)
153__DLLFLAG_p_1 = --define WXUSINGDLL
154endif
155ifeq ($(MONOLITHIC),0)
156__WXLIB_CORE_p = \
157 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
158endif
159ifeq ($(MONOLITHIC),0)
160__WXLIB_BASE_p = \
161 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
162endif
163ifeq ($(MONOLITHIC),1)
164__WXLIB_MONO_p = \
165 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
166endif
167ifeq ($(USE_GUI),1)
168__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
169endif
170ifeq ($(USE_GUI),1)
171__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
172endif
173ifeq ($(USE_GUI),1)
174__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
175endif
176ifeq ($(MSLU),1)
177__UNICOWS_LIB_p = -lunicows
178endif
179ifeq ($(USE_GDIPLUS),1)
180__GDIPLUS_LIB_p = -lgdiplus
181endif
182ifeq ($(BUILD),debug)
183ifeq ($(DEBUG_INFO),default)
184__DEBUGINFO = -g
185endif
186endif
187ifeq ($(BUILD),release)
188ifeq ($(DEBUG_INFO),default)
189__DEBUGINFO =
190endif
191endif
192ifeq ($(DEBUG_INFO),0)
193__DEBUGINFO =
194endif
195ifeq ($(DEBUG_INFO),1)
196__DEBUGINFO = -g
197endif
198ifeq ($(USE_THREADS),0)
199__THREADSFLAG =
200endif
201ifeq ($(USE_THREADS),1)
202__THREADSFLAG = -mthreads
203endif
204
205
206all: $(OBJS)
207$(OBJS):
208 -if not exist $(OBJS) mkdir $(OBJS)
209
210### Targets: ###
211
212all: $(OBJS)\multimon_test.exe
213
214clean:
215 -if exist $(OBJS)\*.o del $(OBJS)\*.o
216 -if exist $(OBJS)\*.d del $(OBJS)\*.d
217 -if exist $(OBJS)\multimon_test.exe del $(OBJS)\multimon_test.exe
218
219$(OBJS)\multimon_test.exe: $(MULTIMON_TEST_OBJECTS) $(OBJS)\multimon_test_sample_rc.o
220 $(CXX) -o $@ $(MULTIMON_TEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_CORE_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
221
222$(OBJS)\multimon_test_sample_rc.o: ./../../samples/sample.rc
223 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
224
225$(OBJS)\multimon_test_multimon_test.o: ./multimon_test.cpp
226 $(CXX) -c -o $@ $(MULTIMON_TEST_CXXFLAGS) $(CPPDEPS) $<
227
228.PHONY: all clean
229
230
231# Dependencies tracking:
232-include $(OBJS)/*.d