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