Annotation of win32/gc/NT_THREADS_MAKEFILE, revision 1.5
1.1 paf 1: # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
2: # This has been hand-edited way too many times.
3: # A clean, manually generated makefile would be an improvement.
4:
5: # TARGTYPE "Win32 (x86) Application" 0x0101
6: # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7:
1.5 ! misha 8: AO_VERSION=1.2
1.1 paf 9: !IF "$(CFG)" == ""
10: CFG=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"
36: NULL=
37: !ELSE
38: NULL=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 ""
56: OUTDIR=.\Release
57: INTDIR=.\Release
58:
59: ALL : ".\Release\gc.dll" ".\Release\gc.bsc"
60:
61: CLEAN :
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"
1.5 ! misha 112: -@erase ".\Release\msvc_dbg.obj"
! 113: -@erase ".\Release\msvc_dbg.sbr"
1.1 paf 114:
115: "$(OUTDIR)" :
116: if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
117:
118: CPP=cl.exe
119: # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
1.5 ! misha 120: # ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "GC_BUILD" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /D "__STDC__" /D "GC_WIN32_THREADS" /FR /YX /c
! 121: CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "GC_BUILD" /D\
! 122: "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /D "__STDC__" /D\
! 123: "GC_WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" \
! 124: /Ilibatomic_ops-$(AO_VERSION)/src /YX /Fo"$(INTDIR)/" /c
1.1 paf 125: CPP_OBJS=.\Release/
126: CPP_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:
146: MTL=mktyplib.exe
147: # ADD BASE MTL /nologo /D "NDEBUG" /win32
148: # ADD MTL /nologo /D "NDEBUG" /win32
149: MTL_PROJ=/nologo /D "NDEBUG" /win32
150: RSC=rc.exe
151: # ADD BASE RSC /l 0x809 /d "NDEBUG"
152: # ADD RSC /l 0x809 /d "NDEBUG"
153: BSC32=bscmake.exe
154: # ADD BASE BSC32 /nologo
155: # ADD BSC32 /nologo
156: BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
157: BSC32_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" \
1.5 ! misha 180: ".\Release\msvc_dbg.sbr" \
1.1 paf 181: ".\Release\win32_threads.sbr"
182:
183: ".\Release\gc.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
184: $(BSC32) @<<
185: $(BSC32_FLAGS) $(BSC32_SBRS)
186: <<
187:
188: LINK32=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
191: LINK32_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"
196: LINK32_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" \
1.5 ! misha 219: ".\Release\msvc_dbg.obj" \
1.1 paf 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 ""
239: OUTDIR=.\Debug
240: INTDIR=.\Debug
241:
242: ALL : ".\Debug\gc.dll" ".\Debug\gc.bsc"
243:
244: CLEAN :
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"
1.5 ! misha 299: -@erase ".\Debug\msvc_dbg.obj"
! 300: -@erase ".\Debug\msvc_dbg.sbr"
1.1 paf 301:
302: "$(OUTDIR)" :
303: if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
304:
1.4 misha 305: CPP=cl.exe
1.1 paf 306: # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
1.5 ! misha 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 "DONT_ADD_BYTE_AT_END" /D "__STDC__" /D "GC_WIN32_THREADS" /FR /YX /c
! 308: CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "GC_BUILD"\
! 309: /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" \
! 310: /D "GC_ASSERTIONS" /D "__STDC__" /D\
1.1 paf 311: "GC_WIN32_THREADS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/gc.pch" /YX /Fo"$(INTDIR)/"\
1.5 ! misha 312: /Ilibatomic_ops-$(AO_VERSION)/src /Fd"$(INTDIR)/" /c
1.1 paf 313: CPP_OBJS=.\Debug/
314: CPP_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:
334: MTL=mktyplib.exe
335: # ADD BASE MTL /nologo /D "_DEBUG" /win32
336: # ADD MTL /nologo /D "_DEBUG" /win32
337: MTL_PROJ=/nologo /D "_DEBUG" /win32
338: RSC=rc.exe
339: # ADD BASE RSC /l 0x809 /d "_DEBUG"
340: # ADD RSC /l 0x809 /d "_DEBUG"
341: BSC32=bscmake.exe
342: # ADD BASE BSC32 /nologo
343: # ADD BSC32 /nologo
344: BSC32_FLAGS=/nologo /o"$(OUTDIR)/gc.bsc"
345: BSC32_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" \
1.5 ! misha 368: ".\Debug\msvc_dbg.sbr" \
1.1 paf 369: ".\Debug\win32_threads.sbr"
370:
371: ".\Debug\gc.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
372: $(BSC32) @<<
373: $(BSC32_FLAGS) $(BSC32_SBRS)
374: <<
375:
376: LINK32=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
379: LINK32_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"
384: LINK32_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" \
1.5 ! misha 407: ".\Debug\msvc_dbg.obj" \
1.1 paf 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"
427: OUTDIR=.\gctest\Release
428: INTDIR=.\gctest\Release
429:
430: ALL : "gc - Win32 Release" ".\Release\gctest.exe"
431:
432: CLEAN :
433: -@erase ".\gctest\Release\test.obj"
434: -@erase ".\Release\gctest.exe"
435:
436: "$(OUTDIR)" :
437: if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
438:
439: test.c : tests\test.c
440: copy tests\test.c test.c
441:
442: CPP=cl.exe
443: # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
1.5 ! misha 444: # ADD CPP /nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /D "__STDC__" /D "GC_WIN32_THREADS" /YX /c
1.1 paf 445: CPP_PROJ=/nologo /MD /W3 /GX /O2 /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
1.5 ! misha 446: "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /D "__STDC__" /D "GC_WIN32_THREADS"\
! 447: /Ilibatomic_ops-$(AO_VERSION)/src /Fp"$(INTDIR)/gctest.pch" \
! 448: /YX /Fo"$(INTDIR)/" /c
1.1 paf 449: CPP_OBJS=.\gctest\Release/
450: CPP_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:
470: MTL=mktyplib.exe
471: # ADD BASE MTL /nologo /D "NDEBUG" /win32
472: # ADD MTL /nologo /D "NDEBUG" /win32
473: MTL_PROJ=/nologo /D "NDEBUG" /win32
474: RSC=rc.exe
475: # ADD BASE RSC /l 0x809 /d "NDEBUG"
476: # ADD RSC /l 0x809 /d "NDEBUG"
477: BSC32=bscmake.exe
478: # ADD BASE BSC32 /nologo
479: # ADD BSC32 /nologo
480: BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
481: BSC32_SBRS= \
482:
483: LINK32=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"
486: LINK32_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"
490: LINK32_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"
511: OUTDIR=.\gctest\Debug
512: INTDIR=.\gctest\Debug
513:
514: ALL : "gc - Win32 Debug" ".\Debug\gctest.exe" ".\gctest\Debug\gctest.bsc"
515:
516: CLEAN :
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:
529: CPP=cl.exe
530: # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
1.5 ! misha 531: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /D "__STDC__" /D "GC_WIN32_THREADS" /FR /YX /c
1.1 paf 532: CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I include /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
1.5 ! misha 533: /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /D "__STDC__" /D "GC_WIN32_THREADS" /FR"$(INTDIR)/"\
! 534: /Ilibatomic_ops-$(AO_VERSION)/src /Fp"$(INTDIR)/gctest.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
1.1 paf 535: CPP_OBJS=.\gctest\Debug/
536: CPP_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:
556: MTL=mktyplib.exe
557: # ADD BASE MTL /nologo /D "_DEBUG" /win32
558: # ADD MTL /nologo /D "_DEBUG" /win32
559: MTL_PROJ=/nologo /D "_DEBUG" /win32
560: RSC=rc.exe
561: # ADD BASE RSC /l 0x809 /d "_DEBUG"
562: # ADD RSC /l 0x809 /d "_DEBUG"
563: BSC32=bscmake.exe
564: # ADD BASE BSC32 /nologo
565: # ADD BSC32 /nologo
566: BSC32_FLAGS=/nologo /o"$(OUTDIR)/gctest.bsc"
567: BSC32_SBRS= \
568: ".\gctest\Debug\test.sbr"
569:
570: ".\gctest\Debug\gctest.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
571: $(BSC32) @<<
572: $(BSC32_FLAGS) $(BSC32_SBRS)
573: <<
574:
575: LINK32=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"
578: LINK32_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"
583: LINK32_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"
604: OUTDIR=.\cord\Release
605: INTDIR=.\cord\Release
606:
607: ALL : "gc - Win32 Release" ".\Release\de.exe"
608:
609: CLEAN :
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:
620: CPP=cl.exe
621: # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
1.5 ! misha 622: # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /YX /c
1.1 paf 623: CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /I include /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
1.5 ! misha 624: /Ilibatomic_ops-$(AO_VERSION)/src "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /Fp"$(INTDIR)/cord.pch" /YX /Fo"$(INTDIR)/" /c
1.1 paf 625: CPP_OBJS=.\cord\Release/
626: CPP_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:
646: MTL=mktyplib.exe
647: # ADD BASE MTL /nologo /D "NDEBUG" /win32
648: # ADD MTL /nologo /D "NDEBUG" /win32
649: MTL_PROJ=/nologo /D "NDEBUG" /win32
650: RSC=rc.exe
651: # ADD BASE RSC /l 0x809 /d "NDEBUG"
652: # ADD RSC /l 0x809 /d "NDEBUG"
653: RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "NDEBUG"
654: BSC32=bscmake.exe
655: # ADD BASE BSC32 /nologo
656: # ADD BSC32 /nologo
657: BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
658: BSC32_SBRS= \
659:
660: LINK32=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"
663: LINK32_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"
667: LINK32_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"
692: OUTDIR=.\cord\Debug
693: INTDIR=.\cord\Debug
694:
695: ALL : "gc - Win32 Debug" ".\Debug\de.exe"
696:
697: CLEAN :
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:
712: CPP=cl.exe
713: # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
1.5 ! misha 714: # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /YX /c
1.1 paf 715: CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /I include /D "_DEBUG" /D "WIN32" /D\
1.5 ! misha 716: "_WINDOWS" /D "ALL_INTERIOR_POINTERS" /D "DONT_ADD_BYTE_AT_END" /Fp"$(INTDIR)/cord.pch" /YX\
! 717: /Ilibatomic_ops-$(AO_VERSION)/src /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
1.1 paf 718: CPP_OBJS=.\cord\Debug/
719: CPP_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:
739: MTL=mktyplib.exe
740: # ADD BASE MTL /nologo /D "_DEBUG" /win32
741: # ADD MTL /nologo /D "_DEBUG" /win32
742: MTL_PROJ=/nologo /D "_DEBUG" /win32
743: RSC=rc.exe
744: # ADD BASE RSC /l 0x809 /d "_DEBUG"
745: # ADD RSC /l 0x809 /d "_DEBUG"
746: RSC_PROJ=/l 0x809 /fo"$(INTDIR)/de_win.res" /d "_DEBUG"
747: BSC32=bscmake.exe
748: # ADD BASE BSC32 /nologo
749: # ADD BSC32 /nologo
750: BSC32_FLAGS=/nologo /o"$(OUTDIR)/cord.bsc"
751: BSC32_SBRS= \
752:
753: LINK32=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"
756: LINK32_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"
760: LINK32_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:
790: SOURCE=.\gc_cpp.cpp
791:
792: !IF "$(CFG)" == "gc - Win32 Release"
793:
794: DEP_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:
802: NODEP_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:
815: DEP_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:
823: NODEP_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:
840: SOURCE=.\reclaim.c
841:
842: !IF "$(CFG)" == "gc - Win32 Release"
843:
844: DEP_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:
851: NODEP_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:
864: DEP_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:
871: NODEP_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:
889: SOURCE=.\os_dep.c
890:
891: !IF "$(CFG)" == "gc - Win32 Release"
892:
893: DEP_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:
901: NODEP_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:
917: DEP_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:
925: NODEP_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:
945: SOURCE=.\misc.c
946:
947: !IF "$(CFG)" == "gc - Win32 Release"
948:
949: DEP_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:
956: NODEP_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:
970: DEP_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:
977: NODEP_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:
995: SOURCE=.\mark_rts.c
996:
997: !IF "$(CFG)" == "gc - Win32 Release"
998:
999: DEP_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:
1006: NODEP_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:
1019: DEP_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:
1026: NODEP_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:
1043: SOURCE=.\mach_dep.c
1044:
1045: !IF "$(CFG)" == "gc - Win32 Release"
1046:
1047: DEP_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:
1054: NODEP_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:
1067: DEP_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:
1074: NODEP_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:
1091: SOURCE=.\headers.c
1092:
1093: !IF "$(CFG)" == "gc - Win32 Release"
1094:
1095: DEP_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:
1102: NODEP_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:
1115: DEP_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:
1122: NODEP_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:
1139: SOURCE=.\alloc.c
1140:
1141: !IF "$(CFG)" == "gc - Win32 Release"
1142:
1143: DEP_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:
1150: NODEP_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:
1163: DEP_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:
1170: NODEP_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:
1187: SOURCE=.\allchblk.c
1188:
1189: !IF "$(CFG)" == "gc - Win32 Release"
1190:
1191: DEP_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:
1198: NODEP_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:
1211: DEP_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:
1218: NODEP_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:
1235: SOURCE=.\stubborn.c
1236:
1237: !IF "$(CFG)" == "gc - Win32 Release"
1238:
1239: DEP_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:
1246: NODEP_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:
1259: DEP_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:
1266: NODEP_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:
1283: SOURCE=.\obj_map.c
1284:
1285: !IF "$(CFG)" == "gc - Win32 Release"
1286:
1287: DEP_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:
1294: NODEP_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:
1307: DEP_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:
1314: NODEP_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:
1331: SOURCE=.\new_hblk.c
1332:
1333: !IF "$(CFG)" == "gc - Win32 Release"
1334:
1335: DEP_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:
1342: NODEP_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:
1355: DEP_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:
1362: NODEP_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 File
1378:
1379: SOURCE=.\mark.c
1380:
1381: !IF "$(CFG)" == "gc - Win32 Release"
1382:
1383: DEP_CPP_MARK_C=\
1384: ".\include\private\gcconfig.h"\
1385: ".\include\gc.h"\
1386: ".\include\private\gc_hdrs.h"\
1387: ".\include\private\gc_pmark.h"\
1388: ".\include\gc_mark.h"\
1389: ".\include\private\gc_priv.h"\
1390: {$(INCLUDE)}"\sys\TYPES.H"\
1391:
1392: NODEP_CPP_MARK_C=\
1393: ".\th\PCR_Th.h"\
1394: ".\th\PCR_ThCrSec.h"\
1395: ".\th\PCR_ThCtl.h"\
1396:
1397:
1398: ".\Release\mark.obj" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1399:
1400: ".\Release\mark.sbr" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1401:
1402:
1403: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1404:
1405: DEP_CPP_MARK_C=\
1406: ".\include\private\gcconfig.h"\
1407: ".\include\gc.h"\
1408: ".\include\private\gc_hdrs.h"\
1409: ".\include\private\gc_pmark.h"\
1410: ".\include\gc_mark.h"\
1411: ".\include\private\gc_priv.h"\
1412: {$(INCLUDE)}"\sys\TYPES.H"\
1413:
1414: NODEP_CPP_MARK_C=\
1415: ".\th\PCR_Th.h"\
1416: ".\th\PCR_ThCrSec.h"\
1417: ".\th\PCR_ThCtl.h"\
1418:
1419:
1420: ".\Debug\mark.obj" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1421:
1422: ".\Debug\mark.sbr" : $(SOURCE) $(DEP_CPP_MARK_C) "$(INTDIR)"
1423:
1424:
1425: !ENDIF
1426:
1427: # End Source File
1428: ################################################################################
1429: # Begin Source File
1430:
1431: SOURCE=.\malloc.c
1432:
1433: !IF "$(CFG)" == "gc - Win32 Release"
1434:
1435: DEP_CPP_MALLO=\
1436: ".\include\private\gcconfig.h"\
1437: ".\include\gc.h"\
1438: ".\include\private\gc_hdrs.h"\
1439: ".\include\private\gc_priv.h"\
1440: {$(INCLUDE)}"\sys\TYPES.H"\
1441:
1442: NODEP_CPP_MALLO=\
1443: ".\th\PCR_Th.h"\
1444: ".\th\PCR_ThCrSec.h"\
1445: ".\th\PCR_ThCtl.h"\
1446:
1447:
1448: ".\Release\malloc.obj" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1449:
1450: ".\Release\malloc.sbr" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1451:
1452:
1453: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1454:
1455: DEP_CPP_MALLO=\
1456: ".\include\private\gcconfig.h"\
1457: ".\include\gc.h"\
1458: ".\include\private\gc_hdrs.h"\
1459: ".\include\private\gc_priv.h"\
1460: {$(INCLUDE)}"\sys\TYPES.H"\
1461:
1462: NODEP_CPP_MALLO=\
1463: ".\th\PCR_Th.h"\
1464: ".\th\PCR_ThCrSec.h"\
1465: ".\th\PCR_ThCtl.h"\
1466:
1467:
1468: ".\Debug\malloc.obj" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1469:
1470: ".\Debug\malloc.sbr" : $(SOURCE) $(DEP_CPP_MALLO) "$(INTDIR)"
1471:
1472:
1473: !ENDIF
1474:
1475: # End Source File
1476: ################################################################################
1477: # Begin Source File
1478:
1479: SOURCE=.\mallocx.c
1480:
1481: !IF "$(CFG)" == "gc - Win32 Release"
1482:
1483: DEP_CPP_MALLX=\
1484: ".\include\private\gcconfig.h"\
1485: ".\include\gc.h"\
1486: ".\include\private\gc_hdrs.h"\
1487: ".\include\private\gc_priv.h"\
1488: {$(INCLUDE)}"\sys\TYPES.H"\
1489:
1490: NODEP_CPP_MALLX=\
1491: ".\th\PCR_Th.h"\
1492: ".\th\PCR_ThCrSec.h"\
1493: ".\th\PCR_ThCtl.h"\
1494:
1495:
1496: ".\Release\mallocx.obj" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1497:
1498: ".\Release\mallocx.sbr" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1499:
1500:
1501: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1502:
1503: DEP_CPP_MALLX=\
1504: ".\include\private\gcconfig.h"\
1505: ".\include\gc.h"\
1506: ".\include\private\gc_hdrs.h"\
1507: ".\include\private\gc_priv.h"\
1508: {$(INCLUDE)}"\sys\TYPES.H"\
1509:
1510: NODEP_CPP_MALLX=\
1511: ".\th\PCR_Th.h"\
1512: ".\th\PCR_ThCrSec.h"\
1513: ".\th\PCR_ThCtl.h"\
1514:
1515:
1516: ".\Debug\mallocx.obj" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1517:
1518: ".\Debug\mallocx.sbr" : $(SOURCE) $(DEP_CPP_MALLX) "$(INTDIR)"
1519:
1520:
1521: !ENDIF
1522:
1523: # End Source File
1524: ################################################################################
1525: # Begin Source File
1526:
1527: SOURCE=.\finalize.c
1528:
1529: !IF "$(CFG)" == "gc - Win32 Release"
1530:
1531: DEP_CPP_FINAL=\
1532: ".\include\private\gcconfig.h"\
1533: ".\include\gc.h"\
1534: ".\include\private\gc_hdrs.h"\
1535: ".\include\private\gc_pmark.h"\
1536: ".\include\gc_mark.h"\
1537: ".\include\private\gc_priv.h"\
1538: {$(INCLUDE)}"\sys\TYPES.H"\
1539:
1540: NODEP_CPP_FINAL=\
1541: ".\th\PCR_Th.h"\
1542: ".\th\PCR_ThCrSec.h"\
1543: ".\th\PCR_ThCtl.h"\
1544:
1545:
1546: ".\Release\finalize.obj" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1547:
1548: ".\Release\finalize.sbr" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1549:
1550:
1551: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1552:
1553: DEP_CPP_FINAL=\
1554: ".\include\private\gcconfig.h"\
1555: ".\include\gc.h"\
1556: ".\include\private\gc_hdrs.h"\
1557: ".\include\private\gc_pmark.h"\
1558: ".\include\gc_mark.h"\
1559: ".\include\private\gc_priv.h"\
1560: {$(INCLUDE)}"\sys\TYPES.H"\
1561:
1562: NODEP_CPP_FINAL=\
1563: ".\th\PCR_Th.h"\
1564: ".\th\PCR_ThCrSec.h"\
1565: ".\th\PCR_ThCtl.h"\
1566:
1567:
1568: ".\Debug\finalize.obj" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1569:
1570: ".\Debug\finalize.sbr" : $(SOURCE) $(DEP_CPP_FINAL) "$(INTDIR)"
1571:
1572:
1573: !ENDIF
1574:
1575: # End Source File
1576: ################################################################################
1577: # Begin Source File
1578:
1579: SOURCE=.\dbg_mlc.c
1580:
1581: !IF "$(CFG)" == "gc - Win32 Release"
1582:
1583: DEP_CPP_DBG_M=\
1584: ".\include\private\gcconfig.h"\
1585: ".\include\gc.h"\
1586: ".\include\private\gc_hdrs.h"\
1587: ".\include\private\gc_priv.h"\
1588: {$(INCLUDE)}"\sys\TYPES.H"\
1589:
1590: NODEP_CPP_DBG_M=\
1591: ".\th\PCR_Th.h"\
1592: ".\th\PCR_ThCrSec.h"\
1593: ".\th\PCR_ThCtl.h"\
1594:
1595:
1596: ".\Release\dbg_mlc.obj" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1597:
1598: ".\Release\dbg_mlc.sbr" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1599:
1600:
1601: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1602:
1603: DEP_CPP_DBG_M=\
1604: ".\include\private\gcconfig.h"\
1605: ".\include\gc.h"\
1606: ".\include\private\gc_hdrs.h"\
1607: ".\include\private\gc_priv.h"\
1608: {$(INCLUDE)}"\sys\TYPES.H"\
1609:
1610: NODEP_CPP_DBG_M=\
1611: ".\th\PCR_Th.h"\
1612: ".\th\PCR_ThCrSec.h"\
1613: ".\th\PCR_ThCtl.h"\
1614:
1615:
1616: ".\Debug\dbg_mlc.obj" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1617:
1618: ".\Debug\dbg_mlc.sbr" : $(SOURCE) $(DEP_CPP_DBG_M) "$(INTDIR)"
1619:
1620:
1621: !ENDIF
1622:
1623: # End Source File
1624: ################################################################################
1625: # Begin Source File
1626:
1627: SOURCE=.\blacklst.c
1628:
1629: !IF "$(CFG)" == "gc - Win32 Release"
1630:
1631: DEP_CPP_BLACK=\
1632: ".\include\private\gcconfig.h"\
1633: ".\include\gc.h"\
1634: ".\include\private\gc_hdrs.h"\
1635: ".\include\private\gc_priv.h"\
1636: {$(INCLUDE)}"\sys\TYPES.H"\
1637:
1638: NODEP_CPP_BLACK=\
1639: ".\th\PCR_Th.h"\
1640: ".\th\PCR_ThCrSec.h"\
1641: ".\th\PCR_ThCtl.h"\
1642:
1643:
1644: ".\Release\blacklst.obj" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1645:
1646: ".\Release\blacklst.sbr" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1647:
1648:
1649: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1650:
1651: DEP_CPP_BLACK=\
1652: ".\include\private\gcconfig.h"\
1653: ".\include\gc.h"\
1654: ".\include\private\gc_hdrs.h"\
1655: ".\include\private\gc_priv.h"\
1656: {$(INCLUDE)}"\sys\TYPES.H"\
1657:
1658: NODEP_CPP_BLACK=\
1659: ".\th\PCR_Th.h"\
1660: ".\th\PCR_ThCrSec.h"\
1661: ".\th\PCR_ThCtl.h"\
1662:
1663:
1664: ".\Debug\blacklst.obj" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1665:
1666: ".\Debug\blacklst.sbr" : $(SOURCE) $(DEP_CPP_BLACK) "$(INTDIR)"
1667:
1668:
1669: !ENDIF
1670:
1671: # End Source File
1672: ################################################################################
1673: # Begin Source File
1674:
1675: SOURCE=.\typd_mlc.c
1676:
1677: !IF "$(CFG)" == "gc - Win32 Release"
1678:
1679: DEP_CPP_TYPD_=\
1680: ".\include\private\gcconfig.h"\
1681: ".\include\gc.h"\
1682: ".\include\private\gc_hdrs.h"\
1683: ".\include\private\gc_pmark.h"\
1684: ".\include\gc_mark.h"\
1685: ".\include\private\gc_priv.h"\
1686: ".\include\gc_typed.h"\
1687: {$(INCLUDE)}"\sys\TYPES.H"\
1688:
1689: NODEP_CPP_TYPD_=\
1690: ".\th\PCR_Th.h"\
1691: ".\th\PCR_ThCrSec.h"\
1692: ".\th\PCR_ThCtl.h"\
1693:
1694:
1695: ".\Release\typd_mlc.obj" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1696:
1697: ".\Release\typd_mlc.sbr" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1698:
1699:
1700: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1701:
1702: DEP_CPP_TYPD_=\
1703: ".\include\private\gcconfig.h"\
1704: ".\include\gc.h"\
1705: ".\include\private\gc_hdrs.h"\
1706: ".\include\private\gc_pmark.h"\
1707: ".\include\gc_mark.h"\
1708: ".\include\private\gc_priv.h"\
1709: ".\include\gc_typed.h"\
1710: {$(INCLUDE)}"\sys\TYPES.H"\
1711:
1712: NODEP_CPP_TYPD_=\
1713: ".\th\PCR_Th.h"\
1714: ".\th\PCR_ThCrSec.h"\
1715: ".\th\PCR_ThCtl.h"\
1716:
1717:
1718: ".\Debug\typd_mlc.obj" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1719:
1720: ".\Debug\typd_mlc.sbr" : $(SOURCE) $(DEP_CPP_TYPD_) "$(INTDIR)"
1721:
1722:
1723: !ENDIF
1724:
1725: # End Source File
1726: ################################################################################
1727: # Begin Source File
1728:
1729: SOURCE=.\ptr_chck.c
1730:
1731: !IF "$(CFG)" == "gc - Win32 Release"
1732:
1733: DEP_CPP_PTR_C=\
1734: ".\include\private\gcconfig.h"\
1735: ".\include\gc.h"\
1736: ".\include\private\gc_hdrs.h"\
1737: ".\include\private\gc_pmark.h"\
1738: ".\include\gc_mark.h"\
1739: ".\include\private\gc_priv.h"\
1740: {$(INCLUDE)}"\sys\TYPES.H"\
1741:
1742: NODEP_CPP_PTR_C=\
1743: ".\th\PCR_Th.h"\
1744: ".\th\PCR_ThCrSec.h"\
1745: ".\th\PCR_ThCtl.h"\
1746:
1747:
1748: ".\Release\ptr_chck.obj" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1749:
1750: ".\Release\ptr_chck.sbr" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1751:
1752:
1753: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1754:
1755: DEP_CPP_PTR_C=\
1756: ".\include\private\gcconfig.h"\
1757: ".\include\gc.h"\
1758: ".\include\private\gc_hdrs.h"\
1759: ".\include\private\gc_pmark.h"\
1760: ".\include\gc_mark.h"\
1761: ".\include\private\gc_priv.h"\
1762: {$(INCLUDE)}"\sys\TYPES.H"\
1763:
1764: NODEP_CPP_PTR_C=\
1765: ".\th\PCR_Th.h"\
1766: ".\th\PCR_ThCrSec.h"\
1767: ".\th\PCR_ThCtl.h"\
1768:
1769:
1770: ".\Debug\ptr_chck.obj" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1771:
1772: ".\Debug\ptr_chck.sbr" : $(SOURCE) $(DEP_CPP_PTR_C) "$(INTDIR)"
1773:
1774:
1775: !ENDIF
1776:
1777: # End Source File
1778: ################################################################################
1779: # Begin Source File
1780:
1781: SOURCE=.\dyn_load.c
1782:
1783: !IF "$(CFG)" == "gc - Win32 Release"
1784:
1785: DEP_CPP_DYN_L=\
1786: ".\include\private\gcconfig.h"\
1787: ".\include\gc.h"\
1788: ".\include\private\gc_hdrs.h"\
1789: ".\include\private\gc_priv.h"\
1790: {$(INCLUDE)}"\sys\STAT.H"\
1791: {$(INCLUDE)}"\sys\TYPES.H"\
1792:
1793: NODEP_CPP_DYN_L=\
1794: ".\il\PCR_IL.h"\
1795: ".\mm\PCR_MM.h"\
1796: ".\th\PCR_Th.h"\
1797: ".\th\PCR_ThCrSec.h"\
1798: ".\th\PCR_ThCtl.h"\
1799:
1800:
1801: ".\Release\dyn_load.obj" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1802:
1803: ".\Release\dyn_load.sbr" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1804:
1805:
1806: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1807:
1808: DEP_CPP_DYN_L=\
1809: ".\include\private\gcconfig.h"\
1810: ".\include\gc.h"\
1811: ".\include\private\gc_hdrs.h"\
1812: ".\include\private\gc_priv.h"\
1813: {$(INCLUDE)}"\sys\STAT.H"\
1814: {$(INCLUDE)}"\sys\TYPES.H"\
1815:
1816: NODEP_CPP_DYN_L=\
1817: ".\il\PCR_IL.h"\
1818: ".\mm\PCR_MM.h"\
1819: ".\th\PCR_Th.h"\
1820: ".\th\PCR_ThCrSec.h"\
1821: ".\th\PCR_ThCtl.h"\
1822:
1823:
1824: ".\Debug\dyn_load.obj" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1825:
1826: ".\Debug\dyn_load.sbr" : $(SOURCE) $(DEP_CPP_DYN_L) "$(INTDIR)"
1827:
1828:
1829: !ENDIF
1830:
1831: # End Source File
1832: ################################################################################
1833: # Begin Source File
1834:
1835: SOURCE=.\win32_threads.c
1836:
1837: !IF "$(CFG)" == "gc - Win32 Release"
1838:
1839: DEP_CPP_WIN32=\
1840: ".\include\private\gcconfig.h"\
1841: ".\include\gc.h"\
1842: ".\include\private\gc_hdrs.h"\
1843: ".\include\private\gc_priv.h"\
1844: {$(INCLUDE)}"\sys\TYPES.H"\
1845:
1846: NODEP_CPP_WIN32=\
1847: ".\th\PCR_Th.h"\
1848: ".\th\PCR_ThCrSec.h"\
1849: ".\th\PCR_ThCtl.h"\
1850:
1851:
1852: ".\Release\win32_threads.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1853:
1854: ".\Release\win32_threads.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1855:
1856:
1857: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1858:
1859: DEP_CPP_WIN32=\
1860: ".\include\private\gcconfig.h"\
1861: ".\include\gc.h"\
1862: ".\include\private\gc_hdrs.h"\
1863: ".\include\private\gc_priv.h"\
1864: {$(INCLUDE)}"\sys\TYPES.H"\
1865:
1866: NODEP_CPP_WIN32=\
1867: ".\th\PCR_Th.h"\
1868: ".\th\PCR_ThCrSec.h"\
1869: ".\th\PCR_ThCtl.h"\
1870:
1871:
1872: ".\Debug\win32_threads.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1873:
1874: ".\Debug\win32_threads.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
1875:
1876:
1877: !ENDIF
1878:
1879: # End Source File
1880: ################################################################################
1881: # Begin Source File
1882:
1.5 ! misha 1883: SOURCE=.\msvc_dbg.c
! 1884:
! 1885: !IF "$(CFG)" == "gc - Win32 Release"
! 1886:
! 1887: DEP_CPP_WIN32=\
! 1888: ".\include\private\gcconfig.h"\
! 1889: ".\include\gc.h"\
! 1890: ".\include\private\gc_hdrs.h"\
! 1891: ".\include\private\gc_priv.h"\
! 1892: ".\include\private\msvc_dbg.h"\
! 1893: {$(INCLUDE)}"\sys\TYPES.H"\
! 1894:
! 1895: NODEP_CPP_WIN32=\
! 1896: ".\th\PCR_Th.h"\
! 1897: ".\th\PCR_ThCrSec.h"\
! 1898: ".\th\PCR_ThCtl.h"\
! 1899:
! 1900:
! 1901: ".\Release\msvc_dbg.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
! 1902:
! 1903: ".\Release\msvc_dbg.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
! 1904:
! 1905:
! 1906: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
! 1907:
! 1908: DEP_CPP_WIN32=\
! 1909: ".\include\private\gcconfig.h"\
! 1910: ".\include\gc.h"\
! 1911: ".\include\private\gc_hdrs.h"\
! 1912: ".\include\private\gc_priv.h"\
! 1913: ".\include\private\msvc_dbg.h"\
! 1914: {$(INCLUDE)}"\sys\TYPES.H"\
! 1915:
! 1916: NODEP_CPP_WIN32=\
! 1917: ".\th\PCR_Th.h"\
! 1918: ".\th\PCR_ThCrSec.h"\
! 1919: ".\th\PCR_ThCtl.h"\
! 1920:
! 1921:
! 1922: ".\Debug\msvc_dbg.obj" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
! 1923:
! 1924: ".\Debug\msvc_dbg.sbr" : $(SOURCE) $(DEP_CPP_WIN32) "$(INTDIR)"
! 1925:
! 1926:
! 1927: !ENDIF
! 1928:
! 1929: # End Source File
! 1930: ################################################################################
! 1931: # Begin Source File
! 1932:
1.1 paf 1933: SOURCE=.\checksums.c
1934:
1935: !IF "$(CFG)" == "gc - Win32 Release"
1936:
1937: DEP_CPP_CHECK=\
1938: ".\include\private\gcconfig.h"\
1939: ".\include\gc.h"\
1940: ".\include\private\gc_hdrs.h"\
1941: ".\include\private\gc_priv.h"\
1942: {$(INCLUDE)}"\sys\TYPES.H"\
1943:
1944: NODEP_CPP_CHECK=\
1945: ".\th\PCR_Th.h"\
1946: ".\th\PCR_ThCrSec.h"\
1947: ".\th\PCR_ThCtl.h"\
1948:
1949:
1950: ".\Release\checksums.obj" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1951:
1952: ".\Release\checksums.sbr" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1953:
1954:
1955: !ELSEIF "$(CFG)" == "gc - Win32 Debug"
1956:
1957: DEP_CPP_CHECK=\
1958: ".\include\private\gcconfig.h"\
1959: ".\include\gc.h"\
1960: ".\include\private\gc_hdrs.h"\
1961: ".\include\private\gc_priv.h"\
1962: {$(INCLUDE)}"\sys\TYPES.H"\
1963:
1964: NODEP_CPP_CHECK=\
1965: ".\th\PCR_Th.h"\
1966: ".\th\PCR_ThCrSec.h"\
1967: ".\th\PCR_ThCtl.h"\
1968:
1969:
1970: ".\Debug\checksums.obj" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1971:
1972: ".\Debug\checksums.sbr" : $(SOURCE) $(DEP_CPP_CHECK) "$(INTDIR)"
1973:
1974:
1975: !ENDIF
1976:
1977: # End Source File
1978: # End Target
1979: ################################################################################
1980: # Begin Target
1981:
1982: # Name "gctest - Win32 Release"
1983: # Name "gctest - Win32 Debug"
1984:
1985: !IF "$(CFG)" == "gctest - Win32 Release"
1986:
1987: !ELSEIF "$(CFG)" == "gctest - Win32 Debug"
1988:
1989: !ENDIF
1990:
1991: ################################################################################
1992: # Begin Project Dependency
1993:
1994: # Project_Dep_Name "gc"
1995:
1996: !IF "$(CFG)" == "gctest - Win32 Release"
1997:
1998: "gc - Win32 Release" :
1999: $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release"
2000:
2001: !ELSEIF "$(CFG)" == "gctest - Win32 Debug"
2002:
2003: "gc - Win32 Debug" :
2004: $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug"
2005:
2006: !ENDIF
2007:
2008: # End Project Dependency
2009: ################################################################################
2010: # Begin Source File
2011:
2012: SOURCE=.\tests\test.c
2013: DEP_CPP_TEST_=\
2014: ".\include\private\gcconfig.h"\
2015: ".\include\gc.h"\
2016: ".\include\private\gc_hdrs.h"\
2017: ".\include\private\gc_priv.h"\
2018: ".\include\gc_typed.h"\
2019: {$(INCLUDE)}"\sys\TYPES.H"\
2020:
2021: NODEP_CPP_TEST_=\
2022: ".\th\PCR_Th.h"\
2023: ".\th\PCR_ThCrSec.h"\
2024: ".\th\PCR_ThCtl.h"\
2025:
2026:
2027: !IF "$(CFG)" == "gctest - Win32 Release"
2028:
2029:
2030: ".\gctest\Release\test.obj" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
2031:
2032:
2033: !ELSEIF "$(CFG)" == "gctest - Win32 Debug"
2034:
2035:
2036: ".\gctest\Debug\test.obj" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
2037:
2038: ".\gctest\Debug\test.sbr" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
2039:
2040:
2041: !ENDIF
2042:
2043: # End Source File
2044: # End Target
2045: ################################################################################
2046: # Begin Target
2047:
2048: # Name "cord - Win32 Release"
2049: # Name "cord - Win32 Debug"
2050:
2051: !IF "$(CFG)" == "cord - Win32 Release"
2052:
2053: !ELSEIF "$(CFG)" == "cord - Win32 Debug"
2054:
2055: !ENDIF
2056:
2057: ################################################################################
2058: # Begin Project Dependency
2059:
2060: # Project_Dep_Name "gc"
2061:
2062: !IF "$(CFG)" == "cord - Win32 Release"
2063:
2064: "gc - Win32 Release" :
2065: $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Release"
2066:
2067: !ELSEIF "$(CFG)" == "cord - Win32 Debug"
2068:
2069: "gc - Win32 Debug" :
2070: $(MAKE) /$(MAKEFLAGS) /F ".\gc.mak" CFG="gc - Win32 Debug"
2071:
2072: !ENDIF
2073:
2074: # End Project Dependency
2075: ################################################################################
2076: # Begin Source File
2077:
2078: SOURCE=.\cord\de_win.c
2079: DEP_CPP_DE_WI=\
2080: ".\include\cord.h"\
2081: ".\cord\de_cmds.h"\
2082: ".\cord\de_win.h"\
2083: ".\include\private\cord_pos.h"\
2084:
2085: NODEP_CPP_DE_WI=\
2086: ".\include\gc.h"\
2087:
2088:
2089: !IF "$(CFG)" == "cord - Win32 Release"
2090:
2091:
2092: ".\cord\Release\de_win.obj" : $(SOURCE) $(DEP_CPP_DE_WI) "$(INTDIR)"
2093: $(CPP) $(CPP_PROJ) $(SOURCE)
2094:
2095:
2096: !ELSEIF "$(CFG)" == "cord - Win32 Debug"
2097:
2098:
2099: ".\cord\Debug\de_win.obj" : $(SOURCE) $(DEP_CPP_DE_WI) "$(INTDIR)"
2100: $(CPP) $(CPP_PROJ) $(SOURCE)
2101:
2102:
2103: !ENDIF
2104:
2105: # End Source File
2106: ################################################################################
2107: # Begin Source File
2108:
2109: SOURCE=.\cord\de.c
2110: DEP_CPP_DE_C2e=\
2111: ".\include\cord.h"\
2112: ".\cord\de_cmds.h"\
2113: ".\cord\de_win.h"\
2114: ".\include\private\cord_pos.h"\
2115:
2116: NODEP_CPP_DE_C2e=\
2117: ".\include\gc.h"\
2118:
2119:
2120: !IF "$(CFG)" == "cord - Win32 Release"
2121:
2122:
2123: ".\cord\Release\de.obj" : $(SOURCE) $(DEP_CPP_DE_C2e) "$(INTDIR)"
2124: $(CPP) $(CPP_PROJ) $(SOURCE)
2125:
2126:
2127: !ELSEIF "$(CFG)" == "cord - Win32 Debug"
2128:
2129:
2130: ".\cord\Debug\de.obj" : $(SOURCE) $(DEP_CPP_DE_C2e) "$(INTDIR)"
2131: $(CPP) $(CPP_PROJ) $(SOURCE)
2132:
2133:
2134: !ENDIF
2135:
2136: # End Source File
2137: ################################################################################
2138: # Begin Source File
2139:
2140: SOURCE=.\cord\cordxtra.c
2141: DEP_CPP_CORDX=\
2142: ".\include\cord.h"\
2143: ".\include\ec.h"\
2144: ".\include\private\cord_pos.h"\
2145:
2146: NODEP_CPP_CORDX=\
2147: ".\include\gc.h"\
2148:
2149:
2150: !IF "$(CFG)" == "cord - Win32 Release"
2151:
2152:
2153: ".\cord\Release\cordxtra.obj" : $(SOURCE) $(DEP_CPP_CORDX) "$(INTDIR)"
2154: $(CPP) $(CPP_PROJ) $(SOURCE)
2155:
2156:
2157: !ELSEIF "$(CFG)" == "cord - Win32 Debug"
2158:
2159:
2160: ".\cord\Debug\cordxtra.obj" : $(SOURCE) $(DEP_CPP_CORDX) "$(INTDIR)"
2161: $(CPP) $(CPP_PROJ) $(SOURCE)
2162:
2163:
2164: !ENDIF
2165:
2166: # End Source File
2167: ################################################################################
2168: # Begin Source File
2169:
2170: SOURCE=.\cord\cordbscs.c
2171: DEP_CPP_CORDB=\
2172: ".\include\cord.h"\
2173: ".\include\private\cord_pos.h"\
2174:
2175: NODEP_CPP_CORDB=\
2176: ".\include\gc.h"\
2177:
2178:
2179: !IF "$(CFG)" == "cord - Win32 Release"
2180:
2181:
2182: ".\cord\Release\cordbscs.obj" : $(SOURCE) $(DEP_CPP_CORDB) "$(INTDIR)"
2183: $(CPP) $(CPP_PROJ) $(SOURCE)
2184:
2185:
2186: !ELSEIF "$(CFG)" == "cord - Win32 Debug"
2187:
2188:
2189: ".\cord\Debug\cordbscs.obj" : $(SOURCE) $(DEP_CPP_CORDB) "$(INTDIR)"
2190: $(CPP) $(CPP_PROJ) $(SOURCE)
2191:
2192:
2193: !ENDIF
2194:
2195: # End Source File
2196: ################################################################################
2197: # Begin Source File
2198:
2199: SOURCE=.\cord\de_win.RC
2200:
2201: !IF "$(CFG)" == "cord - Win32 Release"
2202:
2203:
2204: ".\cord\Release\de_win.res" : $(SOURCE) "$(INTDIR)"
2205: $(RSC) /l 0x809 /fo"$(INTDIR)/de_win.res" /i "cord" /d "NDEBUG" $(SOURCE)
2206:
2207:
2208: !ELSEIF "$(CFG)" == "cord - Win32 Debug"
2209:
2210:
2211: ".\cord\Debug\de_win.res" : $(SOURCE) "$(INTDIR)"
2212: $(RSC) /l 0x809 /fo"$(INTDIR)/de_win.res" /i "cord" /d "_DEBUG" $(SOURCE)
2213:
2214:
2215: !ENDIF
2216:
2217: # End Source File
2218: # End Target
2219: # End Project
2220: ################################################################################
E-mail: