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