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