summaryrefslogtreecommitdiff
path: root/gc.mak
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-25 12:11:42 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-25 12:11:42 +0400
commit30db5005d67bdcd8bfacd07201b21f20ef6f8b2d (patch)
treed42db85806be5c8e1dee5e1e26fa705ea625159c /gc.mak
parentf73c7687a129ac0cb3918b4bd0186d9cb48aa0f3 (diff)
downloadbdwgc-30db5005d67bdcd8bfacd07201b21f20ef6f8b2d.tar.gz
Move asm machine-dependent files to "src" folder.
* .gitignore: Add entries from "src" folder; add auto-generated files by CMake; allow a suffix for "libatomic_ops" folder. * Makefile.direct (SRCS, mach_dep.o): Move sparc_mach_dep.S, sparc_sunos4_mach_dep.s, sparc_netbsd_mach_dep.s, ia64_save_regs_in_stack.s to "src" directory. * Makefile.dj (SRCS): Ditto. * configure.ac (machdep): Move sparc_mach_dep.lo, sparc_netbsd_mach_dep.lo, ia64_save_regs_in_stack.lo to "src" folder. * PCR-Makefile (mach_dep.o): Remove "if_mach" statement for MIPS. * PCR-Makefile (if_mach, if_not_there): Remove rules. * gc.mak (CPP_PROJ): Prefix libatomic_ops folder with "./".
Diffstat (limited to 'gc.mak')
-rw-r--r--gc.mak460
1 files changed, 230 insertions, 230 deletions
diff --git a/gc.mak b/gc.mak
index 22ee9092..a25fcdce 100644
--- a/gc.mak
+++ b/gc.mak
@@ -8,7 +8,7 @@
!IF "$(CFG)" == ""
CFG=gctest - Win32 Release
!MESSAGE No configuration specified. Defaulting to cord - Win32 Debug.
-!ENDIF
+!ENDIF
!IF "$(CFG)" != "gc - Win32 Release" && "$(CFG)" != "gc - Win32 Debug" &&\
"$(CFG)" != "gctest - Win32 Release" && "$(CFG)" != "gctest - Win32 Debug" &&\
@@ -16,26 +16,26 @@ CFG=gctest - Win32 Release
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "gc.mak" CFG="cord - Win32 Debug"
-!MESSAGE
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE
!MESSAGE "gc - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "gc - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "gctest - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "gctest - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "cord - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "cord - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE
+!MESSAGE
!ERROR An invalid configuration is specified.
-!ENDIF
+!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
-!ELSE
+!ELSE
NULL=nul
-!ENDIF
+!ENDIF
################################################################################
# Begin Project
# PROP Target_Last_Scanned "gctest - Win32 Debug"
@@ -57,7 +57,7 @@ INTDIR=.\Release
ALL : ".\Release\gc.dll" ".\Release\gc.bsc"
-CLEAN :
+CLEAN :
-@erase ".\Release\allchblk.obj"
-@erase ".\Release\allchblk.sbr"
-@erase ".\Release\alloc.obj"
@@ -120,39 +120,39 @@ CPP=cl.exe
CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D\
"WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" \
/FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" \
- /Ilibatomic_ops/src /YX /Fo"$(INTDIR)/" /c
+ /I./libatomic_ops/src /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\Release/
CPP_SBRS=.\Release/
.c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32
+MTL_PROJ=/nologo /D "NDEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
BSC32_SBRS= \
".\Release\allchblk.sbr" \
".\Release\alloc.sbr" \
@@ -191,7 +191,7 @@ LINK32_FLAGS=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\
/pdb:"$(OUTDIR)/gc.pdb" /machine:I386 /out:"$(OUTDIR)/gc.dll"\
- /implib:"$(OUTDIR)/gc.lib"
+ /implib:"$(OUTDIR)/gc.lib"
LINK32_OBJS= \
".\Release\allchblk.obj" \
".\Release\alloc.obj" \
@@ -240,7 +240,7 @@ INTDIR=.\Debug
ALL : ".\Debug\gc.dll" ".\Debug\gc.bsc"
-CLEAN :
+CLEAN :
-@erase ".\Debug\allchblk.obj"
-@erase ".\Debug\allchblk.sbr"
-@erase ".\Debug\alloc.obj"
@@ -308,39 +308,39 @@ CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG"\
/D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" \
/D "GC_ASSERTIONS" /D "GC_THREADS" \
/FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/"\
- /Ilibatomic_ops/src /Fd"$(INTDIR)/" /c
+ /I./libatomic_ops/src /Fd"$(INTDIR)/" /c
CPP_OBJS=.\Debug/
CPP_SBRS=.\Debug/
.c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32
+MTL_PROJ=/nologo /D "_DEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
BSC32_SBRS= \
".\Debug\allchblk.sbr" \
".\Debug\alloc.sbr" \
@@ -379,7 +379,7 @@ LINK32_FLAGS=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\
/pdb:"$(OUTDIR)/gc.pdb" /map:"$(INTDIR)/gc.map" /debug /machine:I386\
- /out:"$(OUTDIR)/gc.dll" /implib:"$(OUTDIR)/gc.lib"
+ /out:"$(OUTDIR)/gc.dll" /implib:"$(OUTDIR)/gc.lib"
LINK32_OBJS= \
".\Debug\allchblk.obj" \
".\Debug\alloc.obj" \
@@ -428,7 +428,7 @@ INTDIR=.\gctest\Release
ALL : "gc - Win32 Release" ".\Release\gctest.exe"
-CLEAN :
+CLEAN :
-@erase ".\gctest\Release\test.obj"
-@erase ".\Release\gctest.exe"
@@ -443,49 +443,49 @@ CPP=cl.exe
# ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /YX /c
CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
"ALL_INTERIOR_POINTERS" /D "GC_THREADS" \
- /Ilibatomic_ops/src /Fp"$(INTDIR)/gctest.pch" \
- /YX /Fo"$(INTDIR)/" /c
+ /I./libatomic_ops/src /Fp"$(INTDIR)/gctest.pch" \
+ /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\gctest\Release/
CPP_SBRS=.\.
.c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32
+MTL_PROJ=/nologo /D "NDEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
BSC32_SBRS= \
-
+
LINK32=link.exe
# 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
# 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"
LINK32_FLAGS=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\
- /pdb:"$(OUTDIR)/gctest.pdb" /machine:I386 /out:"Release/gctest.exe"
+ /pdb:"$(OUTDIR)/gctest.pdb" /machine:I386 /out:"Release/gctest.exe"
LINK32_OBJS= \
".\gctest\Release\test.obj" \
".\Release\gc.lib"
@@ -512,7 +512,7 @@ INTDIR=.\gctest\Debug
ALL : "gc - Win32 Debug" ".\Debug\gctest.exe" ".\gctest\Debug\gctest.bsc"
-CLEAN :
+CLEAN :
-@erase ".\Debug\gctest.exe"
-@erase ".\gctest\Debug\gctest.bsc"
-@erase ".\gctest\Debug\gctest.map"
@@ -530,39 +530,39 @@ CPP=cl.exe
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /FR /YX /c
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
/D "ALL_INTERIOR_POINTERS" /D "GC_THREADS" /FR"$(INTDIR)/"\
- /Ilibatomic_ops/src /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
+ /I./libatomic_ops/src /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
CPP_OBJS=.\gctest\Debug/
CPP_SBRS=.\gctest\Debug/
.c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32
+MTL_PROJ=/nologo /D "_DEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
BSC32_SBRS= \
".\gctest\Debug\test.sbr"
@@ -578,7 +578,7 @@ LINK32_FLAGS=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\
/pdb:"$(OUTDIR)/gctest.pdb" /map:"$(INTDIR)/gctest.map" /debug /machine:I386\
- /out:"Debug/gctest.exe"
+ /out:"Debug/gctest.exe"
LINK32_OBJS= \
".\Debug\gc.lib" \
".\gctest\Debug\test.obj"
@@ -605,7 +605,7 @@ INTDIR=.\cord\Release
ALL : "gc - Win32 Release" ".\Release\de.exe"
-CLEAN :
+CLEAN :
-@erase ".\cord\Release\cordbscs.obj"
-@erase ".\cord\Release\cordxtra.obj"
-@erase ".\cord\Release\de.obj"
@@ -620,49 +620,49 @@ CPP=cl.exe
# 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
CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
- /Ilibatomic_ops/src "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX /Fo"$(INTDIR)/" /c
+ /I./libatomic_ops/src "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\cord\Release/
CPP_SBRS=.\.
.c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
-MTL_PROJ=/nologo /D "NDEBUG" /win32
+MTL_PROJ=/nologo /D "NDEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "NDEBUG"
+RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
BSC32_SBRS= \
-
+
LINK32=link.exe
# 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
# 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"
LINK32_FLAGS=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 /pdb:"$(OUTDIR)/de.pdb"\
- /machine:I386 /out:"Release/de.exe"
+ /machine:I386 /out:"Release/de.exe"
LINK32_OBJS= \
".\cord\Release\cordbscs.obj" \
".\cord\Release\cordxtra.obj" \
@@ -693,7 +693,7 @@ INTDIR=.\cord\Debug
ALL : "gc - Win32 Debug" ".\Debug\de.exe"
-CLEAN :
+CLEAN :
-@erase ".\cord\Debug\cordbscs.obj"
-@erase ".\cord\Debug\cordxtra.obj"
-@erase ".\cord\Debug\de.obj"
@@ -713,49 +713,49 @@ CPP=cl.exe
# 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 "." /I include /D "_DEBUG" /D "WIN32" /D\
"_WINDOWS" /D "ALL_INTERIOR_POINTERS" /Fp"$(INTDIR)/cord.pch" /YX\
- /Ilibatomic_ops/src /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
+ /I./libatomic_ops/src /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
CPP_OBJS=.\cord\Debug/
CPP_SBRS=.\.
.c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
+ $(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
-MTL_PROJ=/nologo /D "_DEBUG" /win32
+MTL_PROJ=/nologo /D "_DEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
-RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "_DEBUG"
+RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
BSC32_SBRS= \
-
+
LINK32=link.exe
# 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
# 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"
LINK32_FLAGS=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:yes\
- /pdb:"$(OUTDIR)/de.pdb" /debug /machine:I386 /out:"Debug/de.exe"
+ /pdb:"$(OUTDIR)/de.pdb" /debug /machine:I386 /out:"Debug/de.exe"
LINK32_OBJS= \
".\cord\Debug\cordbscs.obj" \
".\cord\Debug\cordxtra.obj" \
@@ -769,7 +769,7 @@ LINK32_OBJS= \
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
-!ENDIF
+!ENDIF
################################################################################
# Begin Target
@@ -781,7 +781,7 @@ LINK32_OBJS= \
!ELSEIF "$(CFG)" == "gc - Win32 Debug"
-!ENDIF
+!ENDIF
################################################################################
# Begin Source File
@@ -797,12 +797,12 @@ DEP_CPP_RECLA=\
".\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)"
@@ -818,19 +818,19 @@ DEP_CPP_RECLA=\
".\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
+!ENDIF
# End Source File
################################################################################
@@ -846,12 +846,12 @@ DEP_CPP_RECLA=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_RECLA=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\reclaim.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
@@ -866,19 +866,19 @@ DEP_CPP_RECLA=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_RECLA=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\reclaim.obj" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
".\Debug\reclaim.sbr" : $(SOURCE) $(DEP_CPP_RECLA) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
@@ -896,7 +896,7 @@ DEP_CPP_OS_DE=\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_OS_DE=\
".\il\PCR_IL.h"\
".\mm\PCR_MM.h"\
@@ -904,7 +904,7 @@ NODEP_CPP_OS_DE=\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
".\vd\PCR_VD.h"\
-
+
".\Release\os_dep.obj" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
@@ -920,7 +920,7 @@ DEP_CPP_OS_DE=\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_OS_DE=\
".\il\PCR_IL.h"\
".\mm\PCR_MM.h"\
@@ -928,14 +928,14 @@ NODEP_CPP_OS_DE=\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
".\vd\PCR_VD.h"\
-
+
".\Debug\os_dep.obj" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
".\Debug\os_dep.sbr" : $(SOURCE) $(DEP_CPP_OS_DE) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -951,13 +951,13 @@ DEP_CPP_MISC_=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MISC_=\
".\il\PCR_IL.h"\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\misc.obj" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
@@ -972,20 +972,20 @@ DEP_CPP_MISC_=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MISC_=\
".\il\PCR_IL.h"\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\misc.obj" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
".\Debug\misc.sbr" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1001,12 +1001,12 @@ DEP_CPP_MARK_=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MARK_=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\mark_rts.obj" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
@@ -1021,19 +1021,19 @@ DEP_CPP_MARK_=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MARK_=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\mark_rts.obj" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
".\Debug\mark_rts.sbr" : $(SOURCE) $(DEP_CPP_MARK_) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1049,12 +1049,12 @@ DEP_CPP_MACH_=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MACH_=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\mach_dep.obj" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
@@ -1069,19 +1069,19 @@ DEP_CPP_MACH_=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MACH_=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\mach_dep.obj" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
".\Debug\mach_dep.sbr" : $(SOURCE) $(DEP_CPP_MACH_) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1097,12 +1097,12 @@ DEP_CPP_HEADE=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_HEADE=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\headers.obj" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
@@ -1117,19 +1117,19 @@ DEP_CPP_HEADE=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_HEADE=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\headers.obj" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
".\Debug\headers.sbr" : $(SOURCE) $(DEP_CPP_HEADE) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1145,12 +1145,12 @@ DEP_CPP_ALLOC=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_ALLOC=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
@@ -1165,19 +1165,19 @@ DEP_CPP_ALLOC=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_ALLOC=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
".\Debug\alloc.sbr" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1193,12 +1193,12 @@ DEP_CPP_ALLCH=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_ALLCH=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\allchblk.obj" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
@@ -1213,19 +1213,19 @@ DEP_CPP_ALLCH=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_ALLCH=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\allchblk.obj" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
".\Debug\allchblk.sbr" : $(SOURCE) $(DEP_CPP_ALLCH) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1241,12 +1241,12 @@ DEP_CPP_STUBB=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_STUBB=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\stubborn.obj" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
@@ -1261,19 +1261,19 @@ DEP_CPP_STUBB=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_STUBB=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\stubborn.obj" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
".\Debug\stubborn.sbr" : $(SOURCE) $(DEP_CPP_STUBB) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1289,12 +1289,12 @@ DEP_CPP_OBJ_M=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_OBJ_M=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\obj_map.obj" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
@@ -1309,19 +1309,19 @@ DEP_CPP_OBJ_M=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_OBJ_M=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\obj_map.obj" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
".\Debug\obj_map.sbr" : $(SOURCE) $(DEP_CPP_OBJ_M) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1337,12 +1337,12 @@ DEP_CPP_NEW_H=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_NEW_H=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\new_hblk.obj" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
@@ -1357,19 +1357,19 @@ DEP_CPP_NEW_H=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_NEW_H=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\new_hblk.obj" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
".\Debug\new_hblk.sbr" : $(SOURCE) $(DEP_CPP_NEW_H) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1387,12 +1387,12 @@ DEP_CPP_MARK_C=\
".\include\gc_mark.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MARK_C=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\mark.obj" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
@@ -1409,19 +1409,19 @@ DEP_CPP_MARK_C=\
".\include\gc_mark.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MARK_C=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\mark.obj" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
".\Debug\mark.sbr" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1437,12 +1437,12 @@ DEP_CPP_MALLO=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MALLO=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\malloc.obj" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
@@ -1457,19 +1457,19 @@ DEP_CPP_MALLO=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MALLO=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\malloc.obj" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
".\Debug\malloc.sbr" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1485,12 +1485,12 @@ DEP_CPP_MALLX=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MALLX=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\mallocx.obj" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
@@ -1505,19 +1505,19 @@ DEP_CPP_MALLX=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_MALLX=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\mallocx.obj" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
".\Debug\mallocx.sbr" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1535,12 +1535,12 @@ DEP_CPP_FINAL=\
".\include\gc_mark.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_FINAL=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\finalize.obj" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
@@ -1557,19 +1557,19 @@ DEP_CPP_FINAL=\
".\include\gc_mark.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_FINAL=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\finalize.obj" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
".\Debug\finalize.sbr" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1585,12 +1585,12 @@ DEP_CPP_DBG_M=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_DBG_M=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\dbg_mlc.obj" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
@@ -1605,19 +1605,19 @@ DEP_CPP_DBG_M=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_DBG_M=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\dbg_mlc.obj" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
".\Debug\dbg_mlc.sbr" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1633,12 +1633,12 @@ DEP_CPP_BLACK=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_BLACK=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\blacklst.obj" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
@@ -1653,19 +1653,19 @@ DEP_CPP_BLACK=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_BLACK=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\blacklst.obj" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
".\Debug\blacklst.sbr" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1684,12 +1684,12 @@ DEP_CPP_TYPD_=\
".\include\private\gc_priv.h"\
".\include\gc_typed.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_TYPD_=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\typd_mlc.obj" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
@@ -1707,19 +1707,19 @@ DEP_CPP_TYPD_=\
".\include\private\gc_priv.h"\
".\include\gc_typed.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_TYPD_=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\typd_mlc.obj" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
".\Debug\typd_mlc.sbr" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1737,12 +1737,12 @@ DEP_CPP_PTR_C=\
".\include\gc_mark.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_PTR_C=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\ptr_chck.obj" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
@@ -1759,19 +1759,19 @@ DEP_CPP_PTR_C=\
".\include\gc_mark.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_PTR_C=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\ptr_chck.obj" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
".\Debug\ptr_chck.sbr" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1788,14 +1788,14 @@ DEP_CPP_DYN_L=\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_DYN_L=\
".\il\PCR_IL.h"\
".\mm\PCR_MM.h"\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\dyn_load.obj" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
@@ -1811,21 +1811,21 @@ DEP_CPP_DYN_L=\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_DYN_L=\
".\il\PCR_IL.h"\
".\mm\PCR_MM.h"\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\dyn_load.obj" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
".\Debug\dyn_load.sbr" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1841,12 +1841,12 @@ DEP_CPP_WIN32=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_WIN32=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\win32_threads.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
@@ -1861,19 +1861,19 @@ DEP_CPP_WIN32=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_WIN32=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\win32_threads.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
".\Debug\win32_threads.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1890,12 +1890,12 @@ DEP_CPP_WIN32=\
".\include\private\gc_priv.h"\
".\include\private\msvc_dbg.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_WIN32=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\msvc_dbg.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
@@ -1911,19 +1911,19 @@ DEP_CPP_WIN32=\
".\include\private\gc_priv.h"\
".\include\private\msvc_dbg.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_WIN32=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\msvc_dbg.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
".\Debug\msvc_dbg.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -1939,12 +1939,12 @@ DEP_CPP_CHECK=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_CHECK=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Release\checksums.obj" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
@@ -1959,19 +1959,19 @@ DEP_CPP_CHECK=\
".\include\private\gc_hdrs.h"\
".\include\private\gc_priv.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_CHECK=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
".\Debug\checksums.obj" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
".\Debug\checksums.sbr" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
# End Target
@@ -1985,7 +1985,7 @@ NODEP_CPP_CHECK=\
!ELSEIF "$(CFG)" == "gctest - Win32 Debug"
-!ENDIF
+!ENDIF
################################################################################
# Begin Project Dependency
@@ -1994,15 +1994,15 @@ NODEP_CPP_CHECK=\
!IF "$(CFG)" == "gctest - Win32 Release"
-"gc - Win32 Release" :
- $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release"
+"gc - Win32 Release" :
+ $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release"
!ELSEIF "$(CFG)" == "gctest - Win32 Debug"
-"gc - Win32 Debug" :
- $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug"
+"gc - Win32 Debug" :
+ $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug"
-!ENDIF
+!ENDIF
# End Project Dependency
################################################################################
@@ -2016,12 +2016,12 @@ DEP_CPP_TEST_=\
".\include\private\gc_priv.h"\
".\include\gc_typed.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-
+
NODEP_CPP_TEST_=\
".\th\PCR_Th.h"\
".\th\PCR_ThCrSec.h"\
".\th\PCR_ThCtl.h"\
-
+
!IF "$(CFG)" == "gctest - Win32 Release"
@@ -2037,7 +2037,7 @@ NODEP_CPP_TEST_=\
".\gctest\Debug\test.sbr" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
-!ENDIF
+!ENDIF
# End Source File
# End Target
@@ -2051,7 +2051,7 @@ NODEP_CPP_TEST_=\
!ELSEIF "$(CFG)" == "cord - Win32 Debug"
-!ENDIF
+!ENDIF
################################################################################
# Begin Project Dependency
@@ -2060,15 +2060,15 @@ NODEP_CPP_TEST_=\
!IF "$(CFG)" == "cord - Win32 Release"
-"gc - Win32 Release" :
- $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release"
+"gc - Win32 Release" :
+ $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release"
!ELSEIF "$(CFG)" == "cord - Win32 Debug"
-"gc - Win32 Debug" :
- $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug"
+"gc - Win32 Debug" :
+ $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug"
-!ENDIF
+!ENDIF
# End Project Dependency
################################################################################
@@ -2080,10 +2080,10 @@ DEP_CPP_DE_WI=\
".\cord\de_cmds.h"\
".\cord\de_win.h"\
".\include\private\cord_pos.h"\
-
+
NODEP_CPP_DE_WI=\
".\include\gc.h"\
-
+
!IF "$(CFG)" == "cord - Win32 Release"
@@ -2099,7 +2099,7 @@ NODEP_CPP_DE_WI=\
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -2111,10 +2111,10 @@ DEP_CPP_DE_C2e=\
".\cord\de_cmds.h"\
".\cord\de_win.h"\
".\include\private\cord_pos.h"\
-
+
NODEP_CPP_DE_C2e=\
".\include\gc.h"\
-
+
!IF "$(CFG)" == "cord - Win32 Release"
@@ -2130,7 +2130,7 @@ NODEP_CPP_DE_C2e=\
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -2141,10 +2141,10 @@ DEP_CPP_CORDX=\
".\include\cord.h"\
".\include\ec.h"\
".\include\private\cord_pos.h"\
-
+
NODEP_CPP_CORDX=\
".\include\gc.h"\
-
+
!IF "$(CFG)" == "cord - Win32 Release"
@@ -2160,7 +2160,7 @@ NODEP_CPP_CORDX=\
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -2170,10 +2170,10 @@ SOURCE=.\cord\cordbscs.c
DEP_CPP_CORDB=\
".\include\cord.h"\
".\include\private\cord_pos.h"\
-
+
NODEP_CPP_CORDB=\
".\include\gc.h"\
-
+
!IF "$(CFG)" == "cord - Win32 Release"
@@ -2189,7 +2189,7 @@ NODEP_CPP_CORDB=\
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
+!ENDIF
# End Source File
################################################################################
@@ -2211,7 +2211,7 @@ SOURCE=.\cord\de_win.RC
$(RSC) /l 0x809 /fo"$(INTDIR)/de_win.res" /i "cord" /d "_DEBUG" $(SOURCE)
-!ENDIF
+!ENDIF
# End Source File
# End Target