source: trunk/src/gcc/boehm-gc/gc.mak@ 997

Last change on this file since 997 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 51.9 KB
RevLine 
[2]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)" == ""
9CFG=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"
35NULL=
36!ELSE
37NULL=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 ""
55OUTDIR=.\Release
56INTDIR=.\Release
57
58ALL : ".\Release\gc.dll" ".\Release\gc.bsc"
59
60CLEAN :
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
112"$(OUTDIR)" :
113 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
114
115CPP=cl.exe
116# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
117# ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "SILENT" /D "GC_BUILD" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "GC_WIN32_THREADS" /FR /YX /c
118CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "SILENT" /D "GC_BUILD" /D\
119 "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D\
120 "GC_WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/" /c
121CPP_OBJS=.\Release/
122CPP_SBRS=.\Release/
123
124.c{$(CPP_OBJS)}.obj:
125 $(CPP) $(CPP_PROJ) $<
126
127.cpp{$(CPP_OBJS)}.obj:
128 $(CPP) $(CPP_PROJ) $<
129
130.cxx{$(CPP_OBJS)}.obj:
131 $(CPP) $(CPP_PROJ) $<
132
133.c{$(CPP_SBRS)}.sbr:
134 $(CPP) $(CPP_PROJ) $<
135
136.cpp{$(CPP_SBRS)}.sbr:
137 $(CPP) $(CPP_PROJ) $<
138
139.cxx{$(CPP_SBRS)}.sbr:
140 $(CPP) $(CPP_PROJ) $<
141
142MTL=mktyplib.exe
143# ADD BASE MTL /nologo /D "NDEBUG" /win32
144# ADD MTL /nologo /D "NDEBUG" /win32
145MTL_PROJ=/nologo /D "NDEBUG" /win32
146RSC=rc.exe
147# ADD BASE RSC /l 0x809 /d "NDEBUG"
148# ADD RSC /l 0x809 /d "NDEBUG"
149BSC32=bscmake.exe
150# ADD BASE BSC32 /nologo
151# ADD BSC32 /nologo
152BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
153BSC32_SBRS= \
154 ".\Release\allchblk.sbr" \
155 ".\Release\alloc.sbr" \
156 ".\Release\blacklst.sbr" \
157 ".\Release\checksums.sbr" \
158 ".\Release\dbg_mlc.sbr" \
159 ".\Release\dyn_load.sbr" \
160 ".\Release\finalize.sbr" \
161 ".\Release\gc_cpp.sbr" \
162 ".\Release\headers.sbr" \
163 ".\Release\mach_dep.sbr" \
164 ".\Release\malloc.sbr" \
165 ".\Release\mallocx.sbr" \
166 ".\Release\mark.sbr" \
167 ".\Release\mark_rts.sbr" \
168 ".\Release\misc.sbr" \
169 ".\Release\new_hblk.sbr" \
170 ".\Release\obj_map.sbr" \
171 ".\Release\os_dep.sbr" \
172 ".\Release\ptr_chck.sbr" \
173 ".\Release\reclaim.sbr" \
174 ".\Release\stubborn.sbr" \
175 ".\Release\typd_mlc.sbr" \
176 ".\Release\win32_threads.sbr"
177
178".\Release\gc.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
179 $(BSC32) @<<
180 $(BSC32_FLAGS) $(BSC32_SBRS)
181<<
182
183LINK32=link.exe
184# 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
185# 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
186LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
187 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
188 odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
189 /pdb:"$(OUTDIR)/gc.pdb" /machine:I386 /out:"$(OUTDIR)/gc.dll"\
190 /implib:"$(OUTDIR)/gc.lib"
191LINK32_OBJS= \
192 ".\Release\allchblk.obj" \
193 ".\Release\alloc.obj" \
194 ".\Release\blacklst.obj" \
195 ".\Release\checksums.obj" \
196 ".\Release\dbg_mlc.obj" \
197 ".\Release\dyn_load.obj" \
198 ".\Release\finalize.obj" \
199 ".\Release\gc_cpp.obj" \
200 ".\Release\headers.obj" \
201 ".\Release\mach_dep.obj" \
202 ".\Release\malloc.obj" \
203 ".\Release\mallocx.obj" \
204 ".\Release\mark.obj" \
205 ".\Release\mark_rts.obj" \
206 ".\Release\misc.obj" \
207 ".\Release\new_hblk.obj" \
208 ".\Release\obj_map.obj" \
209 ".\Release\os_dep.obj" \
210 ".\Release\ptr_chck.obj" \
211 ".\Release\reclaim.obj" \
212 ".\Release\stubborn.obj" \
213 ".\Release\typd_mlc.obj" \
214 ".\Release\win32_threads.obj"
215
216".\Release\gc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
217 $(LINK32) @<<
218 $(LINK32_FLAGS) $(LINK32_OBJS)
219<<
220
221!ELSEIF "$(CFG)" == "gc - Win32 Debug"
222
223# PROP BASE Use_MFC 0
224# PROP BASE Use_Debug_Libraries 1
225# PROP BASE Output_Dir "Debug"
226# PROP BASE Intermediate_Dir "Debug"
227# PROP BASE Target_Dir ""
228# PROP Use_MFC 0
229# PROP Use_Debug_Libraries 1
230# PROP Output_Dir "Debug"
231# PROP Intermediate_Dir "Debug"
232# PROP Target_Dir ""
233OUTDIR=.\Debug
234INTDIR=.\Debug
235
236ALL : ".\Debug\gc.dll" ".\Debug\gc.bsc"
237
238CLEAN :
239 -@erase ".\Debug\allchblk.obj"
240 -@erase ".\Debug\allchblk.sbr"
241 -@erase ".\Debug\alloc.obj"
242 -@erase ".\Debug\alloc.sbr"
243 -@erase ".\Debug\blacklst.obj"
244 -@erase ".\Debug\blacklst.sbr"
245 -@erase ".\Debug\checksums.obj"
246 -@erase ".\Debug\checksums.sbr"
247 -@erase ".\Debug\dbg_mlc.obj"
248 -@erase ".\Debug\dbg_mlc.sbr"
249 -@erase ".\Debug\dyn_load.obj"
250 -@erase ".\Debug\dyn_load.sbr"
251 -@erase ".\Debug\finalize.obj"
252 -@erase ".\Debug\finalize.sbr"
253 -@erase ".\Debug\gc_cpp.obj"
254 -@erase ".\Debug\gc_cpp.sbr"
255 -@erase ".\Debug\gc.bsc"
256 -@erase ".\Debug\gc.dll"
257 -@erase ".\Debug\gc.exp"
258 -@erase ".\Debug\gc.lib"
259 -@erase ".\Debug\gc.map"
260 -@erase ".\Debug\gc.pdb"
261 -@erase ".\Debug\headers.obj"
262 -@erase ".\Debug\headers.sbr"
263 -@erase ".\Debug\mach_dep.obj"
264 -@erase ".\Debug\mach_dep.sbr"
265 -@erase ".\Debug\malloc.obj"
266 -@erase ".\Debug\malloc.sbr"
267 -@erase ".\Debug\mallocx.obj"
268 -@erase ".\Debug\mallocx.sbr"
269 -@erase ".\Debug\mark.obj"
270 -@erase ".\Debug\mark.sbr"
271 -@erase ".\Debug\mark_rts.obj"
272 -@erase ".\Debug\mark_rts.sbr"
273 -@erase ".\Debug\misc.obj"
274 -@erase ".\Debug\misc.sbr"
275 -@erase ".\Debug\new_hblk.obj"
276 -@erase ".\Debug\new_hblk.sbr"
277 -@erase ".\Debug\obj_map.obj"
278 -@erase ".\Debug\obj_map.sbr"
279 -@erase ".\Debug\os_dep.obj"
280 -@erase ".\Debug\os_dep.sbr"
281 -@erase ".\Debug\ptr_chck.obj"
282 -@erase ".\Debug\ptr_chck.sbr"
283 -@erase ".\Debug\reclaim.obj"
284 -@erase ".\Debug\reclaim.sbr"
285 -@erase ".\Debug\stubborn.obj"
286 -@erase ".\Debug\stubborn.sbr"
287 -@erase ".\Debug\typd_mlc.obj"
288 -@erase ".\Debug\typd_mlc.sbr"
289 -@erase ".\Debug\vc40.idb"
290 -@erase ".\Debug\vc40.pdb"
291 -@erase ".\Debug\win32_threads.obj"
292 -@erase ".\Debug\win32_threads.sbr"
293
294"$(OUTDIR)" :
295 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
296
297CPP=cl.exe
298# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
299# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "SILENT" /D "GC_BUILD" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "GC_WIN32_THREADS" /FR /YX /c
300CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "SILENT" /D "GC_BUILD"\
301 /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D\
302 "GC_WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/"\
303 /Fd"$(INTDIR)/" /c
304CPP_OBJS=.\Debug/
305CPP_SBRS=.\Debug/
306
307.c{$(CPP_OBJS)}.obj:
308 $(CPP) $(CPP_PROJ) $<
309
310.cpp{$(CPP_OBJS)}.obj:
311 $(CPP) $(CPP_PROJ) $<
312
313.cxx{$(CPP_OBJS)}.obj:
314 $(CPP) $(CPP_PROJ) $<
315
316.c{$(CPP_SBRS)}.sbr:
317 $(CPP) $(CPP_PROJ) $<
318
319.cpp{$(CPP_SBRS)}.sbr:
320 $(CPP) $(CPP_PROJ) $<
321
322.cxx{$(CPP_SBRS)}.sbr:
323 $(CPP) $(CPP_PROJ) $<
324
325MTL=mktyplib.exe
326# ADD BASE MTL /nologo /D "_DEBUG" /win32
327# ADD MTL /nologo /D "_DEBUG" /win32
328MTL_PROJ=/nologo /D "_DEBUG" /win32
329RSC=rc.exe
330# ADD BASE RSC /l 0x809 /d "_DEBUG"
331# ADD RSC /l 0x809 /d "_DEBUG"
332BSC32=bscmake.exe
333# ADD BASE BSC32 /nologo
334# ADD BSC32 /nologo
335BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
336BSC32_SBRS= \
337 ".\Debug\allchblk.sbr" \
338 ".\Debug\alloc.sbr" \
339 ".\Debug\blacklst.sbr" \
340 ".\Debug\checksums.sbr" \
341 ".\Debug\dbg_mlc.sbr" \
342 ".\Debug\dyn_load.sbr" \
343 ".\Debug\finalize.sbr" \
344 ".\Debug\gc_cpp.sbr" \
345 ".\Debug\headers.sbr" \
346 ".\Debug\mach_dep.sbr" \
347 ".\Debug\malloc.sbr" \
348 ".\Debug\mallocx.sbr" \
349 ".\Debug\mark.sbr" \
350 ".\Debug\mark_rts.sbr" \
351 ".\Debug\misc.sbr" \
352 ".\Debug\new_hblk.sbr" \
353 ".\Debug\obj_map.sbr" \
354 ".\Debug\os_dep.sbr" \
355 ".\Debug\ptr_chck.sbr" \
356 ".\Debug\reclaim.sbr" \
357 ".\Debug\stubborn.sbr" \
358 ".\Debug\typd_mlc.sbr" \
359 ".\Debug\win32_threads.sbr"
360
361".\Debug\gc.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
362 $(BSC32) @<<
363 $(BSC32_FLAGS) $(BSC32_SBRS)
364<<
365
366LINK32=link.exe
367# 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
368# 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
369LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
370 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
371 odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
372 /pdb:"$(OUTDIR)/gc.pdb" /map:"$(INTDIR)/gc.map" /debug /machine:I386\
373 /out:"$(OUTDIR)/gc.dll" /implib:"$(OUTDIR)/gc.lib"
374LINK32_OBJS= \
375 ".\Debug\allchblk.obj" \
376 ".\Debug\alloc.obj" \
377 ".\Debug\blacklst.obj" \
378 ".\Debug\checksums.obj" \
379 ".\Debug\dbg_mlc.obj" \
380 ".\Debug\dyn_load.obj" \
381 ".\Debug\finalize.obj" \
382 ".\Debug\gc_cpp.obj" \
383 ".\Debug\headers.obj" \
384 ".\Debug\mach_dep.obj" \
385 ".\Debug\malloc.obj" \
386 ".\Debug\mallocx.obj" \
387 ".\Debug\mark.obj" \
388 ".\Debug\mark_rts.obj" \
389 ".\Debug\misc.obj" \
390 ".\Debug\new_hblk.obj" \
391 ".\Debug\obj_map.obj" \
392 ".\Debug\os_dep.obj" \
393 ".\Debug\ptr_chck.obj" \
394 ".\Debug\reclaim.obj" \
395 ".\Debug\stubborn.obj" \
396 ".\Debug\typd_mlc.obj" \
397 ".\Debug\win32_threads.obj"
398
399".\Debug\gc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
400 $(LINK32) @<<
401 $(LINK32_FLAGS) $(LINK32_OBJS)
402<<
403
404!ELSEIF "$(CFG)" == "gctest - Win32 Release"
405
406# PROP BASE Use_MFC 0
407# PROP BASE Use_Debug_Libraries 0
408# PROP BASE Output_Dir "gctest\Release"
409# PROP BASE Intermediate_Dir "gctest\Release"
410# PROP BASE Target_Dir "gctest"
411# PROP Use_MFC 0
412# PROP Use_Debug_Libraries 0
413# PROP Output_Dir "gctest\Release"
414# PROP Intermediate_Dir "gctest\Release"
415# PROP Target_Dir "gctest"
416OUTDIR=.\gctest\Release
417INTDIR=.\gctest\Release
418
419ALL : "gc - Win32 Release" ".\Release\gctest.exe"
420
421CLEAN :
422 -@erase ".\gctest\Release\test.obj"
423 -@erase ".\Release\gctest.exe"
424
425"$(OUTDIR)" :
426 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
427
428test.c : tests\test.c
429 copy tests\test.c test.c
430
431CPP=cl.exe
432# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
433# ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "GC_WIN32_THREADS" /YX /c
434CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
435 "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "GC_WIN32_THREADS"\
436 /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /c
437CPP_OBJS=.\gctest\Release/
438CPP_SBRS=.\.
439
440.c{$(CPP_OBJS)}.obj:
441 $(CPP) $(CPP_PROJ) $<
442
443.cpp{$(CPP_OBJS)}.obj:
444 $(CPP) $(CPP_PROJ) $<
445
446.cxx{$(CPP_OBJS)}.obj:
447 $(CPP) $(CPP_PROJ) $<
448
449.c{$(CPP_SBRS)}.sbr:
450 $(CPP) $(CPP_PROJ) $<
451
452.cpp{$(CPP_SBRS)}.sbr:
453 $(CPP) $(CPP_PROJ) $<
454
455.cxx{$(CPP_SBRS)}.sbr:
456 $(CPP) $(CPP_PROJ) $<
457
458MTL=mktyplib.exe
459# ADD BASE MTL /nologo /D "NDEBUG" /win32
460# ADD MTL /nologo /D "NDEBUG" /win32
461MTL_PROJ=/nologo /D "NDEBUG" /win32
462RSC=rc.exe
463# ADD BASE RSC /l 0x809 /d "NDEBUG"
464# ADD RSC /l 0x809 /d "NDEBUG"
465BSC32=bscmake.exe
466# ADD BASE BSC32 /nologo
467# ADD BSC32 /nologo
468BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
469BSC32_SBRS= \
470
471LINK32=link.exe
472# 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
473# 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"
474LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
475 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
476 odbccp32.lib /nologo /subsystem:windows /incremental:no\
477 /pdb:"$(OUTDIR)/gctest.pdb" /machine:I386 /out:"Release/gctest.exe"
478LINK32_OBJS= \
479 ".\gctest\Release\test.obj" \
480 ".\Release\gc.lib"
481
482".\Release\gctest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
483 $(LINK32) @<<
484 $(LINK32_FLAGS) $(LINK32_OBJS)
485<<
486
487!ELSEIF "$(CFG)" == "gctest - Win32 Debug"
488
489# PROP BASE Use_MFC 0
490# PROP BASE Use_Debug_Libraries 1
491# PROP BASE Output_Dir "gctest\Debug"
492# PROP BASE Intermediate_Dir "gctest\Debug"
493# PROP BASE Target_Dir "gctest"
494# PROP Use_MFC 0
495# PROP Use_Debug_Libraries 1
496# PROP Output_Dir "gctest\Debug"
497# PROP Intermediate_Dir "gctest\Debug"
498# PROP Target_Dir "gctest"
499OUTDIR=.\gctest\Debug
500INTDIR=.\gctest\Debug
501
502ALL : "gc - Win32 Debug" ".\Debug\gctest.exe" ".\gctest\Debug\gctest.bsc"
503
504CLEAN :
505 -@erase ".\Debug\gctest.exe"
506 -@erase ".\gctest\Debug\gctest.bsc"
507 -@erase ".\gctest\Debug\gctest.map"
508 -@erase ".\gctest\Debug\gctest.pdb"
509 -@erase ".\gctest\Debug\test.obj"
510 -@erase ".\gctest\Debug\test.sbr"
511 -@erase ".\gctest\Debug\vc40.idb"
512 -@erase ".\gctest\Debug\vc40.pdb"
513
514"$(OUTDIR)" :
515 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
516
517CPP=cl.exe
518# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
519# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "GC_WIN32_THREADS" /FR /YX /c
520CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
521 /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "GC_WIN32_THREADS" /FR"$(INTDIR)/"\
522 /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
523CPP_OBJS=.\gctest\Debug/
524CPP_SBRS=.\gctest\Debug/
525
526.c{$(CPP_OBJS)}.obj:
527 $(CPP) $(CPP_PROJ) $<
528
529.cpp{$(CPP_OBJS)}.obj:
530 $(CPP) $(CPP_PROJ) $<
531
532.cxx{$(CPP_OBJS)}.obj:
533 $(CPP) $(CPP_PROJ) $<
534
535.c{$(CPP_SBRS)}.sbr:
536 $(CPP) $(CPP_PROJ) $<
537
538.cpp{$(CPP_SBRS)}.sbr:
539 $(CPP) $(CPP_PROJ) $<
540
541.cxx{$(CPP_SBRS)}.sbr:
542 $(CPP) $(CPP_PROJ) $<
543
544MTL=mktyplib.exe
545# ADD BASE MTL /nologo /D "_DEBUG" /win32
546# ADD MTL /nologo /D "_DEBUG" /win32
547MTL_PROJ=/nologo /D "_DEBUG" /win32
548RSC=rc.exe
549# ADD BASE RSC /l 0x809 /d "_DEBUG"
550# ADD RSC /l 0x809 /d "_DEBUG"
551BSC32=bscmake.exe
552# ADD BASE BSC32 /nologo
553# ADD BSC32 /nologo
554BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
555BSC32_SBRS= \
556 ".\gctest\Debug\test.sbr"
557
558".\gctest\Debug\gctest.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
559 $(BSC32) @<<
560 $(BSC32_FLAGS) $(BSC32_SBRS)
561<<
562
563LINK32=link.exe
564# 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
565# 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"
566LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
567 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
568 odbccp32.lib /nologo /subsystem:windows /incremental:no\
569 /pdb:"$(OUTDIR)/gctest.pdb" /map:"$(INTDIR)/gctest.map" /debug /machine:I386\
570 /out:"Debug/gctest.exe"
571LINK32_OBJS= \
572 ".\Debug\gc.lib" \
573 ".\gctest\Debug\test.obj"
574
575".\Debug\gctest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
576 $(LINK32) @<<
577 $(LINK32_FLAGS) $(LINK32_OBJS)
578<<
579
580!ELSEIF "$(CFG)" == "cord - Win32 Release"
581
582# PROP BASE Use_MFC 0
583# PROP BASE Use_Debug_Libraries 0
584# PROP BASE Output_Dir "cord\Release"
585# PROP BASE Intermediate_Dir "cord\Release"
586# PROP BASE Target_Dir "cord"
587# PROP Use_MFC 0
588# PROP Use_Debug_Libraries 0
589# PROP Output_Dir "cord\Release"
590# PROP Intermediate_Dir "cord\Release"
591# PROP Target_Dir "cord"
592OUTDIR=.\cord\Release
593INTDIR=.\cord\Release
594
595ALL : "gc - Win32 Release" ".\Release\de.exe"
596
597CLEAN :
598 -@erase ".\cord\Release\cordbscs.obj"
599 -@erase ".\cord\Release\cordxtra.obj"
600 -@erase ".\cord\Release\de.obj"
601 -@erase ".\cord\Release\de_win.obj"
602 -@erase ".\cord\Release\de_win.res"
603 -@erase ".\Release\de.exe"
604
605"$(OUTDIR)" :
606 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
607
608CPP=cl.exe
609# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
610# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c
611CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
612 "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX /Fo"$(INTDIR)/" /c
613CPP_OBJS=.\cord\Release/
614CPP_SBRS=.\.
615
616.c{$(CPP_OBJS)}.obj:
617 $(CPP) $(CPP_PROJ) $<
618
619.cpp{$(CPP_OBJS)}.obj:
620 $(CPP) $(CPP_PROJ) $<
621
622.cxx{$(CPP_OBJS)}.obj:
623 $(CPP) $(CPP_PROJ) $<
624
625.c{$(CPP_SBRS)}.sbr:
626 $(CPP) $(CPP_PROJ) $<
627
628.cpp{$(CPP_SBRS)}.sbr:
629 $(CPP) $(CPP_PROJ) $<
630
631.cxx{$(CPP_SBRS)}.sbr:
632 $(CPP) $(CPP_PROJ) $<
633
634MTL=mktyplib.exe
635# ADD BASE MTL /nologo /D "NDEBUG" /win32
636# ADD MTL /nologo /D "NDEBUG" /win32
637MTL_PROJ=/nologo /D "NDEBUG" /win32
638RSC=rc.exe
639# ADD BASE RSC /l 0x809 /d "NDEBUG"
640# ADD RSC /l 0x809 /d "NDEBUG"
641RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "NDEBUG"
642BSC32=bscmake.exe
643# ADD BASE BSC32 /nologo
644# ADD BSC32 /nologo
645BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
646BSC32_SBRS= \
647
648LINK32=link.exe
649# 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
650# 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"
651LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
652 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
653 odbccp32.lib /nologo /subsystem:windows /incremental:no /pdb:"$(OUTDIR)/de.pdb"\
654 /machine:I386 /out:"Release/de.exe"
655LINK32_OBJS= \
656 ".\cord\Release\cordbscs.obj" \
657 ".\cord\Release\cordxtra.obj" \
658 ".\cord\Release\de.obj" \
659 ".\cord\Release\de_win.obj" \
660 ".\cord\Release\de_win.res" \
661 ".\Release\gc.lib"
662
663".\Release\de.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
664 $(LINK32) @<<
665 $(LINK32_FLAGS) $(LINK32_OBJS)
666<<
667
668!ELSEIF "$(CFG)" == "cord - Win32 Debug"
669
670# PROP BASE Use_MFC 0
671# PROP BASE Use_Debug_Libraries 1
672# PROP BASE Output_Dir "cord\Debug"
673# PROP BASE Intermediate_Dir "cord\Debug"
674# PROP BASE Target_Dir "cord"
675# PROP Use_MFC 0
676# PROP Use_Debug_Libraries 1
677# PROP Output_Dir "cord\Debug"
678# PROP Intermediate_Dir "cord\Debug"
679# PROP Target_Dir "cord"
680OUTDIR=.\cord\Debug
681INTDIR=.\cord\Debug
682
683ALL : "gc - Win32 Debug" ".\Debug\de.exe"
684
685CLEAN :
686 -@erase ".\cord\Debug\cordbscs.obj"
687 -@erase ".\cord\Debug\cordxtra.obj"
688 -@erase ".\cord\Debug\de.obj"
689 -@erase ".\cord\Debug\de.pdb"
690 -@erase ".\cord\Debug\de_win.obj"
691 -@erase ".\cord\Debug\de_win.res"
692 -@erase ".\cord\Debug\vc40.idb"
693 -@erase ".\cord\Debug\vc40.pdb"
694 -@erase ".\Debug\de.exe"
695 -@erase ".\Debug\de.ilk"
696
697"$(OUTDIR)" :
698 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
699
700CPP=cl.exe
701# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
702# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c
703CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /I include /D "_DEBUG" /D "WIN32" /D\
704 "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX\
705 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
706CPP_OBJS=.\cord\Debug/
707CPP_SBRS=.\.
708
709.c{$(CPP_OBJS)}.obj:
710 $(CPP) $(CPP_PROJ) $<
711
712.cpp{$(CPP_OBJS)}.obj:
713 $(CPP) $(CPP_PROJ) $<
714
715.cxx{$(CPP_OBJS)}.obj:
716 $(CPP) $(CPP_PROJ) $<
717
718.c{$(CPP_SBRS)}.sbr:
719 $(CPP) $(CPP_PROJ) $<
720
721.cpp{$(CPP_SBRS)}.sbr:
722 $(CPP) $(CPP_PROJ) $<
723
724.cxx{$(CPP_SBRS)}.sbr:
725 $(CPP) $(CPP_PROJ) $<
726
727MTL=mktyplib.exe
728# ADD BASE MTL /nologo /D "_DEBUG" /win32
729# ADD MTL /nologo /D "_DEBUG" /win32
730MTL_PROJ=/nologo /D "_DEBUG" /win32
731RSC=rc.exe
732# ADD BASE RSC /l 0x809 /d "_DEBUG"
733# ADD RSC /l 0x809 /d "_DEBUG"
734RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "_DEBUG"
735BSC32=bscmake.exe
736# ADD BASE BSC32 /nologo
737# ADD BSC32 /nologo
738BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
739BSC32_SBRS= \
740
741LINK32=link.exe
742# 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
743# 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"
744LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
745 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
746 odbccp32.lib /nologo /subsystem:windows /incremental:yes\
747 /pdb:"$(OUTDIR)/de.pdb" /debug /machine:I386 /out:"Debug/de.exe"
748LINK32_OBJS= \
749 ".\cord\Debug\cordbscs.obj" \
750 ".\cord\Debug\cordxtra.obj" \
751 ".\cord\Debug\de.obj" \
752 ".\cord\Debug\de_win.obj" \
753 ".\cord\Debug\de_win.res" \
754 ".\Debug\gc.lib"
755
756".\Debug\de.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
757 $(LINK32) @<<
758 $(LINK32_FLAGS) $(LINK32_OBJS)
759<<
760
761!ENDIF
762
763################################################################################
764# Begin Target
765
766# Name "gc - Win32 Release"
767# Name "gc - Win32 Debug"
768
769!IF "$(CFG)" == "gc - Win32 Release"
770
771!ELSEIF "$(CFG)" == "gc - Win32 Debug"
772
773!ENDIF
774
775################################################################################
776# Begin Source File
777
778SOURCE=.\gc_cpp.cpp
779
780!IF "$(CFG)" == "gc - Win32 Release"
781
782DEP_CPP_RECLA=\
783 ".\include\private\gcconfig.h"\
784 ".\include\gc.h"\
785 ".\include\private\gc_hdrs.h"\
786 ".\include\private\gc_priv.h"\
787 ".\include\gc_cpp.h"\
788 {$(INCLUDE)}"\sys\TYPES.H"\
789
790NODEP_CPP_RECLA=\
791 ".\th\PCR_Th.h"\
792 ".\th\PCR_ThCrSec.h"\
793 ".\th\PCR_ThCtl.h"\
794
795
796".\Release\gc_cpp.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
797
798".\Release\gc_cpp.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
799
800
801!ELSEIF "$(CFG)" == "gc - Win32 Debug"
802
803DEP_CPP_RECLA=\
804 ".\include\private\gcconfig.h"\
805 ".\include\gc.h"\
806 ".\include\private\gc_hdrs.h"\
807 ".\include\private\gc_priv.h"\
808 ".\include\gc_cpp.h"\
809 {$(INCLUDE)}"\sys\TYPES.H"\
810
811NODEP_CPP_RECLA=\
812 ".\th\PCR_Th.h"\
813 ".\th\PCR_ThCrSec.h"\
814 ".\th\PCR_ThCtl.h"\
815
816
817".\Debug\gc_cpp.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
818
819".\Debug\gc_cpp.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
820
821
822!ENDIF
823
824# End Source File
825################################################################################
826# Begin Source File
827
828SOURCE=.\reclaim.c
829
830!IF "$(CFG)" == "gc - Win32 Release"
831
832DEP_CPP_RECLA=\
833 ".\include\private\gcconfig.h"\
834 ".\include\gc.h"\
835 ".\include\private\gc_hdrs.h"\
836 ".\include\private\gc_priv.h"\
837 {$(INCLUDE)}"\sys\TYPES.H"\
838
839NODEP_CPP_RECLA=\
840 ".\th\PCR_Th.h"\
841 ".\th\PCR_ThCrSec.h"\
842 ".\th\PCR_ThCtl.h"\
843
844
845".\Release\reclaim.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
846
847".\Release\reclaim.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
848
849
850!ELSEIF "$(CFG)" == "gc - Win32 Debug"
851
852DEP_CPP_RECLA=\
853 ".\include\private\gcconfig.h"\
854 ".\include\gc.h"\
855 ".\include\private\gc_hdrs.h"\
856 ".\include\private\gc_priv.h"\
857 {$(INCLUDE)}"\sys\TYPES.H"\
858
859NODEP_CPP_RECLA=\
860 ".\th\PCR_Th.h"\
861 ".\th\PCR_ThCrSec.h"\
862 ".\th\PCR_ThCtl.h"\
863
864
865".\Debug\reclaim.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
866
867".\Debug\reclaim.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
868
869
870!ENDIF
871
872# End Source File
873
874################################################################################
875# Begin Source File
876
877SOURCE=.\os_dep.c
878
879!IF "$(CFG)" == "gc - Win32 Release"
880
881DEP_CPP_OS_DE=\
882 ".\include\private\gcconfig.h"\
883 ".\include\gc.h"\
884 ".\include\private\gc_hdrs.h"\
885 ".\include\private\gc_priv.h"\
886 {$(INCLUDE)}"\sys\STAT.H"\
887 {$(INCLUDE)}"\sys\TYPES.H"\
888
889NODEP_CPP_OS_DE=\
890 ".\il\PCR_IL.h"\
891 ".\mm\PCR_MM.h"\
892 ".\th\PCR_Th.h"\
893 ".\th\PCR_ThCrSec.h"\
894 ".\th\PCR_ThCtl.h"\
895 ".\vd\PCR_VD.h"\
896
897
898".\Release\os_dep.obj" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
899
900".\Release\os_dep.sbr" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
901
902
903!ELSEIF "$(CFG)" == "gc - Win32 Debug"
904
905DEP_CPP_OS_DE=\
906 ".\include\private\gcconfig.h"\
907 ".\include\gc.h"\
908 ".\include\private\gc_hdrs.h"\
909 ".\include\private\gc_priv.h"\
910 {$(INCLUDE)}"\sys\STAT.H"\
911 {$(INCLUDE)}"\sys\TYPES.H"\
912
913NODEP_CPP_OS_DE=\
914 ".\il\PCR_IL.h"\
915 ".\mm\PCR_MM.h"\
916 ".\th\PCR_Th.h"\
917 ".\th\PCR_ThCrSec.h"\
918 ".\th\PCR_ThCtl.h"\
919 ".\vd\PCR_VD.h"\
920
921
922".\Debug\os_dep.obj" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
923
924".\Debug\os_dep.sbr" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
925
926
927!ENDIF
928
929# End Source File
930################################################################################
931# Begin Source File
932
933SOURCE=.\misc.c
934
935!IF "$(CFG)" == "gc - Win32 Release"
936
937DEP_CPP_MISC_=\
938 ".\include\private\gcconfig.h"\
939 ".\include\gc.h"\
940 ".\include\private\gc_hdrs.h"\
941 ".\include\private\gc_priv.h"\
942 {$(INCLUDE)}"\sys\TYPES.H"\
943
944NODEP_CPP_MISC_=\
945 ".\il\PCR_IL.h"\
946 ".\th\PCR_Th.h"\
947 ".\th\PCR_ThCrSec.h"\
948 ".\th\PCR_ThCtl.h"\
949
950
951".\Release\misc.obj" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
952
953".\Release\misc.sbr" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
954
955
956!ELSEIF "$(CFG)" == "gc - Win32 Debug"
957
958DEP_CPP_MISC_=\
959 ".\include\private\gcconfig.h"\
960 ".\include\gc.h"\
961 ".\include\private\gc_hdrs.h"\
962 ".\include\private\gc_priv.h"\
963 {$(INCLUDE)}"\sys\TYPES.H"\
964
965NODEP_CPP_MISC_=\
966 ".\il\PCR_IL.h"\
967 ".\th\PCR_Th.h"\
968 ".\th\PCR_ThCrSec.h"\
969 ".\th\PCR_ThCtl.h"\
970
971
972".\Debug\misc.obj" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
973
974".\Debug\misc.sbr" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
975
976
977!ENDIF
978
979# End Source File
980################################################################################
981# Begin Source File
982
983SOURCE=.\mark_rts.c
984
985!IF "$(CFG)" == "gc - Win32 Release"
986
987DEP_CPP_MARK_=\
988 ".\include\private\gcconfig.h"\
989 ".\include\gc.h"\
990 ".\include\private\gc_hdrs.h"\
991 ".\include\private\gc_priv.h"\
992 {$(INCLUDE)}"\sys\TYPES.H"\
993
994NODEP_CPP_MARK_=\
995 ".\th\PCR_Th.h"\
996 ".\th\PCR_ThCrSec.h"\
997 ".\th\PCR_ThCtl.h"\
998
999
1000".\Release\mark_rts.obj" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1001
1002".\Release\mark_rts.sbr" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1003
1004
1005!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1006
1007DEP_CPP_MARK_=\
1008 ".\include\private\gcconfig.h"\
1009 ".\include\gc.h"\
1010 ".\include\private\gc_hdrs.h"\
1011 ".\include\private\gc_priv.h"\
1012 {$(INCLUDE)}"\sys\TYPES.H"\
1013
1014NODEP_CPP_MARK_=\
1015 ".\th\PCR_Th.h"\
1016 ".\th\PCR_ThCrSec.h"\
1017 ".\th\PCR_ThCtl.h"\
1018
1019
1020".\Debug\mark_rts.obj" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1021
1022".\Debug\mark_rts.sbr" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
1023
1024
1025!ENDIF
1026
1027# End Source File
1028################################################################################
1029# Begin Source File
1030
1031SOURCE=.\mach_dep.c
1032
1033!IF "$(CFG)" == "gc - Win32 Release"
1034
1035DEP_CPP_MACH_=\
1036 ".\include\private\gcconfig.h"\
1037 ".\include\gc.h"\
1038 ".\include\private\gc_hdrs.h"\
1039 ".\include\private\gc_priv.h"\
1040 {$(INCLUDE)}"\sys\TYPES.H"\
1041
1042NODEP_CPP_MACH_=\
1043 ".\th\PCR_Th.h"\
1044 ".\th\PCR_ThCrSec.h"\
1045 ".\th\PCR_ThCtl.h"\
1046
1047
1048".\Release\mach_dep.obj" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1049
1050".\Release\mach_dep.sbr" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1051
1052
1053!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1054
1055DEP_CPP_MACH_=\
1056 ".\include\private\gcconfig.h"\
1057 ".\include\gc.h"\
1058 ".\include\private\gc_hdrs.h"\
1059 ".\include\private\gc_priv.h"\
1060 {$(INCLUDE)}"\sys\TYPES.H"\
1061
1062NODEP_CPP_MACH_=\
1063 ".\th\PCR_Th.h"\
1064 ".\th\PCR_ThCrSec.h"\
1065 ".\th\PCR_ThCtl.h"\
1066
1067
1068".\Debug\mach_dep.obj" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1069
1070".\Debug\mach_dep.sbr" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
1071
1072
1073!ENDIF
1074
1075# End Source File
1076################################################################################
1077# Begin Source File
1078
1079SOURCE=.\headers.c
1080
1081!IF "$(CFG)" == "gc - Win32 Release"
1082
1083DEP_CPP_HEADE=\
1084 ".\include\private\gcconfig.h"\
1085 ".\include\gc.h"\
1086 ".\include\private\gc_hdrs.h"\
1087 ".\include\private\gc_priv.h"\
1088 {$(INCLUDE)}"\sys\TYPES.H"\
1089
1090NODEP_CPP_HEADE=\
1091 ".\th\PCR_Th.h"\
1092 ".\th\PCR_ThCrSec.h"\
1093 ".\th\PCR_ThCtl.h"\
1094
1095
1096".\Release\headers.obj" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1097
1098".\Release\headers.sbr" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1099
1100
1101!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1102
1103DEP_CPP_HEADE=\
1104 ".\include\private\gcconfig.h"\
1105 ".\include\gc.h"\
1106 ".\include\private\gc_hdrs.h"\
1107 ".\include\private\gc_priv.h"\
1108 {$(INCLUDE)}"\sys\TYPES.H"\
1109
1110NODEP_CPP_HEADE=\
1111 ".\th\PCR_Th.h"\
1112 ".\th\PCR_ThCrSec.h"\
1113 ".\th\PCR_ThCtl.h"\
1114
1115
1116".\Debug\headers.obj" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1117
1118".\Debug\headers.sbr" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
1119
1120
1121!ENDIF
1122
1123# End Source File
1124################################################################################
1125# Begin Source File
1126
1127SOURCE=.\alloc.c
1128
1129!IF "$(CFG)" == "gc - Win32 Release"
1130
1131DEP_CPP_ALLOC=\
1132 ".\include\private\gcconfig.h"\
1133 ".\include\gc.h"\
1134 ".\include\private\gc_hdrs.h"\
1135 ".\include\private\gc_priv.h"\
1136 {$(INCLUDE)}"\sys\TYPES.H"\
1137
1138NODEP_CPP_ALLOC=\
1139 ".\th\PCR_Th.h"\
1140 ".\th\PCR_ThCrSec.h"\
1141 ".\th\PCR_ThCtl.h"\
1142
1143
1144".\Release\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1145
1146".\Release\alloc.sbr" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1147
1148
1149!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1150
1151DEP_CPP_ALLOC=\
1152 ".\include\private\gcconfig.h"\
1153 ".\include\gc.h"\
1154 ".\include\private\gc_hdrs.h"\
1155 ".\include\private\gc_priv.h"\
1156 {$(INCLUDE)}"\sys\TYPES.H"\
1157
1158NODEP_CPP_ALLOC=\
1159 ".\th\PCR_Th.h"\
1160 ".\th\PCR_ThCrSec.h"\
1161 ".\th\PCR_ThCtl.h"\
1162
1163
1164".\Debug\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1165
1166".\Debug\alloc.sbr" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
1167
1168
1169!ENDIF
1170
1171# End Source File
1172################################################################################
1173# Begin Source File
1174
1175SOURCE=.\allchblk.c
1176
1177!IF "$(CFG)" == "gc - Win32 Release"
1178
1179DEP_CPP_ALLCH=\
1180 ".\include\private\gcconfig.h"\
1181 ".\include\gc.h"\
1182 ".\include\private\gc_hdrs.h"\
1183 ".\include\private\gc_priv.h"\
1184 {$(INCLUDE)}"\sys\TYPES.H"\
1185
1186NODEP_CPP_ALLCH=\
1187 ".\th\PCR_Th.h"\
1188 ".\th\PCR_ThCrSec.h"\
1189 ".\th\PCR_ThCtl.h"\
1190
1191
1192".\Release\allchblk.obj" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1193
1194".\Release\allchblk.sbr" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1195
1196
1197!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1198
1199DEP_CPP_ALLCH=\
1200 ".\include\private\gcconfig.h"\
1201 ".\include\gc.h"\
1202 ".\include\private\gc_hdrs.h"\
1203 ".\include\private\gc_priv.h"\
1204 {$(INCLUDE)}"\sys\TYPES.H"\
1205
1206NODEP_CPP_ALLCH=\
1207 ".\th\PCR_Th.h"\
1208 ".\th\PCR_ThCrSec.h"\
1209 ".\th\PCR_ThCtl.h"\
1210
1211
1212".\Debug\allchblk.obj" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1213
1214".\Debug\allchblk.sbr" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
1215
1216
1217!ENDIF
1218
1219# End Source File
1220################################################################################
1221# Begin Source File
1222
1223SOURCE=.\stubborn.c
1224
1225!IF "$(CFG)" == "gc - Win32 Release"
1226
1227DEP_CPP_STUBB=\
1228 ".\include\private\gcconfig.h"\
1229 ".\include\gc.h"\
1230 ".\include\private\gc_hdrs.h"\
1231 ".\include\private\gc_priv.h"\
1232 {$(INCLUDE)}"\sys\TYPES.H"\
1233
1234NODEP_CPP_STUBB=\
1235 ".\th\PCR_Th.h"\
1236 ".\th\PCR_ThCrSec.h"\
1237 ".\th\PCR_ThCtl.h"\
1238
1239
1240".\Release\stubborn.obj" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1241
1242".\Release\stubborn.sbr" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1243
1244
1245!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1246
1247DEP_CPP_STUBB=\
1248 ".\include\private\gcconfig.h"\
1249 ".\include\gc.h"\
1250 ".\include\private\gc_hdrs.h"\
1251 ".\include\private\gc_priv.h"\
1252 {$(INCLUDE)}"\sys\TYPES.H"\
1253
1254NODEP_CPP_STUBB=\
1255 ".\th\PCR_Th.h"\
1256 ".\th\PCR_ThCrSec.h"\
1257 ".\th\PCR_ThCtl.h"\
1258
1259
1260".\Debug\stubborn.obj" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1261
1262".\Debug\stubborn.sbr" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
1263
1264
1265!ENDIF
1266
1267# End Source File
1268################################################################################
1269# Begin Source File
1270
1271SOURCE=.\obj_map.c
1272
1273!IF "$(CFG)" == "gc - Win32 Release"
1274
1275DEP_CPP_OBJ_M=\
1276 ".\include\private\gcconfig.h"\
1277 ".\include\gc.h"\
1278 ".\include\private\gc_hdrs.h"\
1279 ".\include\private\gc_priv.h"\
1280 {$(INCLUDE)}"\sys\TYPES.H"\
1281
1282NODEP_CPP_OBJ_M=\
1283 ".\th\PCR_Th.h"\
1284 ".\th\PCR_ThCrSec.h"\
1285 ".\th\PCR_ThCtl.h"\
1286
1287
1288".\Release\obj_map.obj" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1289
1290".\Release\obj_map.sbr" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1291
1292
1293!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1294
1295DEP_CPP_OBJ_M=\
1296 ".\include\private\gcconfig.h"\
1297 ".\include\gc.h"\
1298 ".\include\private\gc_hdrs.h"\
1299 ".\include\private\gc_priv.h"\
1300 {$(INCLUDE)}"\sys\TYPES.H"\
1301
1302NODEP_CPP_OBJ_M=\
1303 ".\th\PCR_Th.h"\
1304 ".\th\PCR_ThCrSec.h"\
1305 ".\th\PCR_ThCtl.h"\
1306
1307
1308".\Debug\obj_map.obj" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1309
1310".\Debug\obj_map.sbr" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
1311
1312
1313!ENDIF
1314
1315# End Source File
1316################################################################################
1317# Begin Source File
1318
1319SOURCE=.\new_hblk.c
1320
1321!IF "$(CFG)" == "gc - Win32 Release"
1322
1323DEP_CPP_NEW_H=\
1324 ".\include\private\gcconfig.h"\
1325 ".\include\gc.h"\
1326 ".\include\private\gc_hdrs.h"\
1327 ".\include\private\gc_priv.h"\
1328 {$(INCLUDE)}"\sys\TYPES.H"\
1329
1330NODEP_CPP_NEW_H=\
1331 ".\th\PCR_Th.h"\
1332 ".\th\PCR_ThCrSec.h"\
1333 ".\th\PCR_ThCtl.h"\
1334
1335
1336".\Release\new_hblk.obj" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
1337
1338".\Release\new_hblk.sbr" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
1339
1340
1341!ELSEIF "$(CFG)" == "gc - Win32 Debug"
1342
1343DEP_CPP_NEW_H=\
1344 ".\include\private\gcconfig.h"\
1345 ".\include\gc.h"\
1346 ".\include\private\gc_hdrs.h"\
1347 ".\include\private\gc_priv.h"\
1348 {$(INCLUDE)}"\sys\TYPES.H"\
1349
1350NODEP_CPP_NEW_H=\
1351 ".\th\PCR_Th.h"\