• 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/ogl/ogledit/
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)
30OGLEDIT_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)
38OGLEDIT_OBJECTS =  \
39	$(OBJS)\ogledit_ogledit.obj \
40	$(OBJS)\ogledit_doc.obj \
41	$(OBJS)\ogledit_view.obj \
42	$(OBJS)\ogledit_palette.obj
43
44### Conditionally set variables: ###
45
46!if "$(USE_GUI)" == "0"
47PORTNAME = base
48!endif
49!if "$(USE_GUI)" == "1"
50PORTNAME = msw
51!endif
52!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
53WXDEBUGFLAG = d
54!endif
55!if "$(DEBUG_FLAG)" == "1"
56WXDEBUGFLAG = d
57!endif
58!if "$(UNICODE)" == "1"
59WXUNICODEFLAG = u
60!endif
61!if "$(WXUNIV)" == "1"
62WXUNIVNAME = univ
63!endif
64!if "$(SHARED)" == "1"
65WXDLLFLAG = dll
66!endif
67!if "$(SHARED)" == "0"
68LIBTYPE_SUFFIX = lib
69!endif
70!if "$(SHARED)" == "1"
71LIBTYPE_SUFFIX = dll
72!endif
73!if "$(MONOLITHIC)" == "0"
74EXTRALIBS_FOR_BASE = 
75!endif
76!if "$(MONOLITHIC)" == "1"
77EXTRALIBS_FOR_BASE =  
78!endif
79!if "$(BUILD)" == "debug"
80__OPTIMIZEFLAG_2 = -Od
81!endif
82!if "$(BUILD)" == "release"
83__OPTIMIZEFLAG_2 = -O2
84!endif
85!if "$(USE_THREADS)" == "0"
86__THREADSFLAG_5 = 
87!endif
88!if "$(USE_THREADS)" == "1"
89__THREADSFLAG_5 = mt
90!endif
91!if "$(USE_THREADS)" == "0"
92__THREADSFLAG_6 = 
93!endif
94!if "$(USE_THREADS)" == "1"
95__THREADSFLAG_6 = -tWM
96!endif
97!if "$(RUNTIME_LIBS)" == "dynamic"
98__RUNTIME_LIBS_7 = -tWR
99!endif
100!if "$(RUNTIME_LIBS)" == "static"
101__RUNTIME_LIBS_7 = 
102!endif
103!if "$(RUNTIME_LIBS)" == "dynamic"
104__RUNTIME_LIBS_8 = i
105!endif
106!if "$(RUNTIME_LIBS)" == "static"
107__RUNTIME_LIBS_8 = 
108!endif
109!if "$(WXUNIV)" == "1"
110__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
111!endif
112!if "$(WXUNIV)" == "1"
113__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
114!endif
115!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
116__DEBUG_DEFINE_p = -D__WXDEBUG__
117!endif
118!if "$(DEBUG_FLAG)" == "1"
119__DEBUG_DEFINE_p = -D__WXDEBUG__
120!endif
121!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
122__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
123!endif
124!if "$(DEBUG_FLAG)" == "1"
125__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
126!endif
127!if "$(BUILD)" == "release"
128__NDEBUG_DEFINE_p = -DNDEBUG
129!endif
130!if "$(BUILD)" == "release"
131__NDEBUG_DEFINE_p_1 = -dNDEBUG
132!endif
133!if "$(USE_EXCEPTIONS)" == "0"
134__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
135!endif
136!if "$(USE_EXCEPTIONS)" == "0"
137__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
138!endif
139!if "$(USE_RTTI)" == "0"
140__RTTI_DEFINE_p = -DwxNO_RTTI
141!endif
142!if "$(USE_RTTI)" == "0"
143__RTTI_DEFINE_p_1 = -dwxNO_RTTI
144!endif
145!if "$(USE_THREADS)" == "0"
146__THREAD_DEFINE_p = -DwxNO_THREADS
147!endif
148!if "$(USE_THREADS)" == "0"
149__THREAD_DEFINE_p_1 = -dwxNO_THREADS
150!endif
151!if "$(UNICODE)" == "1"
152__UNICODE_DEFINE_p = -D_UNICODE
153!endif
154!if "$(UNICODE)" == "1"
155__UNICODE_DEFINE_p_1 = -d_UNICODE
156!endif
157!if "$(MSLU)" == "1"
158__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
159!endif
160!if "$(MSLU)" == "1"
161__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
162!endif
163!if "$(USE_GDIPLUS)" == "1"
164__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
165!endif
166!if "$(USE_GDIPLUS)" == "1"
167__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
168!endif
169!if "$(USE_CAIRO)" == "1"
170____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
171!endif
172!if "$(USE_CAIRO)" == "1"
173____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
174!endif
175!if "$(SHARED)" == "1"
176__DLLFLAG_p = -DWXUSINGDLL
177!endif
178!if "$(SHARED)" == "1"
179__DLLFLAG_p_1 = -dWXUSINGDLL
180!endif
181!if "$(MONOLITHIC)" == "0"
182__WXLIB_CORE_p = \
183	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
184!endif
185!if "$(MONOLITHIC)" == "0"
186__WXLIB_BASE_p = \
187	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
188!endif
189!if "$(MONOLITHIC)" == "1"
190__WXLIB_MONO_p = \
191	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
192!endif
193!if "$(USE_GUI)" == "1"
194__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
195!endif
196!if "$(USE_GUI)" == "1"
197__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
198!endif
199!if "$(USE_GUI)" == "1"
200__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
201!endif
202!if "$(MSLU)" == "1"
203__UNICOWS_LIB_p = unicows.lib
204!endif
205!if "$(USE_GDIPLUS)" == "1"
206__GDIPLUS_LIB_p = gdiplus.lib
207!endif
208!if "$(USE_CAIRO)" == "1"
209__CAIRO_LIB_p = cairo.lib
210!endif
211!if "$(USE_CAIRO)" == "1"
212____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
213!endif
214!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
215__DEBUGINFO = -v
216!endif
217!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
218__DEBUGINFO = -v-
219!endif
220!if "$(DEBUG_INFO)" == "0"
221__DEBUGINFO = -v-
222!endif
223!if "$(DEBUG_INFO)" == "1"
224__DEBUGINFO = -v
225!endif
226
227
228all: $(OBJS)
229$(OBJS):
230	-if not exist $(OBJS) mkdir $(OBJS)
231
232### Targets: ###
233
234all: $(OBJS)\ogledit.exe
235
236clean: 
237	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
238	-if exist $(OBJS)\*.res del $(OBJS)\*.res
239	-if exist $(OBJS)\*.csm del $(OBJS)\*.csm
240	-if exist $(OBJS)\ogledit.exe del $(OBJS)\ogledit.exe
241	-if exist $(OBJS)\ogledit.tds del $(OBJS)\ogledit.tds
242	-if exist $(OBJS)\ogledit.ilc del $(OBJS)\ogledit.ilc
243	-if exist $(OBJS)\ogledit.ild del $(OBJS)\ogledit.ild
244	-if exist $(OBJS)\ogledit.ilf del $(OBJS)\ogledit.ilf
245	-if exist $(OBJS)\ogledit.ils del $(OBJS)\ogledit.ils
246
247$(OBJS)\ogledit.exe: $(OGLEDIT_OBJECTS)  $(OBJS)\ogledit_ogledit.res
248	ilink32 -Tpe -q  -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
249	c0w32.obj $(OGLEDIT_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib  wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_deprecated.lib  $(__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)\ogledit_ogledit.res
250|
251
252$(OBJS)\ogledit_ogledit.obj: .\ogledit.cpp
253	$(CXX) -q -c -P -o$@ $(OGLEDIT_CXXFLAGS) .\ogledit.cpp
254
255$(OBJS)\ogledit_doc.obj: .\doc.cpp
256	$(CXX) -q -c -P -o$@ $(OGLEDIT_CXXFLAGS) .\doc.cpp
257
258$(OBJS)\ogledit_view.obj: .\view.cpp
259	$(CXX) -q -c -P -o$@ $(OGLEDIT_CXXFLAGS) .\view.cpp
260
261$(OBJS)\ogledit_palette.obj: .\palette.cpp
262	$(CXX) -q -c -P -o$@ $(OGLEDIT_CXXFLAGS) .\palette.cpp
263
264$(OBJS)\ogledit_ogledit.res: .\ogledit.rc
265	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 .\ogledit.rc
266
267