/ circle3.1 / src / Makefile.bcc55
Makefile.bcc55
  1  # For Borland C++ 5.5
  2  #
  3  # Borland C++ IDE generated makefile
  4  # Generated 12/26/97 at 5:04:53 AM 
  5  #
  6  .AUTODEPEND
  7  
  8  
  9  #
 10  # Borland C++ tools
 11  #
 12  IMPLIB  = Implib
 13  BCC32   = Bcc32
 14  BCC32I  = Bcc32i
 15  TLINK32 = ILink32
 16  TLIB    = TLib
 17  BRC32   = Brc32
 18  TASM32  = Tasm32
 19  #
 20  # IDE macros
 21  #
 22  
 23  
 24  #
 25  # Options
 26  #
 27  IDE_LinkFLAGS32 =  -LC:\BORLAND\BCC55\LIB
 28  LinkerLocalOptsAtC32_circledexe =  -Tpe -ap -c
 29  ResLocalOptsAtC32_circledexe = 
 30  BLocalOptsAtC32_circledexe = 
 31  CompInheritOptsAt_circledexe = -IC:\BORLAND\BCC55\INCLUDE;
 32  LinkerInheritOptsAt_circledexe = -x
 33  LinkerOptsAt_circledexe = $(LinkerLocalOptsAtC32_circledexe)
 34  ResOptsAt_circledexe = $(ResLocalOptsAtC32_circledexe)
 35  BOptsAt_circledexe = $(BLocalOptsAtC32_circledexe)
 36  
 37  #
 38  # Dependency List
 39  #
 40  Dep_circle = \
 41     circle.exe
 42  
 43  circle : BccW32.cfg $(Dep_circle)
 44    echo MakeNode
 45  
 46  Dep_circledexe = \
 47     alias.obj\
 48     act.comm.obj\
 49     act.movement.obj\
 50     act.item.obj\
 51     act.informative.obj\
 52     act.offensive.obj\
 53     act.other.obj\
 54     boards.obj\
 55     ban.obj\
 56     act.wizard.obj\
 57     act.social.obj\
 58     castle.obj\
 59     class.obj\
 60     db.obj\
 61     constants.obj\
 62     config.obj\
 63     comm.obj\
 64     fight.obj\
 65     graph.obj\
 66     limits.obj\
 67     interpreter.obj\
 68     house.obj\
 69     handler.obj\
 70     magic.obj\
 71     mail.obj\
 72     olc.obj\
 73     objsave.obj\
 74     modify.obj\
 75     mobact.obj\
 76     random.obj\
 77     shop.obj\
 78     spells.obj\
 79     spell_parser.obj\
 80     spec_procs.obj\
 81     spec_assign.obj\
 82     utils.obj\
 83     weather.obj
 84  
 85  circle.exe : $(Dep_circledexe)
 86    $(TLINK32) @&&|
 87   /v $(IDE_LinkFLAGS32) $(LinkerOptsAt_circledexe) $(LinkerInheritOptsAt_circledexe) +
 88  C:\BORLAND\BCC55\LIB\c0x32.obj+
 89  alias.obj+
 90  act.comm.obj+
 91  act.movement.obj+
 92  act.item.obj+
 93  act.informative.obj+
 94  act.offensive.obj+
 95  act.other.obj+
 96  boards.obj+
 97  ban.obj+
 98  act.wizard.obj+
 99  act.social.obj+
100  castle.obj+
101  class.obj+
102  db.obj+
103  constants.obj+
104  config.obj+
105  comm.obj+
106  fight.obj+
107  graph.obj+
108  limits.obj+
109  interpreter.obj+
110  house.obj+
111  handler.obj+
112  magic.obj+
113  mail.obj+
114  olc.obj+
115  objsave.obj+
116  modify.obj+
117  mobact.obj+
118  random.obj+
119  shop.obj+
120  spells.obj+
121  spell_parser.obj+
122  spec_procs.obj+
123  spec_assign.obj+
124  utils.obj+
125  weather.obj
126  $<,$*
127  C:\BORLAND\BCC55\LIB\import32.lib+
128  C:\BORLAND\BCC55\LIB\cw32i.lib
129  
130  |
131  alias.obj : alias.c
132    $(BCC32) -P- -c @&&|
133   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ alias.c
134  |
135  
136  act.comm.obj :  act.comm.c
137    $(BCC32) -P- -c @&&|
138   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.comm.c
139  |
140  
141  act.movement.obj :  act.movement.c
142    $(BCC32) -P- -c @&&|
143   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.movement.c
144  |
145  
146  act.item.obj :  act.item.c
147    $(BCC32) -P- -c @&&|
148   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.item.c
149  |
150  
151  act.informative.obj :  act.informative.c
152    $(BCC32) -P- -c @&&|
153   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.informative.c
154  |
155  
156  act.offensive.obj :  act.offensive.c
157    $(BCC32) -P- -c @&&|
158   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.offensive.c
159  |
160  
161  act.other.obj :  act.other.c
162    $(BCC32) -P- -c @&&|
163   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.other.c
164  |
165  
166  boards.obj :  boards.c
167    $(BCC32) -P- -c @&&|
168   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ boards.c
169  |
170  
171  ban.obj :  ban.c
172    $(BCC32) -P- -c @&&|
173   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ ban.c
174  |
175  
176  act.wizard.obj :  act.wizard.c
177    $(BCC32) -P- -c @&&|
178   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.wizard.c
179  |
180  
181  act.social.obj :  act.social.c
182    $(BCC32) -P- -c @&&|
183   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ act.social.c
184  |
185  
186  castle.obj :  castle.c
187    $(BCC32) -P- -c @&&|
188   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ castle.c
189  |
190  
191  class.obj :  class.c
192    $(BCC32) -P- -c @&&|
193   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ class.c
194  |
195  
196  db.obj :  db.c
197    $(BCC32) -P- -c @&&|
198   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ db.c
199  |
200  
201  constants.obj :  constants.c
202    $(BCC32) -P- -c @&&|
203   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ constants.c
204  |
205  
206  config.obj :  config.c
207    $(BCC32) -P- -c @&&|
208   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ config.c
209  |
210  
211  comm.obj :  comm.c
212    $(BCC32) -P- -c @&&|
213   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ comm.c
214  |
215  
216  fight.obj :  fight.c
217    $(BCC32) -P- -c @&&|
218   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ fight.c
219  |
220  
221  graph.obj :  graph.c
222    $(BCC32) -P- -c @&&|
223   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ graph.c
224  |
225  
226  limits.obj :  limits.c
227    $(BCC32) -P- -c @&&|
228   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ limits.c
229  |
230  
231  interpreter.obj :  interpreter.c
232    $(BCC32) -P- -c @&&|
233   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ interpreter.c
234  |
235  
236  house.obj :  house.c
237    $(BCC32) -P- -c @&&|
238   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ house.c
239  |
240  
241  handler.obj :  handler.c
242    $(BCC32) -P- -c @&&|
243   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ handler.c
244  |
245  
246  magic.obj :  magic.c
247    $(BCC32) -P- -c @&&|
248   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ magic.c
249  |
250  
251  mail.obj :  mail.c
252    $(BCC32) -P- -c @&&|
253   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ mail.c
254  |
255  
256  olc.obj :  olc.c
257    $(BCC32) -P- -c @&&|
258   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ olc.c
259  |
260  
261  objsave.obj :  objsave.c
262    $(BCC32) -P- -c @&&|
263   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ objsave.c
264  |
265  
266  modify.obj :  modify.c
267    $(BCC32) -P- -c @&&|
268   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ modify.c
269  |
270  
271  mobact.obj :  mobact.c
272    $(BCC32) -P- -c @&&|
273   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ mobact.c
274  |
275  
276  random.obj :  random.c
277    $(BCC32) -P- -c @&&|
278   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ random.c
279  |
280  
281  shop.obj :  shop.c
282    $(BCC32) -P- -c @&&|
283   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ shop.c
284  |
285  
286  spells.obj :  spells.c
287    $(BCC32) -P- -c @&&|
288   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ spells.c
289  |
290  
291  spell_parser.obj :  spell_parser.c
292    $(BCC32) -P- -c @&&|
293   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ spell_parser.c
294  |
295  
296  spec_procs.obj :  spec_procs.c
297    $(BCC32) -P- -c @&&|
298   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ spec_procs.c
299  |
300  
301  spec_assign.obj :  spec_assign.c
302    $(BCC32) -P- -c @&&|
303   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ spec_assign.c
304  |
305  
306  utils.obj :  utils.c
307    $(BCC32) -P- -c @&&|
308   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ utils.c
309  |
310  
311  weather.obj :  weather.c
312    $(BCC32) -P- -c @&&|
313   $(CompOptsAt_circledexe) $(CompInheritOptsAt_circledexe) -o$@ weather.c
314  |
315  
316  # Compiler configuration file
317  BccW32.cfg : 
318     Copy &&|
319  -w
320  -R
321  -v
322  -vi
323  -H
324  -H=circle.csm
325  -WC
326  -g0
327  | $@
328  
329