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