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