]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/ogl/studio/makefile.bcc
regenerated makefiles
[wxWidgets.git] / contrib / samples / ogl / studio / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (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
13 BCCDIR = $(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
24 OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26 SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
28 STUDIO_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include \
31 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\..\samples \
32 -I.\..\..\..\include $(CPPFLAGS) $(CXXFLAGS)
33 STUDIO_OBJECTS = \
34 $(OBJS)\studio_studio.obj \
35 $(OBJS)\studio_doc.obj \
36 $(OBJS)\studio_shapes.obj \
37 $(OBJS)\studio_symbols.obj \
38 $(OBJS)\studio_view.obj \
39 $(OBJS)\studio_cspalette.obj \
40 $(OBJS)\studio_mainfrm.obj \
41 $(OBJS)\studio_project.obj \
42 $(OBJS)\studio_dialogs.obj \
43 $(OBJS)\studio_csprint.obj
44
45 ### Conditionally set variables: ###
46
47 !if "$(SHARED)" == "0"
48 LIBDIRNAME = .\..\..\..\..\lib\bcc_lib$(CFG)
49 !endif
50 !if "$(SHARED)" == "1"
51 LIBDIRNAME = .\..\..\..\..\lib\bcc_dll$(CFG)
52 !endif
53 !if "$(USE_GUI)" == "0"
54 PORTNAME = base
55 !endif
56 !if "$(USE_GUI)" == "1"
57 PORTNAME = msw
58 !endif
59 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
60 WXDEBUGFLAG = d
61 !endif
62 !if "$(DEBUG_FLAG)" == "1"
63 WXDEBUGFLAG = d
64 !endif
65 !if "$(SHARED)" == "1"
66 WXDLLFLAG = dll
67 !endif
68 !if "$(UNICODE)" == "1"
69 WXUNICODEFLAG = u
70 !endif
71 !if "$(WXUNIV)" == "1"
72 WXUNIVNAME = univ
73 !endif
74 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
75 __DEBUGINFO = -v
76 !endif
77 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
78 __DEBUGINFO = -v-
79 !endif
80 !if "$(DEBUG_INFO)" == "0"
81 __DEBUGINFO = -v-
82 !endif
83 !if "$(DEBUG_INFO)" == "1"
84 __DEBUGINFO = -v
85 !endif
86 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87 __DEBUG_DEFINE_p = -D__WXDEBUG__
88 !endif
89 !if "$(DEBUG_FLAG)" == "1"
90 __DEBUG_DEFINE_p = -D__WXDEBUG__
91 !endif
92 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
93 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
94 !endif
95 !if "$(DEBUG_FLAG)" == "1"
96 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
97 !endif
98 !if "$(SHARED)" == "1"
99 __DLLFLAG_p = -DWXUSINGDLL
100 !endif
101 !if "$(SHARED)" == "1"
102 __DLLFLAG_p_1 = -dWXUSINGDLL
103 !endif
104 !if "$(USE_GUI)" == "1"
105 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
106 !endif
107 !if "$(USE_GUI)" == "1"
108 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
109 !endif
110 !if "$(USE_GUI)" == "1"
111 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
112 !endif
113 !if "$(BUILD)" == "debug"
114 __OPTIMIZEFLAG_2 = -Od
115 !endif
116 !if "$(BUILD)" == "release"
117 __OPTIMIZEFLAG_2 = -O2
118 !endif
119 !if "$(RUNTIME_LIBS)" == "dynamic"
120 __RUNTIME_LIBS_6 = -tWR
121 !endif
122 !if "$(RUNTIME_LIBS)" == "static"
123 __RUNTIME_LIBS_6 =
124 !endif
125 !if "$(RUNTIME_LIBS)" == "dynamic"
126 __RUNTIME_LIBS_7 = i
127 !endif
128 !if "$(RUNTIME_LIBS)" == "static"
129 __RUNTIME_LIBS_7 =
130 !endif
131 !if "$(UNICODE)" == "1"
132 __UNICODE_DEFINE_p = -D_UNICODE
133 !endif
134 !if "$(UNICODE)" == "1"
135 __UNICODE_DEFINE_p_1 = -d_UNICODE
136 !endif
137 !if "$(MSLU)" == "1"
138 __UNICOWS_LIB_p = unicows.lib
139 !endif
140 !if "$(MONOLITHIC)" == "0"
141 __WXLIB_ADV_p = \
142 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_adv.lib
143 !endif
144 !if "$(MONOLITHIC)" == "0"
145 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
146 !endif
147 !if "$(MONOLITHIC)" == "0"
148 __WXLIB_CORE_p = \
149 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
150 !endif
151 !if "$(MONOLITHIC)" == "0"
152 __WXLIB_HTML_p = \
153 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
154 !endif
155 !if "$(MONOLITHIC)" == "1"
156 __WXLIB_MONO_p = \
157 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
158 !endif
159 !if "$(WXUNIV)" == "1"
160 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
161 !endif
162 !if "$(WXUNIV)" == "1"
163 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
164 !endif
165
166
167 all: $(OBJS)
168 $(OBJS):
169 -if not exist $(OBJS) mkdir $(OBJS)
170
171 ### Targets: ###
172
173 all: $(OBJS)\studio.exe data
174
175 $(OBJS)\studio_cspalette.obj: .\cspalette.cpp
176 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
177
178 $(OBJS)\studio_csprint.obj: .\csprint.cpp
179 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
180
181 $(OBJS)\studio_dialogs.obj: .\dialogs.cpp
182 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
183
184 $(OBJS)\studio_doc.obj: .\doc.cpp
185 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
186
187 $(OBJS)\studio_mainfrm.obj: .\mainfrm.cpp
188 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
189
190 $(OBJS)\studio_project.obj: .\project.cpp
191 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
192
193 $(OBJS)\studio_shapes.obj: .\shapes.cpp
194 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
195
196 $(OBJS)\studio_studio.obj: .\studio.cpp
197 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
198
199 $(OBJS)\studio_studio.res: .\studio.rc
200 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\..\samples -i.\..\..\..\include $**
201
202 $(OBJS)\studio_symbols.obj: .\symbols.cpp
203 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
204
205 $(OBJS)\studio_view.obj: .\view.cpp
206 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
207
208 clean:
209 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
210 -if exist $(OBJS)\*.res del $(OBJS)\*.res
211 -if exist $(OBJS)\studio.exe del $(OBJS)\studio.exe
212 -if exist $(OBJS)\studio.tds del $(OBJS)\studio.tds
213 -if exist $(OBJS)\studio.ilc del $(OBJS)\studio.ilc
214 -if exist $(OBJS)\studio.ild del $(OBJS)\studio.ild
215 -if exist $(OBJS)\studio.ilf del $(OBJS)\studio.ilf
216 -if exist $(OBJS)\studio.ils del $(OBJS)\studio.ils
217
218 data:
219 if not exist $(OBJS) mkdir $(OBJS)
220 for %f in (studio_resources.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
221
222 $(OBJS)\studio.exe: $(STUDIO_OBJECTS) $(OBJS)\studio_studio.res
223 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
224 c0w32.obj $(STUDIO_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_ogl.lib wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated.lib $(__WXLIB_ADV_p) $(__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$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\studio_studio.res
225 |