• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/extended/
1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include <../../../../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15WX_RELEASE_NODOT = 28
16OBJS = \
17	vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU)
18LIBDIRNAME = .\..\..\..\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21EXTENDED_CXXFLAGS = /M$(__RUNTIME_LIBS_10)$(__DEBUGRUNTIME_4) /DWIN32 \
22	$(__DEBUGINFO_0) /Fd$(OBJS)\extended.pdb $(____DEBUGRUNTIME_3_p) \
23	$(__OPTIMIZEFLAG_6) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24	$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
25	$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
26	$(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) /I$(SETUPHDIR) \
27	/I.\..\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) /W4 /I. \
28	$(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\..\samples /DNOPCH \
29	/I.\..\..\..\include $(__RTTIFLAG_11) $(__EXCEPTIONSFLAG_12) $(CPPFLAGS) \
30	$(CXXFLAGS)
31EXTENDED_OBJECTS =  \
32	$(OBJS)\extended_extended.obj
33EXTENDED_RESOURCES =  \
34	$(OBJS)\extended_extended.res
35
36### Conditionally set variables: ###
37
38!if "$(USE_GUI)" == "0"
39PORTNAME = base
40!endif
41!if "$(USE_GUI)" == "1"
42PORTNAME = msw
43!endif
44!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
45WXDEBUGFLAG = d
46!endif
47!if "$(DEBUG_FLAG)" == "1"
48WXDEBUGFLAG = d
49!endif
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
56!if "$(TARGET_CPU)" == "AMD64"
57DIR_SUFFIX_CPU = _amd64
58!endif
59!if "$(TARGET_CPU)" == "IA64"
60DIR_SUFFIX_CPU = _ia64
61!endif
62!if "$(TARGET_CPU)" == "amd64"
63DIR_SUFFIX_CPU = _amd64
64!endif
65!if "$(TARGET_CPU)" == "ia64"
66DIR_SUFFIX_CPU = _ia64
67!endif
68!if "$(SHARED)" == "1"
69WXDLLFLAG = dll
70!endif
71!if "$(SHARED)" == "0"
72LIBTYPE_SUFFIX = lib
73!endif
74!if "$(SHARED)" == "1"
75LIBTYPE_SUFFIX = dll
76!endif
77!if "$(TARGET_CPU)" == "AMD64"
78LINK_TARGET_CPU = /MACHINE:AMD64
79!endif
80!if "$(TARGET_CPU)" == "IA64"
81LINK_TARGET_CPU = /MACHINE:IA64
82!endif
83!if "$(TARGET_CPU)" == "amd64"
84LINK_TARGET_CPU = /MACHINE:AMD64
85!endif
86!if "$(TARGET_CPU)" == "ia64"
87LINK_TARGET_CPU = /MACHINE:IA64
88!endif
89!if "$(MONOLITHIC)" == "0"
90EXTRALIBS_FOR_BASE = 
91!endif
92!if "$(MONOLITHIC)" == "1"
93EXTRALIBS_FOR_BASE =  
94!endif
95!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
96__DEBUGINFO_0 = /Zi
97!endif
98!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
99__DEBUGINFO_0 = 
100!endif
101!if "$(DEBUG_INFO)" == "0"
102__DEBUGINFO_0 = 
103!endif
104!if "$(DEBUG_INFO)" == "1"
105__DEBUGINFO_0 = /Zi
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
108__DEBUGINFO_1 = /DEBUG
109!endif
110!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
111__DEBUGINFO_1 = 
112!endif
113!if "$(DEBUG_INFO)" == "0"
114__DEBUGINFO_1 = 
115!endif
116!if "$(DEBUG_INFO)" == "1"
117__DEBUGINFO_1 = /DEBUG
118!endif
119!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
120__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
121!endif
122!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
123__DEBUGINFO_2 = 
124!endif
125!if "$(DEBUG_INFO)" == "0"
126__DEBUGINFO_2 = 
127!endif
128!if "$(DEBUG_INFO)" == "1"
129__DEBUGINFO_2 = $(__DEBUGRUNTIME_5)
130!endif
131!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
132____DEBUGRUNTIME_3_p = /D_DEBUG
133!endif
134!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
135____DEBUGRUNTIME_3_p = 
136!endif
137!if "$(DEBUG_RUNTIME_LIBS)" == "0"
138____DEBUGRUNTIME_3_p = 
139!endif
140!if "$(DEBUG_RUNTIME_LIBS)" == "1"
141____DEBUGRUNTIME_3_p = /D_DEBUG
142!endif
143!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
144____DEBUGRUNTIME_3_p_1 = /d _DEBUG
145!endif
146!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
147____DEBUGRUNTIME_3_p_1 = 
148!endif
149!if "$(DEBUG_RUNTIME_LIBS)" == "0"
150____DEBUGRUNTIME_3_p_1 = 
151!endif
152!if "$(DEBUG_RUNTIME_LIBS)" == "1"
153____DEBUGRUNTIME_3_p_1 = /d _DEBUG
154!endif
155!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
156__DEBUGRUNTIME_4 = d
157!endif
158!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
159__DEBUGRUNTIME_4 = 
160!endif
161!if "$(DEBUG_RUNTIME_LIBS)" == "0"
162__DEBUGRUNTIME_4 = 
163!endif
164!if "$(DEBUG_RUNTIME_LIBS)" == "1"
165__DEBUGRUNTIME_4 = d
166!endif
167!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
168__DEBUGRUNTIME_5 = 
169!endif
170!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
171__DEBUGRUNTIME_5 = /opt:ref /opt:icf
172!endif
173!if "$(DEBUG_RUNTIME_LIBS)" == "0"
174__DEBUGRUNTIME_5 = /opt:ref /opt:icf
175!endif
176!if "$(DEBUG_RUNTIME_LIBS)" == "1"
177__DEBUGRUNTIME_5 = 
178!endif
179!if "$(BUILD)" == "debug"
180__OPTIMIZEFLAG_6 = /Od
181!endif
182!if "$(BUILD)" == "release"
183__OPTIMIZEFLAG_6 = /O2
184!endif
185!if "$(USE_THREADS)" == "0"
186__THREADSFLAG_9 = L
187!endif
188!if "$(USE_THREADS)" == "1"
189__THREADSFLAG_9 = T
190!endif
191!if "$(RUNTIME_LIBS)" == "dynamic"
192__RUNTIME_LIBS_10 = D
193!endif
194!if "$(RUNTIME_LIBS)" == "static"
195__RUNTIME_LIBS_10 = $(__THREADSFLAG_9)
196!endif
197!if "$(USE_RTTI)" == "0"
198__RTTIFLAG_11 = 
199!endif
200!if "$(USE_RTTI)" == "1"
201__RTTIFLAG_11 = /GR
202!endif
203!if "$(USE_EXCEPTIONS)" == "0"
204__EXCEPTIONSFLAG_12 = 
205!endif
206!if "$(USE_EXCEPTIONS)" == "1"
207__EXCEPTIONSFLAG_12 = /EHsc
208!endif
209!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
210__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
211!endif
212!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
213__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
214!endif
215!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
216__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
217!endif
218!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
219__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
220!endif
221!if "$(WXUNIV)" == "1"
222__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
223!endif
224!if "$(WXUNIV)" == "1"
225__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
226!endif
227!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
228__DEBUG_DEFINE_p = /D__WXDEBUG__
229!endif
230!if "$(DEBUG_FLAG)" == "1"
231__DEBUG_DEFINE_p = /D__WXDEBUG__
232!endif
233!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
234__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
235!endif
236!if "$(DEBUG_FLAG)" == "1"
237__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
238!endif
239!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
240__NDEBUG_DEFINE_p = /DNDEBUG
241!endif
242!if "$(DEBUG_RUNTIME_LIBS)" == "0"
243__NDEBUG_DEFINE_p = /DNDEBUG
244!endif
245!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
246__NDEBUG_DEFINE_p_1 = /d NDEBUG
247!endif
248!if "$(DEBUG_RUNTIME_LIBS)" == "0"
249__NDEBUG_DEFINE_p_1 = /d NDEBUG
250!endif
251!if "$(USE_EXCEPTIONS)" == "0"
252__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
253!endif
254!if "$(USE_EXCEPTIONS)" == "0"
255__EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
256!endif
257!if "$(USE_RTTI)" == "0"
258__RTTI_DEFINE_p = /DwxNO_RTTI
259!endif
260!if "$(USE_RTTI)" == "0"
261__RTTI_DEFINE_p_1 = /d wxNO_RTTI
262!endif
263!if "$(USE_THREADS)" == "0"
264__THREAD_DEFINE_p = /DwxNO_THREADS
265!endif
266!if "$(USE_THREADS)" == "0"
267__THREAD_DEFINE_p_1 = /d wxNO_THREADS
268!endif
269!if "$(UNICODE)" == "1"
270__UNICODE_DEFINE_p = /D_UNICODE
271!endif
272!if "$(UNICODE)" == "1"
273__UNICODE_DEFINE_p_1 = /d _UNICODE
274!endif
275!if "$(MSLU)" == "1"
276__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
277!endif
278!if "$(MSLU)" == "1"
279__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
280!endif
281!if "$(USE_GDIPLUS)" == "1"
282__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
283!endif
284!if "$(USE_GDIPLUS)" == "1"
285__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
286!endif
287!if "$(USE_CAIRO)" == "1"
288____CAIRO_INCLUDEDIR_FILENAMES_p = /I$(CAIRO_ROOT)\include\cairo
289!endif
290!if "$(USE_CAIRO)" == "1"
291____CAIRO_INCLUDEDIR_FILENAMES_1_p = /i $(CAIRO_ROOT)\include\cairo
292!endif
293!if "$(SHARED)" == "1"
294__DLLFLAG_p = /DWXUSINGDLL
295!endif
296!if "$(SHARED)" == "1"
297__DLLFLAG_p_1 = /d WXUSINGDLL
298!endif
299!if "$(MONOLITHIC)" == "0"
300__WXLIB_ADV_p = \
301	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
302!endif
303!if "$(MONOLITHIC)" == "0"
304__WXLIB_HTML_p = \
305	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
306!endif
307!if "$(MONOLITHIC)" == "0"
308__WXLIB_XML_p = \
309	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
310!endif
311!if "$(MONOLITHIC)" == "0"
312__WXLIB_CORE_p = \
313	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
314!endif
315!if "$(MONOLITHIC)" == "0"
316__WXLIB_BASE_p = \
317	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
318!endif
319!if "$(MONOLITHIC)" == "1"
320__WXLIB_MONO_p = \
321	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
322!endif
323!if "$(USE_GUI)" == "1"
324__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
325!endif
326!if "$(USE_GUI)" == "1"
327__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
328!endif
329!if "$(USE_GUI)" == "1"
330__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
331!endif
332!if "$(MSLU)" == "1"
333__UNICOWS_LIB_p = unicows.lib
334!endif
335!if "$(USE_GDIPLUS)" == "1"
336__GDIPLUS_LIB_p = gdiplus.lib
337!endif
338!if "$(USE_CAIRO)" == "1"
339__CAIRO_LIB_p = cairo.lib
340!endif
341!if "$(USE_CAIRO)" == "1"
342____CAIRO_LIBDIR_FILENAMES_p = /LIBPATH:$(CAIRO_ROOT)\lib
343!endif
344
345
346all: $(OBJS)
347$(OBJS):
348	-if not exist $(OBJS) mkdir $(OBJS)
349
350### Targets: ###
351
352all: $(OBJS)\extended.exe
353
354clean: 
355	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
356	-if exist $(OBJS)\*.res del $(OBJS)\*.res
357	-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
358	-if exist $(OBJS)\extended.exe del $(OBJS)\extended.exe
359	-if exist $(OBJS)\extended.ilk del $(OBJS)\extended.ilk
360	-if exist $(OBJS)\extended.pdb del $(OBJS)\extended.pdb
361
362$(OBJS)\extended.exe: $(EXTENDED_OBJECTS) $(OBJS)\extended_extended.res
363	link /NOLOGO /OUT:$@  $(__DEBUGINFO_1) /pdb:"$(OBJS)\extended.pdb" $(__DEBUGINFO_2)  $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @<<
364	$(EXTENDED_OBJECTS) $(EXTENDED_RESOURCES)  wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_foldbar.lib  $(__WXLIB_ADV_p)  $(__WXLIB_HTML_p)  $(__WXLIB_XML_p)  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p)  wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib
365<<
366
367$(OBJS)\extended_extended.obj: .\extended.cpp
368	$(CXX) /c /nologo /TP /Fo$@ $(EXTENDED_CXXFLAGS) .\extended.cpp
369
370$(OBJS)\extended_extended.res: .\extended.rc
371	rc /fo$@  /d WIN32 $(____DEBUGRUNTIME_3_p_1) $(__NO_VC_CRTDBG_p_1)  /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_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) /i $(SETUPHDIR) /i .\..\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\..\samples /d NOPCH /i .\..\..\..\include .\extended.rc
372
373