[BACK]Return to gc.mak CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/gc.mak between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:09 version 1.2, 2001/04/20 07:39:18
Line 1 
Line 1 
 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10  # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
 # ** DO NOT EDIT **  # This has been hand-edited way too many times.
   # A clean, manually generated makefile would be an improvement.
   
 # TARGTYPE "Win32 (x86) Application" 0x0101  # TARGTYPE "Win32 (x86) Application" 0x0101
 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102  # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
Line 72  CLEAN : 
Line 73  CLEAN : 
         -@erase ".\Release\finalize.obj"          -@erase ".\Release\finalize.obj"
         -@erase ".\Release\finalize.sbr"          -@erase ".\Release\finalize.sbr"
         -@erase ".\Release\gc.bsc"          -@erase ".\Release\gc.bsc"
           -@erase ".\Release\gc_cpp.obj"
           -@erase ".\Release\gc_cpp.sbr"
         -@erase ".\Release\gc.dll"          -@erase ".\Release\gc.dll"
         -@erase ".\Release\gc.exp"          -@erase ".\Release\gc.exp"
         -@erase ".\Release\gc.lib"          -@erase ".\Release\gc.lib"
Line 111  CLEAN : 
Line 114  CLEAN : 
   
 CPP=cl.exe  CPP=cl.exe
 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
 # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "SILENT" /D "GC_BUILD" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /FR /YX /c  # 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 "WIN32_THREADS" /FR /YX /c
 CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "SILENT" /D "GC_BUILD" /D\  CPP_PROJ=/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\   "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D\
  "WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/" /c   "WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/" /c
 CPP_OBJS=.\Release/  CPP_OBJS=.\Release/
Line 155  BSC32_SBRS= \
Line 158  BSC32_SBRS= \
         ".\Release\dbg_mlc.sbr" \          ".\Release\dbg_mlc.sbr" \
         ".\Release\dyn_load.sbr" \          ".\Release\dyn_load.sbr" \
         ".\Release\finalize.sbr" \          ".\Release\finalize.sbr" \
           ".\Release\gc_cpp.sbr" \
         ".\Release\headers.sbr" \          ".\Release\headers.sbr" \
         ".\Release\mach_dep.sbr" \          ".\Release\mach_dep.sbr" \
         ".\Release\malloc.sbr" \          ".\Release\malloc.sbr" \
Line 192  LINK32_OBJS= \
Line 196  LINK32_OBJS= \
         ".\Release\dbg_mlc.obj" \          ".\Release\dbg_mlc.obj" \
         ".\Release\dyn_load.obj" \          ".\Release\dyn_load.obj" \
         ".\Release\finalize.obj" \          ".\Release\finalize.obj" \
           ".\Release\gc_cpp.obj" \
         ".\Release\headers.obj" \          ".\Release\headers.obj" \
         ".\Release\mach_dep.obj" \          ".\Release\mach_dep.obj" \
         ".\Release\malloc.obj" \          ".\Release\malloc.obj" \
Line 245  CLEAN : 
Line 250  CLEAN : 
         -@erase ".\Debug\dyn_load.sbr"          -@erase ".\Debug\dyn_load.sbr"
         -@erase ".\Debug\finalize.obj"          -@erase ".\Debug\finalize.obj"
         -@erase ".\Debug\finalize.sbr"          -@erase ".\Debug\finalize.sbr"
           -@erase ".\Debug\gc_cpp.obj"
           -@erase ".\Debug\gc_cpp.sbr"
         -@erase ".\Debug\gc.bsc"          -@erase ".\Debug\gc.bsc"
         -@erase ".\Debug\gc.dll"          -@erase ".\Debug\gc.dll"
         -@erase ".\Debug\gc.exp"          -@erase ".\Debug\gc.exp"
Line 289  CLEAN : 
Line 296  CLEAN : 
   
 CPP=cl.exe  CPP=cl.exe
 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c  # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "SILENT" /D "GC_BUILD" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /FR /YX /c  # 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 "WIN32_THREADS" /FR /YX /c
 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "SILENT" /D "GC_BUILD"\  CPP_PROJ=/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\   /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D\
  "WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/"\   "WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/"\
  /Fd"$(INTDIR)/" /c   /Fd"$(INTDIR)/" /c
Line 334  BSC32_SBRS= \
Line 341  BSC32_SBRS= \
         ".\Debug\dbg_mlc.sbr" \          ".\Debug\dbg_mlc.sbr" \
         ".\Debug\dyn_load.sbr" \          ".\Debug\dyn_load.sbr" \
         ".\Debug\finalize.sbr" \          ".\Debug\finalize.sbr" \
           ".\Debug\gc_cpp.sbr" \
         ".\Debug\headers.sbr" \          ".\Debug\headers.sbr" \
         ".\Debug\mach_dep.sbr" \          ".\Debug\mach_dep.sbr" \
         ".\Debug\malloc.sbr" \          ".\Debug\malloc.sbr" \
Line 371  LINK32_OBJS= \
Line 379  LINK32_OBJS= \
         ".\Debug\dbg_mlc.obj" \          ".\Debug\dbg_mlc.obj" \
         ".\Debug\dyn_load.obj" \          ".\Debug\dyn_load.obj" \
         ".\Debug\finalize.obj" \          ".\Debug\finalize.obj" \
           ".\Debug\gc_cpp.obj" \
         ".\Debug\headers.obj" \          ".\Debug\headers.obj" \
         ".\Debug\mach_dep.obj" \          ".\Debug\mach_dep.obj" \
         ".\Debug\malloc.obj" \          ".\Debug\malloc.obj" \
Line 416  CLEAN : 
Line 425  CLEAN : 
 "$(OUTDIR)" :  "$(OUTDIR)" :
     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"      if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   
   test.c : tests\test.c
           copy tests\test.c test.c
   
 CPP=cl.exe  CPP=cl.exe
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
 # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /YX /c  # ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /YX /c
 CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\  CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS"\   "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS"\
  /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /c   /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /c
 CPP_OBJS=.\gctest\Release/  CPP_OBJS=.\gctest\Release/
Line 505  CLEAN : 
Line 517  CLEAN : 
 CPP=cl.exe  CPP=cl.exe
 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c  # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /FR /YX /c  # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /FR /YX /c
 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\  CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
  /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /FR"$(INTDIR)/"\   /D "ALL_INTERIOR_POINTERS" /D "__STDC__" /D "WIN32_THREADS" /FR"$(INTDIR)/"\
  /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c   /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
 CPP_OBJS=.\gctest\Debug/  CPP_OBJS=.\gctest\Debug/
Line 596  CLEAN : 
Line 608  CLEAN : 
 CPP=cl.exe  CPP=cl.exe
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
 # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c  # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c
 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\  CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX /Fo"$(INTDIR)/" /c   "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX /Fo"$(INTDIR)/" /c
 CPP_OBJS=.\cord\Release/  CPP_OBJS=.\cord\Release/
 CPP_SBRS=.\.  CPP_SBRS=.\.
Line 688  CLEAN : 
Line 700  CLEAN : 
 CPP=cl.exe  CPP=cl.exe
 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c  # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c  # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /YX /c
 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D\  CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /I include /D "_DEBUG" /D "WIN32" /D\
  "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX\   "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX\
  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c   /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
 CPP_OBJS=.\cord\Debug/  CPP_OBJS=.\cord\Debug/
Line 763  LINK32_OBJS= \
Line 775  LINK32_OBJS= \
 ################################################################################  ################################################################################
 # Begin Source File  # Begin Source File
   
   SOURCE=.\gc_cpp.cpp
   
   !IF  "$(CFG)" == "gc - Win32 Release"
   
   DEP_CPP_RECLA=\
           ".\include\private\gcconfig.h"\
           ".\include\gc.h"\
           ".\include\private\gc_hdrs.h"\
           ".\include\private\gc_priv.h"\
           ".\include\gc_cpp.h"\
           {$(INCLUDE)}"\sys\TYPES.H"\
   
   NODEP_CPP_RECLA=\
           ".\th\PCR_Th.h"\
           ".\th\PCR_ThCrSec.h"\
           ".\th\PCR_ThCtl.h"\
   
   
   ".\Release\gc_cpp.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
   
   ".\Release\gc_cpp.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
   
   
   !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
   DEP_CPP_RECLA=\
           ".\include\private\gcconfig.h"\
           ".\include\gc.h"\
           ".\include\private\gc_hdrs.h"\
           ".\include\private\gc_priv.h"\
           ".\include\gc_cpp.h"\
           {$(INCLUDE)}"\sys\TYPES.H"\
   
   NODEP_CPP_RECLA=\
           ".\th\PCR_Th.h"\
           ".\th\PCR_ThCrSec.h"\
           ".\th\PCR_ThCtl.h"\
   
   
   ".\Debug\gc_cpp.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
   
   ".\Debug\gc_cpp.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
   
   
   !ENDIF
   
   # End Source File
   ################################################################################
   # Begin Source File
   
 SOURCE=.\reclaim.c  SOURCE=.\reclaim.c
   
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_RECLA=\  DEP_CPP_RECLA=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_RECLA=\  NODEP_CPP_RECLA=\
Line 788  NODEP_CPP_RECLA=\
Line 850  NODEP_CPP_RECLA=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_RECLA=\  DEP_CPP_RECLA=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_RECLA=\  NODEP_CPP_RECLA=\
Line 808  NODEP_CPP_RECLA=\
Line 870  NODEP_CPP_RECLA=\
 !ENDIF  !ENDIF
   
 # End Source File  # End Source File
   
 ################################################################################  ################################################################################
 # Begin Source File  # Begin Source File
   
Line 816  SOURCE=.\os_dep.c
Line 879  SOURCE=.\os_dep.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_OS_DE=\  DEP_CPP_OS_DE=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\STAT.H"\          {$(INCLUDE)}"\sys\STAT.H"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
Line 840  NODEP_CPP_OS_DE=\
Line 903  NODEP_CPP_OS_DE=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_OS_DE=\  DEP_CPP_OS_DE=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\STAT.H"\          {$(INCLUDE)}"\sys\STAT.H"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
Line 872  SOURCE=.\misc.c
Line 935  SOURCE=.\misc.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_MISC_=\  DEP_CPP_MISC_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MISC_=\  NODEP_CPP_MISC_=\
Line 893  NODEP_CPP_MISC_=\
Line 956  NODEP_CPP_MISC_=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_MISC_=\  DEP_CPP_MISC_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MISC_=\  NODEP_CPP_MISC_=\
Line 922  SOURCE=.\mark_rts.c
Line 985  SOURCE=.\mark_rts.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_MARK_=\  DEP_CPP_MARK_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MARK_=\  NODEP_CPP_MARK_=\
Line 942  NODEP_CPP_MARK_=\
Line 1005  NODEP_CPP_MARK_=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_MARK_=\  DEP_CPP_MARK_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MARK_=\  NODEP_CPP_MARK_=\
Line 970  SOURCE=.\mach_dep.c
Line 1033  SOURCE=.\mach_dep.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_MACH_=\  DEP_CPP_MACH_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MACH_=\  NODEP_CPP_MACH_=\
Line 990  NODEP_CPP_MACH_=\
Line 1053  NODEP_CPP_MACH_=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_MACH_=\  DEP_CPP_MACH_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MACH_=\  NODEP_CPP_MACH_=\
Line 1018  SOURCE=.\headers.c
Line 1081  SOURCE=.\headers.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_HEADE=\  DEP_CPP_HEADE=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_HEADE=\  NODEP_CPP_HEADE=\
Line 1038  NODEP_CPP_HEADE=\
Line 1101  NODEP_CPP_HEADE=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_HEADE=\  DEP_CPP_HEADE=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_HEADE=\  NODEP_CPP_HEADE=\
Line 1066  SOURCE=.\alloc.c
Line 1129  SOURCE=.\alloc.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_ALLOC=\  DEP_CPP_ALLOC=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_ALLOC=\  NODEP_CPP_ALLOC=\
Line 1086  NODEP_CPP_ALLOC=\
Line 1149  NODEP_CPP_ALLOC=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_ALLOC=\  DEP_CPP_ALLOC=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_ALLOC=\  NODEP_CPP_ALLOC=\
Line 1114  SOURCE=.\allchblk.c
Line 1177  SOURCE=.\allchblk.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_ALLCH=\  DEP_CPP_ALLCH=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_ALLCH=\  NODEP_CPP_ALLCH=\
Line 1134  NODEP_CPP_ALLCH=\
Line 1197  NODEP_CPP_ALLCH=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_ALLCH=\  DEP_CPP_ALLCH=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_ALLCH=\  NODEP_CPP_ALLCH=\
Line 1162  SOURCE=.\stubborn.c
Line 1225  SOURCE=.\stubborn.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_STUBB=\  DEP_CPP_STUBB=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_STUBB=\  NODEP_CPP_STUBB=\
Line 1182  NODEP_CPP_STUBB=\
Line 1245  NODEP_CPP_STUBB=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_STUBB=\  DEP_CPP_STUBB=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_STUBB=\  NODEP_CPP_STUBB=\
Line 1210  SOURCE=.\obj_map.c
Line 1273  SOURCE=.\obj_map.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_OBJ_M=\  DEP_CPP_OBJ_M=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_OBJ_M=\  NODEP_CPP_OBJ_M=\
Line 1230  NODEP_CPP_OBJ_M=\
Line 1293  NODEP_CPP_OBJ_M=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_OBJ_M=\  DEP_CPP_OBJ_M=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_OBJ_M=\  NODEP_CPP_OBJ_M=\
Line 1258  SOURCE=.\new_hblk.c
Line 1321  SOURCE=.\new_hblk.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_NEW_H=\  DEP_CPP_NEW_H=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_NEW_H=\  NODEP_CPP_NEW_H=\
Line 1278  NODEP_CPP_NEW_H=\
Line 1341  NODEP_CPP_NEW_H=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_NEW_H=\  DEP_CPP_NEW_H=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_NEW_H=\  NODEP_CPP_NEW_H=\
Line 1306  SOURCE=.\mark.c
Line 1369  SOURCE=.\mark.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_MARK_C=\  DEP_CPP_MARK_C=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
           ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MARK_C=\  NODEP_CPP_MARK_C=\
Line 1327  NODEP_CPP_MARK_C=\
Line 1391  NODEP_CPP_MARK_C=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_MARK_C=\  DEP_CPP_MARK_C=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
           ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MARK_C=\  NODEP_CPP_MARK_C=\
Line 1356  SOURCE=.\malloc.c
Line 1421  SOURCE=.\malloc.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_MALLO=\  DEP_CPP_MALLO=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MALLO=\  NODEP_CPP_MALLO=\
Line 1376  NODEP_CPP_MALLO=\
Line 1441  NODEP_CPP_MALLO=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_MALLO=\  DEP_CPP_MALLO=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MALLO=\  NODEP_CPP_MALLO=\
Line 1404  SOURCE=.\mallocx.c
Line 1469  SOURCE=.\mallocx.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_MALLX=\  DEP_CPP_MALLX=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MALLX=\  NODEP_CPP_MALLX=\
Line 1424  NODEP_CPP_MALLX=\
Line 1489  NODEP_CPP_MALLX=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_MALLX=\  DEP_CPP_MALLX=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_MALLX=\  NODEP_CPP_MALLX=\
Line 1452  SOURCE=.\finalize.c
Line 1517  SOURCE=.\finalize.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_FINAL=\  DEP_CPP_FINAL=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
           ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_FINAL=\  NODEP_CPP_FINAL=\
Line 1473  NODEP_CPP_FINAL=\
Line 1539  NODEP_CPP_FINAL=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_FINAL=\  DEP_CPP_FINAL=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
           ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_FINAL=\  NODEP_CPP_FINAL=\
Line 1502  SOURCE=.\dbg_mlc.c
Line 1569  SOURCE=.\dbg_mlc.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_DBG_M=\  DEP_CPP_DBG_M=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_DBG_M=\  NODEP_CPP_DBG_M=\
Line 1522  NODEP_CPP_DBG_M=\
Line 1589  NODEP_CPP_DBG_M=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_DBG_M=\  DEP_CPP_DBG_M=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_DBG_M=\  NODEP_CPP_DBG_M=\
Line 1550  SOURCE=.\blacklst.c
Line 1617  SOURCE=.\blacklst.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_BLACK=\  DEP_CPP_BLACK=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_BLACK=\  NODEP_CPP_BLACK=\
Line 1570  NODEP_CPP_BLACK=\
Line 1637  NODEP_CPP_BLACK=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_BLACK=\  DEP_CPP_BLACK=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_BLACK=\  NODEP_CPP_BLACK=\
Line 1598  SOURCE=.\typd_mlc.c
Line 1665  SOURCE=.\typd_mlc.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_TYPD_=\  DEP_CPP_TYPD_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
         ".\gc_typed.h"\          ".\include\private\gc_priv.h"\
           ".\include\gc_typed.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_TYPD_=\  NODEP_CPP_TYPD_=\
Line 1620  NODEP_CPP_TYPD_=\
Line 1688  NODEP_CPP_TYPD_=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_TYPD_=\  DEP_CPP_TYPD_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
         ".\gc_typed.h"\          ".\include\private\gc_priv.h"\
           ".\include\gc_typed.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_TYPD_=\  NODEP_CPP_TYPD_=\
Line 1650  SOURCE=.\ptr_chck.c
Line 1719  SOURCE=.\ptr_chck.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_PTR_C=\  DEP_CPP_PTR_C=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
           ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_PTR_C=\  NODEP_CPP_PTR_C=\
Line 1671  NODEP_CPP_PTR_C=\
Line 1741  NODEP_CPP_PTR_C=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_PTR_C=\  DEP_CPP_PTR_C=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_mark.h"\          ".\include\private\gc_pmark.h"\
         ".\gc_priv.h"\          ".\include\gc_mark.h"\
           ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_PTR_C=\  NODEP_CPP_PTR_C=\
Line 1700  SOURCE=.\dyn_load.c
Line 1771  SOURCE=.\dyn_load.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_DYN_L=\  DEP_CPP_DYN_L=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\STAT.H"\          {$(INCLUDE)}"\sys\STAT.H"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
Line 1723  NODEP_CPP_DYN_L=\
Line 1794  NODEP_CPP_DYN_L=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_DYN_L=\  DEP_CPP_DYN_L=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\STAT.H"\          {$(INCLUDE)}"\sys\STAT.H"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
Line 1754  SOURCE=.\win32_threads.c
Line 1825  SOURCE=.\win32_threads.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_WIN32=\  DEP_CPP_WIN32=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_WIN32=\  NODEP_CPP_WIN32=\
Line 1774  NODEP_CPP_WIN32=\
Line 1845  NODEP_CPP_WIN32=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_WIN32=\  DEP_CPP_WIN32=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_WIN32=\  NODEP_CPP_WIN32=\
Line 1802  SOURCE=.\checksums.c
Line 1873  SOURCE=.\checksums.c
 !IF  "$(CFG)" == "gc - Win32 Release"  !IF  "$(CFG)" == "gc - Win32 Release"
   
 DEP_CPP_CHECK=\  DEP_CPP_CHECK=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_CHECK=\  NODEP_CPP_CHECK=\
Line 1822  NODEP_CPP_CHECK=\
Line 1893  NODEP_CPP_CHECK=\
 !ELSEIF  "$(CFG)" == "gc - Win32 Debug"  !ELSEIF  "$(CFG)" == "gc - Win32 Debug"
   
 DEP_CPP_CHECK=\  DEP_CPP_CHECK=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_CHECK=\  NODEP_CPP_CHECK=\
Line 1876  NODEP_CPP_CHECK=\
Line 1947  NODEP_CPP_CHECK=\
 ################################################################################  ################################################################################
 # Begin Source File  # Begin Source File
   
 SOURCE=.\test.c  SOURCE=.\tests\test.c
 DEP_CPP_TEST_=\  DEP_CPP_TEST_=\
         ".\gcconfig.h"\          ".\include\private\gcconfig.h"\
         ".\gc.h"\          ".\include\gc.h"\
         ".\gc_hdrs.h"\          ".\include\private\gc_hdrs.h"\
         ".\gc_priv.h"\          ".\include\private\gc_priv.h"\
         ".\gc_typed.h"\          ".\include\gc_typed.h"\
         {$(INCLUDE)}"\sys\TYPES.H"\          {$(INCLUDE)}"\sys\TYPES.H"\
   
 NODEP_CPP_TEST_=\  NODEP_CPP_TEST_=\
Line 1944  NODEP_CPP_TEST_=\
Line 2015  NODEP_CPP_TEST_=\
   
 SOURCE=.\cord\de_win.c  SOURCE=.\cord\de_win.c
 DEP_CPP_DE_WI=\  DEP_CPP_DE_WI=\
         ".\cord\cord.h"\          ".\include\cord.h"\
         ".\cord\de_cmds.h"\          ".\cord\de_cmds.h"\
         ".\cord\de_win.h"\          ".\cord\de_win.h"\
         ".\cord\private\cord_pos.h"\          ".\include\private\cord_pos.h"\
   
 NODEP_CPP_DE_WI=\  NODEP_CPP_DE_WI=\
         ".\cord\gc.h"\          ".\include\gc.h"\
   
   
 !IF  "$(CFG)" == "cord - Win32 Release"  !IF  "$(CFG)" == "cord - Win32 Release"
Line 1975  NODEP_CPP_DE_WI=\
Line 2046  NODEP_CPP_DE_WI=\
   
 SOURCE=.\cord\de.c  SOURCE=.\cord\de.c
 DEP_CPP_DE_C2e=\  DEP_CPP_DE_C2e=\
         ".\cord\cord.h"\          ".\include\cord.h"\
         ".\cord\de_cmds.h"\          ".\cord\de_cmds.h"\
         ".\cord\de_win.h"\          ".\cord\de_win.h"\
         ".\cord\private\cord_pos.h"\          ".\include\private\cord_pos.h"\
   
 NODEP_CPP_DE_C2e=\  NODEP_CPP_DE_C2e=\
         ".\cord\gc.h"\          ".\include\gc.h"\
   
   
 !IF  "$(CFG)" == "cord - Win32 Release"  !IF  "$(CFG)" == "cord - Win32 Release"
Line 2006  NODEP_CPP_DE_C2e=\
Line 2077  NODEP_CPP_DE_C2e=\
   
 SOURCE=.\cord\cordxtra.c  SOURCE=.\cord\cordxtra.c
 DEP_CPP_CORDX=\  DEP_CPP_CORDX=\
         ".\cord\cord.h"\          ".\include\cord.h"\
         ".\cord\ec.h"\          ".\include\ec.h"\
         ".\cord\private\cord_pos.h"\          ".\include\private\cord_pos.h"\
   
 NODEP_CPP_CORDX=\  NODEP_CPP_CORDX=\
         ".\cord\gc.h"\          ".\include\gc.h"\
   
   
 !IF  "$(CFG)" == "cord - Win32 Release"  !IF  "$(CFG)" == "cord - Win32 Release"
Line 2036  NODEP_CPP_CORDX=\
Line 2107  NODEP_CPP_CORDX=\
   
 SOURCE=.\cord\cordbscs.c  SOURCE=.\cord\cordbscs.c
 DEP_CPP_CORDB=\  DEP_CPP_CORDB=\
         ".\cord\cord.h"\          ".\include\cord.h"\
         ".\cord\private\cord_pos.h"\          ".\include\private\cord_pos.h"\
   
 NODEP_CPP_CORDB=\  NODEP_CPP_CORDB=\
         ".\cord\gc.h"\          ".\include\gc.h"\
   
   
 !IF  "$(CFG)" == "cord - Win32 Release"  !IF  "$(CFG)" == "cord - Win32 Release"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>