Regenerated makefiles
[wxWidgets.git] / demos / life / makefile.bcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.6 (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 WX_RELEASE_NODOT = 25
25 OBJS = \
26         bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 LIBDIRNAME = .\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28 SETUPHDIR = \
29         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30 LIFE_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31         $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
33         -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
34 LIFE_OBJECTS =  \
35         $(OBJS)\life_life.obj \
36         $(OBJS)\life_dialogs.obj \
37         $(OBJS)\life_game.obj \
38         $(OBJS)\life_reader.obj
39
40 ### Conditionally set variables: ###
41
42 !if "$(USE_GUI)" == "0"
43 PORTNAME = base
44 !endif
45 !if "$(USE_GUI)" == "1"
46 PORTNAME = msw
47 !endif
48 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49 WXDEBUGFLAG = d
50 !endif
51 !if "$(DEBUG_FLAG)" == "1"
52 WXDEBUGFLAG = d
53 !endif
54 !if "$(UNICODE)" == "1"
55 WXUNICODEFLAG = u
56 !endif
57 !if "$(WXUNIV)" == "1"
58 WXUNIVNAME = univ
59 !endif
60 !if "$(SHARED)" == "1"
61 WXDLLFLAG = dll
62 !endif
63 !if "$(SHARED)" == "0"
64 LIBTYPE_SUFFIX = lib
65 !endif
66 !if "$(SHARED)" == "1"
67 LIBTYPE_SUFFIX = dll
68 !endif
69 !if "$(MONOLITHIC)" == "0"
70 EXTRALIBS_FOR_BASE = 
71 !endif
72 !if "$(MONOLITHIC)" == "1"
73 EXTRALIBS_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 "$(RUNTIME_LIBS)" == "dynamic"
82 __RUNTIME_LIBS_6 = -tWR
83 !endif
84 !if "$(RUNTIME_LIBS)" == "static"
85 __RUNTIME_LIBS_6 = 
86 !endif
87 !if "$(RUNTIME_LIBS)" == "dynamic"
88 __RUNTIME_LIBS_7 = i
89 !endif
90 !if "$(RUNTIME_LIBS)" == "static"
91 __RUNTIME_LIBS_7 = 
92 !endif
93 !if "$(WXUNIV)" == "1"
94 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
95 !endif
96 !if "$(WXUNIV)" == "1"
97 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
98 !endif
99 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
100 __DEBUG_DEFINE_p = -D__WXDEBUG__
101 !endif
102 !if "$(DEBUG_FLAG)" == "1"
103 __DEBUG_DEFINE_p = -D__WXDEBUG__
104 !endif
105 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
106 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
107 !endif
108 !if "$(DEBUG_FLAG)" == "1"
109 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
110 !endif
111 !if "$(UNICODE)" == "1"
112 __UNICODE_DEFINE_p = -D_UNICODE
113 !endif
114 !if "$(UNICODE)" == "1"
115 __UNICODE_DEFINE_p_1 = -d_UNICODE
116 !endif
117 !if "$(SHARED)" == "1"
118 __DLLFLAG_p = -DWXUSINGDLL
119 !endif
120 !if "$(SHARED)" == "1"
121 __DLLFLAG_p_1 = -dWXUSINGDLL
122 !endif
123 !if "$(MONOLITHIC)" == "0"
124 __WXLIB_CORE_p = \
125         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
126 !endif
127 !if "$(MONOLITHIC)" == "0"
128 __WXLIB_BASE_p = \
129         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
130 !endif
131 !if "$(MONOLITHIC)" == "1"
132 __WXLIB_MONO_p = \
133         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
134 !endif
135 !if "$(USE_GUI)" == "1"
136 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
137 !endif
138 !if "$(USE_GUI)" == "1"
139 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
140 !endif
141 !if "$(USE_GUI)" == "1"
142 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
143 !endif
144 !if "$(MSLU)" == "1"
145 __UNICOWS_LIB_p = unicows.lib
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
158 !endif
159
160
161 all: $(OBJS)
162 $(OBJS):
163         -if not exist $(OBJS) mkdir $(OBJS)
164
165 ### Targets: ###
166
167 all: $(OBJS)\life.exe data
168
169 clean: 
170         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
171         -if exist $(OBJS)\*.res del $(OBJS)\*.res
172         -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
173         -if exist $(OBJS)\life.exe del $(OBJS)\life.exe
174         -if exist $(OBJS)\life.tds del $(OBJS)\life.tds
175         -if exist $(OBJS)\life.ilc del $(OBJS)\life.ilc
176         -if exist $(OBJS)\life.ild del $(OBJS)\life.ild
177         -if exist $(OBJS)\life.ilf del $(OBJS)\life.ilf
178         -if exist $(OBJS)\life.ils del $(OBJS)\life.ils
179
180 $(OBJS)\life.exe: $(LIFE_OBJECTS)  $(OBJS)\life_life.res
181         ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa @&&|
182         c0w32.obj $(LIFE_OBJECTS),$@,, $(__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)\life_life.res
183 |
184
185 data: 
186         if not exist $(OBJS) mkdir $(OBJS)
187         for %f in (breeder.lif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
188
189 $(OBJS)\life_life.obj: .\life.cpp
190         $(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) $**
191
192 $(OBJS)\life_dialogs.obj: .\dialogs.cpp
193         $(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) $**
194
195 $(OBJS)\life_game.obj: .\game.cpp
196         $(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) $**
197
198 $(OBJS)\life_reader.obj: .\reader.cpp
199         $(CXX) -q -c -P -o$@ $(LIFE_CXXFLAGS) $**
200
201 $(OBJS)\life_life.res: .\life.rc
202         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 $**
203