]> git.saurik.com Git - wxWidgets.git/blame - samples/image/makefile.gcc
Dispatch pending events without waiting for idle time (closes #10994).
[wxWidgets.git] / samples / image / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
95ff11c4 3# Bakefile 0.2.6 (http://www.bakefile.org)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
8ece421c 15CPPDEPS = -MT$@ -MF$@.d -MD -MP
ae4ccf12 16WX_RELEASE_NODOT = 29
444833b3 17COMPILER_PREFIX = gcc
b17c1746 18OBJS = \
444833b3
CE
19 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
20LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
21SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
23IMAGE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
24 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
25 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 26 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
27 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -W -Wall -I. \
28 $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
29 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
30IMAGE_OBJECTS = \
31 $(OBJS)\image_image.o \
09ddabf7 32 $(OBJS)\image_canvas.o \
25a73439 33 $(OBJS)\image_image_rc.o
3b20263d
VS
34
35### Conditionally set variables: ###
36
250700e4
RD
37ifeq ($(GCC_VERSION),2.95)
38GCCFLAGS = -fvtable-thunks
39endif
3b20263d
VS
40ifeq ($(USE_GUI),0)
41PORTNAME = base
42endif
43ifeq ($(USE_GUI),1)
44PORTNAME = msw
45endif
46ifeq ($(BUILD),debug)
25a73439
VS
47ifeq ($(DEBUG_FLAG),default)
48WXDEBUGFLAG = d
49endif
50endif
51ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
52WXDEBUGFLAG = d
53endif
3b20263d
VS
54ifeq ($(UNICODE),1)
55WXUNICODEFLAG = u
56endif
57ifeq ($(WXUNIV),1)
58WXUNIVNAME = univ
59endif
b17c1746
DE
60ifeq ($(SHARED),1)
61WXDLLFLAG = dll
25a73439 62endif
b14abf14
JS
63ifeq ($(SHARED),0)
64LIBTYPE_SUFFIX = lib
65endif
66ifeq ($(SHARED),1)
67LIBTYPE_SUFFIX = dll
68endif
dd65d8c8
RN
69ifeq ($(MONOLITHIC),0)
70EXTRALIBS_FOR_BASE =
71endif
72ifeq ($(MONOLITHIC),1)
73EXTRALIBS_FOR_BASE =
74endif
b17c1746
DE
75ifeq ($(BUILD),debug)
76__OPTIMIZEFLAG_2 = -O0
250700e4
RD
77endif
78ifeq ($(BUILD),release)
b17c1746 79__OPTIMIZEFLAG_2 = -O2
25a73439 80endif
8c9f8f91
JS
81ifeq ($(USE_RTTI),0)
82__RTTIFLAG_5 = -fno-rtti
25a73439 83endif
8c9f8f91
JS
84ifeq ($(USE_RTTI),1)
85__RTTIFLAG_5 =
25a73439 86endif
b17c1746 87ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 88__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
89endif
90ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 91__EXCEPTIONSFLAG_6 =
b17c1746
DE
92endif
93ifeq ($(WXUNIV),1)
94__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
95endif
96ifeq ($(WXUNIV),1)
97__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
98endif
99ifeq ($(BUILD),debug)
25a73439
VS
100ifeq ($(DEBUG_FLAG),default)
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102endif
103endif
104ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
105__DEBUG_DEFINE_p = -D__WXDEBUG__
106endif
107ifeq ($(BUILD),debug)
25a73439
VS
108ifeq ($(DEBUG_FLAG),default)
109__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
110endif
111endif
112ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
113__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
114endif
8c9f8f91
JS
115ifeq ($(USE_EXCEPTIONS),0)
116__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
117endif
118ifeq ($(USE_EXCEPTIONS),0)
119__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
120endif
121ifeq ($(USE_RTTI),0)
122__RTTI_DEFINE_p = -DwxNO_RTTI
123endif
124ifeq ($(USE_RTTI),0)
125__RTTI_DEFINE_p_1 = --define wxNO_RTTI
126endif
127ifeq ($(USE_THREADS),0)
128__THREAD_DEFINE_p = -DwxNO_THREADS
129endif
130ifeq ($(USE_THREADS),0)
131__THREAD_DEFINE_p_1 = --define wxNO_THREADS
132endif
7379e476
VZ
133ifeq ($(UNICODE),0)
134__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
135endif
b17c1746
DE
136ifeq ($(UNICODE),1)
137__UNICODE_DEFINE_p = -D_UNICODE
138endif
7379e476
VZ
139ifeq ($(UNICODE),0)
140__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
141endif
b17c1746
DE
142ifeq ($(UNICODE),1)
143__UNICODE_DEFINE_p_1 = --define _UNICODE
144endif
2113bc77
MW
145ifeq ($(MSLU),1)
146__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
147endif
148ifeq ($(MSLU),1)
149__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
150endif
3abcf424
RD
151ifeq ($(USE_GDIPLUS),1)
152__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
153endif
154ifeq ($(USE_GDIPLUS),1)
155__GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
156endif
3b20263d
VS
157ifeq ($(SHARED),1)
158__DLLFLAG_p = -DWXUSINGDLL
159endif
160ifeq ($(SHARED),1)
161__DLLFLAG_p_1 = --define WXUSINGDLL
162endif
b17c1746
DE
163ifeq ($(MONOLITHIC),0)
164__WXLIB_CORE_p = \
c33fae85 165 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 166endif
b17c1746 167ifeq ($(MONOLITHIC),0)
c33fae85
RN
168__WXLIB_BASE_p = \
169 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 170endif
b17c1746
DE
171ifeq ($(MONOLITHIC),1)
172__WXLIB_MONO_p = \
c33fae85 173 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 174endif
b17c1746 175ifeq ($(USE_GUI),1)
9c2d002b 176__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 177endif
25a73439 178ifeq ($(USE_GUI),1)
9c2d002b 179__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
180endif
181ifeq ($(USE_GUI),1)
9c2d002b 182__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
25a73439 183endif
b17c1746
DE
184ifeq ($(MSLU),1)
185__UNICOWS_LIB_p = -lunicows
250700e4 186endif
3abcf424
RD
187ifeq ($(USE_GDIPLUS),1)
188__GDIPLUS_LIB_p = -lgdiplus
189endif
b17c1746
DE
190ifeq ($(BUILD),debug)
191ifeq ($(DEBUG_INFO),default)
192__DEBUGINFO = -g
4e209a20 193endif
3b20263d 194endif
b17c1746
DE
195ifeq ($(BUILD),release)
196ifeq ($(DEBUG_INFO),default)
197__DEBUGINFO =
3b20263d 198endif
3b20263d 199endif
b17c1746
DE
200ifeq ($(DEBUG_INFO),0)
201__DEBUGINFO =
3b20263d 202endif
b17c1746
DE
203ifeq ($(DEBUG_INFO),1)
204__DEBUGINFO = -g
3b20263d 205endif
8c9f8f91
JS
206ifeq ($(USE_THREADS),0)
207__THREADSFLAG =
208endif
209ifeq ($(USE_THREADS),1)
210__THREADSFLAG = -mthreads
211endif
3b20263d
VS
212
213
214all: $(OBJS)
215$(OBJS):
216 -if not exist $(OBJS) mkdir $(OBJS)
217
218### Targets: ###
219
220all: $(OBJS)\image.exe data
221
3b20263d
VS
222clean:
223 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 224 -if exist $(OBJS)\*.d del $(OBJS)\*.d
3b20263d 225 -if exist $(OBJS)\image.exe del $(OBJS)\image.exe
3b20263d 226
b17c1746 227$(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image_rc.o
b44f5137 228 $(CXX) -o $@ $(IMAGE_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(LDFLAGS) $(__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 -lwininet
b17c1746 229
3b20263d
VS
230data:
231 if not exist $(OBJS) mkdir $(OBJS)
3afd11bc 232 for %%f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
3b20263d 233
b17c1746 234$(OBJS)\image_image.o: ./image.cpp
0d90d6ea 235 $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<
b17c1746 236
09ddabf7
FM
237$(OBJS)\image_canvas.o: ./canvas.cpp
238 $(CXX) -c -o $@ $(IMAGE_CXXFLAGS) $(CPPDEPS) $<
239
b17c1746 240$(OBJS)\image_image_rc.o: ./image.rc
444833b3 241 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
3b20263d 242
fd9f42b6 243.PHONY: all clean data
b14abf14 244
8c9f8f91 245
6e0fbb3d
VS
246SHELL := $(COMSPEC)
247
0d90d6ea
JS
248# Dependencies tracking:
249-include $(OBJS)/*.d