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