]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.bcc
give an #error if wxUSE_GLCANVAS == 0 instead of building empty samples
[wxWidgets.git] / samples / opengl / penguin / makefile.bcc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
e93c6860
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
8b089c5e 6
9bfe7ad9
VS
7.autodepend
8
e93c6860 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
e93c6860 13BCCDIR = $(MAKEDIR)\..
8b089c5e
JS
14!endif
15
fd9f42b6 16!include ../../../build/msw/config.bcc
8b089c5e 17
e93c6860
VS
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
8b089c5e 21
e93c6860
VS
22### Variables: ###
23
c33fae85 24WX_RELEASE_NODOT = 25
e93c6860
VS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b17c1746
DE
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
29PENGUIN_CFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
30 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
e93c6860 31 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
c33fae85
RN
32 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
33 $(CFLAGS)
9bfe7ad9
VS
34PENGUIN_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
35 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
e93c6860 36 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
c33fae85 37 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
9bfe7ad9 38 $(CXXFLAGS)
e93c6860
VS
39PENGUIN_OBJECTS = \
40 $(OBJS)\penguin_penguin.obj \
41 $(OBJS)\penguin_lw.obj \
42 $(OBJS)\penguin_trackball.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
e93c6860
VS
58!if "$(UNICODE)" == "1"
59WXUNICODEFLAG = u
60!endif
61!if "$(WXUNIV)" == "1"
62WXUNIVNAME = univ
63!endif
e93c6860 64!if "$(SHARED)" == "1"
b17c1746 65WXDLLFLAG = dll
e93c6860
VS
66!endif
67!if "$(BUILD)" == "debug"
68__OPTIMIZEFLAG_2 = -Od
69!endif
70!if "$(BUILD)" == "release"
71__OPTIMIZEFLAG_2 = -O2
72!endif
73!if "$(RUNTIME_LIBS)" == "dynamic"
74__RUNTIME_LIBS_6 = -tWR
75!endif
76!if "$(RUNTIME_LIBS)" == "static"
77__RUNTIME_LIBS_6 =
78!endif
79!if "$(RUNTIME_LIBS)" == "dynamic"
80__RUNTIME_LIBS_7 = i
81!endif
82!if "$(RUNTIME_LIBS)" == "static"
83__RUNTIME_LIBS_7 =
84!endif
b17c1746
DE
85!if "$(WXUNIV)" == "1"
86__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
87!endif
88!if "$(WXUNIV)" == "1"
89__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
90!endif
91!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
92__DEBUG_DEFINE_p = -D__WXDEBUG__
93!endif
94!if "$(DEBUG_FLAG)" == "1"
95__DEBUG_DEFINE_p = -D__WXDEBUG__
96!endif
97!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
99!endif
100!if "$(DEBUG_FLAG)" == "1"
101__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
102!endif
e93c6860 103!if "$(UNICODE)" == "1"
22cef566 104__UNICODE_DEFINE_p = -D_UNICODE
e93c6860
VS
105!endif
106!if "$(UNICODE)" == "1"
22cef566 107__UNICODE_DEFINE_p_1 = -d_UNICODE
e93c6860 108!endif
b17c1746
DE
109!if "$(SHARED)" == "1"
110__DLLFLAG_p = -DWXUSINGDLL
4e209a20 111!endif
b17c1746
DE
112!if "$(SHARED)" == "1"
113__DLLFLAG_p_1 = -dWXUSINGDLL
e93c6860
VS
114!endif
115!if "$(MONOLITHIC)" == "0"
116__WXLIB_CORE_p = \
c33fae85 117 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 118!endif
b17c1746 119!if "$(MONOLITHIC)" == "0"
c33fae85
RN
120__WXLIB_BASE_p = \
121 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 122!endif
e93c6860
VS
123!if "$(MONOLITHIC)" == "1"
124__WXLIB_MONO_p = \
c33fae85 125 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 126!endif
b17c1746 127!if "$(USE_GUI)" == "1"
9c2d002b 128__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e93c6860 129!endif
b17c1746 130!if "$(USE_GUI)" == "1"
9c2d002b 131__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
132!endif
133!if "$(USE_GUI)" == "1"
9c2d002b 134__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
135!endif
136!if "$(MSLU)" == "1"
137__UNICOWS_LIB_p = unicows.lib
138!endif
139!if "$(SHARED)" == "0"
140LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
141!endif
142!if "$(SHARED)" == "1"
143LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
144!endif
145!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
146__DEBUGINFO = -v
147!endif
148!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
149__DEBUGINFO = -v-
150!endif
151!if "$(DEBUG_INFO)" == "0"
152__DEBUGINFO = -v-
153!endif
154!if "$(DEBUG_INFO)" == "1"
155__DEBUGINFO = -v
e93c6860
VS
156!endif
157
158
159all: $(OBJS)
160$(OBJS):
161 -if not exist $(OBJS) mkdir $(OBJS)
162
163### Targets: ###
164
165all: $(OBJS)\penguin.exe data
166
e93c6860
VS
167clean:
168 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
169 -if exist $(OBJS)\*.res del $(OBJS)\*.res
170 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
22cef566
VS
171 -if exist $(OBJS)\penguin.tds del $(OBJS)\penguin.tds
172 -if exist $(OBJS)\penguin.ilc del $(OBJS)\penguin.ilc
173 -if exist $(OBJS)\penguin.ild del $(OBJS)\penguin.ild
174 -if exist $(OBJS)\penguin.ilf del $(OBJS)\penguin.ilf
175 -if exist $(OBJS)\penguin.ils del $(OBJS)\penguin.ils
e93c6860 176
e93c6860 177$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin.res
9bfe7ad9 178 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
9c2d002b 179 c0w32.obj $(PENGUIN_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl.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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\penguin_penguin.res
e93c6860 180|
b17c1746
DE
181
182data:
183 if not exist $(OBJS) mkdir $(OBJS)
184 for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
185
186$(OBJS)\penguin_penguin.obj: .\penguin.cpp
187 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
188
189$(OBJS)\penguin_lw.obj: .\lw.cpp
190 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
191
192$(OBJS)\penguin_trackball.obj: .\trackball.c
193 $(CC) -q -c -P- -o$@ $(PENGUIN_CFLAGS) $**
194
195$(OBJS)\penguin_penguin.res: .\penguin.rc
c33fae85 196 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 -dNOPCH $**