]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/mmedia/makefile.bcc
cleanup - reformatting
[wxWidgets.git] / contrib / samples / mmedia / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
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 = 27
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30MMBOARD_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
34 -I.\..\..\..\include -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples \
35 -DNOPCH -I.\..\..\include $(CPPFLAGS) $(CXXFLAGS)
36MMBOARD_OBJECTS = \
37 $(OBJS)\mmboard_mmboard.obj \
38 $(OBJS)\mmboard_mmbman.obj
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
52WXDEBUGFLAG = d
53!endif
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
60!if "$(SHARED)" == "1"
61WXDLLFLAG = dll
62!endif
63!if "$(SHARED)" == "0"
64LIBTYPE_SUFFIX = lib
65!endif
66!if "$(SHARED)" == "1"
67LIBTYPE_SUFFIX = dll
68!endif
69!if "$(MONOLITHIC)" == "0"
70EXTRALIBS_FOR_BASE =
71!endif
72!if "$(MONOLITHIC)" == "1"
73EXTRALIBS_FOR_BASE =
74!endif
75!if "$(BUILD)" == "debug"
76__OPTIMIZEFLAG_2 = -Od
77!endif
78!if "$(BUILD)" == "release"
79__OPTIMIZEFLAG_2 = -O2
80!endif
81!if "$(USE_THREADS)" == "0"
82__THREADSFLAG_5 =
83!endif
84!if "$(USE_THREADS)" == "1"
85__THREADSFLAG_5 = mt
86!endif
87!if "$(USE_THREADS)" == "0"
88__THREADSFLAG_6 =
89!endif
90!if "$(USE_THREADS)" == "1"
91__THREADSFLAG_6 = -tWM
92!endif
93!if "$(RUNTIME_LIBS)" == "dynamic"
94__RUNTIME_LIBS_7 = -tWR
95!endif
96!if "$(RUNTIME_LIBS)" == "static"
97__RUNTIME_LIBS_7 =
98!endif
99!if "$(RUNTIME_LIBS)" == "dynamic"
100__RUNTIME_LIBS_8 = i
101!endif
102!if "$(RUNTIME_LIBS)" == "static"
103__RUNTIME_LIBS_8 =
104!endif
105!if "$(WXUNIV)" == "1"
106__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
107!endif
108!if "$(WXUNIV)" == "1"
109__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
110!endif
111!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
112__DEBUG_DEFINE_p = -D__WXDEBUG__
113!endif
114!if "$(DEBUG_FLAG)" == "1"
115__DEBUG_DEFINE_p = -D__WXDEBUG__
116!endif
117!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
118__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
119!endif
120!if "$(DEBUG_FLAG)" == "1"
121__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122!endif
123!if "$(USE_EXCEPTIONS)" == "0"
124__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
125!endif
126!if "$(USE_EXCEPTIONS)" == "0"
127__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
128!endif
129!if "$(USE_RTTI)" == "0"
130__RTTI_DEFINE_p = -DwxNO_RTTI
131!endif
132!if "$(USE_RTTI)" == "0"
133__RTTI_DEFINE_p_1 = -dwxNO_RTTI
134!endif
135!if "$(USE_THREADS)" == "0"
136__THREAD_DEFINE_p = -DwxNO_THREADS
137!endif
138!if "$(USE_THREADS)" == "0"
139__THREAD_DEFINE_p_1 = -dwxNO_THREADS
140!endif
141!if "$(UNICODE)" == "1"
142__UNICODE_DEFINE_p = -D_UNICODE
143!endif
144!if "$(UNICODE)" == "1"
145__UNICODE_DEFINE_p_1 = -d_UNICODE
146!endif
147!if "$(MSLU)" == "1"
148__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
149!endif
150!if "$(MSLU)" == "1"
151__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
152!endif
153!if "$(SHARED)" == "1"
154__DLLFLAG_p = -DWXUSINGDLL
155!endif
156!if "$(SHARED)" == "1"
157__DLLFLAG_p_1 = -dWXUSINGDLL
158!endif
159!if "$(MONOLITHIC)" == "0"
160__WXLIB_CORE_p = \
161 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
162!endif
163!if "$(MONOLITHIC)" == "0"
164__WXLIB_BASE_p = \
165 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
166!endif
167!if "$(MONOLITHIC)" == "1"
168__WXLIB_MONO_p = \
169 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
170!endif
171!if "$(USE_GUI)" == "1"
172__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
173!endif
174!if "$(USE_GUI)" == "1"
175__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
176!endif
177!if "$(USE_GUI)" == "1"
178__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
179!endif
180!if "$(MSLU)" == "1"
181__UNICOWS_LIB_p = unicows.lib
182!endif
183!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
184__DEBUGINFO = -v
185!endif
186!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
187__DEBUGINFO = -v-
188!endif
189!if "$(DEBUG_INFO)" == "0"
190__DEBUGINFO = -v-
191!endif
192!if "$(DEBUG_INFO)" == "1"
193__DEBUGINFO = -v
194!endif
195
196
197all: $(OBJS)
198$(OBJS):
199 -if not exist $(OBJS) mkdir $(OBJS)
200
201### Targets: ###
202
203all: $(OBJS)\mmboard.exe
204
205clean:
206 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
207 -if exist $(OBJS)\*.res del $(OBJS)\*.res
208 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
209 -if exist $(OBJS)\mmboard.exe del $(OBJS)\mmboard.exe
210 -if exist $(OBJS)\mmboard.tds del $(OBJS)\mmboard.tds
211 -if exist $(OBJS)\mmboard.ilc del $(OBJS)\mmboard.ilc
212 -if exist $(OBJS)\mmboard.ild del $(OBJS)\mmboard.ild
213 -if exist $(OBJS)\mmboard.ilf del $(OBJS)\mmboard.ilf
214 -if exist $(OBJS)\mmboard.ils del $(OBJS)\mmboard.ils
215
216$(OBJS)\mmboard.exe: $(MMBOARD_OBJECTS) $(OBJS)\mmboard_mmboard.res
217 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
218 c0w32.obj $(MMBOARD_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_mmedia.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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\mmboard_mmboard.res
219|
220
221$(OBJS)\mmboard_mmboard.obj: .\mmboard.cpp
222 $(CXX) -q -c -P -o$@ $(MMBOARD_CXXFLAGS) $**
223
224$(OBJS)\mmboard_mmbman.obj: .\mmbman.cpp
225 $(CXX) -q -c -P -o$@ $(MMBOARD_CXXFLAGS) $**
226
227$(OBJS)\mmboard_mmboard.res: .\mmboard.rc
228 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__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) -i.\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH -i.\..\..\include $**
229