implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / gc.mak
1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
2 # This has been hand-edited way too many times.
3 # A clean, manually generated makefile would be an improvement.
4
5 # TARGTYPE "Win32 (x86) Application" 0x0101
6 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7
8 !IF "$(CFG)" == ""
9 CFG=gctest - Win32 Release
10 !MESSAGE No configuration specified.  Defaulting to cord - Win32 Debug.
11 !ENDIF 
12
13 !IF "$(CFG)" != "gc - Win32 Release" && "$(CFG)" != "gc - Win32 Debug" &&\
14  "$(CFG)" != "gctest - Win32 Release" && "$(CFG)" != "gctest - Win32 Debug" &&\
15  "$(CFG)" != "cord - Win32 Release" && "$(CFG)" != "cord - Win32 Debug"
16 !MESSAGE Invalid configuration "$(CFG)" specified.
17 !MESSAGE You can specify a configuration when running NMAKE on this makefile
18 !MESSAGE by defining the macro CFG on the command line.  For example:
19 !MESSAGE 
20 !MESSAGE NMAKE /f "gc.mak" CFG="cord - Win32 Debug"
21 !MESSAGE 
22 !MESSAGE Possible choices for configuration are:
23 !MESSAGE 
24 !MESSAGE "gc - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
25 !MESSAGE "gc - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
26 !MESSAGE "gctest - Win32 Release" (based on "Win32 (x86) Application")
27 !MESSAGE "gctest - Win32 Debug" (based on "Win32 (x86) Application")
28 !MESSAGE "cord - Win32 Release" (based on "Win32 (x86) Application")
29 !MESSAGE "cord - Win32 Debug" (based on "Win32 (x86) Application")
30 !MESSAGE 
31 !ERROR An invalid configuration is specified.
32 !ENDIF 
33
34 !IF "$(OS)" == "Windows_NT"
35 NULL=
36 !ELSE 
37 NULL=nul
38 !ENDIF 
39 ################################################################################
40 # Begin Project
41 # PROP Target_Last_Scanned "gctest - Win32 Debug"
42
43 !IF  "$(CFG)" == "gc - Win32 Release"
44
45 # PROP BASE Use_MFC 0
46 # PROP BASE Use_Debug_Libraries 0
47 # PROP BASE Output_Dir "Release"
48 # PROP BASE Intermediate_Dir "Release"
49 # PROP BASE Target_Dir ""
50 # PROP Use_MFC 0
51 # PROP Use_Debug_Libraries 0
52 # PROP Output_Dir "Release"
53 # PROP Intermediate_Dir "Release"
54 # PROP Target_Dir ""
55 OUTDIR=.\Release
56 INTDIR=.\Release
57
58 ALL : ".\Release\gc.dll" ".\Release\gc.bsc"
59
60 CLEAN : 
61         -@erase ".\Release\allchblk.obj"
62         -@erase ".\Release\allchblk.sbr"
63         -@erase ".\Release\alloc.obj"
64         -@erase ".\Release\alloc.sbr"
65         -@erase ".\Release\blacklst.obj"
66         -@erase ".\Release\blacklst.sbr"
67         -@erase ".\Release\checksums.obj"
68         -@erase ".\Release\checksums.sbr"
69         -@erase ".\Release\dbg_mlc.obj"
70         -@erase ".\Release\dbg_mlc.sbr"
71         -@erase ".\Release\dyn_load.obj"
72         -@erase ".\Release\dyn_load.sbr"
73         -@erase ".\Release\finalize.obj"
74         -@erase ".\Release\finalize.sbr"
75         -@erase ".\Release\gc.bsc"
76         -@erase ".\Release\gc_cpp.obj"
77         -@erase ".\Release\gc_cpp.sbr"
78         -@erase ".\Release\gc.dll"
79         -@erase ".\Release\gc.exp"
80         -@erase ".\Release\gc.lib"
81         -@erase ".\Release\headers.obj"
82         -@erase ".\Release\headers.sbr"
83         -@erase ".\Release\mach_dep.obj"
84         -@erase ".\Release\mach_dep.sbr"
85         -@erase ".\Release\malloc.obj"
86         -@erase ".\Release\malloc.sbr"
87         -@erase ".\Release\mallocx.obj"
88         -@erase ".\Release\mallocx.sbr"
89         -@erase ".\Release\mark.obj"
90         -@erase ".\Release\mark.sbr"
91         -@erase ".\Release\mark_rts.obj"
92         -@erase ".\Release\mark_rts.sbr"
93         -@erase ".\Release\misc.obj"
94         -@erase ".\Release\misc.sbr"
95         -@erase ".\Release\new_hblk.obj"
96         -@erase ".\Release\new_hblk.sbr"
97         -@erase ".\Release\obj_map.obj"
98         -@erase ".\Release\obj_map.sbr"
99         -@erase ".\Release\os_dep.obj"
100         -@erase ".\Release\os_dep.sbr"
101         -@erase ".\Release\ptr_chck.obj"
102         -@erase ".\Release\ptr_chck.sbr"
103         -@erase ".\Release\reclaim.obj"
104         -@erase ".\Release\reclaim.sbr"
105         -@erase ".\Release\stubborn.obj"
106         -@erase ".\Release\stubborn.sbr"
107         -@erase ".\Release\typd_mlc.obj"
108         -@erase ".\Release\typd_mlc.sbr"
109         -@erase ".\Release\win32_threads.obj"
110         -@erase ".\Release\win32_threads.sbr"
111         -@erase ".\Release\msvc_dbg.obj"
112         -@erase ".\Release\msvc_dbg.sbr"
113
114 "$(OUTDIR)" :
115     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
116
117 CPP=cl.exe
118 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
119 # ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /FR /YX /c
120 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D\
121  "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" \
122  /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" \
123  /Ilibatomic_ops/src /YX /Fo"$(INTDIR)/" /c 
124 CPP_OBJS=.\Release/
125 CPP_SBRS=.\Release/
126
127 .c{$(CPP_OBJS)}.obj:
128    $(CPP) $(CPP_PROJ) $<  
129
130 .cpp{$(CPP_OBJS)}.obj:
131    $(CPP) $(CPP_PROJ) $<  
132
133 .cxx{$(CPP_OBJS)}.obj:
134    $(CPP) $(CPP_PROJ) $<  
135
136 .c{$(CPP_SBRS)}.sbr:
137    $(CPP) $(CPP_PROJ) $<  
138
139 .cpp{$(CPP_SBRS)}.sbr:
140    $(CPP) $(CPP_PROJ) $<  
141
142 .cxx{$(CPP_SBRS)}.sbr:
143    $(CPP) $(CPP_PROJ) $<  
144
145 MTL=mktyplib.exe
146 # ADD BASE MTL /nologo /D "NDEBUG" /win32
147 # ADD MTL /nologo /D "NDEBUG" /win32
148 MTL_PROJ=/nologo /D "NDEBUG" /win32 
149 RSC=rc.exe
150 # ADD BASE RSC /l 0x809 /d "NDEBUG"
151 # ADD RSC /l 0x809 /d "NDEBUG"
152 BSC32=bscmake.exe
153 # ADD BASE BSC32 /nologo
154 # ADD BSC32 /nologo
155 BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc" 
156 BSC32_SBRS= \
157         ".\Release\allchblk.sbr" \
158         ".\Release\alloc.sbr" \
159         ".\Release\blacklst.sbr" \
160         ".\Release\checksums.sbr" \
161         ".\Release\dbg_mlc.sbr" \
162         ".\Release\dyn_load.sbr" \
163         ".\Release\finalize.sbr" \
164         ".\Release\gc_cpp.sbr" \
165         ".\Release\headers.sbr" \
166         ".\Release\mach_dep.sbr" \
167         ".\Release\malloc.sbr" \
168         ".\Release\mallocx.sbr" \
169         ".\Release\mark.sbr" \
170         ".\Release\mark_rts.sbr" \
171         ".\Release\misc.sbr" \
172         ".\Release\new_hblk.sbr" \
173         ".\Release\obj_map.sbr" \
174         ".\Release\os_dep.sbr" \
175         ".\Release\ptr_chck.sbr" \
176         ".\Release\reclaim.sbr" \
177         ".\Release\stubborn.sbr" \
178         ".\Release\typd_mlc.sbr" \
179         ".\Release\msvc_dbg.sbr" \
180         ".\Release\win32_threads.sbr"
181
182 ".\Release\gc.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
183     $(BSC32) @<<
184   $(BSC32_FLAGS) $(BSC32_SBRS)
185 <<
186
187 LINK32=link.exe
188 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
189 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
190 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
191  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
192  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
193  /pdb:"$(OUTDIR)/gc.pdb" /machine:I386 /out:"$(OUTDIR)/gc.dll"\
194  /implib:"$(OUTDIR)/gc.lib" 
195 LINK32_OBJS= \
196         ".\Release\allchblk.obj" \
197         ".\Release\alloc.obj" \
198         ".\Release\blacklst.obj" \
199         ".\Release\checksums.obj" \
200         ".\Release\dbg_mlc.obj" \
201         ".\Release\dyn_load.obj" \
202         ".\Release\finalize.obj" \
203         ".\Release\gc_cpp.obj" \
204         ".\Release\headers.obj" \
205         ".\Release\mach_dep.obj" \
206         ".\Release\malloc.obj" \
207         ".\Release\mallocx.obj" \
208         ".\Release\mark.obj" \
209         ".\Release\mark_rts.obj" \
210         ".\Release\misc.obj" \
211         ".\Release\new_hblk.obj" \
212         ".\Release\obj_map.obj" \
213         ".\Release\os_dep.obj" \
214         ".\Release\ptr_chck.obj" \
215         ".\Release\reclaim.obj" \
216         ".\Release\stubborn.obj" \
217         ".\Release\typd_mlc.obj" \
218         ".\Release\msvc_dbg.obj" \
219         ".\Release\win32_threads.obj"
220
221 ".\Release\gc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
222     $(LINK32) @<<
223   $(LINK32_FLAGS) $(LINK32_OBJS)
224 <<
225
226 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
227
228 # PROP BASE Use_MFC 0
229 # PROP BASE Use_Debug_Libraries 1
230 # PROP BASE Output_Dir "Debug"
231 # PROP BASE Intermediate_Dir "Debug"
232 # PROP BASE Target_Dir ""
233 # PROP Use_MFC 0
234 # PROP Use_Debug_Libraries 1
235 # PROP Output_Dir "Debug"
236 # PROP Intermediate_Dir "Debug"
237 # PROP Target_Dir ""
238 OUTDIR=.\Debug
239 INTDIR=.\Debug
240
241 ALL : ".\Debug\gc.dll" ".\Debug\gc.bsc"
242
243 CLEAN : 
244         -@erase ".\Debug\allchblk.obj"
245         -@erase ".\Debug\allchblk.sbr"
246         -@erase ".\Debug\alloc.obj"
247         -@erase ".\Debug\alloc.sbr"
248         -@erase ".\Debug\blacklst.obj"
249         -@erase ".\Debug\blacklst.sbr"
250         -@erase ".\Debug\checksums.obj"
251         -@erase ".\Debug\checksums.sbr"
252         -@erase ".\Debug\dbg_mlc.obj"
253         -@erase ".\Debug\dbg_mlc.sbr"
254         -@erase ".\Debug\dyn_load.obj"
255         -@erase ".\Debug\dyn_load.sbr"
256         -@erase ".\Debug\finalize.obj"
257         -@erase ".\Debug\finalize.sbr"
258         -@erase ".\Debug\gc_cpp.obj"
259         -@erase ".\Debug\gc_cpp.sbr"
260         -@erase ".\Debug\gc.bsc"
261         -@erase ".\Debug\gc.dll"
262         -@erase ".\Debug\gc.exp"
263         -@erase ".\Debug\gc.lib"
264         -@erase ".\Debug\gc.map"
265         -@erase ".\Debug\gc.pdb"
266         -@erase ".\Debug\headers.obj"
267         -@erase ".\Debug\headers.sbr"
268         -@erase ".\Debug\mach_dep.obj"
269         -@erase ".\Debug\mach_dep.sbr"
270         -@erase ".\Debug\malloc.obj"
271         -@erase ".\Debug\malloc.sbr"
272         -@erase ".\Debug\mallocx.obj"
273         -@erase ".\Debug\mallocx.sbr"
274         -@erase ".\Debug\mark.obj"
275         -@erase ".\Debug\mark.sbr"
276         -@erase ".\Debug\mark_rts.obj"
277         -@erase ".\Debug\mark_rts.sbr"
278         -@erase ".\Debug\misc.obj"
279         -@erase ".\Debug\misc.sbr"
280         -@erase ".\Debug\new_hblk.obj"
281         -@erase ".\Debug\new_hblk.sbr"
282         -@erase ".\Debug\obj_map.obj"
283         -@erase ".\Debug\obj_map.sbr"
284         -@erase ".\Debug\os_dep.obj"
285         -@erase ".\Debug\os_dep.sbr"
286         -@erase ".\Debug\ptr_chck.obj"
287         -@erase ".\Debug\ptr_chck.sbr"
288         -@erase ".\Debug\reclaim.obj"
289         -@erase ".\Debug\reclaim.sbr"
290         -@erase ".\Debug\stubborn.obj"
291         -@erase ".\Debug\stubborn.sbr"
292         -@erase ".\Debug\typd_mlc.obj"
293         -@erase ".\Debug\typd_mlc.sbr"
294         -@erase ".\Debug\vc40.idb"
295         -@erase ".\Debug\vc40.pdb"
296         -@erase ".\Debug\win32_threads.obj"
297         -@erase ".\Debug\win32_threads.sbr"
298         -@erase ".\Debug\msvc_dbg.obj"
299         -@erase ".\Debug\msvc_dbg.sbr"
300
301 "$(OUTDIR)" :
302     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
303
304 CPP=cl.exe
305 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
306 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /FR /YX /c
307 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG"\
308  /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" \
309  /D "GC_ASSERTIONS" /D "GC_THREADS" \
310  /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/"\
311  /Ilibatomic_ops/src /Fd"$(INTDIR)/" /c 
312 CPP_OBJS=.\Debug/
313 CPP_SBRS=.\Debug/
314
315 .c{$(CPP_OBJS)}.obj:
316    $(CPP) $(CPP_PROJ) $<  
317
318 .cpp{$(CPP_OBJS)}.obj:
319    $(CPP) $(CPP_PROJ) $<  
320
321 .cxx{$(CPP_OBJS)}.obj:
322    $(CPP) $(CPP_PROJ) $<  
323
324 .c{$(CPP_SBRS)}.sbr:
325    $(CPP) $(CPP_PROJ) $<  
326
327 .cpp{$(CPP_SBRS)}.sbr:
328    $(CPP) $(CPP_PROJ) $<  
329
330 .cxx{$(CPP_SBRS)}.sbr:
331    $(CPP) $(CPP_PROJ) $<  
332
333 MTL=mktyplib.exe
334 # ADD BASE MTL /nologo /D "_DEBUG" /win32
335 # ADD MTL /nologo /D "_DEBUG" /win32
336 MTL_PROJ=/nologo /D "_DEBUG" /win32 
337 RSC=rc.exe
338 # ADD BASE RSC /l 0x809 /d "_DEBUG"
339 # ADD RSC /l 0x809 /d "_DEBUG"
340 BSC32=bscmake.exe
341 # ADD BASE BSC32 /nologo
342 # ADD BSC32 /nologo
343 BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc" 
344 BSC32_SBRS= \
345         ".\Debug\allchblk.sbr" \
346         ".\Debug\alloc.sbr" \
347         ".\Debug\blacklst.sbr" \
348         ".\Debug\checksums.sbr" \
349         ".\Debug\dbg_mlc.sbr" \
350         ".\Debug\dyn_load.sbr" \
351         ".\Debug\finalize.sbr" \
352         ".\Debug\gc_cpp.sbr" \
353         ".\Debug\headers.sbr" \
354         ".\Debug\mach_dep.sbr" \
355         ".\Debug\malloc.sbr" \
356         ".\Debug\mallocx.sbr" \
357         ".\Debug\mark.sbr" \
358         ".\Debug\mark_rts.sbr" \
359         ".\Debug\misc.sbr" \
360         ".\Debug\new_hblk.sbr" \
361         ".\Debug\obj_map.sbr" \
362         ".\Debug\os_dep.sbr" \
363         ".\Debug\ptr_chck.sbr" \
364         ".\Debug\reclaim.sbr" \
365         ".\Debug\stubborn.sbr" \
366         ".\Debug\typd_mlc.sbr" \
367         ".\Debug\msvc_dbg.sbr" \
368         ".\Debug\win32_threads.sbr"
369
370 ".\Debug\gc.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
371     $(BSC32) @<<
372   $(BSC32_FLAGS) $(BSC32_SBRS)
373 <<
374
375 LINK32=link.exe
376 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
377 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:no /map /debug /machine:I386
378 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
379  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
380  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
381  /pdb:"$(OUTDIR)/gc.pdb" /map:"$(INTDIR)/gc.map" /debug /machine:I386\
382  /out:"$(OUTDIR)/gc.dll" /implib:"$(OUTDIR)/gc.lib" 
383 LINK32_OBJS= \
384         ".\Debug\allchblk.obj" \
385         ".\Debug\alloc.obj" \
386         ".\Debug\blacklst.obj" \
387         ".\Debug\checksums.obj" \
388         ".\Debug\dbg_mlc.obj" \
389         ".\Debug\dyn_load.obj" \
390         ".\Debug\finalize.obj" \
391         ".\Debug\gc_cpp.obj" \
392         ".\Debug\headers.obj" \
393         ".\Debug\mach_dep.obj" \
394         ".\Debug\malloc.obj" \
395         ".\Debug\mallocx.obj" \
396         ".\Debug\mark.obj" \
397         ".\Debug\mark_rts.obj" \
398         ".\Debug\misc.obj" \
399         ".\Debug\new_hblk.obj" \
400         ".\Debug\obj_map.obj" \
401         ".\Debug\os_dep.obj" \
402         ".\Debug\ptr_chck.obj" \
403         ".\Debug\reclaim.obj" \
404         ".\Debug\stubborn.obj" \
405         ".\Debug\typd_mlc.obj" \
406         ".\Debug\msvc_dbg.obj" \
407         ".\Debug\win32_threads.obj"
408
409 ".\Debug\gc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
410     $(LINK32) @<<
411   $(LINK32_FLAGS) $(LINK32_OBJS)
412 <<
413
414 !ELSEIF  "$(CFG)" == "gctest - Win32 Release"
415
416 # PROP BASE Use_MFC 0
417 # PROP BASE Use_Debug_Libraries 0
418 # PROP BASE Output_Dir "gctest\Release"
419 # PROP BASE Intermediate_Dir "gctest\Release"
420 # PROP BASE Target_Dir "gctest"
421 # PROP Use_MFC 0
422 # PROP Use_Debug_Libraries 0
423 # PROP Output_Dir "gctest\Release"
424 # PROP Intermediate_Dir "gctest\Release"
425 # PROP Target_Dir "gctest"
426 OUTDIR=.\gctest\Release
427 INTDIR=.\gctest\Release
428
429 ALL : "gc - Win32 Release" ".\Release\gctest.exe"
430
431 CLEAN : 
432         -@erase ".\gctest\Release\test.obj"
433         -@erase ".\Release\gctest.exe"
434
435 "$(OUTDIR)" :
436     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
437
438 test.c : tests\test.c
439         copy tests\test.c test.c
440
441 CPP=cl.exe
442 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
443 # ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /YX /c
444 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
445  "ALL_INTERIOR_POINTERS" /D "GC_THREADS" \
446  /Ilibatomic_ops/src /Fp"$(INTDIR)/gctest.pch" \
447  /YX /Fo"$(INTDIR)/" /c 
448 CPP_OBJS=.\gctest\Release/
449 CPP_SBRS=.\.
450
451 .c{$(CPP_OBJS)}.obj:
452    $(CPP) $(CPP_PROJ) $<  
453
454 .cpp{$(CPP_OBJS)}.obj:
455    $(CPP) $(CPP_PROJ) $<  
456
457 .cxx{$(CPP_OBJS)}.obj:
458    $(CPP) $(CPP_PROJ) $<  
459
460 .c{$(CPP_SBRS)}.sbr:
461    $(CPP) $(CPP_PROJ) $<  
462
463 .cpp{$(CPP_SBRS)}.sbr:
464    $(CPP) $(CPP_PROJ) $<  
465
466 .cxx{$(CPP_SBRS)}.sbr:
467    $(CPP) $(CPP_PROJ) $<  
468
469 MTL=mktyplib.exe
470 # ADD BASE MTL /nologo /D "NDEBUG" /win32
471 # ADD MTL /nologo /D "NDEBUG" /win32
472 MTL_PROJ=/nologo /D "NDEBUG" /win32 
473 RSC=rc.exe
474 # ADD BASE RSC /l 0x809 /d "NDEBUG"
475 # ADD RSC /l 0x809 /d "NDEBUG"
476 BSC32=bscmake.exe
477 # ADD BASE BSC32 /nologo
478 # ADD BSC32 /nologo
479 BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc" 
480 BSC32_SBRS= \
481         
482 LINK32=link.exe
483 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
484 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"Release/gctest.exe"
485 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
486  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
487  odbccp32.lib /nologo /subsystem:windows /incremental:no\
488  /pdb:"$(OUTDIR)/gctest.pdb" /machine:I386 /out:"Release/gctest.exe" 
489 LINK32_OBJS= \
490         ".\gctest\Release\test.obj" \
491         ".\Release\gc.lib"
492
493 ".\Release\gctest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
494     $(LINK32) @<<
495   $(LINK32_FLAGS) $(LINK32_OBJS)
496 <<
497
498 !ELSEIF  "$(CFG)" == "gctest - Win32 Debug"
499
500 # PROP BASE Use_MFC 0
501 # PROP BASE Use_Debug_Libraries 1
502 # PROP BASE Output_Dir "gctest\Debug"
503 # PROP BASE Intermediate_Dir "gctest\Debug"
504 # PROP BASE Target_Dir "gctest"
505 # PROP Use_MFC 0
506 # PROP Use_Debug_Libraries 1
507 # PROP Output_Dir "gctest\Debug"
508 # PROP Intermediate_Dir "gctest\Debug"
509 # PROP Target_Dir "gctest"
510 OUTDIR=.\gctest\Debug
511 INTDIR=.\gctest\Debug
512
513 ALL : "gc - Win32 Debug" ".\Debug\gctest.exe" ".\gctest\Debug\gctest.bsc"
514
515 CLEAN : 
516         -@erase ".\Debug\gctest.exe"
517         -@erase ".\gctest\Debug\gctest.bsc"
518         -@erase ".\gctest\Debug\gctest.map"
519         -@erase ".\gctest\Debug\gctest.pdb"
520         -@erase ".\gctest\Debug\test.obj"
521         -@erase ".\gctest\Debug\test.sbr"
522         -@erase ".\gctest\Debug\vc40.idb"
523         -@erase ".\gctest\Debug\vc40.pdb"
524
525 "$(OUTDIR)" :
526     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
527
528 CPP=cl.exe
529 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
530 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /FR /YX /c
531 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
532  /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /FR"$(INTDIR)/"\
533  /Ilibatomic_ops/src /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
534 CPP_OBJS=.\gctest\Debug/
535 CPP_SBRS=.\gctest\Debug/
536
537 .c{$(CPP_OBJS)}.obj:
538    $(CPP) $(CPP_PROJ) $<  
539
540 .cpp{$(CPP_OBJS)}.obj:
541    $(CPP) $(CPP_PROJ) $<  
542
543 .cxx{$(CPP_OBJS)}.obj:
544    $(CPP) $(CPP_PROJ) $<  
545
546 .c{$(CPP_SBRS)}.sbr:
547    $(CPP) $(CPP_PROJ) $<  
548
549 .cpp{$(CPP_SBRS)}.sbr:
550    $(CPP) $(CPP_PROJ) $<  
551
552 .cxx{$(CPP_SBRS)}.sbr:
553    $(CPP) $(CPP_PROJ) $<  
554
555 MTL=mktyplib.exe
556 # ADD BASE MTL /nologo /D "_DEBUG" /win32
557 # ADD MTL /nologo /D "_DEBUG" /win32
558 MTL_PROJ=/nologo /D "_DEBUG" /win32 
559 RSC=rc.exe
560 # ADD BASE RSC /l 0x809 /d "_DEBUG"
561 # ADD RSC /l 0x809 /d "_DEBUG"
562 BSC32=bscmake.exe
563 # ADD BASE BSC32 /nologo
564 # ADD BSC32 /nologo
565 BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc" 
566 BSC32_SBRS= \
567         ".\gctest\Debug\test.sbr"
568
569 ".\gctest\Debug\gctest.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
570     $(BSC32) @<<
571   $(BSC32_FLAGS) $(BSC32_SBRS)
572 <<
573
574 LINK32=link.exe
575 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
576 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:no /map /debug /machine:I386 /out:"Debug/gctest.exe"
577 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
578  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
579  odbccp32.lib /nologo /subsystem:windows /incremental:no\
580  /pdb:"$(OUTDIR)/gctest.pdb" /map:"$(INTDIR)/gctest.map" /debug /machine:I386\
581  /out:"Debug/gctest.exe" 
582 LINK32_OBJS= \
583         ".\Debug\gc.lib" \
584         ".\gctest\Debug\test.obj"
585
586 ".\Debug\gctest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
587     $(LINK32) @<<
588   $(LINK32_FLAGS) $(LINK32_OBJS)
589 <<
590
591 !ELSEIF  "$(CFG)" == "cord - Win32 Release"
592
593 # PROP BASE Use_MFC 0
594 # PROP BASE Use_Debug_Libraries 0
595 # PROP BASE Output_Dir "cord\Release"
596 # PROP BASE Intermediate_Dir "cord\Release"
597 # PROP BASE Target_Dir "cord"
598 # PROP Use_MFC 0
599 # PROP Use_Debug_Libraries 0
600 # PROP Output_Dir "cord\Release"
601 # PROP Intermediate_Dir "cord\Release"
602 # PROP Target_Dir "cord"
603 OUTDIR=.\cord\Release
604 INTDIR=.\cord\Release
605
606 ALL : "gc - Win32 Release" ".\Release\de.exe"
607
608 CLEAN : 
609         -@erase ".\cord\Release\cordbscs.obj"
610         -@erase ".\cord\Release\cordxtra.obj"
611         -@erase ".\cord\Release\de.obj"
612         -@erase ".\cord\Release\de_win.obj"
613         -@erase ".\cord\Release\de_win.res"
614         -@erase ".\Release\de.exe"
615
616 "$(OUTDIR)" :
617     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
618
619 CPP=cl.exe
620 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
621 # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c
622 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
623  /Ilibatomic_ops/src "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX /Fo"$(INTDIR)/" /c 
624 CPP_OBJS=.\cord\Release/
625 CPP_SBRS=.\.
626
627 .c{$(CPP_OBJS)}.obj:
628    $(CPP) $(CPP_PROJ) $<  
629
630 .cpp{$(CPP_OBJS)}.obj:
631    $(CPP) $(CPP_PROJ) $<  
632
633 .cxx{$(CPP_OBJS)}.obj:
634    $(CPP) $(CPP_PROJ) $<  
635
636 .c{$(CPP_SBRS)}.sbr:
637    $(CPP) $(CPP_PROJ) $<  
638
639 .cpp{$(CPP_SBRS)}.sbr:
640    $(CPP) $(CPP_PROJ) $<  
641
642 .cxx{$(CPP_SBRS)}.sbr:
643    $(CPP) $(CPP_PROJ) $<  
644
645 MTL=mktyplib.exe
646 # ADD BASE MTL /nologo /D "NDEBUG" /win32
647 # ADD MTL /nologo /D "NDEBUG" /win32
648 MTL_PROJ=/nologo /D "NDEBUG" /win32 
649 RSC=rc.exe
650 # ADD BASE RSC /l 0x809 /d "NDEBUG"
651 # ADD RSC /l 0x809 /d "NDEBUG"
652 RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "NDEBUG" 
653 BSC32=bscmake.exe
654 # ADD BASE BSC32 /nologo
655 # ADD BSC32 /nologo
656 BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc" 
657 BSC32_SBRS= \
658         
659 LINK32=link.exe
660 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
661 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"Release/de.exe"
662 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
663  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
664  odbccp32.lib /nologo /subsystem:windows /incremental:no /pdb:"$(OUTDIR)/de.pdb"\
665  /machine:I386 /out:"Release/de.exe" 
666 LINK32_OBJS= \
667         ".\cord\Release\cordbscs.obj" \
668         ".\cord\Release\cordxtra.obj" \
669         ".\cord\Release\de.obj" \
670         ".\cord\Release\de_win.obj" \
671         ".\cord\Release\de_win.res" \
672         ".\Release\gc.lib"
673
674 ".\Release\de.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
675     $(LINK32) @<<
676   $(LINK32_FLAGS) $(LINK32_OBJS)
677 <<
678
679 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
680
681 # PROP BASE Use_MFC 0
682 # PROP BASE Use_Debug_Libraries 1
683 # PROP BASE Output_Dir "cord\Debug"
684 # PROP BASE Intermediate_Dir "cord\Debug"
685 # PROP BASE Target_Dir "cord"
686 # PROP Use_MFC 0
687 # PROP Use_Debug_Libraries 1
688 # PROP Output_Dir "cord\Debug"
689 # PROP Intermediate_Dir "cord\Debug"
690 # PROP Target_Dir "cord"
691 OUTDIR=.\cord\Debug
692 INTDIR=.\cord\Debug
693
694 ALL : "gc - Win32 Debug" ".\Debug\de.exe"
695
696 CLEAN : 
697         -@erase ".\cord\Debug\cordbscs.obj"
698         -@erase ".\cord\Debug\cordxtra.obj"
699         -@erase ".\cord\Debug\de.obj"
700         -@erase ".\cord\Debug\de.pdb"
701         -@erase ".\cord\Debug\de_win.obj"
702         -@erase ".\cord\Debug\de_win.res"
703         -@erase ".\cord\Debug\vc40.idb"
704         -@erase ".\cord\Debug\vc40.pdb"
705         -@erase ".\Debug\de.exe"
706         -@erase ".\Debug\de.ilk"
707
708 "$(OUTDIR)" :
709     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
710
711 CPP=cl.exe
712 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
713 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c
714 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /I include /D "_DEBUG" /D "WIN32" /D\
715  "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX\
716  /Ilibatomic_ops/src /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
717 CPP_OBJS=.\cord\Debug/
718 CPP_SBRS=.\.
719
720 .c{$(CPP_OBJS)}.obj:
721    $(CPP) $(CPP_PROJ) $<  
722
723 .cpp{$(CPP_OBJS)}.obj:
724    $(CPP) $(CPP_PROJ) $<  
725
726 .cxx{$(CPP_OBJS)}.obj:
727    $(CPP) $(CPP_PROJ) $<  
728
729 .c{$(CPP_SBRS)}.sbr:
730    $(CPP) $(CPP_PROJ) $<  
731
732 .cpp{$(CPP_SBRS)}.sbr:
733    $(CPP) $(CPP_PROJ) $<  
734
735 .cxx{$(CPP_SBRS)}.sbr:
736    $(CPP) $(CPP_PROJ) $<  
737
738 MTL=mktyplib.exe
739 # ADD BASE MTL /nologo /D "_DEBUG" /win32
740 # ADD MTL /nologo /D "_DEBUG" /win32
741 MTL_PROJ=/nologo /D "_DEBUG" /win32 
742 RSC=rc.exe
743 # ADD BASE RSC /l 0x809 /d "_DEBUG"
744 # ADD RSC /l 0x809 /d "_DEBUG"
745 RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "_DEBUG" 
746 BSC32=bscmake.exe
747 # ADD BASE BSC32 /nologo
748 # ADD BSC32 /nologo
749 BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc" 
750 BSC32_SBRS= \
751         
752 LINK32=link.exe
753 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
754 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/de.exe"
755 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
756  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
757  odbccp32.lib /nologo /subsystem:windows /incremental:yes\
758  /pdb:"$(OUTDIR)/de.pdb" /debug /machine:I386 /out:"Debug/de.exe" 
759 LINK32_OBJS= \
760         ".\cord\Debug\cordbscs.obj" \
761         ".\cord\Debug\cordxtra.obj" \
762         ".\cord\Debug\de.obj" \
763         ".\cord\Debug\de_win.obj" \
764         ".\cord\Debug\de_win.res" \
765         ".\Debug\gc.lib"
766
767 ".\Debug\de.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
768     $(LINK32) @<<
769   $(LINK32_FLAGS) $(LINK32_OBJS)
770 <<
771
772 !ENDIF 
773
774 ################################################################################
775 # Begin Target
776
777 # Name "gc - Win32 Release"
778 # Name "gc - Win32 Debug"
779
780 !IF  "$(CFG)" == "gc - Win32 Release"
781
782 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
783
784 !ENDIF 
785
786 ################################################################################
787 # Begin Source File
788
789 SOURCE=.\gc_cpp.cpp
790
791 !IF  "$(CFG)" == "gc - Win32 Release"
792
793 DEP_CPP_RECLA=\
794         ".\include\private\gcconfig.h"\
795         ".\include\gc.h"\
796         ".\include\private\gc_hdrs.h"\
797         ".\include\private\gc_priv.h"\
798         ".\include\gc_cpp.h"\
799         {$(INCLUDE)}"\sys\TYPES.H"\
800         
801 NODEP_CPP_RECLA=\
802         ".\th\PCR_Th.h"\
803         ".\th\PCR_ThCrSec.h"\
804         ".\th\PCR_ThCtl.h"\
805         
806
807 ".\Release\gc_cpp.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
808
809 ".\Release\gc_cpp.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
810
811
812 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
813
814 DEP_CPP_RECLA=\
815         ".\include\private\gcconfig.h"\
816         ".\include\gc.h"\
817         ".\include\private\gc_hdrs.h"\
818         ".\include\private\gc_priv.h"\
819         ".\include\gc_cpp.h"\
820         {$(INCLUDE)}"\sys\TYPES.H"\
821         
822 NODEP_CPP_RECLA=\
823         ".\th\PCR_Th.h"\
824         ".\th\PCR_ThCrSec.h"\
825         ".\th\PCR_ThCtl.h"\
826         
827
828 ".\Debug\gc_cpp.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
829
830 ".\Debug\gc_cpp.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
831
832
833 !ENDIF 
834
835 # End Source File
836 ################################################################################
837 # Begin Source File
838
839 SOURCE=.\reclaim.c
840
841 !IF  "$(CFG)" == "gc - Win32 Release"
842
843 DEP_CPP_RECLA=\
844         ".\include\private\gcconfig.h"\
845         ".\include\gc.h"\
846         ".\include\private\gc_hdrs.h"\
847         ".\include\private\gc_priv.h"\
848         {$(INCLUDE)}"\sys\TYPES.H"\
849         
850 NODEP_CPP_RECLA=\
851         ".\th\PCR_Th.h"\
852         ".\th\PCR_ThCrSec.h"\
853         ".\th\PCR_ThCtl.h"\
854         
855
856 ".\Release\reclaim.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
857
858 ".\Release\reclaim.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
859
860
861 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
862
863 DEP_CPP_RECLA=\
864         ".\include\private\gcconfig.h"\
865         ".\include\gc.h"\
866         ".\include\private\gc_hdrs.h"\
867         ".\include\private\gc_priv.h"\
868         {$(INCLUDE)}"\sys\TYPES.H"\
869         
870 NODEP_CPP_RECLA=\
871         ".\th\PCR_Th.h"\
872         ".\th\PCR_ThCrSec.h"\
873         ".\th\PCR_ThCtl.h"\
874         
875
876 ".\Debug\reclaim.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
877
878 ".\Debug\reclaim.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
879
880
881 !ENDIF 
882
883 # End Source File
884
885 ################################################################################
886 # Begin Source File
887
888 SOURCE=.\os_dep.c
889
890 !IF  "$(CFG)" == "gc - Win32 Release"
891
892 DEP_CPP_OS_DE=\
893         ".\include\private\gcconfig.h"\
894         ".\include\gc.h"\
895         ".\include\private\gc_hdrs.h"\
896         ".\include\private\gc_priv.h"\
897         {$(INCLUDE)}"\sys\STAT.H"\
898         {$(INCLUDE)}"\sys\TYPES.H"\
899         
900 NODEP_CPP_OS_DE=\
901         ".\il\PCR_IL.h"\
902         ".\mm\PCR_MM.h"\
903         ".\th\PCR_Th.h"\
904         ".\th\PCR_ThCrSec.h"\
905         ".\th\PCR_ThCtl.h"\
906         ".\vd\PCR_VD.h"\
907         
908
909 ".\Release\os_dep.obj" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
910
911 ".\Release\os_dep.sbr" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
912
913
914 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
915
916 DEP_CPP_OS_DE=\
917         ".\include\private\gcconfig.h"\
918         ".\include\gc.h"\
919         ".\include\private\gc_hdrs.h"\
920         ".\include\private\gc_priv.h"\
921         {$(INCLUDE)}"\sys\STAT.H"\
922         {$(INCLUDE)}"\sys\TYPES.H"\
923         
924 NODEP_CPP_OS_DE=\
925         ".\il\PCR_IL.h"\
926         ".\mm\PCR_MM.h"\
927         ".\th\PCR_Th.h"\
928         ".\th\PCR_ThCrSec.h"\
929         ".\th\PCR_ThCtl.h"\
930         ".\vd\PCR_VD.h"\
931         
932
933 ".\Debug\os_dep.obj" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
934
935 ".\Debug\os_dep.sbr" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
936
937
938 !ENDIF 
939
940 # End Source File
941 ################################################################################
942 # Begin Source File
943
944 SOURCE=.\misc.c
945
946 !IF  "$(CFG)" == "gc - Win32 Release"
947
948 DEP_CPP_MISC_=\
949         ".\include\private\gcconfig.h"\
950         ".\include\gc.h"\
951         ".\include\private\gc_hdrs.h"\
952         ".\include\private\gc_priv.h"\
953         {$(INCLUDE)}"\sys\TYPES.H"\
954         
955 NODEP_CPP_MISC_=\
956         ".\il\PCR_IL.h"\
957         ".\th\PCR_Th.h"\
958         ".\th\PCR_ThCrSec.h"\
959         ".\th\PCR_ThCtl.h"\
960         
961
962 ".\Release\misc.obj" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
963
964 ".\Release\misc.sbr" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
965
966
967 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
968
969 DEP_CPP_MISC_=\
970         ".\include\private\gcconfig.h"\
971         ".\include\gc.h"\
972         ".\include\private\gc_hdrs.h"\
973         ".\include\private\gc_priv.h"\
974         {$(INCLUDE)}"\sys\TYPES.H"\
975         
976 NODEP_CPP_MISC_=\
977         ".\il\PCR_IL.h"\
978         ".\th\PCR_Th.h"\
979         ".\th\PCR_ThCrSec.h"\
980         ".\th\PCR_ThCtl.h"\
981         
982
983 ".\Debug\misc.obj" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
984
985 ".\Debug\misc.sbr" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
986
987
988 !ENDIF 
989
990 # End Source File
991 ################################################################################
992 # Begin Source File
993
994 SOURCE=.\mark_rts.c
995
996 !IF  "$(CFG)" == "gc - Win32 Release"
997
998 DEP_CPP_MARK_=\
999         ".\include\private\gcconfig.h"\
1000         ".\include\gc.h"\
1001         ".\include\private\gc_hdrs.h"\
1002         ".\include\private\gc_priv.h"\
1003         {$(INCLUDE)}"\sys\TYPES.H"\
1004         
1005 NODEP_CPP_MARK_=\
1006         ".\th\PCR_Th.h"\
1007         ".\th\PCR_ThCrSec.h"\
1008         ".\th\PCR_ThCtl.h"\
1009         
1010
1011 ".\Release\mark_rts.obj" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1012
1013 ".\Release\mark_rts.sbr" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1014
1015
1016 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1017
1018 DEP_CPP_MARK_=\
1019         ".\include\private\gcconfig.h"\
1020         ".\include\gc.h"\
1021         ".\include\private\gc_hdrs.h"\
1022         ".\include\private\gc_priv.h"\
1023         {$(INCLUDE)}"\sys\TYPES.H"\
1024         
1025 NODEP_CPP_MARK_=\
1026         ".\th\PCR_Th.h"\
1027         ".\th\PCR_ThCrSec.h"\
1028         ".\th\PCR_ThCtl.h"\
1029         
1030
1031 ".\Debug\mark_rts.obj" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1032
1033 ".\Debug\mark_rts.sbr" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1034
1035
1036 !ENDIF 
1037
1038 # End Source File
1039 ################################################################################
1040 # Begin Source File
1041
1042 SOURCE=.\mach_dep.c
1043
1044 !IF  "$(CFG)" == "gc - Win32 Release"
1045
1046 DEP_CPP_MACH_=\
1047         ".\include\private\gcconfig.h"\
1048         ".\include\gc.h"\
1049         ".\include\private\gc_hdrs.h"\
1050         ".\include\private\gc_priv.h"\
1051         {$(INCLUDE)}"\sys\TYPES.H"\
1052         
1053 NODEP_CPP_MACH_=\
1054         ".\th\PCR_Th.h"\
1055         ".\th\PCR_ThCrSec.h"\
1056         ".\th\PCR_ThCtl.h"\
1057         
1058
1059 ".\Release\mach_dep.obj" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1060
1061 ".\Release\mach_dep.sbr" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1062
1063
1064 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1065
1066 DEP_CPP_MACH_=\
1067         ".\include\private\gcconfig.h"\
1068         ".\include\gc.h"\
1069         ".\include\private\gc_hdrs.h"\
1070         ".\include\private\gc_priv.h"\
1071         {$(INCLUDE)}"\sys\TYPES.H"\
1072         
1073 NODEP_CPP_MACH_=\
1074         ".\th\PCR_Th.h"\
1075         ".\th\PCR_ThCrSec.h"\
1076         ".\th\PCR_ThCtl.h"\
1077         
1078
1079 ".\Debug\mach_dep.obj" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1080
1081 ".\Debug\mach_dep.sbr" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1082
1083
1084 !ENDIF 
1085
1086 # End Source File
1087 ################################################################################
1088 # Begin Source File
1089
1090 SOURCE=.\headers.c
1091
1092 !IF  "$(CFG)" == "gc - Win32 Release"
1093
1094 DEP_CPP_HEADE=\
1095         ".\include\private\gcconfig.h"\
1096         ".\include\gc.h"\
1097         ".\include\private\gc_hdrs.h"\
1098         ".\include\private\gc_priv.h"\
1099         {$(INCLUDE)}"\sys\TYPES.H"\
1100         
1101 NODEP_CPP_HEADE=\
1102         ".\th\PCR_Th.h"\
1103         ".\th\PCR_ThCrSec.h"\
1104         ".\th\PCR_ThCtl.h"\
1105         
1106
1107 ".\Release\headers.obj" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1108
1109 ".\Release\headers.sbr" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1110
1111
1112 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1113
1114 DEP_CPP_HEADE=\
1115         ".\include\private\gcconfig.h"\
1116         ".\include\gc.h"\
1117         ".\include\private\gc_hdrs.h"\
1118         ".\include\private\gc_priv.h"\
1119         {$(INCLUDE)}"\sys\TYPES.H"\
1120         
1121 NODEP_CPP_HEADE=\
1122         ".\th\PCR_Th.h"\
1123         ".\th\PCR_ThCrSec.h"\
1124         ".\th\PCR_ThCtl.h"\
1125         
1126
1127 ".\Debug\headers.obj" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1128
1129 ".\Debug\headers.sbr" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1130
1131
1132 !ENDIF 
1133
1134 # End Source File
1135 ################################################################################
1136 # Begin Source File
1137
1138 SOURCE=.\alloc.c
1139
1140 !IF  "$(CFG)" == "gc - Win32 Release"
1141
1142 DEP_CPP_ALLOC=\
1143         ".\include\private\gcconfig.h"\
1144         ".\include\gc.h"\
1145         ".\include\private\gc_hdrs.h"\
1146         ".\include\private\gc_priv.h"\
1147         {$(INCLUDE)}"\sys\TYPES.H"\
1148         
1149 NODEP_CPP_ALLOC=\
1150         ".\th\PCR_Th.h"\
1151         ".\th\PCR_ThCrSec.h"\
1152         ".\th\PCR_ThCtl.h"\
1153         
1154
1155 ".\Release\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1156
1157 ".\Release\alloc.sbr" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1158
1159
1160 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1161
1162 DEP_CPP_ALLOC=\
1163         ".\include\private\gcconfig.h"\
1164         ".\include\gc.h"\
1165         ".\include\private\gc_hdrs.h"\
1166         ".\include\private\gc_priv.h"\
1167         {$(INCLUDE)}"\sys\TYPES.H"\
1168         
1169 NODEP_CPP_ALLOC=\
1170         ".\th\PCR_Th.h"\
1171         ".\th\PCR_ThCrSec.h"\
1172         ".\th\PCR_ThCtl.h"\
1173         
1174
1175 ".\Debug\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1176
1177 ".\Debug\alloc.sbr" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1178
1179
1180 !ENDIF 
1181
1182 # End Source File
1183 ################################################################################
1184 # Begin Source File
1185
1186 SOURCE=.\allchblk.c
1187
1188 !IF  "$(CFG)" == "gc - Win32 Release"
1189
1190 DEP_CPP_ALLCH=\
1191         ".\include\private\gcconfig.h"\
1192         ".\include\gc.h"\
1193         ".\include\private\gc_hdrs.h"\
1194         ".\include\private\gc_priv.h"\
1195         {$(INCLUDE)}"\sys\TYPES.H"\
1196         
1197 NODEP_CPP_ALLCH=\
1198         ".\th\PCR_Th.h"\
1199         ".\th\PCR_ThCrSec.h"\
1200         ".\th\PCR_ThCtl.h"\
1201         
1202
1203 ".\Release\allchblk.obj" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1204
1205 ".\Release\allchblk.sbr" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1206
1207
1208 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1209
1210 DEP_CPP_ALLCH=\
1211         ".\include\private\gcconfig.h"\
1212         ".\include\gc.h"\
1213         ".\include\private\gc_hdrs.h"\
1214         ".\include\private\gc_priv.h"\
1215         {$(INCLUDE)}"\sys\TYPES.H"\
1216         
1217 NODEP_CPP_ALLCH=\
1218         ".\th\PCR_Th.h"\
1219         ".\th\PCR_ThCrSec.h"\
1220         ".\th\PCR_ThCtl.h"\
1221         
1222
1223 ".\Debug\allchblk.obj" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1224
1225 ".\Debug\allchblk.sbr" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1226
1227
1228 !ENDIF 
1229
1230 # End Source File
1231 ################################################################################
1232 # Begin Source File
1233
1234 SOURCE=.\stubborn.c
1235
1236 !IF  "$(CFG)" == "gc - Win32 Release"
1237
1238 DEP_CPP_STUBB=\
1239         ".\include\private\gcconfig.h"\
1240         ".\include\gc.h"\
1241         ".\include\private\gc_hdrs.h"\
1242         ".\include\private\gc_priv.h"\
1243         {$(INCLUDE)}"\sys\TYPES.H"\
1244         
1245 NODEP_CPP_STUBB=\
1246         ".\th\PCR_Th.h"\
1247         ".\th\PCR_ThCrSec.h"\
1248         ".\th\PCR_ThCtl.h"\
1249         
1250
1251 ".\Release\stubborn.obj" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1252
1253 ".\Release\stubborn.sbr" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1254
1255
1256 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1257
1258 DEP_CPP_STUBB=\
1259         ".\include\private\gcconfig.h"\
1260         ".\include\gc.h"\
1261         ".\include\private\gc_hdrs.h"\
1262         ".\include\private\gc_priv.h"\
1263         {$(INCLUDE)}"\sys\TYPES.H"\
1264         
1265 NODEP_CPP_STUBB=\
1266         ".\th\PCR_Th.h"\
1267         ".\th\PCR_ThCrSec.h"\
1268         ".\th\PCR_ThCtl.h"\
1269         
1270
1271 ".\Debug\stubborn.obj" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1272
1273 ".\Debug\stubborn.sbr" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1274
1275
1276 !ENDIF 
1277
1278 # End Source File
1279 ################################################################################
1280 # Begin Source File
1281
1282 SOURCE=.\obj_map.c
1283
1284 !IF  "$(CFG)" == "gc - Win32 Release"
1285
1286 DEP_CPP_OBJ_M=\
1287         ".\include\private\gcconfig.h"\
1288         ".\include\gc.h"\
1289         ".\include\private\gc_hdrs.h"\
1290         ".\include\private\gc_priv.h"\
1291         {$(INCLUDE)}"\sys\TYPES.H"\
1292         
1293 NODEP_CPP_OBJ_M=\
1294         ".\th\PCR_Th.h"\
1295         ".\th\PCR_ThCrSec.h"\
1296         ".\th\PCR_ThCtl.h"\
1297         
1298
1299 ".\Release\obj_map.obj" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1300
1301 ".\Release\obj_map.sbr" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1302
1303
1304 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1305
1306 DEP_CPP_OBJ_M=\
1307         ".\include\private\gcconfig.h"\
1308         ".\include\gc.h"\
1309         ".\include\private\gc_hdrs.h"\
1310         ".\include\private\gc_priv.h"\
1311         {$(INCLUDE)}"\sys\TYPES.H"\
1312         
1313 NODEP_CPP_OBJ_M=\
1314         ".\th\PCR_Th.h"\
1315         ".\th\PCR_ThCrSec.h"\
1316         ".\th\PCR_ThCtl.h"\
1317         
1318
1319 ".\Debug\obj_map.obj" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1320
1321 ".\Debug\obj_map.sbr" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1322
1323
1324 !ENDIF 
1325
1326 # End Source File
1327 ################################################################################
1328 # Begin Source File
1329
1330 SOURCE=.\new_hblk.c
1331
1332 !IF  "$(CFG)" == "gc - Win32 Release"
1333
1334 DEP_CPP_NEW_H=\
1335         ".\include\private\gcconfig.h"\
1336         ".\include\gc.h"\
1337         ".\include\private\gc_hdrs.h"\
1338         ".\include\private\gc_priv.h"\
1339         {$(INCLUDE)}"\sys\TYPES.H"\
1340         
1341 NODEP_CPP_NEW_H=\
1342         ".\th\PCR_Th.h"\
1343         ".\th\PCR_ThCrSec.h"\
1344         ".\th\PCR_ThCtl.h"\
1345         
1346
1347 ".\Release\new_hblk.obj" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
1348
1349 ".\Release\new_hblk.sbr" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
1350
1351
1352 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1353
1354 DEP_CPP_NEW_H=\
1355         ".\include\private\gcconfig.h"\
1356         ".\include\gc.h"\
1357         ".\include\private\gc_hdrs.h"\
1358         ".\include\private\gc_priv.h"\
1359         {$(INCLUDE)}"\sys\TYPES.H"\
1360         
1361 NODEP_CPP_NEW_H=\
1362         ".\th\PCR_Th.h"\
1363         ".\th\PCR_ThCrSec.h"\
1364         ".\th\PCR_ThCtl.h"\
1365         
1366
1367 ".\Debug\new_hblk.obj" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
1368
1369 ".\Debug\new_hblk.sbr" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
1370
1371
1372 !ENDIF 
1373
1374 # End Source File
1375 ################################################################################
1376 # Begin Source File
1377
1378 SOURCE=.\mark.c
1379
1380 !IF  "$(CFG)" == "gc - Win32 Release"
1381
1382 DEP_CPP_MARK_C=\
1383         ".\include\private\gcconfig.h"\
1384         ".\include\gc.h"\
1385         ".\include\private\gc_hdrs.h"\
1386         ".\include\private\gc_pmark.h"\
1387         ".\include\gc_mark.h"\
1388         ".\include\private\gc_priv.h"\
1389         {$(INCLUDE)}"\sys\TYPES.H"\
1390         
1391 NODEP_CPP_MARK_C=\
1392         ".\th\PCR_Th.h"\
1393         ".\th\PCR_ThCrSec.h"\
1394         ".\th\PCR_ThCtl.h"\
1395         
1396
1397 ".\Release\mark.obj" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1398
1399 ".\Release\mark.sbr" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1400
1401
1402 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1403
1404 DEP_CPP_MARK_C=\
1405         ".\include\private\gcconfig.h"\
1406         ".\include\gc.h"\
1407         ".\include\private\gc_hdrs.h"\
1408         ".\include\private\gc_pmark.h"\
1409         ".\include\gc_mark.h"\
1410         ".\include\private\gc_priv.h"\
1411         {$(INCLUDE)}"\sys\TYPES.H"\
1412         
1413 NODEP_CPP_MARK_C=\
1414         ".\th\PCR_Th.h"\
1415         ".\th\PCR_ThCrSec.h"\
1416         ".\th\PCR_ThCtl.h"\
1417         
1418
1419 ".\Debug\mark.obj" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1420
1421 ".\Debug\mark.sbr" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1422
1423
1424 !ENDIF 
1425
1426 # End Source File
1427 ################################################################################
1428 # Begin Source File
1429
1430 SOURCE=.\malloc.c
1431
1432 !IF  "$(CFG)" == "gc - Win32 Release"
1433
1434 DEP_CPP_MALLO=\
1435         ".\include\private\gcconfig.h"\
1436         ".\include\gc.h"\
1437         ".\include\private\gc_hdrs.h"\
1438         ".\include\private\gc_priv.h"\
1439         {$(INCLUDE)}"\sys\TYPES.H"\
1440         
1441 NODEP_CPP_MALLO=\
1442         ".\th\PCR_Th.h"\
1443         ".\th\PCR_ThCrSec.h"\
1444         ".\th\PCR_ThCtl.h"\
1445         
1446
1447 ".\Release\malloc.obj" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1448
1449 ".\Release\malloc.sbr" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1450
1451
1452 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1453
1454 DEP_CPP_MALLO=\
1455         ".\include\private\gcconfig.h"\
1456         ".\include\gc.h"\
1457         ".\include\private\gc_hdrs.h"\
1458         ".\include\private\gc_priv.h"\
1459         {$(INCLUDE)}"\sys\TYPES.H"\
1460         
1461 NODEP_CPP_MALLO=\
1462         ".\th\PCR_Th.h"\
1463         ".\th\PCR_ThCrSec.h"\
1464         ".\th\PCR_ThCtl.h"\
1465         
1466
1467 ".\Debug\malloc.obj" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1468
1469 ".\Debug\malloc.sbr" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1470
1471
1472 !ENDIF 
1473
1474 # End Source File
1475 ################################################################################
1476 # Begin Source File
1477
1478 SOURCE=.\mallocx.c
1479
1480 !IF  "$(CFG)" == "gc - Win32 Release"
1481
1482 DEP_CPP_MALLX=\
1483         ".\include\private\gcconfig.h"\
1484         ".\include\gc.h"\
1485         ".\include\private\gc_hdrs.h"\
1486         ".\include\private\gc_priv.h"\
1487         {$(INCLUDE)}"\sys\TYPES.H"\
1488         
1489 NODEP_CPP_MALLX=\
1490         ".\th\PCR_Th.h"\
1491         ".\th\PCR_ThCrSec.h"\
1492         ".\th\PCR_ThCtl.h"\
1493         
1494
1495 ".\Release\mallocx.obj" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1496
1497 ".\Release\mallocx.sbr" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1498
1499
1500 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1501
1502 DEP_CPP_MALLX=\
1503         ".\include\private\gcconfig.h"\
1504         ".\include\gc.h"\
1505         ".\include\private\gc_hdrs.h"\
1506         ".\include\private\gc_priv.h"\
1507         {$(INCLUDE)}"\sys\TYPES.H"\
1508         
1509 NODEP_CPP_MALLX=\
1510         ".\th\PCR_Th.h"\
1511         ".\th\PCR_ThCrSec.h"\
1512         ".\th\PCR_ThCtl.h"\
1513         
1514
1515 ".\Debug\mallocx.obj" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1516
1517 ".\Debug\mallocx.sbr" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1518
1519
1520 !ENDIF 
1521
1522 # End Source File
1523 ################################################################################
1524 # Begin Source File
1525
1526 SOURCE=.\finalize.c
1527
1528 !IF  "$(CFG)" == "gc - Win32 Release"
1529
1530 DEP_CPP_FINAL=\
1531         ".\include\private\gcconfig.h"\
1532         ".\include\gc.h"\
1533         ".\include\private\gc_hdrs.h"\
1534         ".\include\private\gc_pmark.h"\
1535         ".\include\gc_mark.h"\
1536         ".\include\private\gc_priv.h"\
1537         {$(INCLUDE)}"\sys\TYPES.H"\
1538         
1539 NODEP_CPP_FINAL=\
1540         ".\th\PCR_Th.h"\
1541         ".\th\PCR_ThCrSec.h"\
1542         ".\th\PCR_ThCtl.h"\
1543         
1544
1545 ".\Release\finalize.obj" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1546
1547 ".\Release\finalize.sbr" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1548
1549
1550 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1551
1552 DEP_CPP_FINAL=\
1553         ".\include\private\gcconfig.h"\
1554         ".\include\gc.h"\
1555         ".\include\private\gc_hdrs.h"\
1556         ".\include\private\gc_pmark.h"\
1557         ".\include\gc_mark.h"\
1558         ".\include\private\gc_priv.h"\
1559         {$(INCLUDE)}"\sys\TYPES.H"\
1560         
1561 NODEP_CPP_FINAL=\
1562         ".\th\PCR_Th.h"\
1563         ".\th\PCR_ThCrSec.h"\
1564         ".\th\PCR_ThCtl.h"\
1565         
1566
1567 ".\Debug\finalize.obj" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1568
1569 ".\Debug\finalize.sbr" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1570
1571
1572 !ENDIF 
1573
1574 # End Source File
1575 ################################################################################
1576 # Begin Source File
1577
1578 SOURCE=.\dbg_mlc.c
1579
1580 !IF  "$(CFG)" == "gc - Win32 Release"
1581
1582 DEP_CPP_DBG_M=\
1583         ".\include\private\gcconfig.h"\
1584         ".\include\gc.h"\
1585         ".\include\private\gc_hdrs.h"\
1586         ".\include\private\gc_priv.h"\
1587         {$(INCLUDE)}"\sys\TYPES.H"\
1588         
1589 NODEP_CPP_DBG_M=\
1590         ".\th\PCR_Th.h"\
1591         ".\th\PCR_ThCrSec.h"\
1592         ".\th\PCR_ThCtl.h"\
1593         
1594
1595 ".\Release\dbg_mlc.obj" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1596
1597 ".\Release\dbg_mlc.sbr" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1598
1599
1600 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1601
1602 DEP_CPP_DBG_M=\
1603         ".\include\private\gcconfig.h"\
1604         ".\include\gc.h"\
1605         ".\include\private\gc_hdrs.h"\
1606         ".\include\private\gc_priv.h"\
1607         {$(INCLUDE)}"\sys\TYPES.H"\
1608         
1609 NODEP_CPP_DBG_M=\
1610         ".\th\PCR_Th.h"\
1611         ".\th\PCR_ThCrSec.h"\
1612         ".\th\PCR_ThCtl.h"\
1613         
1614
1615 ".\Debug\dbg_mlc.obj" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1616
1617 ".\Debug\dbg_mlc.sbr" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1618
1619
1620 !ENDIF 
1621
1622 # End Source File
1623 ################################################################################
1624 # Begin Source File
1625
1626 SOURCE=.\blacklst.c
1627
1628 !IF  "$(CFG)" == "gc - Win32 Release"
1629
1630 DEP_CPP_BLACK=\
1631         ".\include\private\gcconfig.h"\
1632         ".\include\gc.h"\
1633         ".\include\private\gc_hdrs.h"\
1634         ".\include\private\gc_priv.h"\
1635         {$(INCLUDE)}"\sys\TYPES.H"\
1636         
1637 NODEP_CPP_BLACK=\
1638         ".\th\PCR_Th.h"\
1639         ".\th\PCR_ThCrSec.h"\
1640         ".\th\PCR_ThCtl.h"\
1641         
1642
1643 ".\Release\blacklst.obj" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1644
1645 ".\Release\blacklst.sbr" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1646
1647
1648 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1649
1650 DEP_CPP_BLACK=\
1651         ".\include\private\gcconfig.h"\
1652         ".\include\gc.h"\
1653         ".\include\private\gc_hdrs.h"\
1654         ".\include\private\gc_priv.h"\
1655         {$(INCLUDE)}"\sys\TYPES.H"\
1656         
1657 NODEP_CPP_BLACK=\
1658         ".\th\PCR_Th.h"\
1659         ".\th\PCR_ThCrSec.h"\
1660         ".\th\PCR_ThCtl.h"\
1661         
1662
1663 ".\Debug\blacklst.obj" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1664
1665 ".\Debug\blacklst.sbr" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1666
1667
1668 !ENDIF 
1669
1670 # End Source File
1671 ################################################################################
1672 # Begin Source File
1673
1674 SOURCE=.\typd_mlc.c
1675
1676 !IF  "$(CFG)" == "gc - Win32 Release"
1677
1678 DEP_CPP_TYPD_=\
1679         ".\include\private\gcconfig.h"\
1680         ".\include\gc.h"\
1681         ".\include\private\gc_hdrs.h"\
1682         ".\include\private\gc_pmark.h"\
1683         ".\include\gc_mark.h"\
1684         ".\include\private\gc_priv.h"\
1685         ".\include\gc_typed.h"\
1686         {$(INCLUDE)}"\sys\TYPES.H"\
1687         
1688 NODEP_CPP_TYPD_=\
1689         ".\th\PCR_Th.h"\
1690         ".\th\PCR_ThCrSec.h"\
1691         ".\th\PCR_ThCtl.h"\
1692         
1693
1694 ".\Release\typd_mlc.obj" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1695
1696 ".\Release\typd_mlc.sbr" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1697
1698
1699 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1700
1701 DEP_CPP_TYPD_=\
1702         ".\include\private\gcconfig.h"\
1703         ".\include\gc.h"\
1704         ".\include\private\gc_hdrs.h"\
1705         ".\include\private\gc_pmark.h"\
1706         ".\include\gc_mark.h"\
1707         ".\include\private\gc_priv.h"\
1708         ".\include\gc_typed.h"\
1709         {$(INCLUDE)}"\sys\TYPES.H"\
1710         
1711 NODEP_CPP_TYPD_=\
1712         ".\th\PCR_Th.h"\
1713         ".\th\PCR_ThCrSec.h"\
1714         ".\th\PCR_ThCtl.h"\
1715         
1716
1717 ".\Debug\typd_mlc.obj" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1718
1719 ".\Debug\typd_mlc.sbr" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1720
1721
1722 !ENDIF 
1723
1724 # End Source File
1725 ################################################################################
1726 # Begin Source File
1727
1728 SOURCE=.\ptr_chck.c
1729
1730 !IF  "$(CFG)" == "gc - Win32 Release"
1731
1732 DEP_CPP_PTR_C=\
1733         ".\include\private\gcconfig.h"\
1734         ".\include\gc.h"\
1735         ".\include\private\gc_hdrs.h"\
1736         ".\include\private\gc_pmark.h"\
1737         ".\include\gc_mark.h"\
1738         ".\include\private\gc_priv.h"\
1739         {$(INCLUDE)}"\sys\TYPES.H"\
1740         
1741 NODEP_CPP_PTR_C=\
1742         ".\th\PCR_Th.h"\
1743         ".\th\PCR_ThCrSec.h"\
1744         ".\th\PCR_ThCtl.h"\
1745         
1746
1747 ".\Release\ptr_chck.obj" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1748
1749 ".\Release\ptr_chck.sbr" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1750
1751
1752 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1753
1754 DEP_CPP_PTR_C=\
1755         ".\include\private\gcconfig.h"\
1756         ".\include\gc.h"\
1757         ".\include\private\gc_hdrs.h"\
1758         ".\include\private\gc_pmark.h"\
1759         ".\include\gc_mark.h"\
1760         ".\include\private\gc_priv.h"\
1761         {$(INCLUDE)}"\sys\TYPES.H"\
1762         
1763 NODEP_CPP_PTR_C=\
1764         ".\th\PCR_Th.h"\
1765         ".\th\PCR_ThCrSec.h"\
1766         ".\th\PCR_ThCtl.h"\
1767         
1768
1769 ".\Debug\ptr_chck.obj" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1770
1771 ".\Debug\ptr_chck.sbr" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1772
1773
1774 !ENDIF 
1775
1776 # End Source File
1777 ################################################################################
1778 # Begin Source File
1779
1780 SOURCE=.\dyn_load.c
1781
1782 !IF  "$(CFG)" == "gc - Win32 Release"
1783
1784 DEP_CPP_DYN_L=\
1785         ".\include\private\gcconfig.h"\
1786         ".\include\gc.h"\
1787         ".\include\private\gc_hdrs.h"\
1788         ".\include\private\gc_priv.h"\
1789         {$(INCLUDE)}"\sys\STAT.H"\
1790         {$(INCLUDE)}"\sys\TYPES.H"\
1791         
1792 NODEP_CPP_DYN_L=\
1793         ".\il\PCR_IL.h"\
1794         ".\mm\PCR_MM.h"\
1795         ".\th\PCR_Th.h"\
1796         ".\th\PCR_ThCrSec.h"\
1797         ".\th\PCR_ThCtl.h"\
1798         
1799
1800 ".\Release\dyn_load.obj" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1801
1802 ".\Release\dyn_load.sbr" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1803
1804
1805 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1806
1807 DEP_CPP_DYN_L=\
1808         ".\include\private\gcconfig.h"\
1809         ".\include\gc.h"\
1810         ".\include\private\gc_hdrs.h"\
1811         ".\include\private\gc_priv.h"\
1812         {$(INCLUDE)}"\sys\STAT.H"\
1813         {$(INCLUDE)}"\sys\TYPES.H"\
1814         
1815 NODEP_CPP_DYN_L=\
1816         ".\il\PCR_IL.h"\
1817         ".\mm\PCR_MM.h"\
1818         ".\th\PCR_Th.h"\
1819         ".\th\PCR_ThCrSec.h"\
1820         ".\th\PCR_ThCtl.h"\
1821         
1822
1823 ".\Debug\dyn_load.obj" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1824
1825 ".\Debug\dyn_load.sbr" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1826
1827
1828 !ENDIF 
1829
1830 # End Source File
1831 ################################################################################
1832 # Begin Source File
1833
1834 SOURCE=.\win32_threads.c
1835
1836 !IF  "$(CFG)" == "gc - Win32 Release"
1837
1838 DEP_CPP_WIN32=\
1839         ".\include\private\gcconfig.h"\
1840         ".\include\gc.h"\
1841         ".\include\private\gc_hdrs.h"\
1842         ".\include\private\gc_priv.h"\
1843         {$(INCLUDE)}"\sys\TYPES.H"\
1844         
1845 NODEP_CPP_WIN32=\
1846         ".\th\PCR_Th.h"\
1847         ".\th\PCR_ThCrSec.h"\
1848         ".\th\PCR_ThCtl.h"\
1849         
1850
1851 ".\Release\win32_threads.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1852
1853 ".\Release\win32_threads.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1854
1855
1856 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1857
1858 DEP_CPP_WIN32=\
1859         ".\include\private\gcconfig.h"\
1860         ".\include\gc.h"\
1861         ".\include\private\gc_hdrs.h"\
1862         ".\include\private\gc_priv.h"\
1863         {$(INCLUDE)}"\sys\TYPES.H"\
1864         
1865 NODEP_CPP_WIN32=\
1866         ".\th\PCR_Th.h"\
1867         ".\th\PCR_ThCrSec.h"\
1868         ".\th\PCR_ThCtl.h"\
1869         
1870
1871 ".\Debug\win32_threads.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1872
1873 ".\Debug\win32_threads.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1874
1875
1876 !ENDIF 
1877
1878 # End Source File
1879 ################################################################################
1880 # Begin Source File
1881
1882 SOURCE=.\extra\msvc_dbg.c
1883
1884 !IF  "$(CFG)" == "gc - Win32 Release"
1885
1886 DEP_CPP_WIN32=\
1887         ".\include\private\gcconfig.h"\
1888         ".\include\gc.h"\
1889         ".\include\private\gc_hdrs.h"\
1890         ".\include\private\gc_priv.h"\
1891         ".\include\private\msvc_dbg.h"\
1892         {$(INCLUDE)}"\sys\TYPES.H"\
1893         
1894 NODEP_CPP_WIN32=\
1895         ".\th\PCR_Th.h"\
1896         ".\th\PCR_ThCrSec.h"\
1897         ".\th\PCR_ThCtl.h"\
1898         
1899
1900 ".\Release\msvc_dbg.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1901
1902 ".\Release\msvc_dbg.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1903
1904
1905 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1906
1907 DEP_CPP_WIN32=\
1908         ".\include\private\gcconfig.h"\
1909         ".\include\gc.h"\
1910         ".\include\private\gc_hdrs.h"\
1911         ".\include\private\gc_priv.h"\
1912         ".\include\private\msvc_dbg.h"\
1913         {$(INCLUDE)}"\sys\TYPES.H"\
1914         
1915 NODEP_CPP_WIN32=\
1916         ".\th\PCR_Th.h"\
1917         ".\th\PCR_ThCrSec.h"\
1918         ".\th\PCR_ThCtl.h"\
1919         
1920
1921 ".\Debug\msvc_dbg.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1922
1923 ".\Debug\msvc_dbg.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1924
1925
1926 !ENDIF 
1927
1928 # End Source File
1929 ################################################################################
1930 # Begin Source File
1931
1932 SOURCE=.\checksums.c
1933
1934 !IF  "$(CFG)" == "gc - Win32 Release"
1935
1936 DEP_CPP_CHECK=\
1937         ".\include\private\gcconfig.h"\
1938         ".\include\gc.h"\
1939         ".\include\private\gc_hdrs.h"\
1940         ".\include\private\gc_priv.h"\
1941         {$(INCLUDE)}"\sys\TYPES.H"\
1942         
1943 NODEP_CPP_CHECK=\
1944         ".\th\PCR_Th.h"\
1945         ".\th\PCR_ThCrSec.h"\
1946         ".\th\PCR_ThCtl.h"\
1947         
1948
1949 ".\Release\checksums.obj" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1950
1951 ".\Release\checksums.sbr" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1952
1953
1954 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
1955
1956 DEP_CPP_CHECK=\
1957         ".\include\private\gcconfig.h"\
1958         ".\include\gc.h"\
1959         ".\include\private\gc_hdrs.h"\
1960         ".\include\private\gc_priv.h"\
1961         {$(INCLUDE)}"\sys\TYPES.H"\
1962         
1963 NODEP_CPP_CHECK=\
1964         ".\th\PCR_Th.h"\
1965         ".\th\PCR_ThCrSec.h"\
1966         ".\th\PCR_ThCtl.h"\
1967         
1968
1969 ".\Debug\checksums.obj" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1970
1971 ".\Debug\checksums.sbr" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1972
1973
1974 !ENDIF 
1975
1976 # End Source File
1977 # End Target
1978 ################################################################################
1979 # Begin Target
1980
1981 # Name "gctest - Win32 Release"
1982 # Name "gctest - Win32 Debug"
1983
1984 !IF  "$(CFG)" == "gctest - Win32 Release"
1985
1986 !ELSEIF  "$(CFG)" == "gctest - Win32 Debug"
1987
1988 !ENDIF 
1989
1990 ################################################################################
1991 # Begin Project Dependency
1992
1993 # Project_Dep_Name "gc"
1994
1995 !IF  "$(CFG)" == "gctest - Win32 Release"
1996
1997 "gc - Win32 Release" : 
1998    $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release" 
1999
2000 !ELSEIF  "$(CFG)" == "gctest - Win32 Debug"
2001
2002 "gc - Win32 Debug" : 
2003    $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug" 
2004
2005 !ENDIF 
2006
2007 # End Project Dependency
2008 ################################################################################
2009 # Begin Source File
2010
2011 SOURCE=.\tests\test.c
2012 DEP_CPP_TEST_=\
2013         ".\include\private\gcconfig.h"\
2014         ".\include\gc.h"\
2015         ".\include\private\gc_hdrs.h"\
2016         ".\include\private\gc_priv.h"\
2017         ".\include\gc_typed.h"\
2018         {$(INCLUDE)}"\sys\TYPES.H"\
2019         
2020 NODEP_CPP_TEST_=\
2021         ".\th\PCR_Th.h"\
2022         ".\th\PCR_ThCrSec.h"\
2023         ".\th\PCR_ThCtl.h"\
2024         
2025
2026 !IF  "$(CFG)" == "gctest - Win32 Release"
2027
2028
2029 ".\gctest\Release\test.obj" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
2030
2031
2032 !ELSEIF  "$(CFG)" == "gctest - Win32 Debug"
2033
2034
2035 ".\gctest\Debug\test.obj" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
2036
2037 ".\gctest\Debug\test.sbr" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
2038
2039
2040 !ENDIF 
2041
2042 # End Source File
2043 # End Target
2044 ################################################################################
2045 # Begin Target
2046
2047 # Name "cord - Win32 Release"
2048 # Name "cord - Win32 Debug"
2049
2050 !IF  "$(CFG)" == "cord - Win32 Release"
2051
2052 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
2053
2054 !ENDIF 
2055
2056 ################################################################################
2057 # Begin Project Dependency
2058
2059 # Project_Dep_Name "gc"
2060
2061 !IF  "$(CFG)" == "cord - Win32 Release"
2062
2063 "gc - Win32 Release" : 
2064    $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release" 
2065
2066 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
2067
2068 "gc - Win32 Debug" : 
2069    $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug" 
2070
2071 !ENDIF 
2072
2073 # End Project Dependency
2074 ################################################################################
2075 # Begin Source File
2076
2077 SOURCE=.\cord\de_win.c
2078 DEP_CPP_DE_WI=\
2079         ".\include\cord.h"\
2080         ".\cord\de_cmds.h"\
2081         ".\cord\de_win.h"\
2082         ".\include\private\cord_pos.h"\
2083         
2084 NODEP_CPP_DE_WI=\
2085         ".\include\gc.h"\
2086         
2087
2088 !IF  "$(CFG)" == "cord - Win32 Release"
2089
2090
2091 ".\cord\Release\de_win.obj" : $(SOURCE) $(DEP_CPP_DE_WI) "$(INTDIR)"
2092    $(CPP) $(CPP_PROJ) $(SOURCE)
2093
2094
2095 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
2096
2097
2098 ".\cord\Debug\de_win.obj" : $(SOURCE) $(DEP_CPP_DE_WI) "$(INTDIR)"
2099    $(CPP) $(CPP_PROJ) $(SOURCE)
2100
2101
2102 !ENDIF 
2103
2104 # End Source File
2105 ################################################################################
2106 # Begin Source File
2107
2108 SOURCE=.\cord\de.c
2109 DEP_CPP_DE_C2e=\
2110         ".\include\cord.h"\
2111         ".\cord\de_cmds.h"\
2112         ".\cord\de_win.h"\
2113         ".\include\private\cord_pos.h"\
2114         
2115 NODEP_CPP_DE_C2e=\
2116         ".\include\gc.h"\
2117         
2118
2119 !IF  "$(CFG)" == "cord - Win32 Release"
2120
2121
2122 ".\cord\Release\de.obj" : $(SOURCE) $(DEP_CPP_DE_C2e) "$(INTDIR)"
2123    $(CPP) $(CPP_PROJ) $(SOURCE)
2124
2125
2126 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
2127
2128
2129 ".\cord\Debug\de.obj" : $(SOURCE) $(DEP_CPP_DE_C2e) "$(INTDIR)"
2130    $(CPP) $(CPP_PROJ) $(SOURCE)
2131
2132
2133 !ENDIF 
2134
2135 # End Source File
2136 ################################################################################
2137 # Begin Source File
2138
2139 SOURCE=.\cord\cordxtra.c
2140 DEP_CPP_CORDX=\
2141         ".\include\cord.h"\
2142         ".\include\ec.h"\
2143         ".\include\private\cord_pos.h"\
2144         
2145 NODEP_CPP_CORDX=\
2146         ".\include\gc.h"\
2147         
2148
2149 !IF  "$(CFG)" == "cord - Win32 Release"
2150
2151
2152 ".\cord\Release\cordxtra.obj" : $(SOURCE) $(DEP_CPP_CORDX) "$(INTDIR)"
2153    $(CPP) $(CPP_PROJ) $(SOURCE)
2154
2155
2156 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
2157
2158
2159 ".\cord\Debug\cordxtra.obj" : $(SOURCE) $(DEP_CPP_CORDX) "$(INTDIR)"
2160    $(CPP) $(CPP_PROJ) $(SOURCE)
2161
2162
2163 !ENDIF 
2164
2165 # End Source File
2166 ################################################################################
2167 # Begin Source File
2168
2169 SOURCE=.\cord\cordbscs.c
2170 DEP_CPP_CORDB=\
2171         ".\include\cord.h"\
2172         ".\include\private\cord_pos.h"\
2173         
2174 NODEP_CPP_CORDB=\
2175         ".\include\gc.h"\
2176         
2177
2178 !IF  "$(CFG)" == "cord - Win32 Release"
2179
2180
2181 ".\cord\Release\cordbscs.obj" : $(SOURCE) $(DEP_CPP_CORDB) "$(INTDIR)"
2182    $(CPP) $(CPP_PROJ) $(SOURCE)
2183
2184
2185 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
2186
2187
2188 ".\cord\Debug\cordbscs.obj" : $(SOURCE) $(DEP_CPP_CORDB) "$(INTDIR)"
2189    $(CPP) $(CPP_PROJ) $(SOURCE)
2190
2191
2192 !ENDIF 
2193
2194 # End Source File
2195 ################################################################################
2196 # Begin Source File
2197
2198 SOURCE=.\cord\de_win.RC
2199
2200 !IF  "$(CFG)" == "cord - Win32 Release"
2201
2202
2203 ".\cord\Release\de_win.res" : $(SOURCE) "$(INTDIR)"
2204    $(RSC) /l 0x809 /fo"$(INTDIR)/de_win.res" /i "cord" /d "NDEBUG" $(SOURCE)
2205
2206
2207 !ELSEIF  "$(CFG)" == "cord - Win32 Debug"
2208
2209
2210 ".\cord\Debug\de_win.res" : $(SOURCE) "$(INTDIR)"
2211    $(RSC) /l 0x809 /fo"$(INTDIR)/de_win.res" /i "cord" /d "_DEBUG" $(SOURCE)
2212
2213
2214 !ENDIF 
2215
2216 # End Source File
2217 # End Target
2218 # End Project
2219 ################################################################################