]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/isosurf/makefile.bcc
added setup.h file containing the settings common to all ports and a script to update...
[wxWidgets.git] / samples / opengl / isosurf / 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
b17c1746
DE
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27SETUPHDIR = \
28 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
29ISOSURF_CXXFLAGS = $(__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 32 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
9bfe7ad9 33 $(CXXFLAGS)
e93c6860
VS
34ISOSURF_OBJECTS = \
35 $(OBJS)\isosurf_isosurf.obj
e93c6860
VS
36
37### Conditionally set variables: ###
38
39!if "$(USE_GUI)" == "0"
40PORTNAME = base
41!endif
42!if "$(USE_GUI)" == "1"
43PORTNAME = msw
44!endif
45!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
46WXDEBUGFLAG = d
47!endif
48!if "$(DEBUG_FLAG)" == "1"
49WXDEBUGFLAG = d
50!endif
e93c6860
VS
51!if "$(UNICODE)" == "1"
52WXUNICODEFLAG = u
53!endif
54!if "$(WXUNIV)" == "1"
55WXUNIVNAME = univ
56!endif
e93c6860 57!if "$(SHARED)" == "1"
b17c1746 58WXDLLFLAG = dll
e93c6860 59!endif
dd65d8c8
RN
60!if "$(MONOLITHIC)" == "0"
61EXTRALIBS_FOR_BASE =
62!endif
63!if "$(MONOLITHIC)" == "1"
64EXTRALIBS_FOR_BASE =
65!endif
66!if "$(USE_OPENGL)" == "1"
67__isosurf___depname = $(OBJS)\isosurf.exe
68!endif
e93c6860
VS
69!if "$(BUILD)" == "debug"
70__OPTIMIZEFLAG_2 = -Od
71!endif
72!if "$(BUILD)" == "release"
73__OPTIMIZEFLAG_2 = -O2
74!endif
75!if "$(RUNTIME_LIBS)" == "dynamic"
76__RUNTIME_LIBS_6 = -tWR
77!endif
78!if "$(RUNTIME_LIBS)" == "static"
79__RUNTIME_LIBS_6 =
80!endif
81!if "$(RUNTIME_LIBS)" == "dynamic"
82__RUNTIME_LIBS_7 = i
83!endif
84!if "$(RUNTIME_LIBS)" == "static"
85__RUNTIME_LIBS_7 =
86!endif
b17c1746
DE
87!if "$(WXUNIV)" == "1"
88__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
89!endif
90!if "$(WXUNIV)" == "1"
91__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
94__DEBUG_DEFINE_p = -D__WXDEBUG__
95!endif
96!if "$(DEBUG_FLAG)" == "1"
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98!endif
99!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
100__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
101!endif
102!if "$(DEBUG_FLAG)" == "1"
103__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
104!endif
e93c6860 105!if "$(UNICODE)" == "1"
e09c7b2d 106__UNICODE_DEFINE_p = -D_UNICODE
e93c6860
VS
107!endif
108!if "$(UNICODE)" == "1"
e09c7b2d 109__UNICODE_DEFINE_p_1 = -d_UNICODE
e93c6860 110!endif
b17c1746
DE
111!if "$(SHARED)" == "1"
112__DLLFLAG_p = -DWXUSINGDLL
4e209a20 113!endif
b17c1746
DE
114!if "$(SHARED)" == "1"
115__DLLFLAG_p_1 = -dWXUSINGDLL
e93c6860
VS
116!endif
117!if "$(MONOLITHIC)" == "0"
118__WXLIB_CORE_p = \
c33fae85 119 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
e93c6860 120!endif
b17c1746 121!if "$(MONOLITHIC)" == "0"
c33fae85
RN
122__WXLIB_BASE_p = \
123 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 124!endif
e93c6860
VS
125!if "$(MONOLITHIC)" == "1"
126__WXLIB_MONO_p = \
c33fae85 127 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
e93c6860 128!endif
b17c1746 129!if "$(USE_GUI)" == "1"
9c2d002b 130__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
e93c6860 131!endif
b17c1746 132!if "$(USE_GUI)" == "1"
9c2d002b 133__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
134!endif
135!if "$(USE_GUI)" == "1"
9c2d002b 136__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
137!endif
138!if "$(MSLU)" == "1"
139__UNICOWS_LIB_p = unicows.lib
140!endif
141!if "$(SHARED)" == "0"
142LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
143!endif
144!if "$(SHARED)" == "1"
145LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
146!endif
147!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
148__DEBUGINFO = -v
149!endif
150!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
151__DEBUGINFO = -v-
152!endif
153!if "$(DEBUG_INFO)" == "0"
154__DEBUGINFO = -v-
155!endif
156!if "$(DEBUG_INFO)" == "1"
157__DEBUGINFO = -v
e93c6860
VS
158!endif
159
160
161all: $(OBJS)
162$(OBJS):
163 -if not exist $(OBJS) mkdir $(OBJS)
164
165### Targets: ###
166
dd65d8c8 167all: $(__isosurf___depname) data
e93c6860 168
e93c6860
VS
169clean:
170 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
171 -if exist $(OBJS)\*.res del $(OBJS)\*.res
172 -if exist $(OBJS)\isosurf.exe del $(OBJS)\isosurf.exe
e09c7b2d
VS
173 -if exist $(OBJS)\isosurf.tds del $(OBJS)\isosurf.tds
174 -if exist $(OBJS)\isosurf.ilc del $(OBJS)\isosurf.ilc
175 -if exist $(OBJS)\isosurf.ild del $(OBJS)\isosurf.ild
176 -if exist $(OBJS)\isosurf.ilf del $(OBJS)\isosurf.ilf
177 -if exist $(OBJS)\isosurf.ils del $(OBJS)\isosurf.ils
8b089c5e 178
dd65d8c8 179!if "$(USE_OPENGL)" == "1"
e09c7b2d 180$(OBJS)\isosurf.exe: $(ISOSURF_OBJECTS) $(OBJS)\isosurf_sample.res
9bfe7ad9 181 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
dd65d8c8 182 c0w32.obj $(ISOSURF_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 $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\isosurf_sample.res
e93c6860 183|
dd65d8c8 184!endif
b17c1746
DE
185
186data:
187 if not exist $(OBJS) mkdir $(OBJS)
188 for %f in (isosurf.dat.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
189
190$(OBJS)\isosurf_sample.res: .\..\..\..\samples\sample.rc
191 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 $**
192
193$(OBJS)\isosurf_isosurf.obj: .\isosurf.cpp
194 $(CXX) -q -c -P -o$@ $(ISOSURF_CXXFLAGS) $**