• 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/gizmos/dynsash/
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.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
24WX_RELEASE_NODOT = 28
25OBJS = \
26	bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30DYNSASH_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31	$(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32	$(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
33	$(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
34	$(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) \
35	-I.\..\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. \
36	$(__DLLFLAG_p) -I.\..\..\..\..\samples -DNOPCH -I.\..\..\..\include \
37	$(CPPFLAGS) $(CXXFLAGS)
38DYNSASH_OBJECTS =  \
39	$(OBJS)\dynsash_dynsash.obj
40
41### Conditionally set variables: ###
42
43!if "$(USE_GUI)" == "0"
44PORTNAME = base
45!endif
46!if "$(USE_GUI)" == "1"
47PORTNAME = msw
48!endif
49!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
50WXDEBUGFLAG = d
51!endif
52!if "$(DEBUG_FLAG)" == "1"
53WXDEBUGFLAG = d
54!endif
55!if "$(UNICODE)" == "1"
56WXUNICODEFLAG = u
57!endif
58!if "$(WXUNIV)" == "1"
59WXUNIVNAME = univ
60!endif
61!if "$(SHARED)" == "1"
62WXDLLFLAG = dll
63!endif
64!if "$(SHARED)" == "0"
65LIBTYPE_SUFFIX = lib
66!endif
67!if "$(SHARED)" == "1"
68LIBTYPE_SUFFIX = dll
69!endif
70!if "$(MONOLITHIC)" == "0"
71EXTRALIBS_FOR_BASE = 
72!endif
73!if "$(MONOLITHIC)" == "1"
74EXTRALIBS_FOR_BASE =  
75!endif
76!if "$(BUILD)" == "debug"
77__OPTIMIZEFLAG_2 = -Od
78!endif
79!if "$(BUILD)" == "release"
80__OPTIMIZEFLAG_2 = -O2
81!endif
82!if "$(USE_THREADS)" == "0"
83__THREADSFLAG_5 = 
84!endif
85!if "$(USE_THREADS)" == "1"
86__THREADSFLAG_5 = mt
87!endif
88!if "$(USE_THREADS)" == "0"
89__THREADSFLAG_6 = 
90!endif
91!if "$(USE_THREADS)" == "1"
92__THREADSFLAG_6 = -tWM
93!endif
94!if "$(RUNTIME_LIBS)" == "dynamic"
95__RUNTIME_LIBS_7 = -tWR
96!endif
97!if "$(RUNTIME_LIBS)" == "static"
98__RUNTIME_LIBS_7 = 
99!endif
100!if "$(RUNTIME_LIBS)" == "dynamic"
101__RUNTIME_LIBS_8 = i
102!endif
103!if "$(RUNTIME_LIBS)" == "static"
104__RUNTIME_LIBS_8 = 
105!endif
106!if "$(WXUNIV)" == "1"
107__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108!endif
109!if "$(WXUNIV)" == "1"
110__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
111!endif
112!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
113__DEBUG_DEFINE_p = -D__WXDEBUG__
114!endif
115!if "$(DEBUG_FLAG)" == "1"
116__DEBUG_DEFINE_p = -D__WXDEBUG__
117!endif
118!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
119__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
120!endif
121!if "$(DEBUG_FLAG)" == "1"
122__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
123!endif
124!if "$(BUILD)" == "release"
125__NDEBUG_DEFINE_p = -DNDEBUG
126!endif
127!if "$(BUILD)" == "release"
128__NDEBUG_DEFINE_p_1 = -dNDEBUG
129!endif
130!if "$(USE_EXCEPTIONS)" == "0"
131__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
132!endif
133!if "$(USE_EXCEPTIONS)" == "0"
134__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
135!endif
136!if "$(USE_RTTI)" == "0"
137__RTTI_DEFINE_p = -DwxNO_RTTI
138!endif
139!if "$(USE_RTTI)" == "0"
140__RTTI_DEFINE_p_1 = -dwxNO_RTTI
141!endif
142!if "$(USE_THREADS)" == "0"
143__THREAD_DEFINE_p = -DwxNO_THREADS
144!endif
145!if "$(USE_THREADS)" == "0"
146__THREAD_DEFINE_p_1 = -dwxNO_THREADS
147!endif
148!if "$(UNICODE)" == "1"
149__UNICODE_DEFINE_p = -D_UNICODE
150!endif
151!if "$(UNICODE)" == "1"
152__UNICODE_DEFINE_p_1 = -d_UNICODE
153!endif
154!if "$(MSLU)" == "1"
155__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
156!endif
157!if "$(MSLU)" == "1"
158__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
159!endif
160!if "$(USE_GDIPLUS)" == "1"
161__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
162!endif
163!if "$(USE_GDIPLUS)" == "1"
164__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
165!endif
166!if "$(USE_CAIRO)" == "1"
167____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
168!endif
169!if "$(USE_CAIRO)" == "1"
170____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
171!endif
172!if "$(SHARED)" == "1"
173__DLLFLAG_p = -DWXUSINGDLL
174!endif
175!if "$(SHARED)" == "1"
176__DLLFLAG_p_1 = -dWXUSINGDLL
177!endif
178!if "$(MONOLITHIC)" == "0"
179__WXLIB_HTML_p = \
180	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
181!endif
182!if "$(MONOLITHIC)" == "0"
183__WXLIB_CORE_p = \
184	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
185!endif
186!if "$(MONOLITHIC)" == "0"
187__WXLIB_BASE_p = \
188	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
189!endif
190!if "$(MONOLITHIC)" == "1"
191__WXLIB_MONO_p = \
192	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
193!endif
194!if "$(USE_GUI)" == "1"
195__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
196!endif
197!if "$(USE_GUI)" == "1"
198__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
199!endif
200!if "$(USE_GUI)" == "1"
201__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
202!endif
203!if "$(MSLU)" == "1"
204__UNICOWS_LIB_p = unicows.lib
205!endif
206!if "$(USE_GDIPLUS)" == "1"
207__GDIPLUS_LIB_p = gdiplus.lib
208!endif
209!if "$(USE_CAIRO)" == "1"
210__CAIRO_LIB_p = cairo.lib
211!endif
212!if "$(USE_CAIRO)" == "1"
213____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
214!endif
215!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
216__DEBUGINFO = -v
217!endif
218!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
219__DEBUGINFO = -v-
220!endif
221!if "$(DEBUG_INFO)" == "0"
222__DEBUGINFO = -v-
223!endif
224!if "$(DEBUG_INFO)" == "1"
225__DEBUGINFO = -v
226!endif
227
228
229all: $(OBJS)
230$(OBJS):
231	-if not exist $(OBJS) mkdir $(OBJS)
232
233### Targets: ###
234
235all: $(OBJS)\dynsash.exe
236
237clean: 
238	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
239	-if exist $(OBJS)\*.res del $(OBJS)\*.res
240	-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
241	-if exist $(OBJS)\dynsash.exe del $(OBJS)\dynsash.exe
242	-if exist $(OBJS)\dynsash.tds del $(OBJS)\dynsash.tds
243	-if exist $(OBJS)\dynsash.ilc del $(OBJS)\dynsash.ilc
244	-if exist $(OBJS)\dynsash.ild del $(OBJS)\dynsash.ild
245	-if exist $(OBJS)\dynsash.ilf del $(OBJS)\dynsash.ilf
246	-if exist $(OBJS)\dynsash.ils del $(OBJS)\dynsash.ils
247
248$(OBJS)\dynsash.exe: $(DYNSASH_OBJECTS)  $(OBJS)\dynsash_sample.res
249	ilink32 -Tpe -q  -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
250	c0w32.obj $(DYNSASH_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gizmos.lib  $(__WXLIB_HTML_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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\dynsash_sample.res
251|
252
253$(OBJS)\dynsash_sample.res: .\..\..\..\..\samples\sample.rc
254	brcc32 -32 -r -fo$@ -i$(BCCDIR)\include    -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) -i.\..\..\..\..\samples -dNOPCH -i.\..\..\..\include .\..\..\..\..\samples\sample.rc
255
256$(OBJS)\dynsash_dynsash.obj: .\dynsash.cpp
257	$(CXX) -q -c -P -o$@ $(DYNSASH_CXXFLAGS) .\dynsash.cpp
258
259