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