]> git.saurik.com Git - wxWidgets.git/blame - samples/wizard/makefile.gcc
Fix wxSortedArray::Index() when wxUSE_STL == 1, with tests.
[wxWidgets.git] / samples / wizard / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
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
c33fae85 15WX_RELEASE_NODOT = 25
25a73439
VS
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
18SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 20WIZARD_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
25a73439 21 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
ec08d395 22 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -Wall -I. \
c33fae85 23 $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) \
9bfe7ad9 24 $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
25WIZARD_OBJECTS = \
26 $(OBJS)\wizard_wizard.o \
27 $(OBJS)\wizard_wizard_rc.o
3b20263d
VS
28
29### Conditionally set variables: ###
30
250700e4
RD
31ifeq ($(GCC_VERSION),2.95)
32GCCFLAGS = -fvtable-thunks
33endif
3b20263d
VS
34ifeq ($(USE_GUI),0)
35PORTNAME = base
36endif
37ifeq ($(USE_GUI),1)
38PORTNAME = msw
39endif
40ifeq ($(BUILD),debug)
25a73439
VS
41ifeq ($(DEBUG_FLAG),default)
42WXDEBUGFLAG = d
43endif
44endif
45ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
46WXDEBUGFLAG = d
47endif
3b20263d
VS
48ifeq ($(UNICODE),1)
49WXUNICODEFLAG = u
50endif
51ifeq ($(WXUNIV),1)
52WXUNIVNAME = univ
53endif
b17c1746
DE
54ifeq ($(SHARED),1)
55WXDLLFLAG = dll
25a73439 56endif
dd65d8c8
RN
57ifeq ($(MONOLITHIC),0)
58EXTRALIBS_FOR_BASE =
59endif
60ifeq ($(MONOLITHIC),1)
61EXTRALIBS_FOR_BASE =
62endif
b17c1746
DE
63ifeq ($(BUILD),debug)
64__OPTIMIZEFLAG_2 = -O0
250700e4
RD
65endif
66ifeq ($(BUILD),release)
b17c1746 67__OPTIMIZEFLAG_2 = -O2
25a73439 68endif
b17c1746
DE
69ifeq ($(USE_EXCEPTIONS),0)
70__EXCEPTIONSFLAG_4 = -fno-rtti
25a73439 71endif
b17c1746
DE
72ifeq ($(USE_EXCEPTIONS),1)
73__EXCEPTIONSFLAG_4 =
25a73439 74endif
b17c1746
DE
75ifeq ($(USE_EXCEPTIONS),0)
76__EXCEPTIONSFLAG_5 = -fno-exceptions
77endif
78ifeq ($(USE_EXCEPTIONS),1)
79__EXCEPTIONSFLAG_5 =
80endif
81ifeq ($(WXUNIV),1)
82__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
83endif
84ifeq ($(WXUNIV),1)
85__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
86endif
87ifeq ($(BUILD),debug)
25a73439
VS
88ifeq ($(DEBUG_FLAG),default)
89__DEBUG_DEFINE_p = -D__WXDEBUG__
90endif
91endif
92ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
93__DEBUG_DEFINE_p = -D__WXDEBUG__
94endif
95ifeq ($(BUILD),debug)
25a73439
VS
96ifeq ($(DEBUG_FLAG),default)
97__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
98endif
99endif
100ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
101__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
102endif
b17c1746
DE
103ifeq ($(UNICODE),1)
104__UNICODE_DEFINE_p = -D_UNICODE
105endif
106ifeq ($(UNICODE),1)
107__UNICODE_DEFINE_p_1 = --define _UNICODE
108endif
3b20263d
VS
109ifeq ($(SHARED),1)
110__DLLFLAG_p = -DWXUSINGDLL
111endif
112ifeq ($(SHARED),1)
113__DLLFLAG_p_1 = --define WXUSINGDLL
114endif
b17c1746
DE
115ifeq ($(MONOLITHIC),0)
116__WXLIB_ADV_p = \
c33fae85 117 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv
b71531ad 118endif
b17c1746
DE
119ifeq ($(MONOLITHIC),0)
120__WXLIB_CORE_p = \
c33fae85 121 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 122endif
b17c1746 123ifeq ($(MONOLITHIC),0)
c33fae85
RN
124__WXLIB_BASE_p = \
125 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 126endif
b17c1746
DE
127ifeq ($(MONOLITHIC),1)
128__WXLIB_MONO_p = \
c33fae85 129 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 130endif
25a73439 131ifeq ($(USE_GUI),1)
9c2d002b 132__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
25a73439
VS
133endif
134ifeq ($(USE_GUI),1)
9c2d002b 135__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
25a73439
VS
136endif
137ifeq ($(USE_GUI),1)
9c2d002b 138__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3b20263d 139endif
4e209a20
VS
140ifeq ($(MSLU),1)
141__UNICOWS_LIB_p = -lunicows
142endif
b17c1746
DE
143ifeq ($(SHARED),0)
144LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
fd9f42b6 145endif
b17c1746
DE
146ifeq ($(SHARED),1)
147LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
3b20263d 148endif
b17c1746
DE
149ifeq ($(BUILD),debug)
150ifeq ($(DEBUG_INFO),default)
151__DEBUGINFO = -g
3b20263d 152endif
3b20263d 153endif
b17c1746
DE
154ifeq ($(BUILD),release)
155ifeq ($(DEBUG_INFO),default)
156__DEBUGINFO =
3b20263d 157endif
b17c1746
DE
158endif
159ifeq ($(DEBUG_INFO),0)
160__DEBUGINFO =
161endif
162ifeq ($(DEBUG_INFO),1)
163__DEBUGINFO = -g
3b20263d
VS
164endif
165
166
167all: $(OBJS)
168$(OBJS):
169 -if not exist $(OBJS) mkdir $(OBJS)
170
171### Targets: ###
172
173all: $(OBJS)\wizard.exe
174
3b20263d
VS
175clean:
176 -if exist $(OBJS)\*.o del $(OBJS)\*.o
177 -if exist $(OBJS)\wizard.exe del $(OBJS)\wizard.exe
178
25a73439 179$(OBJS)\wizard.exe: $(WIZARD_OBJECTS) $(OBJS)\wizard_wizard_rc.o
dd65d8c8 180 $(CXX) -o $@ $(WIZARD_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_ADV_p) $(__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) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
3b20263d 181
b17c1746
DE
182$(OBJS)\wizard_wizard.o: ./wizard.cpp
183 $(CXX) -c -o $@ $(WIZARD_CXXFLAGS) $<
184
185$(OBJS)\wizard_wizard_rc.o: ./wizard.rc
c33fae85 186 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
b17c1746 187
250700e4 188.PHONY: all clean