blob: 9a2768c7f9214b01f0d5986234da5d495f94e318 [file] [log] [blame]
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
2# ** DO NOT EDIT **
3
4# TARGTYPE "Win32 (x86) Console Application" 0x0103
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7!IF "$(CFG)" == ""
8CFG=vc40_nt - Win32 Debug
9!MESSAGE No configuration specified. Defaulting to vc40_nt - Win32 Debug.
10!ENDIF
11
12!IF "$(CFG)" != "vc40 - Win32 Release" && "$(CFG)" != "vc40 - Win32 Debug" &&\
13 "$(CFG)" != "vc40_dll - Win32 Release" && "$(CFG)" != "vc40_dll - Win32 Debug"\
14 && "$(CFG)" != "vc40_nt - Win32 Release" && "$(CFG)" != "vc40_nt - Win32 Debug"
15!MESSAGE Invalid configuration "$(CFG)" specified.
16!MESSAGE You can specify a configuration when running NMAKE on this makefile
17!MESSAGE by defining the macro CFG on the command line. For example:
18!MESSAGE
19!MESSAGE NMAKE /f "vc40.mak" CFG="vc40_nt - Win32 Debug"
20!MESSAGE
21!MESSAGE Possible choices for configuration are:
22!MESSAGE
23!MESSAGE "vc40 - Win32 Release" (based on "Win32 (x86) Console Application")
24!MESSAGE "vc40 - Win32 Debug" (based on "Win32 (x86) Console Application")
25!MESSAGE "vc40_dll - Win32 Release" (based on\
26 "Win32 (x86) Dynamic-Link Library")
27!MESSAGE "vc40_dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
28!MESSAGE "vc40_nt - Win32 Release" (based on "Win32 (x86) Console Application")
29!MESSAGE "vc40_nt - Win32 Debug" (based on "Win32 (x86) Console Application")
30!MESSAGE
31!ERROR An invalid configuration is specified.
32!ENDIF
33
34!IF "$(OS)" == "Windows_NT"
35NULL=
36!ELSE
37NULL=nul
38!ENDIF
39################################################################################
40# Begin Project
41# PROP Target_Last_Scanned "vc40_nt - Win32 Debug"
42
43!IF "$(CFG)" == "vc40 - Win32 Release"
44
45# PROP BASE Use_MFC 0
46# PROP BASE Use_Debug_Libraries 0
47# PROP BASE Output_Dir "Release"
48# PROP BASE Intermediate_Dir "Release"
49# PROP BASE Target_Dir ""
50# PROP Use_MFC 0
51# PROP Use_Debug_Libraries 0
52# PROP Output_Dir "pc\Release"
53# PROP Intermediate_Dir "pc\Release"
54# PROP Target_Dir ""
55OUTDIR=.\pc\Release
56INTDIR=.\pc\Release
57
58ALL :
59
60CLEAN :
61 -@erase
62
63"$(OUTDIR)" :
64 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
65
66CPP=cl.exe
67# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
68# ADD CPP /nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
69CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
70 "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40.pch" /YX\
71 /Fo"$(INTDIR)/" /c
72CPP_OBJS=.\pc\Release/
73CPP_SBRS=
74
75.c{$(CPP_OBJS)}.obj:
76 $(CPP) $(CPP_PROJ) $<
77
78.cpp{$(CPP_OBJS)}.obj:
79 $(CPP) $(CPP_PROJ) $<
80
81.cxx{$(CPP_OBJS)}.obj:
82 $(CPP) $(CPP_PROJ) $<
83
84.c{$(CPP_SBRS)}.sbr:
85 $(CPP) $(CPP_PROJ) $<
86
87.cpp{$(CPP_SBRS)}.sbr:
88 $(CPP) $(CPP_PROJ) $<
89
90.cxx{$(CPP_SBRS)}.sbr:
91 $(CPP) $(CPP_PROJ) $<
92
93RSC=rc.exe
94# ADD BASE RSC /l 0x409 /d "NDEBUG"
95# ADD RSC /l 0x409 /d "NDEBUG"
96BSC32=bscmake.exe
97# ADD BASE BSC32 /nologo
98# ADD BSC32 /nologo
99BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40.bsc"
100BSC32_SBRS=
101LINK32=link.exe
102# 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:console /machine:I386
103# ADD LINK32 wsock32.lib 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:console /machine:I386
104LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
105 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
106 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\
107 /pdb:"$(OUTDIR)/vc40.pdb" /machine:I386 /out:"$(OUTDIR)/vc40.exe"
108LINK32_OBJS=
109
110!ELSEIF "$(CFG)" == "vc40 - Win32 Debug"
111
112# PROP BASE Use_MFC 0
113# PROP BASE Use_Debug_Libraries 1
114# PROP BASE Output_Dir "Debug"
115# PROP BASE Intermediate_Dir "Debug"
116# PROP BASE Target_Dir ""
117# PROP Use_MFC 0
118# PROP Use_Debug_Libraries 1
119# PROP Output_Dir "pc\Debug"
120# PROP Intermediate_Dir "pc\Debug"
121# PROP Target_Dir ""
122OUTDIR=.\pc\Debug
123INTDIR=.\pc\Debug
124
125ALL :
126
127CLEAN :
128 -@erase
129
130"$(OUTDIR)" :
131 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
132
133CPP=cl.exe
134# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
135# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
136CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
137 /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40.pch" /YX\
138 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
139CPP_OBJS=.\pc\Debug/
140CPP_SBRS=
141
142.c{$(CPP_OBJS)}.obj:
143 $(CPP) $(CPP_PROJ) $<
144
145.cpp{$(CPP_OBJS)}.obj:
146 $(CPP) $(CPP_PROJ) $<
147
148.cxx{$(CPP_OBJS)}.obj:
149 $(CPP) $(CPP_PROJ) $<
150
151.c{$(CPP_SBRS)}.sbr:
152 $(CPP) $(CPP_PROJ) $<
153
154.cpp{$(CPP_SBRS)}.sbr:
155 $(CPP) $(CPP_PROJ) $<
156
157.cxx{$(CPP_SBRS)}.sbr:
158 $(CPP) $(CPP_PROJ) $<
159
160RSC=rc.exe
161# ADD BASE RSC /l 0x409 /d "_DEBUG"
162# ADD RSC /l 0x409 /d "_DEBUG"
163BSC32=bscmake.exe
164# ADD BASE BSC32 /nologo
165# ADD BSC32 /nologo
166BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40.bsc"
167BSC32_SBRS=
168LINK32=link.exe
169# 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:console /debug /machine:I386
170# ADD LINK32 wsock32.lib 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:console /debug /machine:I386
171LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
172 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
173 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes\
174 /pdb:"$(OUTDIR)/vc40.pdb" /debug /machine:I386 /out:"$(OUTDIR)/vc40.exe"
175LINK32_OBJS=
176
177!ELSEIF "$(CFG)" == "vc40_dll - Win32 Release"
178
179# PROP BASE Use_MFC 0
180# PROP BASE Use_Debug_Libraries 0
181# PROP BASE Output_Dir "vc40_dll\Release"
182# PROP BASE Intermediate_Dir "vc40_dll\Release"
183# PROP BASE Target_Dir "vc40_dll"
184# PROP Use_MFC 0
185# PROP Use_Debug_Libraries 0
186# PROP Output_Dir "vc40_dll\Release"
187# PROP Intermediate_Dir "vc40_dll\Release"
188# PROP Target_Dir "vc40_dll"
189OUTDIR=.\vc40_dll\Release
190INTDIR=.\vc40_dll\Release
191
192ALL : "$(OUTDIR)\py14an.dll"
193
194CLEAN :
195 -@erase ".\vc40_dll\Release\py14an.dll"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000196 -@erase ".\vc40_dll\Release\getcopyright.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000197 -@erase ".\vc40_dll\Release\getplatform.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000198 -@erase ".\vc40_dll\Release\parser.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000199 -@erase ".\vc40_dll\Release\acceler.obj"
200 -@erase ".\vc40_dll\Release\mappingobject.obj"
201 -@erase ".\vc40_dll\Release\grammar1.obj"
202 -@erase ".\vc40_dll\Release\getmtime.obj"
203 -@erase ".\vc40_dll\Release\abstract.obj"
204 -@erase ".\vc40_dll\Release\tokenizer.obj"
205 -@erase ".\vc40_dll\Release\soundex.obj"
206 -@erase ".\vc40_dll\Release\intobject.obj"
207 -@erase ".\vc40_dll\Release\config.obj"
208 -@erase ".\vc40_dll\Release\threadmodule.obj"
209 -@erase ".\vc40_dll\Release\imageop.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000210 -@erase ".\vc40_dll\Release\modsupport.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000211 -@erase ".\vc40_dll\Release\getpath.obj"
212 -@erase ".\vc40_dll\Release\listobject.obj"
213 -@erase ".\vc40_dll\Release\typeobject.obj"
214 -@erase ".\vc40_dll\Release\ceval.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000215 -@erase ".\vc40_dll\Release\md5module.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000216 -@erase ".\vc40_dll\Release\traceback.obj"
217 -@erase ".\vc40_dll\Release\rotormodule.obj"
218 -@erase ".\vc40_dll\Release\tupleobject.obj"
219 -@erase ".\vc40_dll\Release\methodobject.obj"
220 -@erase ".\vc40_dll\Release\yuvconvert.obj"
221 -@erase ".\vc40_dll\Release\thread.obj"
222 -@erase ".\vc40_dll\Release\getversion.obj"
223 -@erase ".\vc40_dll\Release\marshal.obj"
224 -@erase ".\vc40_dll\Release\pythonrun.obj"
225 -@erase ".\vc40_dll\Release\rgbimgmodule.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000226 -@erase ".\vc40_dll\Release\md5c.obj"
227 -@erase ".\vc40_dll\Release\mathmodule.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000228 -@erase ".\vc40_dll\Release\classobject.obj"
229 -@erase ".\vc40_dll\Release\signalmodule.obj"
230 -@erase ".\vc40_dll\Release\object.obj"
231 -@erase ".\vc40_dll\Release\graminit.obj"
232 -@erase ".\vc40_dll\Release\compile.obj"
233 -@erase ".\vc40_dll\Release\bltinmodule.obj"
234 -@erase ".\vc40_dll\Release\accessobject.obj"
235 -@erase ".\vc40_dll\Release\getcompiler.obj"
236 -@erase ".\vc40_dll\Release\node.obj"
237 -@erase ".\vc40_dll\Release\frameobject.obj"
238 -@erase ".\vc40_dll\Release\regexmodule.obj"
239 -@erase ".\vc40_dll\Release\environment.obj"
240 -@erase ".\vc40_dll\Release\floatobject.obj"
241 -@erase ".\vc40_dll\Release\frozen.obj"
242 -@erase ".\vc40_dll\Release\complexobject.obj"
243 -@erase ".\vc40_dll\Release\funcobject.obj"
244 -@erase ".\vc40_dll\Release\errors.obj"
245 -@erase ".\vc40_dll\Release\cmathmodule.obj"
246 -@erase ".\vc40_dll\Release\myreadline.obj"
247 -@erase ".\vc40_dll\Release\arraymodule.obj"
248 -@erase ".\vc40_dll\Release\structmodule.obj"
249 -@erase ".\vc40_dll\Release\newmodule.obj"
250 -@erase ".\vc40_dll\Release\regexpr.obj"
251 -@erase ".\vc40_dll\Release\parsetok.obj"
252 -@erase ".\vc40_dll\Release\stropmodule.obj"
253 -@erase ".\vc40_dll\Release\getargs.obj"
254 -@erase ".\vc40_dll\Release\moduleobject.obj"
255 -@erase ".\vc40_dll\Release\mystrtoul.obj"
256 -@erase ".\vc40_dll\Release\fileobject.obj"
257 -@erase ".\vc40_dll\Release\longobject.obj"
258 -@erase ".\vc40_dll\Release\rangeobject.obj"
259 -@erase ".\vc40_dll\Release\structmember.obj"
260 -@erase ".\vc40_dll\Release\audioop.obj"
261 -@erase ".\vc40_dll\Release\importdl.obj"
262 -@erase ".\vc40_dll\Release\cobject.obj"
263 -@erase ".\vc40_dll\Release\binascii.obj"
264 -@erase ".\vc40_dll\Release\cgensupport.obj"
265 -@erase ".\vc40_dll\Release\stringobject.obj"
266 -@erase ".\vc40_dll\Release\timemodule.obj"
267 -@erase ".\vc40_dll\Release\socketmodule.obj"
268 -@erase ".\vc40_dll\Release\selectmodule.obj"
269 -@erase ".\vc40_dll\Release\sysmodule.obj"
270 -@erase ".\vc40_dll\Release\import.obj"
271 -@erase ".\vc40_dll\Release\posixmodule.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000272 -@erase ".\vc40_dll\Release\py14an.lib"
273 -@erase ".\vc40_dll\Release\py14an.exp"
274
275"$(OUTDIR)" :
276 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
277
278CPP=cl.exe
279# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
Guido van Rossum88dc2641996-07-01 18:34:03 +0000280# ADD CPP /nologo /MD /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /YX /c
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000281CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
Guido van Rossum88dc2641996-07-01 18:34:03 +0000282 "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT"\
283 /Fp"$(INTDIR)/vc40_dll.pch" /YX /Fo"$(INTDIR)/" /c
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000284CPP_OBJS=.\vc40_dll\Release/
285CPP_SBRS=
286
287.c{$(CPP_OBJS)}.obj:
288 $(CPP) $(CPP_PROJ) $<
289
290.cpp{$(CPP_OBJS)}.obj:
291 $(CPP) $(CPP_PROJ) $<
292
293.cxx{$(CPP_OBJS)}.obj:
294 $(CPP) $(CPP_PROJ) $<
295
296.c{$(CPP_SBRS)}.sbr:
297 $(CPP) $(CPP_PROJ) $<
298
299.cpp{$(CPP_SBRS)}.sbr:
300 $(CPP) $(CPP_PROJ) $<
301
302.cxx{$(CPP_SBRS)}.sbr:
303 $(CPP) $(CPP_PROJ) $<
304
305MTL=mktyplib.exe
306# ADD BASE MTL /nologo /D "NDEBUG" /win32
307# ADD MTL /nologo /D "NDEBUG" /win32
308MTL_PROJ=/nologo /D "NDEBUG" /win32
309RSC=rc.exe
310# ADD BASE RSC /l 0x409 /d "NDEBUG"
311# ADD RSC /l 0x409 /d "NDEBUG"
312BSC32=bscmake.exe
313# ADD BASE BSC32 /nologo
314# ADD BSC32 /nologo
315BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_dll.bsc"
316BSC32_SBRS=
317LINK32=link.exe
318# 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
319# 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 wsock32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"vc40_dll\Release/py14an.dll"
320LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
321 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
322 odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /incremental:no\
323 /pdb:"$(OUTDIR)/py14an.pdb" /machine:I386 /def:".\PC\python.def"\
324 /out:"$(OUTDIR)/py14an.dll" /implib:"$(OUTDIR)/py14an.lib"
325DEF_FILE= \
326 ".\PC\python.def"
327LINK32_OBJS= \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000328 ".\vc40_dll\Release\getcopyright.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000329 ".\vc40_dll\Release\getplatform.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000330 ".\vc40_dll\Release\parser.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000331 ".\vc40_dll\Release\acceler.obj" \
332 ".\vc40_dll\Release\mappingobject.obj" \
333 ".\vc40_dll\Release\grammar1.obj" \
334 ".\vc40_dll\Release\getmtime.obj" \
335 ".\vc40_dll\Release\abstract.obj" \
336 ".\vc40_dll\Release\tokenizer.obj" \
337 ".\vc40_dll\Release\soundex.obj" \
338 ".\vc40_dll\Release\intobject.obj" \
339 ".\vc40_dll\Release\config.obj" \
340 ".\vc40_dll\Release\threadmodule.obj" \
341 ".\vc40_dll\Release\imageop.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000342 ".\vc40_dll\Release\modsupport.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000343 ".\vc40_dll\Release\getpath.obj" \
344 ".\vc40_dll\Release\listobject.obj" \
345 ".\vc40_dll\Release\typeobject.obj" \
346 ".\vc40_dll\Release\ceval.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000347 ".\vc40_dll\Release\md5module.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000348 ".\vc40_dll\Release\traceback.obj" \
349 ".\vc40_dll\Release\rotormodule.obj" \
350 ".\vc40_dll\Release\tupleobject.obj" \
351 ".\vc40_dll\Release\methodobject.obj" \
352 ".\vc40_dll\Release\yuvconvert.obj" \
353 ".\vc40_dll\Release\thread.obj" \
354 ".\vc40_dll\Release\getversion.obj" \
355 ".\vc40_dll\Release\marshal.obj" \
356 ".\vc40_dll\Release\pythonrun.obj" \
357 ".\vc40_dll\Release\rgbimgmodule.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000358 ".\vc40_dll\Release\md5c.obj" \
359 ".\vc40_dll\Release\mathmodule.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000360 ".\vc40_dll\Release\classobject.obj" \
361 ".\vc40_dll\Release\signalmodule.obj" \
362 ".\vc40_dll\Release\object.obj" \
363 ".\vc40_dll\Release\graminit.obj" \
364 ".\vc40_dll\Release\compile.obj" \
365 ".\vc40_dll\Release\bltinmodule.obj" \
366 ".\vc40_dll\Release\accessobject.obj" \
367 ".\vc40_dll\Release\getcompiler.obj" \
368 ".\vc40_dll\Release\node.obj" \
369 ".\vc40_dll\Release\frameobject.obj" \
370 ".\vc40_dll\Release\regexmodule.obj" \
371 ".\vc40_dll\Release\environment.obj" \
372 ".\vc40_dll\Release\floatobject.obj" \
373 ".\vc40_dll\Release\frozen.obj" \
374 ".\vc40_dll\Release\complexobject.obj" \
375 ".\vc40_dll\Release\funcobject.obj" \
376 ".\vc40_dll\Release\errors.obj" \
377 ".\vc40_dll\Release\cmathmodule.obj" \
378 ".\vc40_dll\Release\myreadline.obj" \
379 ".\vc40_dll\Release\arraymodule.obj" \
380 ".\vc40_dll\Release\structmodule.obj" \
381 ".\vc40_dll\Release\newmodule.obj" \
382 ".\vc40_dll\Release\regexpr.obj" \
383 ".\vc40_dll\Release\parsetok.obj" \
384 ".\vc40_dll\Release\stropmodule.obj" \
385 ".\vc40_dll\Release\getargs.obj" \
386 ".\vc40_dll\Release\moduleobject.obj" \
387 ".\vc40_dll\Release\mystrtoul.obj" \
388 ".\vc40_dll\Release\fileobject.obj" \
389 ".\vc40_dll\Release\longobject.obj" \
390 ".\vc40_dll\Release\rangeobject.obj" \
391 ".\vc40_dll\Release\structmember.obj" \
392 ".\vc40_dll\Release\audioop.obj" \
393 ".\vc40_dll\Release\importdl.obj" \
394 ".\vc40_dll\Release\cobject.obj" \
395 ".\vc40_dll\Release\binascii.obj" \
396 ".\vc40_dll\Release\cgensupport.obj" \
397 ".\vc40_dll\Release\stringobject.obj" \
398 ".\vc40_dll\Release\timemodule.obj" \
399 ".\vc40_dll\Release\socketmodule.obj" \
400 ".\vc40_dll\Release\selectmodule.obj" \
401 ".\vc40_dll\Release\sysmodule.obj" \
402 ".\vc40_dll\Release\import.obj" \
403 ".\vc40_dll\Release\posixmodule.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000404
405"$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
406 $(LINK32) @<<
407 $(LINK32_FLAGS) $(LINK32_OBJS)
408<<
409
410!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
411
412# PROP BASE Use_MFC 0
413# PROP BASE Use_Debug_Libraries 1
414# PROP BASE Output_Dir "vc40_dll\Debug"
415# PROP BASE Intermediate_Dir "vc40_dll\Debug"
416# PROP BASE Target_Dir "vc40_dll"
417# PROP Use_MFC 0
418# PROP Use_Debug_Libraries 1
419# PROP Output_Dir "vc40_dll\Debug"
420# PROP Intermediate_Dir "vc40_dll\Debug"
421# PROP Target_Dir "vc40_dll"
422OUTDIR=.\vc40_dll\Debug
423INTDIR=.\vc40_dll\Debug
424
425ALL : "$(OUTDIR)\py14an.dll"
426
427CLEAN :
428 -@erase ".\vc40_dll\Debug\vc40.pdb"
429 -@erase ".\vc40_dll\Debug\vc40.idb"
430 -@erase ".\vc40_dll\Debug\py14an.dll"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000431 -@erase ".\vc40_dll\Debug\timemodule.obj"
432 -@erase ".\vc40_dll\Debug\node.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000433 -@erase ".\vc40_dll\Debug\classobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000434 -@erase ".\vc40_dll\Debug\bltinmodule.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000435 -@erase ".\vc40_dll\Debug\structmodule.obj"
436 -@erase ".\vc40_dll\Debug\config.obj"
437 -@erase ".\vc40_dll\Debug\getcompiler.obj"
438 -@erase ".\vc40_dll\Debug\acceler.obj"
439 -@erase ".\vc40_dll\Debug\methodobject.obj"
440 -@erase ".\vc40_dll\Debug\parsetok.obj"
441 -@erase ".\vc40_dll\Debug\typeobject.obj"
442 -@erase ".\vc40_dll\Debug\regexpr.obj"
443 -@erase ".\vc40_dll\Debug\frameobject.obj"
444 -@erase ".\vc40_dll\Debug\thread.obj"
445 -@erase ".\vc40_dll\Debug\soundex.obj"
446 -@erase ".\vc40_dll\Debug\regexmodule.obj"
447 -@erase ".\vc40_dll\Debug\environment.obj"
448 -@erase ".\vc40_dll\Debug\floatobject.obj"
449 -@erase ".\vc40_dll\Debug\moduleobject.obj"
450 -@erase ".\vc40_dll\Debug\yuvconvert.obj"
451 -@erase ".\vc40_dll\Debug\getversion.obj"
452 -@erase ".\vc40_dll\Debug\cmathmodule.obj"
453 -@erase ".\vc40_dll\Debug\object.obj"
454 -@erase ".\vc40_dll\Debug\getpath.obj"
455 -@erase ".\vc40_dll\Debug\newmodule.obj"
456 -@erase ".\vc40_dll\Debug\importdl.obj"
457 -@erase ".\vc40_dll\Debug\structmember.obj"
458 -@erase ".\vc40_dll\Debug\arraymodule.obj"
459 -@erase ".\vc40_dll\Debug\marshal.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000460 -@erase ".\vc40_dll\Debug\binascii.obj"
461 -@erase ".\vc40_dll\Debug\audioop.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000462 -@erase ".\vc40_dll\Debug\frozen.obj"
463 -@erase ".\vc40_dll\Debug\ceval.obj"
464 -@erase ".\vc40_dll\Debug\compile.obj"
465 -@erase ".\vc40_dll\Debug\cobject.obj"
466 -@erase ".\vc40_dll\Debug\errors.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000467 -@erase ".\vc40_dll\Debug\md5c.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000468 -@erase ".\vc40_dll\Debug\funcobject.obj"
469 -@erase ".\vc40_dll\Debug\mystrtoul.obj"
470 -@erase ".\vc40_dll\Debug\stropmodule.obj"
471 -@erase ".\vc40_dll\Debug\getcopyright.obj"
472 -@erase ".\vc40_dll\Debug\getmtime.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000473 -@erase ".\vc40_dll\Debug\mappingobject.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000474 -@erase ".\vc40_dll\Debug\rangeobject.obj"
475 -@erase ".\vc40_dll\Debug\modsupport.obj"
476 -@erase ".\vc40_dll\Debug\listobject.obj"
477 -@erase ".\vc40_dll\Debug\threadmodule.obj"
478 -@erase ".\vc40_dll\Debug\mathmodule.obj"
479 -@erase ".\vc40_dll\Debug\imageop.obj"
480 -@erase ".\vc40_dll\Debug\rgbimgmodule.obj"
481 -@erase ".\vc40_dll\Debug\cgensupport.obj"
482 -@erase ".\vc40_dll\Debug\graminit.obj"
483 -@erase ".\vc40_dll\Debug\signalmodule.obj"
484 -@erase ".\vc40_dll\Debug\getplatform.obj"
485 -@erase ".\vc40_dll\Debug\tokenizer.obj"
486 -@erase ".\vc40_dll\Debug\fileobject.obj"
487 -@erase ".\vc40_dll\Debug\longobject.obj"
488 -@erase ".\vc40_dll\Debug\intobject.obj"
489 -@erase ".\vc40_dll\Debug\accessobject.obj"
490 -@erase ".\vc40_dll\Debug\getargs.obj"
491 -@erase ".\vc40_dll\Debug\stringobject.obj"
492 -@erase ".\vc40_dll\Debug\md5module.obj"
493 -@erase ".\vc40_dll\Debug\traceback.obj"
494 -@erase ".\vc40_dll\Debug\pythonrun.obj"
495 -@erase ".\vc40_dll\Debug\grammar1.obj"
496 -@erase ".\vc40_dll\Debug\abstract.obj"
497 -@erase ".\vc40_dll\Debug\myreadline.obj"
498 -@erase ".\vc40_dll\Debug\complexobject.obj"
499 -@erase ".\vc40_dll\Debug\rotormodule.obj"
500 -@erase ".\vc40_dll\Debug\tupleobject.obj"
501 -@erase ".\vc40_dll\Debug\parser.obj"
502 -@erase ".\vc40_dll\Debug\socketmodule.obj"
503 -@erase ".\vc40_dll\Debug\selectmodule.obj"
504 -@erase ".\vc40_dll\Debug\sysmodule.obj"
505 -@erase ".\vc40_dll\Debug\import.obj"
506 -@erase ".\vc40_dll\Debug\posixmodule.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000507 -@erase ".\vc40_dll\Debug\py14an.ilk"
508 -@erase ".\vc40_dll\Debug\py14an.lib"
509 -@erase ".\vc40_dll\Debug\py14an.exp"
510 -@erase ".\vc40_dll\Debug\py14an.pdb"
511
512"$(OUTDIR)" :
513 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
514
515CPP=cl.exe
516# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
Guido van Rossum88dc2641996-07-01 18:34:03 +0000517# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /YX /c
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000518CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
Guido van Rossum88dc2641996-07-01 18:34:03 +0000519 /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT"\
520 /Fp"$(INTDIR)/vc40_dll.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000521CPP_OBJS=.\vc40_dll\Debug/
522CPP_SBRS=
523
524.c{$(CPP_OBJS)}.obj:
525 $(CPP) $(CPP_PROJ) $<
526
527.cpp{$(CPP_OBJS)}.obj:
528 $(CPP) $(CPP_PROJ) $<
529
530.cxx{$(CPP_OBJS)}.obj:
531 $(CPP) $(CPP_PROJ) $<
532
533.c{$(CPP_SBRS)}.sbr:
534 $(CPP) $(CPP_PROJ) $<
535
536.cpp{$(CPP_SBRS)}.sbr:
537 $(CPP) $(CPP_PROJ) $<
538
539.cxx{$(CPP_SBRS)}.sbr:
540 $(CPP) $(CPP_PROJ) $<
541
542MTL=mktyplib.exe
543# ADD BASE MTL /nologo /D "_DEBUG" /win32
544# ADD MTL /nologo /D "_DEBUG" /win32
545MTL_PROJ=/nologo /D "_DEBUG" /win32
546RSC=rc.exe
547# ADD BASE RSC /l 0x409 /d "_DEBUG"
548# ADD RSC /l 0x409 /d "_DEBUG"
549BSC32=bscmake.exe
550# ADD BASE BSC32 /nologo
551# ADD BSC32 /nologo
552BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_dll.bsc"
553BSC32_SBRS=
554LINK32=link.exe
555# 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
556# 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 wsock32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"vc40_dll\Debug/py14an.dll"
557LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
558 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
559 odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /incremental:yes\
560 /pdb:"$(OUTDIR)/py14an.pdb" /debug /machine:I386 /def:".\PC\python.def"\
561 /out:"$(OUTDIR)/py14an.dll" /implib:"$(OUTDIR)/py14an.lib"
562DEF_FILE= \
563 ".\PC\python.def"
564LINK32_OBJS= \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000565 ".\vc40_dll\Debug\timemodule.obj" \
566 ".\vc40_dll\Debug\node.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000567 ".\vc40_dll\Debug\classobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000568 ".\vc40_dll\Debug\bltinmodule.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000569 ".\vc40_dll\Debug\structmodule.obj" \
570 ".\vc40_dll\Debug\config.obj" \
571 ".\vc40_dll\Debug\getcompiler.obj" \
572 ".\vc40_dll\Debug\acceler.obj" \
573 ".\vc40_dll\Debug\methodobject.obj" \
574 ".\vc40_dll\Debug\parsetok.obj" \
575 ".\vc40_dll\Debug\typeobject.obj" \
576 ".\vc40_dll\Debug\regexpr.obj" \
577 ".\vc40_dll\Debug\frameobject.obj" \
578 ".\vc40_dll\Debug\thread.obj" \
579 ".\vc40_dll\Debug\soundex.obj" \
580 ".\vc40_dll\Debug\regexmodule.obj" \
581 ".\vc40_dll\Debug\environment.obj" \
582 ".\vc40_dll\Debug\floatobject.obj" \
583 ".\vc40_dll\Debug\moduleobject.obj" \
584 ".\vc40_dll\Debug\yuvconvert.obj" \
585 ".\vc40_dll\Debug\getversion.obj" \
586 ".\vc40_dll\Debug\cmathmodule.obj" \
587 ".\vc40_dll\Debug\object.obj" \
588 ".\vc40_dll\Debug\getpath.obj" \
589 ".\vc40_dll\Debug\newmodule.obj" \
590 ".\vc40_dll\Debug\importdl.obj" \
591 ".\vc40_dll\Debug\structmember.obj" \
592 ".\vc40_dll\Debug\arraymodule.obj" \
593 ".\vc40_dll\Debug\marshal.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000594 ".\vc40_dll\Debug\binascii.obj" \
595 ".\vc40_dll\Debug\audioop.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000596 ".\vc40_dll\Debug\frozen.obj" \
597 ".\vc40_dll\Debug\ceval.obj" \
598 ".\vc40_dll\Debug\compile.obj" \
599 ".\vc40_dll\Debug\cobject.obj" \
600 ".\vc40_dll\Debug\errors.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000601 ".\vc40_dll\Debug\md5c.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000602 ".\vc40_dll\Debug\funcobject.obj" \
603 ".\vc40_dll\Debug\mystrtoul.obj" \
604 ".\vc40_dll\Debug\stropmodule.obj" \
605 ".\vc40_dll\Debug\getcopyright.obj" \
606 ".\vc40_dll\Debug\getmtime.obj" \
607 ".\vc40_dll\Debug\mappingobject.obj" \
608 ".\vc40_dll\Debug\rangeobject.obj" \
609 ".\vc40_dll\Debug\modsupport.obj" \
610 ".\vc40_dll\Debug\listobject.obj" \
611 ".\vc40_dll\Debug\threadmodule.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000612 ".\vc40_dll\Debug\mathmodule.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000613 ".\vc40_dll\Debug\imageop.obj" \
614 ".\vc40_dll\Debug\rgbimgmodule.obj" \
615 ".\vc40_dll\Debug\cgensupport.obj" \
616 ".\vc40_dll\Debug\graminit.obj" \
617 ".\vc40_dll\Debug\signalmodule.obj" \
618 ".\vc40_dll\Debug\getplatform.obj" \
619 ".\vc40_dll\Debug\tokenizer.obj" \
620 ".\vc40_dll\Debug\fileobject.obj" \
621 ".\vc40_dll\Debug\longobject.obj" \
622 ".\vc40_dll\Debug\intobject.obj" \
623 ".\vc40_dll\Debug\accessobject.obj" \
624 ".\vc40_dll\Debug\getargs.obj" \
625 ".\vc40_dll\Debug\stringobject.obj" \
626 ".\vc40_dll\Debug\md5module.obj" \
627 ".\vc40_dll\Debug\traceback.obj" \
628 ".\vc40_dll\Debug\pythonrun.obj" \
629 ".\vc40_dll\Debug\grammar1.obj" \
630 ".\vc40_dll\Debug\abstract.obj" \
631 ".\vc40_dll\Debug\myreadline.obj" \
632 ".\vc40_dll\Debug\complexobject.obj" \
633 ".\vc40_dll\Debug\rotormodule.obj" \
634 ".\vc40_dll\Debug\tupleobject.obj" \
635 ".\vc40_dll\Debug\parser.obj" \
636 ".\vc40_dll\Debug\socketmodule.obj" \
637 ".\vc40_dll\Debug\selectmodule.obj" \
638 ".\vc40_dll\Debug\sysmodule.obj" \
639 ".\vc40_dll\Debug\import.obj" \
640 ".\vc40_dll\Debug\posixmodule.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000641
642"$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
643 $(LINK32) @<<
644 $(LINK32_FLAGS) $(LINK32_OBJS)
645<<
646
647!ELSEIF "$(CFG)" == "vc40_nt - Win32 Release"
648
649# PROP BASE Use_MFC 0
650# PROP BASE Use_Debug_Libraries 0
651# PROP BASE Output_Dir "vc40_nt\Release"
652# PROP BASE Intermediate_Dir "vc40_nt\Release"
653# PROP BASE Target_Dir "vc40_nt"
654# PROP Use_MFC 0
655# PROP Use_Debug_Libraries 0
656# PROP Output_Dir "vc40_nt\Release"
657# PROP Intermediate_Dir "vc40_nt\Release"
658# PROP Target_Dir "vc40_nt"
659OUTDIR=.\vc40_nt\Release
660INTDIR=.\vc40_nt\Release
661
662ALL : "$(OUTDIR)\pyth_nt.exe"
663
664CLEAN :
665 -@erase ".\vc40_nt\Release\pyth_nt.exe"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000666 -@erase ".\vc40_nt\Release\soundex.obj"
667 -@erase ".\vc40_nt\Release\object.obj"
668 -@erase ".\vc40_nt\Release\signalmodule.obj"
669 -@erase ".\vc40_nt\Release\moduleobject.obj"
670 -@erase ".\vc40_nt\Release\mappingobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000671 -@erase ".\vc40_nt\Release\imageop.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000672 -@erase ".\vc40_nt\Release\rangeobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000673 -@erase ".\vc40_nt\Release\graminit.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000674 -@erase ".\vc40_nt\Release\tokenizer.obj"
675 -@erase ".\vc40_nt\Release\structmember.obj"
676 -@erase ".\vc40_nt\Release\intobject.obj"
677 -@erase ".\vc40_nt\Release\timemodule.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000678 -@erase ".\vc40_nt\Release\frozen.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000679 -@erase ".\vc40_nt\Release\marshal.obj"
680 -@erase ".\vc40_nt\Release\funcobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000681 -@erase ".\vc40_nt\Release\errors.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000682 -@erase ".\vc40_nt\Release\getargs.obj"
683 -@erase ".\vc40_nt\Release\md5module.obj"
684 -@erase ".\vc40_nt\Release\traceback.obj"
685 -@erase ".\vc40_nt\Release\cgensupport.obj"
686 -@erase ".\vc40_nt\Release\pythonrun.obj"
687 -@erase ".\vc40_nt\Release\getplatform.obj"
688 -@erase ".\vc40_nt\Release\modsupport.obj"
689 -@erase ".\vc40_nt\Release\listobject.obj"
690 -@erase ".\vc40_nt\Release\yuvconvert.obj"
691 -@erase ".\vc40_nt\Release\mathmodule.obj"
692 -@erase ".\vc40_nt\Release\rotormodule.obj"
693 -@erase ".\vc40_nt\Release\parsetok.obj"
694 -@erase ".\vc40_nt\Release\tupleobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000695 -@erase ".\vc40_nt\Release\complexobject.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000696 -@erase ".\vc40_nt\Release\acceler.obj"
697 -@erase ".\vc40_nt\Release\fileobject.obj"
698 -@erase ".\vc40_nt\Release\main.obj"
699 -@erase ".\vc40_nt\Release\regexpr.obj"
700 -@erase ".\vc40_nt\Release\classobject.obj"
701 -@erase ".\vc40_nt\Release\bltinmodule.obj"
702 -@erase ".\vc40_nt\Release\getcompiler.obj"
703 -@erase ".\vc40_nt\Release\accessobject.obj"
704 -@erase ".\vc40_nt\Release\getpath.obj"
705 -@erase ".\vc40_nt\Release\newmodule.obj"
706 -@erase ".\vc40_nt\Release\importdl.obj"
707 -@erase ".\vc40_nt\Release\myreadline.obj"
708 -@erase ".\vc40_nt\Release\stringobject.obj"
709 -@erase ".\vc40_nt\Release\frameobject.obj"
710 -@erase ".\vc40_nt\Release\binascii.obj"
711 -@erase ".\vc40_nt\Release\regexmodule.obj"
712 -@erase ".\vc40_nt\Release\parser.obj"
713 -@erase ".\vc40_nt\Release\environment.obj"
714 -@erase ".\vc40_nt\Release\getopt.obj"
715 -@erase ".\vc40_nt\Release\floatobject.obj"
716 -@erase ".\vc40_nt\Release\getcopyright.obj"
717 -@erase ".\vc40_nt\Release\md5c.obj"
718 -@erase ".\vc40_nt\Release\audioop.obj"
719 -@erase ".\vc40_nt\Release\cmathmodule.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000720 -@erase ".\vc40_nt\Release\compile.obj"
721 -@erase ".\vc40_nt\Release\cobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000722 -@erase ".\vc40_nt\Release\mystrtoul.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000723 -@erase ".\vc40_nt\Release\config.obj"
724 -@erase ".\vc40_nt\Release\grammar1.obj"
725 -@erase ".\vc40_nt\Release\getmtime.obj"
726 -@erase ".\vc40_nt\Release\abstract.obj"
727 -@erase ".\vc40_nt\Release\arraymodule.obj"
728 -@erase ".\vc40_nt\Release\typeobject.obj"
729 -@erase ".\vc40_nt\Release\threadmodule.obj"
730 -@erase ".\vc40_nt\Release\node.obj"
731 -@erase ".\vc40_nt\Release\structmodule.obj"
732 -@erase ".\vc40_nt\Release\thread.obj"
733 -@erase ".\vc40_nt\Release\getversion.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000734 -@erase ".\vc40_nt\Release\methodobject.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000735 -@erase ".\vc40_nt\Release\longobject.obj"
736 -@erase ".\vc40_nt\Release\rgbimgmodule.obj"
737 -@erase ".\vc40_nt\Release\ceval.obj"
738 -@erase ".\vc40_nt\Release\stropmodule.obj"
739 -@erase ".\vc40_nt\Release\sysmodule.obj"
740 -@erase ".\vc40_nt\Release\socketmodule.obj"
741 -@erase ".\vc40_nt\Release\selectmodule.obj"
742 -@erase ".\vc40_nt\Release\posixmodule.obj"
743 -@erase ".\vc40_nt\Release\import.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000744
745"$(OUTDIR)" :
746 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
747
748CPP=cl.exe
749# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
750# ADD CPP /nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
751CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
752 "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_nt.pch" /YX\
753 /Fo"$(INTDIR)/" /c
754CPP_OBJS=.\vc40_nt\Release/
755CPP_SBRS=
756
757.c{$(CPP_OBJS)}.obj:
758 $(CPP) $(CPP_PROJ) $<
759
760.cpp{$(CPP_OBJS)}.obj:
761 $(CPP) $(CPP_PROJ) $<
762
763.cxx{$(CPP_OBJS)}.obj:
764 $(CPP) $(CPP_PROJ) $<
765
766.c{$(CPP_SBRS)}.sbr:
767 $(CPP) $(CPP_PROJ) $<
768
769.cpp{$(CPP_SBRS)}.sbr:
770 $(CPP) $(CPP_PROJ) $<
771
772.cxx{$(CPP_SBRS)}.sbr:
773 $(CPP) $(CPP_PROJ) $<
774
775RSC=rc.exe
776# ADD BASE RSC /l 0x409 /d "NDEBUG"
777# ADD RSC /l 0x409 /d "NDEBUG"
778BSC32=bscmake.exe
779# ADD BASE BSC32 /nologo
780# ADD BSC32 /nologo
781BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_nt.bsc"
782BSC32_SBRS=
783LINK32=link.exe
784# 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:console /machine:I386
785# 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 wsock32.lib /nologo /subsystem:console /machine:I386 /out:"vc40_nt\Release/pyth_nt.exe"
786LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
787 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
788 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:no\
789 /pdb:"$(OUTDIR)/pyth_nt.pdb" /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe"
790LINK32_OBJS= \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000791 ".\vc40_nt\Release\soundex.obj" \
792 ".\vc40_nt\Release\object.obj" \
793 ".\vc40_nt\Release\signalmodule.obj" \
794 ".\vc40_nt\Release\moduleobject.obj" \
795 ".\vc40_nt\Release\mappingobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000796 ".\vc40_nt\Release\imageop.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000797 ".\vc40_nt\Release\rangeobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000798 ".\vc40_nt\Release\graminit.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000799 ".\vc40_nt\Release\tokenizer.obj" \
800 ".\vc40_nt\Release\structmember.obj" \
801 ".\vc40_nt\Release\intobject.obj" \
802 ".\vc40_nt\Release\timemodule.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000803 ".\vc40_nt\Release\frozen.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000804 ".\vc40_nt\Release\marshal.obj" \
805 ".\vc40_nt\Release\funcobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000806 ".\vc40_nt\Release\errors.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000807 ".\vc40_nt\Release\getargs.obj" \
808 ".\vc40_nt\Release\md5module.obj" \
809 ".\vc40_nt\Release\traceback.obj" \
810 ".\vc40_nt\Release\cgensupport.obj" \
811 ".\vc40_nt\Release\pythonrun.obj" \
812 ".\vc40_nt\Release\getplatform.obj" \
813 ".\vc40_nt\Release\modsupport.obj" \
814 ".\vc40_nt\Release\listobject.obj" \
815 ".\vc40_nt\Release\yuvconvert.obj" \
816 ".\vc40_nt\Release\mathmodule.obj" \
817 ".\vc40_nt\Release\rotormodule.obj" \
818 ".\vc40_nt\Release\parsetok.obj" \
819 ".\vc40_nt\Release\tupleobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000820 ".\vc40_nt\Release\complexobject.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000821 ".\vc40_nt\Release\acceler.obj" \
822 ".\vc40_nt\Release\fileobject.obj" \
823 ".\vc40_nt\Release\main.obj" \
824 ".\vc40_nt\Release\regexpr.obj" \
825 ".\vc40_nt\Release\classobject.obj" \
826 ".\vc40_nt\Release\bltinmodule.obj" \
827 ".\vc40_nt\Release\getcompiler.obj" \
828 ".\vc40_nt\Release\accessobject.obj" \
829 ".\vc40_nt\Release\getpath.obj" \
830 ".\vc40_nt\Release\newmodule.obj" \
831 ".\vc40_nt\Release\importdl.obj" \
832 ".\vc40_nt\Release\myreadline.obj" \
833 ".\vc40_nt\Release\stringobject.obj" \
834 ".\vc40_nt\Release\frameobject.obj" \
835 ".\vc40_nt\Release\binascii.obj" \
836 ".\vc40_nt\Release\regexmodule.obj" \
837 ".\vc40_nt\Release\parser.obj" \
838 ".\vc40_nt\Release\environment.obj" \
839 ".\vc40_nt\Release\getopt.obj" \
840 ".\vc40_nt\Release\floatobject.obj" \
841 ".\vc40_nt\Release\getcopyright.obj" \
842 ".\vc40_nt\Release\md5c.obj" \
843 ".\vc40_nt\Release\audioop.obj" \
844 ".\vc40_nt\Release\cmathmodule.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000845 ".\vc40_nt\Release\compile.obj" \
846 ".\vc40_nt\Release\cobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000847 ".\vc40_nt\Release\mystrtoul.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000848 ".\vc40_nt\Release\config.obj" \
849 ".\vc40_nt\Release\grammar1.obj" \
850 ".\vc40_nt\Release\getmtime.obj" \
851 ".\vc40_nt\Release\abstract.obj" \
852 ".\vc40_nt\Release\arraymodule.obj" \
853 ".\vc40_nt\Release\typeobject.obj" \
854 ".\vc40_nt\Release\threadmodule.obj" \
855 ".\vc40_nt\Release\node.obj" \
856 ".\vc40_nt\Release\structmodule.obj" \
857 ".\vc40_nt\Release\thread.obj" \
858 ".\vc40_nt\Release\getversion.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000859 ".\vc40_nt\Release\methodobject.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +0000860 ".\vc40_nt\Release\longobject.obj" \
861 ".\vc40_nt\Release\rgbimgmodule.obj" \
862 ".\vc40_nt\Release\ceval.obj" \
863 ".\vc40_nt\Release\stropmodule.obj" \
864 ".\vc40_nt\Release\sysmodule.obj" \
865 ".\vc40_nt\Release\socketmodule.obj" \
866 ".\vc40_nt\Release\selectmodule.obj" \
867 ".\vc40_nt\Release\posixmodule.obj" \
868 ".\vc40_nt\Release\import.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000869
870"$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
871 $(LINK32) @<<
872 $(LINK32_FLAGS) $(LINK32_OBJS)
873<<
874
875!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
876
877# PROP BASE Use_MFC 0
878# PROP BASE Use_Debug_Libraries 1
879# PROP BASE Output_Dir "vc40_nt\Debug"
880# PROP BASE Intermediate_Dir "vc40_nt\Debug"
881# PROP BASE Target_Dir "vc40_nt"
882# PROP Use_MFC 0
883# PROP Use_Debug_Libraries 1
884# PROP Output_Dir "vc40_nt\Debug"
885# PROP Intermediate_Dir "vc40_nt\Debug"
886# PROP Target_Dir "vc40_nt"
887OUTDIR=.\vc40_nt\Debug
888INTDIR=.\vc40_nt\Debug
889
890ALL : "$(OUTDIR)\pyth_nt.exe"
891
892CLEAN :
893 -@erase ".\vc40_nt\Debug\vc40.pdb"
894 -@erase ".\vc40_nt\Debug\vc40.idb"
895 -@erase ".\vc40_nt\Debug\pyth_nt.exe"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000896 -@erase ".\vc40_nt\Debug\rotormodule.obj"
897 -@erase ".\vc40_nt\Debug\tupleobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000898 -@erase ".\vc40_nt\Debug\getversion.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000899 -@erase ".\vc40_nt\Debug\importdl.obj"
900 -@erase ".\vc40_nt\Debug\structmember.obj"
901 -@erase ".\vc40_nt\Debug\longobject.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000902 -@erase ".\vc40_nt\Debug\classobject.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000903 -@erase ".\vc40_nt\Debug\binascii.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000904 -@erase ".\vc40_nt\Debug\ceval.obj"
905 -@erase ".\vc40_nt\Debug\bltinmodule.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000906 -@erase ".\vc40_nt\Debug\getcompiler.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000907 -@erase ".\vc40_nt\Debug\main.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000908 -@erase ".\vc40_nt\Debug\getmtime.obj"
909 -@erase ".\vc40_nt\Debug\audioop.obj"
910 -@erase ".\vc40_nt\Debug\timemodule.obj"
911 -@erase ".\vc40_nt\Debug\frameobject.obj"
912 -@erase ".\vc40_nt\Debug\compile.obj"
913 -@erase ".\vc40_nt\Debug\newmodule.obj"
914 -@erase ".\vc40_nt\Debug\complexobject.obj"
915 -@erase ".\vc40_nt\Debug\regexmodule.obj"
916 -@erase ".\vc40_nt\Debug\cobject.obj"
917 -@erase ".\vc40_nt\Debug\environment.obj"
918 -@erase ".\vc40_nt\Debug\funcobject.obj"
919 -@erase ".\vc40_nt\Debug\floatobject.obj"
920 -@erase ".\vc40_nt\Debug\intobject.obj"
921 -@erase ".\vc40_nt\Debug\cmathmodule.obj"
922 -@erase ".\vc40_nt\Debug\moduleobject.obj"
923 -@erase ".\vc40_nt\Debug\arraymodule.obj"
924 -@erase ".\vc40_nt\Debug\traceback.obj"
925 -@erase ".\vc40_nt\Debug\modsupport.obj"
926 -@erase ".\vc40_nt\Debug\listobject.obj"
927 -@erase ".\vc40_nt\Debug\mystrtoul.obj"
928 -@erase ".\vc40_nt\Debug\pythonrun.obj"
929 -@erase ".\vc40_nt\Debug\md5c.obj"
930 -@erase ".\vc40_nt\Debug\yuvconvert.obj"
931 -@erase ".\vc40_nt\Debug\soundex.obj"
932 -@erase ".\vc40_nt\Debug\graminit.obj"
933 -@erase ".\vc40_nt\Debug\mathmodule.obj"
934 -@erase ".\vc40_nt\Debug\parser.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000935 -@erase ".\vc40_nt\Debug\getopt.obj"
Guido van Rossum88dc2641996-07-01 18:34:03 +0000936 -@erase ".\vc40_nt\Debug\accessobject.obj"
937 -@erase ".\vc40_nt\Debug\stropmodule.obj"
938 -@erase ".\vc40_nt\Debug\imageop.obj"
939 -@erase ".\vc40_nt\Debug\getpath.obj"
940 -@erase ".\vc40_nt\Debug\node.obj"
941 -@erase ".\vc40_nt\Debug\fileobject.obj"
942 -@erase ".\vc40_nt\Debug\marshal.obj"
943 -@erase ".\vc40_nt\Debug\stringobject.obj"
944 -@erase ".\vc40_nt\Debug\config.obj"
945 -@erase ".\vc40_nt\Debug\rangeobject.obj"
946 -@erase ".\vc40_nt\Debug\getcopyright.obj"
947 -@erase ".\vc40_nt\Debug\grammar1.obj"
948 -@erase ".\vc40_nt\Debug\abstract.obj"
949 -@erase ".\vc40_nt\Debug\getargs.obj"
950 -@erase ".\vc40_nt\Debug\tokenizer.obj"
951 -@erase ".\vc40_nt\Debug\thread.obj"
952 -@erase ".\vc40_nt\Debug\myreadline.obj"
953 -@erase ".\vc40_nt\Debug\cgensupport.obj"
954 -@erase ".\vc40_nt\Debug\threadmodule.obj"
955 -@erase ".\vc40_nt\Debug\object.obj"
956 -@erase ".\vc40_nt\Debug\structmodule.obj"
957 -@erase ".\vc40_nt\Debug\mappingobject.obj"
958 -@erase ".\vc40_nt\Debug\getplatform.obj"
959 -@erase ".\vc40_nt\Debug\md5module.obj"
960 -@erase ".\vc40_nt\Debug\methodobject.obj"
961 -@erase ".\vc40_nt\Debug\parsetok.obj"
962 -@erase ".\vc40_nt\Debug\rgbimgmodule.obj"
963 -@erase ".\vc40_nt\Debug\signalmodule.obj"
964 -@erase ".\vc40_nt\Debug\frozen.obj"
965 -@erase ".\vc40_nt\Debug\acceler.obj"
966 -@erase ".\vc40_nt\Debug\typeobject.obj"
967 -@erase ".\vc40_nt\Debug\errors.obj"
968 -@erase ".\vc40_nt\Debug\regexpr.obj"
969 -@erase ".\vc40_nt\Debug\sysmodule.obj"
970 -@erase ".\vc40_nt\Debug\socketmodule.obj"
971 -@erase ".\vc40_nt\Debug\selectmodule.obj"
972 -@erase ".\vc40_nt\Debug\posixmodule.obj"
973 -@erase ".\vc40_nt\Debug\import.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +0000974 -@erase ".\vc40_nt\Debug\pyth_nt.ilk"
975 -@erase ".\vc40_nt\Debug\pyth_nt.pdb"
976
977"$(OUTDIR)" :
978 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
979
980CPP=cl.exe
981# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
982# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
983CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
984 /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_nt.pch" /YX\
985 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
986CPP_OBJS=.\vc40_nt\Debug/
987CPP_SBRS=
988
989.c{$(CPP_OBJS)}.obj:
990 $(CPP) $(CPP_PROJ) $<
991
992.cpp{$(CPP_OBJS)}.obj:
993 $(CPP) $(CPP_PROJ) $<
994
995.cxx{$(CPP_OBJS)}.obj:
996 $(CPP) $(CPP_PROJ) $<
997
998.c{$(CPP_SBRS)}.sbr:
999 $(CPP) $(CPP_PROJ) $<
1000
1001.cpp{$(CPP_SBRS)}.sbr:
1002 $(CPP) $(CPP_PROJ) $<
1003
1004.cxx{$(CPP_SBRS)}.sbr:
1005 $(CPP) $(CPP_PROJ) $<
1006
1007RSC=rc.exe
1008# ADD BASE RSC /l 0x409 /d "_DEBUG"
1009# ADD RSC /l 0x409 /d "_DEBUG"
1010BSC32=bscmake.exe
1011# ADD BASE BSC32 /nologo
1012# ADD BSC32 /nologo
1013BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_nt.bsc"
1014BSC32_SBRS=
1015LINK32=link.exe
1016# 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:console /debug /machine:I386
1017# 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 wsock32.lib /nologo /subsystem:console /debug /machine:I386 /out:"vc40_nt\Debug/pyth_nt.exe"
1018LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
1019 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
1020 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:yes\
1021 /pdb:"$(OUTDIR)/pyth_nt.pdb" /debug /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe"
1022LINK32_OBJS= \
Guido van Rossum88dc2641996-07-01 18:34:03 +00001023 ".\vc40_nt\Debug\rotormodule.obj" \
1024 ".\vc40_nt\Debug\tupleobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001025 ".\vc40_nt\Debug\getversion.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +00001026 ".\vc40_nt\Debug\importdl.obj" \
1027 ".\vc40_nt\Debug\structmember.obj" \
1028 ".\vc40_nt\Debug\longobject.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001029 ".\vc40_nt\Debug\classobject.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +00001030 ".\vc40_nt\Debug\binascii.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001031 ".\vc40_nt\Debug\ceval.obj" \
1032 ".\vc40_nt\Debug\bltinmodule.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +00001033 ".\vc40_nt\Debug\getcompiler.obj" \
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001034 ".\vc40_nt\Debug\main.obj" \
Guido van Rossum88dc2641996-07-01 18:34:03 +00001035 ".\vc40_nt\Debug\getmtime.obj" \
1036 ".\vc40_nt\Debug\audioop.obj" \
1037 ".\vc40_nt\Debug\timemodule.obj" \
1038 ".\vc40_nt\Debug\frameobject.obj" \
1039 ".\vc40_nt\Debug\compile.obj" \
1040 ".\vc40_nt\Debug\newmodule.obj" \
1041 ".\vc40_nt\Debug\complexobject.obj" \
1042 ".\vc40_nt\Debug\regexmodule.obj" \
1043 ".\vc40_nt\Debug\cobject.obj" \
1044 ".\vc40_nt\Debug\environment.obj" \
1045 ".\vc40_nt\Debug\funcobject.obj" \
1046 ".\vc40_nt\Debug\floatobject.obj" \
1047 ".\vc40_nt\Debug\intobject.obj" \
1048 ".\vc40_nt\Debug\cmathmodule.obj" \
1049 ".\vc40_nt\Debug\moduleobject.obj" \
1050 ".\vc40_nt\Debug\arraymodule.obj" \
1051 ".\vc40_nt\Debug\traceback.obj" \
1052 ".\vc40_nt\Debug\modsupport.obj" \
1053 ".\vc40_nt\Debug\listobject.obj" \
1054 ".\vc40_nt\Debug\mystrtoul.obj" \
1055 ".\vc40_nt\Debug\pythonrun.obj" \
1056 ".\vc40_nt\Debug\md5c.obj" \
1057 ".\vc40_nt\Debug\yuvconvert.obj" \
1058 ".\vc40_nt\Debug\soundex.obj" \
1059 ".\vc40_nt\Debug\graminit.obj" \
1060 ".\vc40_nt\Debug\mathmodule.obj" \
1061 ".\vc40_nt\Debug\parser.obj" \
1062 ".\vc40_nt\Debug\getopt.obj" \
1063 ".\vc40_nt\Debug\accessobject.obj" \
1064 ".\vc40_nt\Debug\stropmodule.obj" \
1065 ".\vc40_nt\Debug\imageop.obj" \
1066 ".\vc40_nt\Debug\getpath.obj" \
1067 ".\vc40_nt\Debug\node.obj" \
1068 ".\vc40_nt\Debug\fileobject.obj" \
1069 ".\vc40_nt\Debug\marshal.obj" \
1070 ".\vc40_nt\Debug\stringobject.obj" \
1071 ".\vc40_nt\Debug\config.obj" \
1072 ".\vc40_nt\Debug\rangeobject.obj" \
1073 ".\vc40_nt\Debug\getcopyright.obj" \
1074 ".\vc40_nt\Debug\grammar1.obj" \
1075 ".\vc40_nt\Debug\abstract.obj" \
1076 ".\vc40_nt\Debug\getargs.obj" \
1077 ".\vc40_nt\Debug\tokenizer.obj" \
1078 ".\vc40_nt\Debug\thread.obj" \
1079 ".\vc40_nt\Debug\myreadline.obj" \
1080 ".\vc40_nt\Debug\cgensupport.obj" \
1081 ".\vc40_nt\Debug\threadmodule.obj" \
1082 ".\vc40_nt\Debug\object.obj" \
1083 ".\vc40_nt\Debug\structmodule.obj" \
1084 ".\vc40_nt\Debug\mappingobject.obj" \
1085 ".\vc40_nt\Debug\getplatform.obj" \
1086 ".\vc40_nt\Debug\md5module.obj" \
1087 ".\vc40_nt\Debug\methodobject.obj" \
1088 ".\vc40_nt\Debug\parsetok.obj" \
1089 ".\vc40_nt\Debug\rgbimgmodule.obj" \
1090 ".\vc40_nt\Debug\signalmodule.obj" \
1091 ".\vc40_nt\Debug\frozen.obj" \
1092 ".\vc40_nt\Debug\acceler.obj" \
1093 ".\vc40_nt\Debug\typeobject.obj" \
1094 ".\vc40_nt\Debug\errors.obj" \
1095 ".\vc40_nt\Debug\regexpr.obj" \
1096 ".\vc40_nt\Debug\sysmodule.obj" \
1097 ".\vc40_nt\Debug\socketmodule.obj" \
1098 ".\vc40_nt\Debug\selectmodule.obj" \
1099 ".\vc40_nt\Debug\posixmodule.obj" \
1100 ".\vc40_nt\Debug\import.obj"
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001101
1102"$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
1103 $(LINK32) @<<
1104 $(LINK32_FLAGS) $(LINK32_OBJS)
1105<<
1106
1107!ENDIF
1108
1109################################################################################
1110# Begin Target
1111
1112# Name "vc40 - Win32 Release"
1113# Name "vc40 - Win32 Debug"
1114
1115!IF "$(CFG)" == "vc40 - Win32 Release"
1116
1117!ELSEIF "$(CFG)" == "vc40 - Win32 Debug"
1118
1119!ENDIF
1120
1121# End Target
1122################################################################################
1123# Begin Target
1124
1125# Name "vc40_dll - Win32 Release"
1126# Name "vc40_dll - Win32 Debug"
1127
1128!IF "$(CFG)" == "vc40_dll - Win32 Release"
1129
1130!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1131
1132!ENDIF
1133
1134################################################################################
1135# Begin Source File
1136
1137SOURCE=.\Objects\longobject.c
1138DEP_CPP_LONGO=\
1139 ".\./Include\allobjects.h"\
1140 ".\./Include\longintrepr.h"\
1141 ".\./Include\mymath.h"\
1142 ".\./PC\config.h"\
1143 ".\./Include\myproto.h"\
1144 ".\Include\object.h"\
1145 ".\Include\objimpl.h"\
1146 ".\Include\pydebug.h"\
1147 ".\Include\accessobject.h"\
1148 ".\Include\intobject.h"\
1149 ".\Include\longobject.h"\
1150 ".\Include\floatobject.h"\
1151 ".\./Include\complexobject.h"\
1152 ".\Include\rangeobject.h"\
1153 ".\Include\stringobject.h"\
1154 ".\Include\tupleobject.h"\
1155 ".\Include\listobject.h"\
1156 ".\Include\mappingobject.h"\
1157 ".\Include\methodobject.h"\
1158 ".\Include\moduleobject.h"\
1159 ".\Include\funcobject.h"\
1160 ".\Include\classobject.h"\
1161 ".\Include\fileobject.h"\
1162 ".\Include\cobject.h"\
1163 ".\./Include\traceback.h"\
1164 ".\Include\errors.h"\
1165 ".\./Include\mymalloc.h"\
1166 ".\./Include\modsupport.h"\
1167 ".\./Include\ceval.h"\
1168 ".\./Include\pythonrun.h"\
1169 ".\./Include\sysmodule.h"\
1170 ".\./Include\intrcheck.h"\
1171 ".\./Include\import.h"\
1172 ".\./Include\bltinmodule.h"\
1173 ".\Include\abstract.h"\
1174 ".\./Include\rename2.h"\
1175 ".\./Include\thread.h"\
1176
1177
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001178"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
1179 $(CPP) $(CPP_PROJ) $(SOURCE)
1180
1181
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001182# End Source File
1183################################################################################
1184# Begin Source File
1185
1186SOURCE=.\Objects\listobject.c
1187DEP_CPP_LISTO=\
1188 ".\./Include\allobjects.h"\
1189 ".\./Include\modsupport.h"\
1190 ".\./Include\ceval.h"\
1191 {$(INCLUDE)}"\sys\TYPES.H"\
1192 ".\./PC\config.h"\
1193 ".\./Include\myproto.h"\
1194 ".\Include\object.h"\
1195 ".\Include\objimpl.h"\
1196 ".\Include\pydebug.h"\
1197 ".\Include\accessobject.h"\
1198 ".\Include\intobject.h"\
1199 ".\Include\longobject.h"\
1200 ".\Include\floatobject.h"\
1201 ".\./Include\complexobject.h"\
1202 ".\Include\rangeobject.h"\
1203 ".\Include\stringobject.h"\
1204 ".\Include\tupleobject.h"\
1205 ".\Include\listobject.h"\
1206 ".\Include\mappingobject.h"\
1207 ".\Include\methodobject.h"\
1208 ".\Include\moduleobject.h"\
1209 ".\Include\funcobject.h"\
1210 ".\Include\classobject.h"\
1211 ".\Include\fileobject.h"\
1212 ".\Include\cobject.h"\
1213 ".\./Include\traceback.h"\
1214 ".\Include\errors.h"\
1215 ".\./Include\mymalloc.h"\
1216 ".\./Include\pythonrun.h"\
1217 ".\./Include\sysmodule.h"\
1218 ".\./Include\intrcheck.h"\
1219 ".\./Include\import.h"\
1220 ".\./Include\bltinmodule.h"\
1221 ".\Include\abstract.h"\
1222 ".\./Include\rename2.h"\
1223 ".\./Include\thread.h"\
1224
1225
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001226"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
1227 $(CPP) $(CPP_PROJ) $(SOURCE)
1228
1229
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001230# End Source File
1231################################################################################
1232# Begin Source File
1233
1234SOURCE=.\Objects\intobject.c
1235DEP_CPP_INTOB=\
1236 ".\./Include\allobjects.h"\
1237 ".\./Include\modsupport.h"\
1238 ".\./PC\config.h"\
1239 ".\./Include\myproto.h"\
1240 ".\Include\object.h"\
1241 ".\Include\objimpl.h"\
1242 ".\Include\pydebug.h"\
1243 ".\Include\accessobject.h"\
1244 ".\Include\intobject.h"\
1245 ".\Include\longobject.h"\
1246 ".\Include\floatobject.h"\
1247 ".\./Include\complexobject.h"\
1248 ".\Include\rangeobject.h"\
1249 ".\Include\stringobject.h"\
1250 ".\Include\tupleobject.h"\
1251 ".\Include\listobject.h"\
1252 ".\Include\mappingobject.h"\
1253 ".\Include\methodobject.h"\
1254 ".\Include\moduleobject.h"\
1255 ".\Include\funcobject.h"\
1256 ".\Include\classobject.h"\
1257 ".\Include\fileobject.h"\
1258 ".\Include\cobject.h"\
1259 ".\./Include\traceback.h"\
1260 ".\Include\errors.h"\
1261 ".\./Include\mymalloc.h"\
1262 ".\./Include\ceval.h"\
1263 ".\./Include\pythonrun.h"\
1264 ".\./Include\sysmodule.h"\
1265 ".\./Include\intrcheck.h"\
1266 ".\./Include\import.h"\
1267 ".\./Include\bltinmodule.h"\
1268 ".\Include\abstract.h"\
1269 ".\./Include\rename2.h"\
1270 ".\./Include\thread.h"\
1271
1272
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001273"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
1274 $(CPP) $(CPP_PROJ) $(SOURCE)
1275
1276
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001277# End Source File
1278################################################################################
1279# Begin Source File
1280
1281SOURCE=.\Python\importdl.c
1282DEP_CPP_IMPOR=\
1283 ".\./Include\allobjects.h"\
1284 ".\./Include\osdefs.h"\
1285 ".\Python\importdl.h"\
1286 {$(INCLUDE)}"\sys\TYPES.H"\
1287 {$(INCLUDE)}"\sys\STAT.H"\
1288 ".\./PC\config.h"\
1289 ".\./Include\myproto.h"\
1290 ".\Include\object.h"\
1291 ".\Include\objimpl.h"\
1292 ".\Include\pydebug.h"\
1293 ".\Include\accessobject.h"\
1294 ".\Include\intobject.h"\
1295 ".\Include\longobject.h"\
1296 ".\Include\floatobject.h"\
1297 ".\./Include\complexobject.h"\
1298 ".\Include\rangeobject.h"\
1299 ".\Include\stringobject.h"\
1300 ".\Include\tupleobject.h"\
1301 ".\Include\listobject.h"\
1302 ".\Include\mappingobject.h"\
1303 ".\Include\methodobject.h"\
1304 ".\Include\moduleobject.h"\
1305 ".\Include\funcobject.h"\
1306 ".\Include\classobject.h"\
1307 ".\Include\fileobject.h"\
1308 ".\Include\cobject.h"\
1309 ".\./Include\traceback.h"\
1310 ".\Include\errors.h"\
1311 ".\./Include\mymalloc.h"\
1312 ".\./Include\modsupport.h"\
1313 ".\./Include\ceval.h"\
1314 ".\./Include\pythonrun.h"\
1315 ".\./Include\sysmodule.h"\
1316 ".\./Include\intrcheck.h"\
1317 ".\./Include\import.h"\
1318 ".\./Include\bltinmodule.h"\
1319 ".\Include\abstract.h"\
1320 ".\./Include\rename2.h"\
1321 ".\./Include\thread.h"\
1322
1323NODEP_CPP_IMPOR=\
1324 ".\Python\dl.h"\
1325 ".\Python\macdefs.h"\
1326 ".\Python\macglue.h"\
1327
1328
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001329"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
1330 $(CPP) $(CPP_PROJ) $(SOURCE)
1331
1332
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001333# End Source File
1334################################################################################
1335# Begin Source File
1336
1337SOURCE=.\Modules\imageop.c
1338DEP_CPP_IMAGE=\
1339 ".\./Include\allobjects.h"\
1340 ".\./Include\modsupport.h"\
1341 ".\./PC\config.h"\
1342 ".\./Include\myproto.h"\
1343 ".\Include\object.h"\
1344 ".\Include\objimpl.h"\
1345 ".\Include\pydebug.h"\
1346 ".\Include\accessobject.h"\
1347 ".\Include\intobject.h"\
1348 ".\Include\longobject.h"\
1349 ".\Include\floatobject.h"\
1350 ".\./Include\complexobject.h"\
1351 ".\Include\rangeobject.h"\
1352 ".\Include\stringobject.h"\
1353 ".\Include\tupleobject.h"\
1354 ".\Include\listobject.h"\
1355 ".\Include\mappingobject.h"\
1356 ".\Include\methodobject.h"\
1357 ".\Include\moduleobject.h"\
1358 ".\Include\funcobject.h"\
1359 ".\Include\classobject.h"\
1360 ".\Include\fileobject.h"\
1361 ".\Include\cobject.h"\
1362 ".\./Include\traceback.h"\
1363 ".\Include\errors.h"\
1364 ".\./Include\mymalloc.h"\
1365 ".\./Include\ceval.h"\
1366 ".\./Include\pythonrun.h"\
1367 ".\./Include\sysmodule.h"\
1368 ".\./Include\intrcheck.h"\
1369 ".\./Include\import.h"\
1370 ".\./Include\bltinmodule.h"\
1371 ".\Include\abstract.h"\
1372 ".\./Include\rename2.h"\
1373 ".\./Include\thread.h"\
1374
1375
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001376"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
1377 $(CPP) $(CPP_PROJ) $(SOURCE)
1378
1379
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001380# End Source File
1381################################################################################
1382# Begin Source File
1383
1384SOURCE=.\Parser\grammar1.c
1385DEP_CPP_GRAMM=\
1386 ".\./Include\pgenheaders.h"\
1387 ".\./Include\grammar.h"\
1388 ".\./Include\token.h"\
1389 ".\./PC\config.h"\
1390 ".\./Include\myproto.h"\
1391 ".\./Include\mymalloc.h"\
1392 ".\Include\pydebug.h"\
1393 ".\Include\bitset.h"\
1394 ".\./Include\rename2.h"\
1395
1396
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001397"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
1398 $(CPP) $(CPP_PROJ) $(SOURCE)
1399
1400
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001401# End Source File
1402################################################################################
1403# Begin Source File
1404
1405SOURCE=.\Python\graminit.c
1406DEP_CPP_GRAMI=\
1407 ".\./Include\pgenheaders.h"\
1408 ".\./Include\grammar.h"\
1409 ".\./PC\config.h"\
1410 ".\./Include\myproto.h"\
1411 ".\./Include\mymalloc.h"\
1412 ".\Include\pydebug.h"\
1413 ".\Include\bitset.h"\
1414 ".\./Include\rename2.h"\
1415
1416
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001417"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
1418 $(CPP) $(CPP_PROJ) $(SOURCE)
1419
1420
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001421# End Source File
1422################################################################################
1423# Begin Source File
1424
1425SOURCE=.\Python\getversion.c
1426DEP_CPP_GETVE=\
1427 ".\./Include\Python.h"\
1428 ".\./Include\patchlevel.h"\
1429 ".\./Include\allobjects.h"\
1430 ".\./PC\config.h"\
1431 ".\./Include\myproto.h"\
1432 ".\Include\object.h"\
1433 ".\Include\objimpl.h"\
1434 ".\Include\pydebug.h"\
1435 ".\Include\accessobject.h"\
1436 ".\Include\intobject.h"\
1437 ".\Include\longobject.h"\
1438 ".\Include\floatobject.h"\
1439 ".\./Include\complexobject.h"\
1440 ".\Include\rangeobject.h"\
1441 ".\Include\stringobject.h"\
1442 ".\Include\tupleobject.h"\
1443 ".\Include\listobject.h"\
1444 ".\Include\mappingobject.h"\
1445 ".\Include\methodobject.h"\
1446 ".\Include\moduleobject.h"\
1447 ".\Include\funcobject.h"\
1448 ".\Include\classobject.h"\
1449 ".\Include\fileobject.h"\
1450 ".\Include\cobject.h"\
1451 ".\./Include\traceback.h"\
1452 ".\Include\errors.h"\
1453 ".\./Include\mymalloc.h"\
1454 ".\./Include\modsupport.h"\
1455 ".\./Include\ceval.h"\
1456 ".\./Include\pythonrun.h"\
1457 ".\./Include\sysmodule.h"\
1458 ".\./Include\intrcheck.h"\
1459 ".\./Include\import.h"\
1460 ".\./Include\bltinmodule.h"\
1461 ".\Include\abstract.h"\
1462 ".\./Include\rename2.h"\
1463 ".\./Include\thread.h"\
1464
1465
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001466"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
1467 $(CPP) $(CPP_PROJ) $(SOURCE)
1468
1469
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001470# End Source File
1471################################################################################
1472# Begin Source File
1473
1474SOURCE=.\Python\getplatform.c
1475DEP_CPP_GETPL=\
1476 ".\./Include\Python.h"\
1477 ".\./Include\allobjects.h"\
1478 ".\./PC\config.h"\
1479 ".\./Include\myproto.h"\
1480 ".\Include\object.h"\
1481 ".\Include\objimpl.h"\
1482 ".\Include\pydebug.h"\
1483 ".\Include\accessobject.h"\
1484 ".\Include\intobject.h"\
1485 ".\Include\longobject.h"\
1486 ".\Include\floatobject.h"\
1487 ".\./Include\complexobject.h"\
1488 ".\Include\rangeobject.h"\
1489 ".\Include\stringobject.h"\
1490 ".\Include\tupleobject.h"\
1491 ".\Include\listobject.h"\
1492 ".\Include\mappingobject.h"\
1493 ".\Include\methodobject.h"\
1494 ".\Include\moduleobject.h"\
1495 ".\Include\funcobject.h"\
1496 ".\Include\classobject.h"\
1497 ".\Include\fileobject.h"\
1498 ".\Include\cobject.h"\
1499 ".\./Include\traceback.h"\
1500 ".\Include\errors.h"\
1501 ".\./Include\mymalloc.h"\
1502 ".\./Include\modsupport.h"\
1503 ".\./Include\ceval.h"\
1504 ".\./Include\pythonrun.h"\
1505 ".\./Include\sysmodule.h"\
1506 ".\./Include\intrcheck.h"\
1507 ".\./Include\import.h"\
1508 ".\./Include\bltinmodule.h"\
1509 ".\Include\abstract.h"\
1510 ".\./Include\rename2.h"\
1511 ".\./Include\thread.h"\
1512
1513
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001514"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
1515 $(CPP) $(CPP_PROJ) $(SOURCE)
1516
1517
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001518# End Source File
1519################################################################################
1520# Begin Source File
1521
1522SOURCE=.\Modules\getpath.c
1523DEP_CPP_GETPA=\
1524 ".\./Include\Python.h"\
1525 ".\./Include\osdefs.h"\
1526 ".\./Include\allobjects.h"\
1527 ".\./PC\config.h"\
1528 ".\./Include\myproto.h"\
1529 ".\Include\object.h"\
1530 ".\Include\objimpl.h"\
1531 ".\Include\pydebug.h"\
1532 ".\Include\accessobject.h"\
1533 ".\Include\intobject.h"\
1534 ".\Include\longobject.h"\
1535 ".\Include\floatobject.h"\
1536 ".\./Include\complexobject.h"\
1537 ".\Include\rangeobject.h"\
1538 ".\Include\stringobject.h"\
1539 ".\Include\tupleobject.h"\
1540 ".\Include\listobject.h"\
1541 ".\Include\mappingobject.h"\
1542 ".\Include\methodobject.h"\
1543 ".\Include\moduleobject.h"\
1544 ".\Include\funcobject.h"\
1545 ".\Include\classobject.h"\
1546 ".\Include\fileobject.h"\
1547 ".\Include\cobject.h"\
1548 ".\./Include\traceback.h"\
1549 ".\Include\errors.h"\
1550 ".\./Include\mymalloc.h"\
1551 ".\./Include\modsupport.h"\
1552 ".\./Include\ceval.h"\
1553 ".\./Include\pythonrun.h"\
1554 ".\./Include\sysmodule.h"\
1555 ".\./Include\intrcheck.h"\
1556 ".\./Include\import.h"\
1557 ".\./Include\bltinmodule.h"\
1558 ".\Include\abstract.h"\
1559 ".\./Include\rename2.h"\
1560 ".\./Include\thread.h"\
1561
1562
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001563"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
1564 $(CPP) $(CPP_PROJ) $(SOURCE)
1565
1566
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001567# End Source File
1568################################################################################
1569# Begin Source File
1570
1571SOURCE=.\Python\getmtime.c
1572DEP_CPP_GETMT=\
1573 ".\./PC\config.h"\
1574 {$(INCLUDE)}"\sys\TYPES.H"\
1575 {$(INCLUDE)}"\sys\STAT.H"\
1576 ".\./Include\rename2.h"\
1577
1578
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001579"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
1580 $(CPP) $(CPP_PROJ) $(SOURCE)
1581
1582
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001583# End Source File
1584################################################################################
1585# Begin Source File
1586
1587SOURCE=.\Python\getcopyright.c
1588DEP_CPP_GETCO=\
1589 ".\./Include\Python.h"\
1590 ".\./Include\allobjects.h"\
1591 ".\./PC\config.h"\
1592 ".\./Include\myproto.h"\
1593 ".\Include\object.h"\
1594 ".\Include\objimpl.h"\
1595 ".\Include\pydebug.h"\
1596 ".\Include\accessobject.h"\
1597 ".\Include\intobject.h"\
1598 ".\Include\longobject.h"\
1599 ".\Include\floatobject.h"\
1600 ".\./Include\complexobject.h"\
1601 ".\Include\rangeobject.h"\
1602 ".\Include\stringobject.h"\
1603 ".\Include\tupleobject.h"\
1604 ".\Include\listobject.h"\
1605 ".\Include\mappingobject.h"\
1606 ".\Include\methodobject.h"\
1607 ".\Include\moduleobject.h"\
1608 ".\Include\funcobject.h"\
1609 ".\Include\classobject.h"\
1610 ".\Include\fileobject.h"\
1611 ".\Include\cobject.h"\
1612 ".\./Include\traceback.h"\
1613 ".\Include\errors.h"\
1614 ".\./Include\mymalloc.h"\
1615 ".\./Include\modsupport.h"\
1616 ".\./Include\ceval.h"\
1617 ".\./Include\pythonrun.h"\
1618 ".\./Include\sysmodule.h"\
1619 ".\./Include\intrcheck.h"\
1620 ".\./Include\import.h"\
1621 ".\./Include\bltinmodule.h"\
1622 ".\Include\abstract.h"\
1623 ".\./Include\rename2.h"\
1624 ".\./Include\thread.h"\
1625
1626
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001627"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
1628 $(CPP) $(CPP_PROJ) $(SOURCE)
1629
1630
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001631# End Source File
1632################################################################################
1633# Begin Source File
1634
1635SOURCE=.\Python\getcompiler.c
1636DEP_CPP_GETCOM=\
1637 ".\./Include\Python.h"\
1638 ".\./Include\allobjects.h"\
1639 ".\./PC\config.h"\
1640 ".\./Include\myproto.h"\
1641 ".\Include\object.h"\
1642 ".\Include\objimpl.h"\
1643 ".\Include\pydebug.h"\
1644 ".\Include\accessobject.h"\
1645 ".\Include\intobject.h"\
1646 ".\Include\longobject.h"\
1647 ".\Include\floatobject.h"\
1648 ".\./Include\complexobject.h"\
1649 ".\Include\rangeobject.h"\
1650 ".\Include\stringobject.h"\
1651 ".\Include\tupleobject.h"\
1652 ".\Include\listobject.h"\
1653 ".\Include\mappingobject.h"\
1654 ".\Include\methodobject.h"\
1655 ".\Include\moduleobject.h"\
1656 ".\Include\funcobject.h"\
1657 ".\Include\classobject.h"\
1658 ".\Include\fileobject.h"\
1659 ".\Include\cobject.h"\
1660 ".\./Include\traceback.h"\
1661 ".\Include\errors.h"\
1662 ".\./Include\mymalloc.h"\
1663 ".\./Include\modsupport.h"\
1664 ".\./Include\ceval.h"\
1665 ".\./Include\pythonrun.h"\
1666 ".\./Include\sysmodule.h"\
1667 ".\./Include\intrcheck.h"\
1668 ".\./Include\import.h"\
1669 ".\./Include\bltinmodule.h"\
1670 ".\Include\abstract.h"\
1671 ".\./Include\rename2.h"\
1672 ".\./Include\thread.h"\
1673
1674
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001675"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
1676 $(CPP) $(CPP_PROJ) $(SOURCE)
1677
1678
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001679# End Source File
1680################################################################################
1681# Begin Source File
1682
1683SOURCE=.\Python\getargs.c
1684DEP_CPP_GETAR=\
1685 ".\./Include\allobjects.h"\
1686 ".\./PC\config.h"\
1687 ".\./Include\myproto.h"\
1688 ".\Include\object.h"\
1689 ".\Include\objimpl.h"\
1690 ".\Include\pydebug.h"\
1691 ".\Include\accessobject.h"\
1692 ".\Include\intobject.h"\
1693 ".\Include\longobject.h"\
1694 ".\Include\floatobject.h"\
1695 ".\./Include\complexobject.h"\
1696 ".\Include\rangeobject.h"\
1697 ".\Include\stringobject.h"\
1698 ".\Include\tupleobject.h"\
1699 ".\Include\listobject.h"\
1700 ".\Include\mappingobject.h"\
1701 ".\Include\methodobject.h"\
1702 ".\Include\moduleobject.h"\
1703 ".\Include\funcobject.h"\
1704 ".\Include\classobject.h"\
1705 ".\Include\fileobject.h"\
1706 ".\Include\cobject.h"\
1707 ".\./Include\traceback.h"\
1708 ".\Include\errors.h"\
1709 ".\./Include\mymalloc.h"\
1710 ".\./Include\modsupport.h"\
1711 ".\./Include\ceval.h"\
1712 ".\./Include\pythonrun.h"\
1713 ".\./Include\sysmodule.h"\
1714 ".\./Include\intrcheck.h"\
1715 ".\./Include\import.h"\
1716 ".\./Include\bltinmodule.h"\
1717 ".\Include\abstract.h"\
1718 ".\./Include\rename2.h"\
1719 ".\./Include\thread.h"\
1720
1721
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001722"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
1723 $(CPP) $(CPP_PROJ) $(SOURCE)
1724
1725
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001726# End Source File
1727################################################################################
1728# Begin Source File
1729
1730SOURCE=.\Objects\funcobject.c
1731DEP_CPP_FUNCO=\
1732 ".\./Include\allobjects.h"\
1733 ".\./Include\compile.h"\
1734 ".\./Include\structmember.h"\
1735 ".\./PC\config.h"\
1736 ".\./Include\myproto.h"\
1737 ".\Include\object.h"\
1738 ".\Include\objimpl.h"\
1739 ".\Include\pydebug.h"\
1740 ".\Include\accessobject.h"\
1741 ".\Include\intobject.h"\
1742 ".\Include\longobject.h"\
1743 ".\Include\floatobject.h"\
1744 ".\./Include\complexobject.h"\
1745 ".\Include\rangeobject.h"\
1746 ".\Include\stringobject.h"\
1747 ".\Include\tupleobject.h"\
1748 ".\Include\listobject.h"\
1749 ".\Include\mappingobject.h"\
1750 ".\Include\methodobject.h"\
1751 ".\Include\moduleobject.h"\
1752 ".\Include\funcobject.h"\
1753 ".\Include\classobject.h"\
1754 ".\Include\fileobject.h"\
1755 ".\Include\cobject.h"\
1756 ".\./Include\traceback.h"\
1757 ".\Include\errors.h"\
1758 ".\./Include\mymalloc.h"\
1759 ".\./Include\modsupport.h"\
1760 ".\./Include\ceval.h"\
1761 ".\./Include\pythonrun.h"\
1762 ".\./Include\sysmodule.h"\
1763 ".\./Include\intrcheck.h"\
1764 ".\./Include\import.h"\
1765 ".\./Include\bltinmodule.h"\
1766 ".\Include\abstract.h"\
1767 ".\./Include\rename2.h"\
1768 ".\./Include\thread.h"\
1769
1770
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001771"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
1772 $(CPP) $(CPP_PROJ) $(SOURCE)
1773
1774
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001775# End Source File
1776################################################################################
1777# Begin Source File
1778
1779SOURCE=.\Python\frozen.c
1780DEP_CPP_FROZE=\
1781 ".\./Include\Python.h"\
1782 ".\./Include\allobjects.h"\
1783 ".\./PC\config.h"\
1784 ".\./Include\myproto.h"\
1785 ".\Include\object.h"\
1786 ".\Include\objimpl.h"\
1787 ".\Include\pydebug.h"\
1788 ".\Include\accessobject.h"\
1789 ".\Include\intobject.h"\
1790 ".\Include\longobject.h"\
1791 ".\Include\floatobject.h"\
1792 ".\./Include\complexobject.h"\
1793 ".\Include\rangeobject.h"\
1794 ".\Include\stringobject.h"\
1795 ".\Include\tupleobject.h"\
1796 ".\Include\listobject.h"\
1797 ".\Include\mappingobject.h"\
1798 ".\Include\methodobject.h"\
1799 ".\Include\moduleobject.h"\
1800 ".\Include\funcobject.h"\
1801 ".\Include\classobject.h"\
1802 ".\Include\fileobject.h"\
1803 ".\Include\cobject.h"\
1804 ".\./Include\traceback.h"\
1805 ".\Include\errors.h"\
1806 ".\./Include\mymalloc.h"\
1807 ".\./Include\modsupport.h"\
1808 ".\./Include\ceval.h"\
1809 ".\./Include\pythonrun.h"\
1810 ".\./Include\sysmodule.h"\
1811 ".\./Include\intrcheck.h"\
1812 ".\./Include\import.h"\
1813 ".\./Include\bltinmodule.h"\
1814 ".\Include\abstract.h"\
1815 ".\./Include\rename2.h"\
1816 ".\./Include\thread.h"\
1817
1818
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001819"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
1820 $(CPP) $(CPP_PROJ) $(SOURCE)
1821
1822
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001823# End Source File
1824################################################################################
1825# Begin Source File
1826
1827SOURCE=.\Objects\frameobject.c
1828DEP_CPP_FRAME=\
1829 ".\./Include\allobjects.h"\
1830 ".\./Include\compile.h"\
1831 ".\./Include\frameobject.h"\
1832 ".\./Include\opcode.h"\
1833 ".\./Include\structmember.h"\
1834 ".\./Include\bltinmodule.h"\
1835 ".\./PC\config.h"\
1836 ".\./Include\myproto.h"\
1837 ".\Include\object.h"\
1838 ".\Include\objimpl.h"\
1839 ".\Include\pydebug.h"\
1840 ".\Include\accessobject.h"\
1841 ".\Include\intobject.h"\
1842 ".\Include\longobject.h"\
1843 ".\Include\floatobject.h"\
1844 ".\./Include\complexobject.h"\
1845 ".\Include\rangeobject.h"\
1846 ".\Include\stringobject.h"\
1847 ".\Include\tupleobject.h"\
1848 ".\Include\listobject.h"\
1849 ".\Include\mappingobject.h"\
1850 ".\Include\methodobject.h"\
1851 ".\Include\moduleobject.h"\
1852 ".\Include\funcobject.h"\
1853 ".\Include\classobject.h"\
1854 ".\Include\fileobject.h"\
1855 ".\Include\cobject.h"\
1856 ".\./Include\traceback.h"\
1857 ".\Include\errors.h"\
1858 ".\./Include\mymalloc.h"\
1859 ".\./Include\modsupport.h"\
1860 ".\./Include\ceval.h"\
1861 ".\./Include\pythonrun.h"\
1862 ".\./Include\sysmodule.h"\
1863 ".\./Include\intrcheck.h"\
1864 ".\./Include\import.h"\
1865 ".\Include\abstract.h"\
1866 ".\./Include\rename2.h"\
1867 ".\./Include\thread.h"\
1868
1869
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001870"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
1871 $(CPP) $(CPP_PROJ) $(SOURCE)
1872
1873
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001874# End Source File
1875################################################################################
1876# Begin Source File
1877
1878SOURCE=.\Objects\floatobject.c
1879DEP_CPP_FLOAT=\
1880 ".\./Include\allobjects.h"\
1881 ".\./Include\modsupport.h"\
1882 ".\./Include\mymath.h"\
1883 ".\./PC\config.h"\
1884 ".\./Include\myproto.h"\
1885 ".\Include\object.h"\
1886 ".\Include\objimpl.h"\
1887 ".\Include\pydebug.h"\
1888 ".\Include\accessobject.h"\
1889 ".\Include\intobject.h"\
1890 ".\Include\longobject.h"\
1891 ".\Include\floatobject.h"\
1892 ".\./Include\complexobject.h"\
1893 ".\Include\rangeobject.h"\
1894 ".\Include\stringobject.h"\
1895 ".\Include\tupleobject.h"\
1896 ".\Include\listobject.h"\
1897 ".\Include\mappingobject.h"\
1898 ".\Include\methodobject.h"\
1899 ".\Include\moduleobject.h"\
1900 ".\Include\funcobject.h"\
1901 ".\Include\classobject.h"\
1902 ".\Include\fileobject.h"\
1903 ".\Include\cobject.h"\
1904 ".\./Include\traceback.h"\
1905 ".\Include\errors.h"\
1906 ".\./Include\mymalloc.h"\
1907 ".\./Include\ceval.h"\
1908 ".\./Include\pythonrun.h"\
1909 ".\./Include\sysmodule.h"\
1910 ".\./Include\intrcheck.h"\
1911 ".\./Include\import.h"\
1912 ".\./Include\bltinmodule.h"\
1913 ".\Include\abstract.h"\
1914 ".\./Include\rename2.h"\
1915 ".\./Include\thread.h"\
1916
1917
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001918"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
1919 $(CPP) $(CPP_PROJ) $(SOURCE)
1920
1921
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001922# End Source File
1923################################################################################
1924# Begin Source File
1925
1926SOURCE=.\Objects\fileobject.c
1927DEP_CPP_FILEO=\
1928 ".\./Include\allobjects.h"\
1929 ".\./Include\modsupport.h"\
1930 ".\./Include\structmember.h"\
1931 ".\./Include\ceval.h"\
1932 ".\./PC\config.h"\
1933 ".\./Include\myproto.h"\
1934 ".\Include\object.h"\
1935 ".\Include\objimpl.h"\
1936 ".\Include\pydebug.h"\
1937 ".\Include\accessobject.h"\
1938 ".\Include\intobject.h"\
1939 ".\Include\longobject.h"\
1940 ".\Include\floatobject.h"\
1941 ".\./Include\complexobject.h"\
1942 ".\Include\rangeobject.h"\
1943 ".\Include\stringobject.h"\
1944 ".\Include\tupleobject.h"\
1945 ".\Include\listobject.h"\
1946 ".\Include\mappingobject.h"\
1947 ".\Include\methodobject.h"\
1948 ".\Include\moduleobject.h"\
1949 ".\Include\funcobject.h"\
1950 ".\Include\classobject.h"\
1951 ".\Include\fileobject.h"\
1952 ".\Include\cobject.h"\
1953 ".\./Include\traceback.h"\
1954 ".\Include\errors.h"\
1955 ".\./Include\mymalloc.h"\
1956 ".\./Include\pythonrun.h"\
1957 ".\./Include\sysmodule.h"\
1958 ".\./Include\intrcheck.h"\
1959 ".\./Include\import.h"\
1960 ".\./Include\bltinmodule.h"\
1961 ".\Include\abstract.h"\
1962 ".\./Include\rename2.h"\
1963 ".\./Include\thread.h"\
1964
1965
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001966"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
1967 $(CPP) $(CPP_PROJ) $(SOURCE)
1968
1969
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001970# End Source File
1971################################################################################
1972# Begin Source File
1973
1974SOURCE=.\Python\errors.c
1975DEP_CPP_ERROR=\
1976 ".\./Include\allobjects.h"\
1977 ".\./Include\traceback.h"\
1978 ".\./PC\config.h"\
1979 ".\./Include\myproto.h"\
1980 ".\Include\object.h"\
1981 ".\Include\objimpl.h"\
1982 ".\Include\pydebug.h"\
1983 ".\Include\accessobject.h"\
1984 ".\Include\intobject.h"\
1985 ".\Include\longobject.h"\
1986 ".\Include\floatobject.h"\
1987 ".\./Include\complexobject.h"\
1988 ".\Include\rangeobject.h"\
1989 ".\Include\stringobject.h"\
1990 ".\Include\tupleobject.h"\
1991 ".\Include\listobject.h"\
1992 ".\Include\mappingobject.h"\
1993 ".\Include\methodobject.h"\
1994 ".\Include\moduleobject.h"\
1995 ".\Include\funcobject.h"\
1996 ".\Include\classobject.h"\
1997 ".\Include\fileobject.h"\
1998 ".\Include\cobject.h"\
1999 ".\Include\errors.h"\
2000 ".\./Include\mymalloc.h"\
2001 ".\./Include\modsupport.h"\
2002 ".\./Include\ceval.h"\
2003 ".\./Include\pythonrun.h"\
2004 ".\./Include\sysmodule.h"\
2005 ".\./Include\intrcheck.h"\
2006 ".\./Include\import.h"\
2007 ".\./Include\bltinmodule.h"\
2008 ".\Include\abstract.h"\
2009 ".\./Include\rename2.h"\
2010 ".\./Include\thread.h"\
2011
2012
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002013"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
2014 $(CPP) $(CPP_PROJ) $(SOURCE)
2015
2016
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002017# End Source File
2018################################################################################
2019# Begin Source File
2020
2021SOURCE=.\Modules\environment.c
2022DEP_CPP_ENVIR=\
2023 ".\./Include\allobjects.h"\
2024 ".\./PC\config.h"\
2025 ".\./Include\myproto.h"\
2026 ".\Include\object.h"\
2027 ".\Include\objimpl.h"\
2028 ".\Include\pydebug.h"\
2029 ".\Include\accessobject.h"\
2030 ".\Include\intobject.h"\
2031 ".\Include\longobject.h"\
2032 ".\Include\floatobject.h"\
2033 ".\./Include\complexobject.h"\
2034 ".\Include\rangeobject.h"\
2035 ".\Include\stringobject.h"\
2036 ".\Include\tupleobject.h"\
2037 ".\Include\listobject.h"\
2038 ".\Include\mappingobject.h"\
2039 ".\Include\methodobject.h"\
2040 ".\Include\moduleobject.h"\
2041 ".\Include\funcobject.h"\
2042 ".\Include\classobject.h"\
2043 ".\Include\fileobject.h"\
2044 ".\Include\cobject.h"\
2045 ".\./Include\traceback.h"\
2046 ".\Include\errors.h"\
2047 ".\./Include\mymalloc.h"\
2048 ".\./Include\modsupport.h"\
2049 ".\./Include\ceval.h"\
2050 ".\./Include\pythonrun.h"\
2051 ".\./Include\sysmodule.h"\
2052 ".\./Include\intrcheck.h"\
2053 ".\./Include\import.h"\
2054 ".\./Include\bltinmodule.h"\
2055 ".\Include\abstract.h"\
2056 ".\./Include\rename2.h"\
2057 ".\./Include\thread.h"\
2058
2059
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002060"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
2061 $(CPP) $(CPP_PROJ) $(SOURCE)
2062
2063
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002064# End Source File
2065################################################################################
2066# Begin Source File
2067
2068SOURCE=.\PC\config.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00002069
2070!IF "$(CFG)" == "vc40_dll - Win32 Release"
2071
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002072DEP_CPP_CONFI=\
2073 ".\./Include\Python.h"\
2074 ".\./Include\allobjects.h"\
2075 ".\./PC\config.h"\
2076 ".\./Include\myproto.h"\
2077 ".\Include\object.h"\
2078 ".\Include\objimpl.h"\
2079 ".\Include\pydebug.h"\
2080 ".\Include\accessobject.h"\
2081 ".\Include\intobject.h"\
2082 ".\Include\longobject.h"\
2083 ".\Include\floatobject.h"\
2084 ".\./Include\complexobject.h"\
2085 ".\Include\rangeobject.h"\
2086 ".\Include\stringobject.h"\
2087 ".\Include\tupleobject.h"\
2088 ".\Include\listobject.h"\
2089 ".\Include\mappingobject.h"\
2090 ".\Include\methodobject.h"\
2091 ".\Include\moduleobject.h"\
2092 ".\Include\funcobject.h"\
2093 ".\Include\classobject.h"\
2094 ".\Include\fileobject.h"\
2095 ".\Include\cobject.h"\
2096 ".\./Include\traceback.h"\
2097 ".\Include\errors.h"\
2098 ".\./Include\mymalloc.h"\
2099 ".\./Include\modsupport.h"\
2100 ".\./Include\ceval.h"\
2101 ".\./Include\pythonrun.h"\
2102 ".\./Include\sysmodule.h"\
2103 ".\./Include\intrcheck.h"\
2104 ".\./Include\import.h"\
2105 ".\./Include\bltinmodule.h"\
2106 ".\Include\abstract.h"\
2107 ".\./Include\rename2.h"\
2108 ".\./Include\thread.h"\
2109
2110
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002111"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
2112 $(CPP) $(CPP_PROJ) $(SOURCE)
2113
2114
2115!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2116
Guido van Rossum88dc2641996-07-01 18:34:03 +00002117DEP_CPP_CONFI=\
2118 ".\./Include\Python.h"\
2119 ".\./Include\allobjects.h"\
2120 ".\./PC\config.h"\
2121 ".\./Include\myproto.h"\
2122 ".\Include\object.h"\
2123 ".\Include\objimpl.h"\
2124 ".\Include\pydebug.h"\
2125 ".\Include\accessobject.h"\
2126 ".\Include\intobject.h"\
2127 ".\Include\longobject.h"\
2128 ".\Include\floatobject.h"\
2129 ".\./Include\complexobject.h"\
2130 ".\Include\rangeobject.h"\
2131 ".\Include\stringobject.h"\
2132 ".\Include\tupleobject.h"\
2133 ".\Include\listobject.h"\
2134 ".\Include\mappingobject.h"\
2135 ".\Include\methodobject.h"\
2136 ".\Include\moduleobject.h"\
2137 ".\Include\funcobject.h"\
2138 ".\Include\classobject.h"\
2139 ".\Include\fileobject.h"\
2140 ".\Include\cobject.h"\
2141 ".\./Include\traceback.h"\
2142 ".\Include\errors.h"\
2143 ".\./Include\mymalloc.h"\
2144 ".\./Include\modsupport.h"\
2145 ".\./Include\ceval.h"\
2146 ".\./Include\pythonrun.h"\
2147 ".\./Include\sysmodule.h"\
2148 ".\./Include\intrcheck.h"\
2149 ".\./Include\import.h"\
2150 ".\./Include\bltinmodule.h"\
2151 ".\Include\abstract.h"\
2152 ".\./Include\rename2.h"\
2153 ".\./Include\thread.h"\
2154
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002155
2156"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
2157 $(CPP) $(CPP_PROJ) $(SOURCE)
2158
2159
2160!ENDIF
2161
2162# End Source File
2163################################################################################
2164# Begin Source File
2165
2166SOURCE=.\Objects\complexobject.c
2167DEP_CPP_COMPL=\
2168 ".\./Include\allobjects.h"\
2169 ".\./Include\modsupport.h"\
2170 ".\./Include\mymath.h"\
2171 ".\./PC\config.h"\
2172 ".\./Include\myproto.h"\
2173 ".\Include\object.h"\
2174 ".\Include\objimpl.h"\
2175 ".\Include\pydebug.h"\
2176 ".\Include\accessobject.h"\
2177 ".\Include\intobject.h"\
2178 ".\Include\longobject.h"\
2179 ".\Include\floatobject.h"\
2180 ".\./Include\complexobject.h"\
2181 ".\Include\rangeobject.h"\
2182 ".\Include\stringobject.h"\
2183 ".\Include\tupleobject.h"\
2184 ".\Include\listobject.h"\
2185 ".\Include\mappingobject.h"\
2186 ".\Include\methodobject.h"\
2187 ".\Include\moduleobject.h"\
2188 ".\Include\funcobject.h"\
2189 ".\Include\classobject.h"\
2190 ".\Include\fileobject.h"\
2191 ".\Include\cobject.h"\
2192 ".\./Include\traceback.h"\
2193 ".\Include\errors.h"\
2194 ".\./Include\mymalloc.h"\
2195 ".\./Include\ceval.h"\
2196 ".\./Include\pythonrun.h"\
2197 ".\./Include\sysmodule.h"\
2198 ".\./Include\intrcheck.h"\
2199 ".\./Include\import.h"\
2200 ".\./Include\bltinmodule.h"\
2201 ".\Include\abstract.h"\
2202 ".\./Include\rename2.h"\
2203 ".\./Include\thread.h"\
2204
2205
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002206"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
2207 $(CPP) $(CPP_PROJ) $(SOURCE)
2208
2209
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002210# End Source File
2211################################################################################
2212# Begin Source File
2213
2214SOURCE=.\Python\compile.c
2215DEP_CPP_COMPI=\
2216 ".\./Include\allobjects.h"\
2217 ".\./Include\node.h"\
2218 ".\./Include\token.h"\
2219 ".\./Include\graminit.h"\
2220 ".\./Include\compile.h"\
2221 ".\./Include\opcode.h"\
2222 ".\./Include\structmember.h"\
2223 ".\./PC\config.h"\
2224 ".\./Include\myproto.h"\
2225 ".\Include\object.h"\
2226 ".\Include\objimpl.h"\
2227 ".\Include\pydebug.h"\
2228 ".\Include\accessobject.h"\
2229 ".\Include\intobject.h"\
2230 ".\Include\longobject.h"\
2231 ".\Include\floatobject.h"\
2232 ".\./Include\complexobject.h"\
2233 ".\Include\rangeobject.h"\
2234 ".\Include\stringobject.h"\
2235 ".\Include\tupleobject.h"\
2236 ".\Include\listobject.h"\
2237 ".\Include\mappingobject.h"\
2238 ".\Include\methodobject.h"\
2239 ".\Include\moduleobject.h"\
2240 ".\Include\funcobject.h"\
2241 ".\Include\classobject.h"\
2242 ".\Include\fileobject.h"\
2243 ".\Include\cobject.h"\
2244 ".\./Include\traceback.h"\
2245 ".\Include\errors.h"\
2246 ".\./Include\mymalloc.h"\
2247 ".\./Include\modsupport.h"\
2248 ".\./Include\ceval.h"\
2249 ".\./Include\pythonrun.h"\
2250 ".\./Include\sysmodule.h"\
2251 ".\./Include\intrcheck.h"\
2252 ".\./Include\import.h"\
2253 ".\./Include\bltinmodule.h"\
2254 ".\Include\abstract.h"\
2255 ".\./Include\rename2.h"\
2256 ".\./Include\thread.h"\
2257
2258
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002259"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
2260 $(CPP) $(CPP_PROJ) $(SOURCE)
2261
2262
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002263# End Source File
2264################################################################################
2265# Begin Source File
2266
2267SOURCE=.\Objects\cobject.c
2268DEP_CPP_COBJE=\
2269 ".\./Include\Python.h"\
2270 ".\./Include\allobjects.h"\
2271 ".\./PC\config.h"\
2272 ".\./Include\myproto.h"\
2273 ".\Include\object.h"\
2274 ".\Include\objimpl.h"\
2275 ".\Include\pydebug.h"\
2276 ".\Include\accessobject.h"\
2277 ".\Include\intobject.h"\
2278 ".\Include\longobject.h"\
2279 ".\Include\floatobject.h"\
2280 ".\./Include\complexobject.h"\
2281 ".\Include\rangeobject.h"\
2282 ".\Include\stringobject.h"\
2283 ".\Include\tupleobject.h"\
2284 ".\Include\listobject.h"\
2285 ".\Include\mappingobject.h"\
2286 ".\Include\methodobject.h"\
2287 ".\Include\moduleobject.h"\
2288 ".\Include\funcobject.h"\
2289 ".\Include\classobject.h"\
2290 ".\Include\fileobject.h"\
2291 ".\Include\cobject.h"\
2292 ".\./Include\traceback.h"\
2293 ".\Include\errors.h"\
2294 ".\./Include\mymalloc.h"\
2295 ".\./Include\modsupport.h"\
2296 ".\./Include\ceval.h"\
2297 ".\./Include\pythonrun.h"\
2298 ".\./Include\sysmodule.h"\
2299 ".\./Include\intrcheck.h"\
2300 ".\./Include\import.h"\
2301 ".\./Include\bltinmodule.h"\
2302 ".\Include\abstract.h"\
2303 ".\./Include\rename2.h"\
2304 ".\./Include\thread.h"\
2305
2306
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002307"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
2308 $(CPP) $(CPP_PROJ) $(SOURCE)
2309
2310
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002311# End Source File
2312################################################################################
2313# Begin Source File
2314
2315SOURCE=.\Modules\cmathmodule.c
2316DEP_CPP_CMATH=\
2317 ".\./Include\allobjects.h"\
2318 ".\./Include\complexobject.h"\
2319 ".\./Include\mymath.h"\
2320 ".\./PC\config.h"\
2321 ".\./Include\myproto.h"\
2322 ".\Include\object.h"\
2323 ".\Include\objimpl.h"\
2324 ".\Include\pydebug.h"\
2325 ".\Include\accessobject.h"\
2326 ".\Include\intobject.h"\
2327 ".\Include\longobject.h"\
2328 ".\Include\floatobject.h"\
2329 ".\Include\rangeobject.h"\
2330 ".\Include\stringobject.h"\
2331 ".\Include\tupleobject.h"\
2332 ".\Include\listobject.h"\
2333 ".\Include\mappingobject.h"\
2334 ".\Include\methodobject.h"\
2335 ".\Include\moduleobject.h"\
2336 ".\Include\funcobject.h"\
2337 ".\Include\classobject.h"\
2338 ".\Include\fileobject.h"\
2339 ".\Include\cobject.h"\
2340 ".\./Include\traceback.h"\
2341 ".\Include\errors.h"\
2342 ".\./Include\mymalloc.h"\
2343 ".\./Include\modsupport.h"\
2344 ".\./Include\ceval.h"\
2345 ".\./Include\pythonrun.h"\
2346 ".\./Include\sysmodule.h"\
2347 ".\./Include\intrcheck.h"\
2348 ".\./Include\import.h"\
2349 ".\./Include\bltinmodule.h"\
2350 ".\Include\abstract.h"\
2351 ".\./Include\rename2.h"\
2352 ".\./Include\thread.h"\
2353
2354
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002355"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
2356 $(CPP) $(CPP_PROJ) $(SOURCE)
2357
2358
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002359# End Source File
2360################################################################################
2361# Begin Source File
2362
2363SOURCE=.\Objects\classobject.c
2364DEP_CPP_CLASS=\
2365 ".\./Include\allobjects.h"\
2366 ".\./Include\structmember.h"\
2367 ".\./PC\config.h"\
2368 ".\./Include\myproto.h"\
2369 ".\Include\object.h"\
2370 ".\Include\objimpl.h"\
2371 ".\Include\pydebug.h"\
2372 ".\Include\accessobject.h"\
2373 ".\Include\intobject.h"\
2374 ".\Include\longobject.h"\
2375 ".\Include\floatobject.h"\
2376 ".\./Include\complexobject.h"\
2377 ".\Include\rangeobject.h"\
2378 ".\Include\stringobject.h"\
2379 ".\Include\tupleobject.h"\
2380 ".\Include\listobject.h"\
2381 ".\Include\mappingobject.h"\
2382 ".\Include\methodobject.h"\
2383 ".\Include\moduleobject.h"\
2384 ".\Include\funcobject.h"\
2385 ".\Include\classobject.h"\
2386 ".\Include\fileobject.h"\
2387 ".\Include\cobject.h"\
2388 ".\./Include\traceback.h"\
2389 ".\Include\errors.h"\
2390 ".\./Include\mymalloc.h"\
2391 ".\./Include\modsupport.h"\
2392 ".\./Include\ceval.h"\
2393 ".\./Include\pythonrun.h"\
2394 ".\./Include\sysmodule.h"\
2395 ".\./Include\intrcheck.h"\
2396 ".\./Include\import.h"\
2397 ".\./Include\bltinmodule.h"\
2398 ".\Include\abstract.h"\
2399 ".\./Include\rename2.h"\
2400 ".\./Include\thread.h"\
2401
2402
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002403"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
2404 $(CPP) $(CPP_PROJ) $(SOURCE)
2405
2406
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002407# End Source File
2408################################################################################
2409# Begin Source File
2410
2411SOURCE=.\Python\cgensupport.c
2412DEP_CPP_CGENS=\
2413 ".\./Include\allobjects.h"\
2414 ".\./Include\cgensupport.h"\
2415 ".\./PC\config.h"\
2416 ".\./Include\myproto.h"\
2417 ".\Include\object.h"\
2418 ".\Include\objimpl.h"\
2419 ".\Include\pydebug.h"\
2420 ".\Include\accessobject.h"\
2421 ".\Include\intobject.h"\
2422 ".\Include\longobject.h"\
2423 ".\Include\floatobject.h"\
2424 ".\./Include\complexobject.h"\
2425 ".\Include\rangeobject.h"\
2426 ".\Include\stringobject.h"\
2427 ".\Include\tupleobject.h"\
2428 ".\Include\listobject.h"\
2429 ".\Include\mappingobject.h"\
2430 ".\Include\methodobject.h"\
2431 ".\Include\moduleobject.h"\
2432 ".\Include\funcobject.h"\
2433 ".\Include\classobject.h"\
2434 ".\Include\fileobject.h"\
2435 ".\Include\cobject.h"\
2436 ".\./Include\traceback.h"\
2437 ".\Include\errors.h"\
2438 ".\./Include\mymalloc.h"\
2439 ".\./Include\modsupport.h"\
2440 ".\./Include\ceval.h"\
2441 ".\./Include\pythonrun.h"\
2442 ".\./Include\sysmodule.h"\
2443 ".\./Include\intrcheck.h"\
2444 ".\./Include\import.h"\
2445 ".\./Include\bltinmodule.h"\
2446 ".\Include\abstract.h"\
2447 ".\./Include\rename2.h"\
2448 ".\./Include\thread.h"\
2449
2450
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002451"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
2452 $(CPP) $(CPP_PROJ) $(SOURCE)
2453
2454
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002455# End Source File
2456################################################################################
2457# Begin Source File
2458
2459SOURCE=.\Python\ceval.c
2460DEP_CPP_CEVAL=\
2461 ".\./Include\allobjects.h"\
2462 ".\./Include\compile.h"\
2463 ".\./Include\frameobject.h"\
2464 ".\./Include\eval.h"\
2465 ".\./Include\opcode.h"\
2466 ".\./Include\graminit.h"\
2467 ".\./Include\thread.h"\
2468 ".\./PC\config.h"\
2469 ".\./Include\myproto.h"\
2470 ".\Include\object.h"\
2471 ".\Include\objimpl.h"\
2472 ".\Include\pydebug.h"\
2473 ".\Include\accessobject.h"\
2474 ".\Include\intobject.h"\
2475 ".\Include\longobject.h"\
2476 ".\Include\floatobject.h"\
2477 ".\./Include\complexobject.h"\
2478 ".\Include\rangeobject.h"\
2479 ".\Include\stringobject.h"\
2480 ".\Include\tupleobject.h"\
2481 ".\Include\listobject.h"\
2482 ".\Include\mappingobject.h"\
2483 ".\Include\methodobject.h"\
2484 ".\Include\moduleobject.h"\
2485 ".\Include\funcobject.h"\
2486 ".\Include\classobject.h"\
2487 ".\Include\fileobject.h"\
2488 ".\Include\cobject.h"\
2489 ".\./Include\traceback.h"\
2490 ".\Include\errors.h"\
2491 ".\./Include\mymalloc.h"\
2492 ".\./Include\modsupport.h"\
2493 ".\./Include\ceval.h"\
2494 ".\./Include\pythonrun.h"\
2495 ".\./Include\sysmodule.h"\
2496 ".\./Include\intrcheck.h"\
2497 ".\./Include\import.h"\
2498 ".\./Include\bltinmodule.h"\
2499 ".\Include\abstract.h"\
2500 ".\./Include\rename2.h"\
2501
2502
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002503"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
2504 $(CPP) $(CPP_PROJ) $(SOURCE)
2505
2506
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002507# End Source File
2508################################################################################
2509# Begin Source File
2510
2511SOURCE=.\Python\bltinmodule.c
2512DEP_CPP_BLTIN=\
2513 ".\./Include\allobjects.h"\
2514 ".\./Include\node.h"\
2515 ".\./Include\graminit.h"\
2516 ".\./Include\bltinmodule.h"\
2517 ".\./Include\import.h"\
2518 ".\./Include\compile.h"\
2519 ".\./Include\eval.h"\
2520 ".\./PC\config.h"\
2521 ".\./Include\myproto.h"\
2522 ".\Include\object.h"\
2523 ".\Include\objimpl.h"\
2524 ".\Include\pydebug.h"\
2525 ".\Include\accessobject.h"\
2526 ".\Include\intobject.h"\
2527 ".\Include\longobject.h"\
2528 ".\Include\floatobject.h"\
2529 ".\./Include\complexobject.h"\
2530 ".\Include\rangeobject.h"\
2531 ".\Include\stringobject.h"\
2532 ".\Include\tupleobject.h"\
2533 ".\Include\listobject.h"\
2534 ".\Include\mappingobject.h"\
2535 ".\Include\methodobject.h"\
2536 ".\Include\moduleobject.h"\
2537 ".\Include\funcobject.h"\
2538 ".\Include\classobject.h"\
2539 ".\Include\fileobject.h"\
2540 ".\Include\cobject.h"\
2541 ".\./Include\traceback.h"\
2542 ".\Include\errors.h"\
2543 ".\./Include\mymalloc.h"\
2544 ".\./Include\modsupport.h"\
2545 ".\./Include\ceval.h"\
2546 ".\./Include\pythonrun.h"\
2547 ".\./Include\sysmodule.h"\
2548 ".\./Include\intrcheck.h"\
2549 ".\Include\abstract.h"\
2550 ".\./Include\rename2.h"\
2551 ".\./Include\thread.h"\
2552
2553
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002554"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
2555 $(CPP) $(CPP_PROJ) $(SOURCE)
2556
2557
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002558# End Source File
2559################################################################################
2560# Begin Source File
2561
2562SOURCE=.\Modules\binascii.c
2563DEP_CPP_BINAS=\
2564 ".\./Include\Python.h"\
2565 ".\./Include\allobjects.h"\
2566 ".\./PC\config.h"\
2567 ".\./Include\myproto.h"\
2568 ".\Include\object.h"\
2569 ".\Include\objimpl.h"\
2570 ".\Include\pydebug.h"\
2571 ".\Include\accessobject.h"\
2572 ".\Include\intobject.h"\
2573 ".\Include\longobject.h"\
2574 ".\Include\floatobject.h"\
2575 ".\./Include\complexobject.h"\
2576 ".\Include\rangeobject.h"\
2577 ".\Include\stringobject.h"\
2578 ".\Include\tupleobject.h"\
2579 ".\Include\listobject.h"\
2580 ".\Include\mappingobject.h"\
2581 ".\Include\methodobject.h"\
2582 ".\Include\moduleobject.h"\
2583 ".\Include\funcobject.h"\
2584 ".\Include\classobject.h"\
2585 ".\Include\fileobject.h"\
2586 ".\Include\cobject.h"\
2587 ".\./Include\traceback.h"\
2588 ".\Include\errors.h"\
2589 ".\./Include\mymalloc.h"\
2590 ".\./Include\modsupport.h"\
2591 ".\./Include\ceval.h"\
2592 ".\./Include\pythonrun.h"\
2593 ".\./Include\sysmodule.h"\
2594 ".\./Include\intrcheck.h"\
2595 ".\./Include\import.h"\
2596 ".\./Include\bltinmodule.h"\
2597 ".\Include\abstract.h"\
2598 ".\./Include\rename2.h"\
2599 ".\./Include\thread.h"\
2600
2601
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002602"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
2603 $(CPP) $(CPP_PROJ) $(SOURCE)
2604
2605
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002606# End Source File
2607################################################################################
2608# Begin Source File
2609
2610SOURCE=.\Modules\audioop.c
2611DEP_CPP_AUDIO=\
2612 ".\./Include\allobjects.h"\
2613 ".\./Include\modsupport.h"\
2614 ".\./Include\mymath.h"\
2615 ".\./PC\config.h"\
2616 ".\./Include\myproto.h"\
2617 ".\Include\object.h"\
2618 ".\Include\objimpl.h"\
2619 ".\Include\pydebug.h"\
2620 ".\Include\accessobject.h"\
2621 ".\Include\intobject.h"\
2622 ".\Include\longobject.h"\
2623 ".\Include\floatobject.h"\
2624 ".\./Include\complexobject.h"\
2625 ".\Include\rangeobject.h"\
2626 ".\Include\stringobject.h"\
2627 ".\Include\tupleobject.h"\
2628 ".\Include\listobject.h"\
2629 ".\Include\mappingobject.h"\
2630 ".\Include\methodobject.h"\
2631 ".\Include\moduleobject.h"\
2632 ".\Include\funcobject.h"\
2633 ".\Include\classobject.h"\
2634 ".\Include\fileobject.h"\
2635 ".\Include\cobject.h"\
2636 ".\./Include\traceback.h"\
2637 ".\Include\errors.h"\
2638 ".\./Include\mymalloc.h"\
2639 ".\./Include\ceval.h"\
2640 ".\./Include\pythonrun.h"\
2641 ".\./Include\sysmodule.h"\
2642 ".\./Include\intrcheck.h"\
2643 ".\./Include\import.h"\
2644 ".\./Include\bltinmodule.h"\
2645 ".\Include\abstract.h"\
2646 ".\./Include\rename2.h"\
2647 ".\./Include\thread.h"\
2648
2649
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002650"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
2651 $(CPP) $(CPP_PROJ) $(SOURCE)
2652
2653
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002654# End Source File
2655################################################################################
2656# Begin Source File
2657
2658SOURCE=.\Modules\arraymodule.c
2659DEP_CPP_ARRAY=\
2660 ".\./Include\allobjects.h"\
2661 ".\./Include\modsupport.h"\
2662 ".\./Include\ceval.h"\
2663 {$(INCLUDE)}"\sys\TYPES.H"\
2664 ".\./PC\config.h"\
2665 ".\./Include\myproto.h"\
2666 ".\Include\object.h"\
2667 ".\Include\objimpl.h"\
2668 ".\Include\pydebug.h"\
2669 ".\Include\accessobject.h"\
2670 ".\Include\intobject.h"\
2671 ".\Include\longobject.h"\
2672 ".\Include\floatobject.h"\
2673 ".\./Include\complexobject.h"\
2674 ".\Include\rangeobject.h"\
2675 ".\Include\stringobject.h"\
2676 ".\Include\tupleobject.h"\
2677 ".\Include\listobject.h"\
2678 ".\Include\mappingobject.h"\
2679 ".\Include\methodobject.h"\
2680 ".\Include\moduleobject.h"\
2681 ".\Include\funcobject.h"\
2682 ".\Include\classobject.h"\
2683 ".\Include\fileobject.h"\
2684 ".\Include\cobject.h"\
2685 ".\./Include\traceback.h"\
2686 ".\Include\errors.h"\
2687 ".\./Include\mymalloc.h"\
2688 ".\./Include\pythonrun.h"\
2689 ".\./Include\sysmodule.h"\
2690 ".\./Include\intrcheck.h"\
2691 ".\./Include\import.h"\
2692 ".\./Include\bltinmodule.h"\
2693 ".\Include\abstract.h"\
2694 ".\./Include\rename2.h"\
2695 ".\./Include\thread.h"\
2696
2697
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002698"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
2699 $(CPP) $(CPP_PROJ) $(SOURCE)
2700
2701
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002702# End Source File
2703################################################################################
2704# Begin Source File
2705
2706SOURCE=.\Objects\accessobject.c
2707DEP_CPP_ACCES=\
2708 ".\./Include\allobjects.h"\
2709 ".\./Include\ceval.h"\
2710 ".\./Include\structmember.h"\
2711 ".\./Include\modsupport.h"\
2712 ".\./PC\config.h"\
2713 ".\./Include\myproto.h"\
2714 ".\Include\object.h"\
2715 ".\Include\objimpl.h"\
2716 ".\Include\pydebug.h"\
2717 ".\Include\accessobject.h"\
2718 ".\Include\intobject.h"\
2719 ".\Include\longobject.h"\
2720 ".\Include\floatobject.h"\
2721 ".\./Include\complexobject.h"\
2722 ".\Include\rangeobject.h"\
2723 ".\Include\stringobject.h"\
2724 ".\Include\tupleobject.h"\
2725 ".\Include\listobject.h"\
2726 ".\Include\mappingobject.h"\
2727 ".\Include\methodobject.h"\
2728 ".\Include\moduleobject.h"\
2729 ".\Include\funcobject.h"\
2730 ".\Include\classobject.h"\
2731 ".\Include\fileobject.h"\
2732 ".\Include\cobject.h"\
2733 ".\./Include\traceback.h"\
2734 ".\Include\errors.h"\
2735 ".\./Include\mymalloc.h"\
2736 ".\./Include\pythonrun.h"\
2737 ".\./Include\sysmodule.h"\
2738 ".\./Include\intrcheck.h"\
2739 ".\./Include\import.h"\
2740 ".\./Include\bltinmodule.h"\
2741 ".\Include\abstract.h"\
2742 ".\./Include\rename2.h"\
2743 ".\./Include\thread.h"\
2744
2745
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002746"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
2747 $(CPP) $(CPP_PROJ) $(SOURCE)
2748
2749
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002750# End Source File
2751################################################################################
2752# Begin Source File
2753
2754SOURCE=.\Parser\acceler.c
2755DEP_CPP_ACCEL=\
2756 ".\./Include\pgenheaders.h"\
2757 ".\./Include\grammar.h"\
2758 ".\./Include\node.h"\
2759 ".\./Include\token.h"\
2760 ".\Parser\parser.h"\
2761 ".\./PC\config.h"\
2762 ".\./Include\myproto.h"\
2763 ".\./Include\mymalloc.h"\
2764 ".\Include\pydebug.h"\
2765 ".\Include\bitset.h"\
2766 ".\./Include\rename2.h"\
2767
2768
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002769"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
2770 $(CPP) $(CPP_PROJ) $(SOURCE)
2771
2772
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002773# End Source File
2774################################################################################
2775# Begin Source File
2776
2777SOURCE=.\Objects\abstract.c
2778DEP_CPP_ABSTR=\
2779 ".\./Include\Python.h"\
2780 ".\./Include\allobjects.h"\
2781 ".\./PC\config.h"\
2782 ".\./Include\myproto.h"\
2783 ".\Include\object.h"\
2784 ".\Include\objimpl.h"\
2785 ".\Include\pydebug.h"\
2786 ".\Include\accessobject.h"\
2787 ".\Include\intobject.h"\
2788 ".\Include\longobject.h"\
2789 ".\Include\floatobject.h"\
2790 ".\./Include\complexobject.h"\
2791 ".\Include\rangeobject.h"\
2792 ".\Include\stringobject.h"\
2793 ".\Include\tupleobject.h"\
2794 ".\Include\listobject.h"\
2795 ".\Include\mappingobject.h"\
2796 ".\Include\methodobject.h"\
2797 ".\Include\moduleobject.h"\
2798 ".\Include\funcobject.h"\
2799 ".\Include\classobject.h"\
2800 ".\Include\fileobject.h"\
2801 ".\Include\cobject.h"\
2802 ".\./Include\traceback.h"\
2803 ".\Include\errors.h"\
2804 ".\./Include\mymalloc.h"\
2805 ".\./Include\modsupport.h"\
2806 ".\./Include\ceval.h"\
2807 ".\./Include\pythonrun.h"\
2808 ".\./Include\sysmodule.h"\
2809 ".\./Include\intrcheck.h"\
2810 ".\./Include\import.h"\
2811 ".\./Include\bltinmodule.h"\
2812 ".\Include\abstract.h"\
2813 ".\./Include\rename2.h"\
2814 ".\./Include\thread.h"\
2815
2816
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002817"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
2818 $(CPP) $(CPP_PROJ) $(SOURCE)
2819
2820
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002821# End Source File
2822################################################################################
2823# Begin Source File
2824
2825SOURCE=.\Modules\yuvconvert.c
2826DEP_CPP_YUVCO=\
2827 ".\Modules\yuv.h"\
2828
2829
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002830"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
2831 $(CPP) $(CPP_PROJ) $(SOURCE)
2832
2833
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002834# End Source File
2835################################################################################
2836# Begin Source File
2837
2838SOURCE=.\Objects\typeobject.c
2839DEP_CPP_TYPEO=\
2840 ".\./Include\allobjects.h"\
2841 ".\./PC\config.h"\
2842 ".\./Include\myproto.h"\
2843 ".\Include\object.h"\
2844 ".\Include\objimpl.h"\
2845 ".\Include\pydebug.h"\
2846 ".\Include\accessobject.h"\
2847 ".\Include\intobject.h"\
2848 ".\Include\longobject.h"\
2849 ".\Include\floatobject.h"\
2850 ".\./Include\complexobject.h"\
2851 ".\Include\rangeobject.h"\
2852 ".\Include\stringobject.h"\
2853 ".\Include\tupleobject.h"\
2854 ".\Include\listobject.h"\
2855 ".\Include\mappingobject.h"\
2856 ".\Include\methodobject.h"\
2857 ".\Include\moduleobject.h"\
2858 ".\Include\funcobject.h"\
2859 ".\Include\classobject.h"\
2860 ".\Include\fileobject.h"\
2861 ".\Include\cobject.h"\
2862 ".\./Include\traceback.h"\
2863 ".\Include\errors.h"\
2864 ".\./Include\mymalloc.h"\
2865 ".\./Include\modsupport.h"\
2866 ".\./Include\ceval.h"\
2867 ".\./Include\pythonrun.h"\
2868 ".\./Include\sysmodule.h"\
2869 ".\./Include\intrcheck.h"\
2870 ".\./Include\import.h"\
2871 ".\./Include\bltinmodule.h"\
2872 ".\Include\abstract.h"\
2873 ".\./Include\rename2.h"\
2874 ".\./Include\thread.h"\
2875
2876
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002877"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
2878 $(CPP) $(CPP_PROJ) $(SOURCE)
2879
2880
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002881# End Source File
2882################################################################################
2883# Begin Source File
2884
2885SOURCE=.\Objects\tupleobject.c
2886DEP_CPP_TUPLE=\
2887 ".\./Include\allobjects.h"\
2888 ".\./PC\config.h"\
2889 ".\./Include\myproto.h"\
2890 ".\Include\object.h"\
2891 ".\Include\objimpl.h"\
2892 ".\Include\pydebug.h"\
2893 ".\Include\accessobject.h"\
2894 ".\Include\intobject.h"\
2895 ".\Include\longobject.h"\
2896 ".\Include\floatobject.h"\
2897 ".\./Include\complexobject.h"\
2898 ".\Include\rangeobject.h"\
2899 ".\Include\stringobject.h"\
2900 ".\Include\tupleobject.h"\
2901 ".\Include\listobject.h"\
2902 ".\Include\mappingobject.h"\
2903 ".\Include\methodobject.h"\
2904 ".\Include\moduleobject.h"\
2905 ".\Include\funcobject.h"\
2906 ".\Include\classobject.h"\
2907 ".\Include\fileobject.h"\
2908 ".\Include\cobject.h"\
2909 ".\./Include\traceback.h"\
2910 ".\Include\errors.h"\
2911 ".\./Include\mymalloc.h"\
2912 ".\./Include\modsupport.h"\
2913 ".\./Include\ceval.h"\
2914 ".\./Include\pythonrun.h"\
2915 ".\./Include\sysmodule.h"\
2916 ".\./Include\intrcheck.h"\
2917 ".\./Include\import.h"\
2918 ".\./Include\bltinmodule.h"\
2919 ".\Include\abstract.h"\
2920 ".\./Include\rename2.h"\
2921 ".\./Include\thread.h"\
2922
2923
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002924"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
2925 $(CPP) $(CPP_PROJ) $(SOURCE)
2926
2927
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002928# End Source File
2929################################################################################
2930# Begin Source File
2931
2932SOURCE=.\Python\traceback.c
2933DEP_CPP_TRACE=\
2934 ".\./Include\allobjects.h"\
2935 ".\./Include\sysmodule.h"\
2936 ".\./Include\compile.h"\
2937 ".\./Include\frameobject.h"\
2938 ".\./Include\traceback.h"\
2939 ".\./Include\structmember.h"\
2940 ".\./Include\osdefs.h"\
2941 ".\./PC\config.h"\
2942 ".\./Include\myproto.h"\
2943 ".\Include\object.h"\
2944 ".\Include\objimpl.h"\
2945 ".\Include\pydebug.h"\
2946 ".\Include\accessobject.h"\
2947 ".\Include\intobject.h"\
2948 ".\Include\longobject.h"\
2949 ".\Include\floatobject.h"\
2950 ".\./Include\complexobject.h"\
2951 ".\Include\rangeobject.h"\
2952 ".\Include\stringobject.h"\
2953 ".\Include\tupleobject.h"\
2954 ".\Include\listobject.h"\
2955 ".\Include\mappingobject.h"\
2956 ".\Include\methodobject.h"\
2957 ".\Include\moduleobject.h"\
2958 ".\Include\funcobject.h"\
2959 ".\Include\classobject.h"\
2960 ".\Include\fileobject.h"\
2961 ".\Include\cobject.h"\
2962 ".\Include\errors.h"\
2963 ".\./Include\mymalloc.h"\
2964 ".\./Include\modsupport.h"\
2965 ".\./Include\ceval.h"\
2966 ".\./Include\pythonrun.h"\
2967 ".\./Include\intrcheck.h"\
2968 ".\./Include\import.h"\
2969 ".\./Include\bltinmodule.h"\
2970 ".\Include\abstract.h"\
2971 ".\./Include\rename2.h"\
2972 ".\./Include\thread.h"\
2973
2974
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002975"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
2976 $(CPP) $(CPP_PROJ) $(SOURCE)
2977
2978
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002979# End Source File
2980################################################################################
2981# Begin Source File
2982
2983SOURCE=.\Parser\tokenizer.c
2984DEP_CPP_TOKEN=\
2985 ".\./Include\pgenheaders.h"\
2986 ".\Parser\tokenizer.h"\
2987 ".\./Include\errcode.h"\
2988 ".\./PC\config.h"\
2989 ".\./Include\myproto.h"\
2990 ".\./Include\mymalloc.h"\
2991 ".\Include\pydebug.h"\
2992 ".\./Include\token.h"\
2993 ".\./Include\rename2.h"\
2994
2995
Guido van Rossum1bc716f1996-06-28 19:12:06 +00002996"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
2997 $(CPP) $(CPP_PROJ) $(SOURCE)
2998
2999
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003000# End Source File
3001################################################################################
3002# Begin Source File
3003
3004SOURCE=.\Modules\timemodule.c
3005DEP_CPP_TIMEM=\
3006 ".\./Include\allobjects.h"\
3007 ".\./Include\modsupport.h"\
3008 ".\./Include\ceval.h"\
3009 {$(INCLUDE)}"\sys\TYPES.H"\
3010 ".\./Include\myselect.h"\
3011 ".\./Include\mytime.h"\
3012 {$(INCLUDE)}"\sys\TIMEB.H"\
3013 ".\./PC\config.h"\
3014 ".\./Include\myproto.h"\
3015 ".\Include\object.h"\
3016 ".\Include\objimpl.h"\
3017 ".\Include\pydebug.h"\
3018 ".\Include\accessobject.h"\
3019 ".\Include\intobject.h"\
3020 ".\Include\longobject.h"\
3021 ".\Include\floatobject.h"\
3022 ".\./Include\complexobject.h"\
3023 ".\Include\rangeobject.h"\
3024 ".\Include\stringobject.h"\
3025 ".\Include\tupleobject.h"\
3026 ".\Include\listobject.h"\
3027 ".\Include\mappingobject.h"\
3028 ".\Include\methodobject.h"\
3029 ".\Include\moduleobject.h"\
3030 ".\Include\funcobject.h"\
3031 ".\Include\classobject.h"\
3032 ".\Include\fileobject.h"\
3033 ".\Include\cobject.h"\
3034 ".\./Include\traceback.h"\
3035 ".\Include\errors.h"\
3036 ".\./Include\mymalloc.h"\
3037 ".\./Include\pythonrun.h"\
3038 ".\./Include\sysmodule.h"\
3039 ".\./Include\intrcheck.h"\
3040 ".\./Include\import.h"\
3041 ".\./Include\bltinmodule.h"\
3042 ".\Include\abstract.h"\
3043 ".\./Include\rename2.h"\
3044 ".\./Include\thread.h"\
3045
3046
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003047"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
3048 $(CPP) $(CPP_PROJ) $(SOURCE)
3049
3050
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003051# End Source File
3052################################################################################
3053# Begin Source File
3054
3055SOURCE=.\Modules\threadmodule.c
3056DEP_CPP_THREA=\
3057 ".\./Include\allobjects.h"\
3058 ".\./Include\thread.h"\
3059 ".\./PC\config.h"\
3060 ".\./Include\myproto.h"\
3061 ".\Include\object.h"\
3062 ".\Include\objimpl.h"\
3063 ".\Include\pydebug.h"\
3064 ".\Include\accessobject.h"\
3065 ".\Include\intobject.h"\
3066 ".\Include\longobject.h"\
3067 ".\Include\floatobject.h"\
3068 ".\./Include\complexobject.h"\
3069 ".\Include\rangeobject.h"\
3070 ".\Include\stringobject.h"\
3071 ".\Include\tupleobject.h"\
3072 ".\Include\listobject.h"\
3073 ".\Include\mappingobject.h"\
3074 ".\Include\methodobject.h"\
3075 ".\Include\moduleobject.h"\
3076 ".\Include\funcobject.h"\
3077 ".\Include\classobject.h"\
3078 ".\Include\fileobject.h"\
3079 ".\Include\cobject.h"\
3080 ".\./Include\traceback.h"\
3081 ".\Include\errors.h"\
3082 ".\./Include\mymalloc.h"\
3083 ".\./Include\modsupport.h"\
3084 ".\./Include\ceval.h"\
3085 ".\./Include\pythonrun.h"\
3086 ".\./Include\sysmodule.h"\
3087 ".\./Include\intrcheck.h"\
3088 ".\./Include\import.h"\
3089 ".\./Include\bltinmodule.h"\
3090 ".\Include\abstract.h"\
3091 ".\./Include\rename2.h"\
3092
3093
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003094"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
3095 $(CPP) $(CPP_PROJ) $(SOURCE)
3096
3097
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003098# End Source File
3099################################################################################
3100# Begin Source File
3101
3102SOURCE=.\Python\thread.c
3103DEP_CPP_THREAD=\
3104 ".\./PC\config.h"\
3105 ".\./Include\thread.h"\
3106 ".\Python\thread_sgi.h"\
3107 ".\Python\thread_solaris.h"\
3108 ".\Python\thread_lwp.h"\
3109 ".\Python\thread_pthread.h"\
3110 ".\Python\thread_cthread.h"\
3111 ".\Python\thread_nt.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003112 {$(INCLUDE)}"\sys\TYPES.H"\
3113
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003114
3115"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
3116 $(CPP) $(CPP_PROJ) $(SOURCE)
3117
3118
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003119# End Source File
3120################################################################################
3121# Begin Source File
3122
3123SOURCE=.\Modules\structmodule.c
3124DEP_CPP_STRUC=\
3125 ".\./Include\allobjects.h"\
3126 ".\./Include\modsupport.h"\
3127 ".\./PC\config.h"\
3128 ".\./Include\myproto.h"\
3129 ".\Include\object.h"\
3130 ".\Include\objimpl.h"\
3131 ".\Include\pydebug.h"\
3132 ".\Include\accessobject.h"\
3133 ".\Include\intobject.h"\
3134 ".\Include\longobject.h"\
3135 ".\Include\floatobject.h"\
3136 ".\./Include\complexobject.h"\
3137 ".\Include\rangeobject.h"\
3138 ".\Include\stringobject.h"\
3139 ".\Include\tupleobject.h"\
3140 ".\Include\listobject.h"\
3141 ".\Include\mappingobject.h"\
3142 ".\Include\methodobject.h"\
3143 ".\Include\moduleobject.h"\
3144 ".\Include\funcobject.h"\
3145 ".\Include\classobject.h"\
3146 ".\Include\fileobject.h"\
3147 ".\Include\cobject.h"\
3148 ".\./Include\traceback.h"\
3149 ".\Include\errors.h"\
3150 ".\./Include\mymalloc.h"\
3151 ".\./Include\ceval.h"\
3152 ".\./Include\pythonrun.h"\
3153 ".\./Include\sysmodule.h"\
3154 ".\./Include\intrcheck.h"\
3155 ".\./Include\import.h"\
3156 ".\./Include\bltinmodule.h"\
3157 ".\Include\abstract.h"\
3158 ".\./Include\rename2.h"\
3159 ".\./Include\thread.h"\
3160
3161
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003162"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
3163 $(CPP) $(CPP_PROJ) $(SOURCE)
3164
3165
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003166# End Source File
3167################################################################################
3168# Begin Source File
3169
3170SOURCE=.\Python\structmember.c
3171DEP_CPP_STRUCT=\
3172 ".\./Include\allobjects.h"\
3173 ".\./Include\structmember.h"\
3174 ".\./PC\config.h"\
3175 ".\./Include\myproto.h"\
3176 ".\Include\object.h"\
3177 ".\Include\objimpl.h"\
3178 ".\Include\pydebug.h"\
3179 ".\Include\accessobject.h"\
3180 ".\Include\intobject.h"\
3181 ".\Include\longobject.h"\
3182 ".\Include\floatobject.h"\
3183 ".\./Include\complexobject.h"\
3184 ".\Include\rangeobject.h"\
3185 ".\Include\stringobject.h"\
3186 ".\Include\tupleobject.h"\
3187 ".\Include\listobject.h"\
3188 ".\Include\mappingobject.h"\
3189 ".\Include\methodobject.h"\
3190 ".\Include\moduleobject.h"\
3191 ".\Include\funcobject.h"\
3192 ".\Include\classobject.h"\
3193 ".\Include\fileobject.h"\
3194 ".\Include\cobject.h"\
3195 ".\./Include\traceback.h"\
3196 ".\Include\errors.h"\
3197 ".\./Include\mymalloc.h"\
3198 ".\./Include\modsupport.h"\
3199 ".\./Include\ceval.h"\
3200 ".\./Include\pythonrun.h"\
3201 ".\./Include\sysmodule.h"\
3202 ".\./Include\intrcheck.h"\
3203 ".\./Include\import.h"\
3204 ".\./Include\bltinmodule.h"\
3205 ".\Include\abstract.h"\
3206 ".\./Include\rename2.h"\
3207 ".\./Include\thread.h"\
3208
3209
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003210"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
3211 $(CPP) $(CPP_PROJ) $(SOURCE)
3212
3213
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003214# End Source File
3215################################################################################
3216# Begin Source File
3217
3218SOURCE=.\Modules\stropmodule.c
3219DEP_CPP_STROP=\
3220 ".\./Include\allobjects.h"\
3221 ".\./Include\modsupport.h"\
3222 ".\./PC\config.h"\
3223 ".\./Include\myproto.h"\
3224 ".\Include\object.h"\
3225 ".\Include\objimpl.h"\
3226 ".\Include\pydebug.h"\
3227 ".\Include\accessobject.h"\
3228 ".\Include\intobject.h"\
3229 ".\Include\longobject.h"\
3230 ".\Include\floatobject.h"\
3231 ".\./Include\complexobject.h"\
3232 ".\Include\rangeobject.h"\
3233 ".\Include\stringobject.h"\
3234 ".\Include\tupleobject.h"\
3235 ".\Include\listobject.h"\
3236 ".\Include\mappingobject.h"\
3237 ".\Include\methodobject.h"\
3238 ".\Include\moduleobject.h"\
3239 ".\Include\funcobject.h"\
3240 ".\Include\classobject.h"\
3241 ".\Include\fileobject.h"\
3242 ".\Include\cobject.h"\
3243 ".\./Include\traceback.h"\
3244 ".\Include\errors.h"\
3245 ".\./Include\mymalloc.h"\
3246 ".\./Include\ceval.h"\
3247 ".\./Include\pythonrun.h"\
3248 ".\./Include\sysmodule.h"\
3249 ".\./Include\intrcheck.h"\
3250 ".\./Include\import.h"\
3251 ".\./Include\bltinmodule.h"\
3252 ".\Include\abstract.h"\
3253 ".\./Include\rename2.h"\
3254 ".\./Include\thread.h"\
3255
3256
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003257"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
3258 $(CPP) $(CPP_PROJ) $(SOURCE)
3259
3260
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003261# End Source File
3262################################################################################
3263# Begin Source File
3264
3265SOURCE=.\Objects\stringobject.c
3266DEP_CPP_STRIN=\
3267 ".\./Include\allobjects.h"\
3268 ".\./PC\config.h"\
3269 ".\./Include\myproto.h"\
3270 ".\Include\object.h"\
3271 ".\Include\objimpl.h"\
3272 ".\Include\pydebug.h"\
3273 ".\Include\accessobject.h"\
3274 ".\Include\intobject.h"\
3275 ".\Include\longobject.h"\
3276 ".\Include\floatobject.h"\
3277 ".\./Include\complexobject.h"\
3278 ".\Include\rangeobject.h"\
3279 ".\Include\stringobject.h"\
3280 ".\Include\tupleobject.h"\
3281 ".\Include\listobject.h"\
3282 ".\Include\mappingobject.h"\
3283 ".\Include\methodobject.h"\
3284 ".\Include\moduleobject.h"\
3285 ".\Include\funcobject.h"\
3286 ".\Include\classobject.h"\
3287 ".\Include\fileobject.h"\
3288 ".\Include\cobject.h"\
3289 ".\./Include\traceback.h"\
3290 ".\Include\errors.h"\
3291 ".\./Include\mymalloc.h"\
3292 ".\./Include\modsupport.h"\
3293 ".\./Include\ceval.h"\
3294 ".\./Include\pythonrun.h"\
3295 ".\./Include\sysmodule.h"\
3296 ".\./Include\intrcheck.h"\
3297 ".\./Include\import.h"\
3298 ".\./Include\bltinmodule.h"\
3299 ".\Include\abstract.h"\
3300 ".\./Include\rename2.h"\
3301 ".\./Include\thread.h"\
3302
3303
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003304"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
3305 $(CPP) $(CPP_PROJ) $(SOURCE)
3306
3307
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003308# End Source File
3309################################################################################
3310# Begin Source File
3311
3312SOURCE=.\Modules\soundex.c
3313DEP_CPP_SOUND=\
3314 ".\./Include\Python.h"\
3315 ".\./Include\allobjects.h"\
3316 ".\./PC\config.h"\
3317 ".\./Include\myproto.h"\
3318 ".\Include\object.h"\
3319 ".\Include\objimpl.h"\
3320 ".\Include\pydebug.h"\
3321 ".\Include\accessobject.h"\
3322 ".\Include\intobject.h"\
3323 ".\Include\longobject.h"\
3324 ".\Include\floatobject.h"\
3325 ".\./Include\complexobject.h"\
3326 ".\Include\rangeobject.h"\
3327 ".\Include\stringobject.h"\
3328 ".\Include\tupleobject.h"\
3329 ".\Include\listobject.h"\
3330 ".\Include\mappingobject.h"\
3331 ".\Include\methodobject.h"\
3332 ".\Include\moduleobject.h"\
3333 ".\Include\funcobject.h"\
3334 ".\Include\classobject.h"\
3335 ".\Include\fileobject.h"\
3336 ".\Include\cobject.h"\
3337 ".\./Include\traceback.h"\
3338 ".\Include\errors.h"\
3339 ".\./Include\mymalloc.h"\
3340 ".\./Include\modsupport.h"\
3341 ".\./Include\ceval.h"\
3342 ".\./Include\pythonrun.h"\
3343 ".\./Include\sysmodule.h"\
3344 ".\./Include\intrcheck.h"\
3345 ".\./Include\import.h"\
3346 ".\./Include\bltinmodule.h"\
3347 ".\Include\abstract.h"\
3348 ".\./Include\rename2.h"\
3349 ".\./Include\thread.h"\
3350
3351
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003352"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
3353 $(CPP) $(CPP_PROJ) $(SOURCE)
3354
3355
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003356# End Source File
3357################################################################################
3358# Begin Source File
3359
3360SOURCE=.\Modules\signalmodule.c
3361DEP_CPP_SIGNA=\
3362 ".\./Include\Python.h"\
3363 ".\./Include\intrcheck.h"\
3364 ".\./Include\thread.h"\
3365 ".\./Include\allobjects.h"\
3366 ".\./PC\config.h"\
3367 ".\./Include\myproto.h"\
3368 ".\Include\object.h"\
3369 ".\Include\objimpl.h"\
3370 ".\Include\pydebug.h"\
3371 ".\Include\accessobject.h"\
3372 ".\Include\intobject.h"\
3373 ".\Include\longobject.h"\
3374 ".\Include\floatobject.h"\
3375 ".\./Include\complexobject.h"\
3376 ".\Include\rangeobject.h"\
3377 ".\Include\stringobject.h"\
3378 ".\Include\tupleobject.h"\
3379 ".\Include\listobject.h"\
3380 ".\Include\mappingobject.h"\
3381 ".\Include\methodobject.h"\
3382 ".\Include\moduleobject.h"\
3383 ".\Include\funcobject.h"\
3384 ".\Include\classobject.h"\
3385 ".\Include\fileobject.h"\
3386 ".\Include\cobject.h"\
3387 ".\./Include\traceback.h"\
3388 ".\Include\errors.h"\
3389 ".\./Include\mymalloc.h"\
3390 ".\./Include\modsupport.h"\
3391 ".\./Include\ceval.h"\
3392 ".\./Include\pythonrun.h"\
3393 ".\./Include\sysmodule.h"\
3394 ".\./Include\import.h"\
3395 ".\./Include\bltinmodule.h"\
3396 ".\Include\abstract.h"\
3397 ".\./Include\rename2.h"\
3398
3399
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003400"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
3401 $(CPP) $(CPP_PROJ) $(SOURCE)
3402
3403
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003404# End Source File
3405################################################################################
3406# Begin Source File
3407
3408SOURCE=.\Modules\rotormodule.c
3409DEP_CPP_ROTOR=\
3410 ".\./Include\Python.h"\
3411 ".\./Include\mymath.h"\
3412 ".\./Include\allobjects.h"\
3413 ".\./PC\config.h"\
3414 ".\./Include\myproto.h"\
3415 ".\Include\object.h"\
3416 ".\Include\objimpl.h"\
3417 ".\Include\pydebug.h"\
3418 ".\Include\accessobject.h"\
3419 ".\Include\intobject.h"\
3420 ".\Include\longobject.h"\
3421 ".\Include\floatobject.h"\
3422 ".\./Include\complexobject.h"\
3423 ".\Include\rangeobject.h"\
3424 ".\Include\stringobject.h"\
3425 ".\Include\tupleobject.h"\
3426 ".\Include\listobject.h"\
3427 ".\Include\mappingobject.h"\
3428 ".\Include\methodobject.h"\
3429 ".\Include\moduleobject.h"\
3430 ".\Include\funcobject.h"\
3431 ".\Include\classobject.h"\
3432 ".\Include\fileobject.h"\
3433 ".\Include\cobject.h"\
3434 ".\./Include\traceback.h"\
3435 ".\Include\errors.h"\
3436 ".\./Include\mymalloc.h"\
3437 ".\./Include\modsupport.h"\
3438 ".\./Include\ceval.h"\
3439 ".\./Include\pythonrun.h"\
3440 ".\./Include\sysmodule.h"\
3441 ".\./Include\intrcheck.h"\
3442 ".\./Include\import.h"\
3443 ".\./Include\bltinmodule.h"\
3444 ".\Include\abstract.h"\
3445 ".\./Include\rename2.h"\
3446 ".\./Include\thread.h"\
3447
3448
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003449"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
3450 $(CPP) $(CPP_PROJ) $(SOURCE)
3451
3452
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003453# End Source File
3454################################################################################
3455# Begin Source File
3456
3457SOURCE=.\Modules\rgbimgmodule.c
3458DEP_CPP_RGBIM=\
3459 ".\./Include\allobjects.h"\
3460 ".\./Include\modsupport.h"\
3461 ".\./PC\config.h"\
3462 ".\./Include\myproto.h"\
3463 ".\Include\object.h"\
3464 ".\Include\objimpl.h"\
3465 ".\Include\pydebug.h"\
3466 ".\Include\accessobject.h"\
3467 ".\Include\intobject.h"\
3468 ".\Include\longobject.h"\
3469 ".\Include\floatobject.h"\
3470 ".\./Include\complexobject.h"\
3471 ".\Include\rangeobject.h"\
3472 ".\Include\stringobject.h"\
3473 ".\Include\tupleobject.h"\
3474 ".\Include\listobject.h"\
3475 ".\Include\mappingobject.h"\
3476 ".\Include\methodobject.h"\
3477 ".\Include\moduleobject.h"\
3478 ".\Include\funcobject.h"\
3479 ".\Include\classobject.h"\
3480 ".\Include\fileobject.h"\
3481 ".\Include\cobject.h"\
3482 ".\./Include\traceback.h"\
3483 ".\Include\errors.h"\
3484 ".\./Include\mymalloc.h"\
3485 ".\./Include\ceval.h"\
3486 ".\./Include\pythonrun.h"\
3487 ".\./Include\sysmodule.h"\
3488 ".\./Include\intrcheck.h"\
3489 ".\./Include\import.h"\
3490 ".\./Include\bltinmodule.h"\
3491 ".\Include\abstract.h"\
3492 ".\./Include\rename2.h"\
3493 ".\./Include\thread.h"\
3494
3495
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003496"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
3497 $(CPP) $(CPP_PROJ) $(SOURCE)
3498
3499
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003500# End Source File
3501################################################################################
3502# Begin Source File
3503
3504SOURCE=.\Modules\regexpr.c
3505DEP_CPP_REGEX=\
3506 ".\./Include\myproto.h"\
3507 ".\Modules\regexpr.h"\
3508 ".\./PC\config.h"\
3509 ".\./Include\rename2.h"\
3510
3511NODEP_CPP_REGEX=\
3512 ".\Modules\lisp.h"\
3513 ".\Modules\buffer.h"\
3514 ".\Modules\syntax.h"\
3515
3516
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003517"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
3518 $(CPP) $(CPP_PROJ) $(SOURCE)
3519
3520
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003521# End Source File
3522################################################################################
3523# Begin Source File
3524
3525SOURCE=.\Modules\regexmodule.c
3526DEP_CPP_REGEXM=\
3527 ".\./Include\allobjects.h"\
3528 ".\./Include\modsupport.h"\
3529 ".\Modules\regexpr.h"\
3530 ".\./PC\config.h"\
3531 ".\./Include\myproto.h"\
3532 ".\Include\object.h"\
3533 ".\Include\objimpl.h"\
3534 ".\Include\pydebug.h"\
3535 ".\Include\accessobject.h"\
3536 ".\Include\intobject.h"\
3537 ".\Include\longobject.h"\
3538 ".\Include\floatobject.h"\
3539 ".\./Include\complexobject.h"\
3540 ".\Include\rangeobject.h"\
3541 ".\Include\stringobject.h"\
3542 ".\Include\tupleobject.h"\
3543 ".\Include\listobject.h"\
3544 ".\Include\mappingobject.h"\
3545 ".\Include\methodobject.h"\
3546 ".\Include\moduleobject.h"\
3547 ".\Include\funcobject.h"\
3548 ".\Include\classobject.h"\
3549 ".\Include\fileobject.h"\
3550 ".\Include\cobject.h"\
3551 ".\./Include\traceback.h"\
3552 ".\Include\errors.h"\
3553 ".\./Include\mymalloc.h"\
3554 ".\./Include\ceval.h"\
3555 ".\./Include\pythonrun.h"\
3556 ".\./Include\sysmodule.h"\
3557 ".\./Include\intrcheck.h"\
3558 ".\./Include\import.h"\
3559 ".\./Include\bltinmodule.h"\
3560 ".\Include\abstract.h"\
3561 ".\./Include\rename2.h"\
3562 ".\./Include\thread.h"\
3563
3564
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003565"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
3566 $(CPP) $(CPP_PROJ) $(SOURCE)
3567
3568
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003569# End Source File
3570################################################################################
3571# Begin Source File
3572
3573SOURCE=.\Objects\rangeobject.c
3574DEP_CPP_RANGE=\
3575 ".\./Include\allobjects.h"\
3576 ".\./PC\config.h"\
3577 ".\./Include\myproto.h"\
3578 ".\Include\object.h"\
3579 ".\Include\objimpl.h"\
3580 ".\Include\pydebug.h"\
3581 ".\Include\accessobject.h"\
3582 ".\Include\intobject.h"\
3583 ".\Include\longobject.h"\
3584 ".\Include\floatobject.h"\
3585 ".\./Include\complexobject.h"\
3586 ".\Include\rangeobject.h"\
3587 ".\Include\stringobject.h"\
3588 ".\Include\tupleobject.h"\
3589 ".\Include\listobject.h"\
3590 ".\Include\mappingobject.h"\
3591 ".\Include\methodobject.h"\
3592 ".\Include\moduleobject.h"\
3593 ".\Include\funcobject.h"\
3594 ".\Include\classobject.h"\
3595 ".\Include\fileobject.h"\
3596 ".\Include\cobject.h"\
3597 ".\./Include\traceback.h"\
3598 ".\Include\errors.h"\
3599 ".\./Include\mymalloc.h"\
3600 ".\./Include\modsupport.h"\
3601 ".\./Include\ceval.h"\
3602 ".\./Include\pythonrun.h"\
3603 ".\./Include\sysmodule.h"\
3604 ".\./Include\intrcheck.h"\
3605 ".\./Include\import.h"\
3606 ".\./Include\bltinmodule.h"\
3607 ".\Include\abstract.h"\
3608 ".\./Include\rename2.h"\
3609 ".\./Include\thread.h"\
3610
3611
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003612"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
3613 $(CPP) $(CPP_PROJ) $(SOURCE)
3614
3615
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003616# End Source File
3617################################################################################
3618# Begin Source File
3619
3620SOURCE=.\Python\pythonrun.c
3621DEP_CPP_PYTHO=\
3622 ".\./Include\allobjects.h"\
3623 ".\./Include\grammar.h"\
3624 ".\./Include\node.h"\
3625 ".\./Include\parsetok.h"\
3626 ".\./Include\graminit.h"\
3627 ".\./Include\errcode.h"\
3628 ".\./Include\sysmodule.h"\
3629 ".\./Include\bltinmodule.h"\
3630 ".\./Include\compile.h"\
3631 ".\./Include\eval.h"\
3632 ".\./Include\ceval.h"\
3633 ".\./Include\import.h"\
3634 ".\./Include\marshal.h"\
3635 ".\./Include\thread.h"\
3636 ".\./PC\config.h"\
3637 ".\./Include\myproto.h"\
3638 ".\Include\object.h"\
3639 ".\Include\objimpl.h"\
3640 ".\Include\pydebug.h"\
3641 ".\Include\accessobject.h"\
3642 ".\Include\intobject.h"\
3643 ".\Include\longobject.h"\
3644 ".\Include\floatobject.h"\
3645 ".\./Include\complexobject.h"\
3646 ".\Include\rangeobject.h"\
3647 ".\Include\stringobject.h"\
3648 ".\Include\tupleobject.h"\
3649 ".\Include\listobject.h"\
3650 ".\Include\mappingobject.h"\
3651 ".\Include\methodobject.h"\
3652 ".\Include\moduleobject.h"\
3653 ".\Include\funcobject.h"\
3654 ".\Include\classobject.h"\
3655 ".\Include\fileobject.h"\
3656 ".\Include\cobject.h"\
3657 ".\./Include\traceback.h"\
3658 ".\Include\errors.h"\
3659 ".\./Include\mymalloc.h"\
3660 ".\./Include\modsupport.h"\
3661 ".\./Include\pythonrun.h"\
3662 ".\./Include\intrcheck.h"\
3663 ".\Include\abstract.h"\
3664 ".\./Include\rename2.h"\
3665 ".\Include\bitset.h"\
3666
3667
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003668"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
3669 $(CPP) $(CPP_PROJ) $(SOURCE)
3670
3671
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003672# End Source File
3673################################################################################
3674# Begin Source File
3675
3676SOURCE=.\Parser\parsetok.c
3677DEP_CPP_PARSE=\
3678 ".\./Include\pgenheaders.h"\
3679 ".\Parser\tokenizer.h"\
3680 ".\./Include\node.h"\
3681 ".\./Include\grammar.h"\
3682 ".\Parser\parser.h"\
3683 ".\./Include\parsetok.h"\
3684 ".\./Include\errcode.h"\
3685 ".\./PC\config.h"\
3686 ".\./Include\myproto.h"\
3687 ".\./Include\mymalloc.h"\
3688 ".\Include\pydebug.h"\
3689 ".\./Include\token.h"\
3690 ".\Include\bitset.h"\
3691 ".\./Include\rename2.h"\
3692
3693
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003694"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
3695 $(CPP) $(CPP_PROJ) $(SOURCE)
3696
3697
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003698# End Source File
3699################################################################################
3700# Begin Source File
3701
3702SOURCE=.\Parser\parser.c
3703DEP_CPP_PARSER=\
3704 ".\./Include\pgenheaders.h"\
3705 ".\./Include\token.h"\
3706 ".\./Include\grammar.h"\
3707 ".\./Include\node.h"\
3708 ".\Parser\parser.h"\
3709 ".\./Include\errcode.h"\
3710 ".\./PC\config.h"\
3711 ".\./Include\myproto.h"\
3712 ".\./Include\mymalloc.h"\
3713 ".\Include\pydebug.h"\
3714 ".\Include\bitset.h"\
3715 ".\./Include\rename2.h"\
3716
3717
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003718"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
3719 $(CPP) $(CPP_PROJ) $(SOURCE)
3720
3721
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003722# End Source File
3723################################################################################
3724# Begin Source File
3725
3726SOURCE=.\Objects\object.c
3727DEP_CPP_OBJEC=\
3728 ".\./Include\allobjects.h"\
3729 ".\./PC\config.h"\
3730 ".\./Include\myproto.h"\
3731 ".\Include\object.h"\
3732 ".\Include\objimpl.h"\
3733 ".\Include\pydebug.h"\
3734 ".\Include\accessobject.h"\
3735 ".\Include\intobject.h"\
3736 ".\Include\longobject.h"\
3737 ".\Include\floatobject.h"\
3738 ".\./Include\complexobject.h"\
3739 ".\Include\rangeobject.h"\
3740 ".\Include\stringobject.h"\
3741 ".\Include\tupleobject.h"\
3742 ".\Include\listobject.h"\
3743 ".\Include\mappingobject.h"\
3744 ".\Include\methodobject.h"\
3745 ".\Include\moduleobject.h"\
3746 ".\Include\funcobject.h"\
3747 ".\Include\classobject.h"\
3748 ".\Include\fileobject.h"\
3749 ".\Include\cobject.h"\
3750 ".\./Include\traceback.h"\
3751 ".\Include\errors.h"\
3752 ".\./Include\mymalloc.h"\
3753 ".\./Include\modsupport.h"\
3754 ".\./Include\ceval.h"\
3755 ".\./Include\pythonrun.h"\
3756 ".\./Include\sysmodule.h"\
3757 ".\./Include\intrcheck.h"\
3758 ".\./Include\import.h"\
3759 ".\./Include\bltinmodule.h"\
3760 ".\Include\abstract.h"\
3761 ".\./Include\rename2.h"\
3762 ".\./Include\thread.h"\
3763
3764
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003765"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
3766 $(CPP) $(CPP_PROJ) $(SOURCE)
3767
3768
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003769# End Source File
3770################################################################################
3771# Begin Source File
3772
3773SOURCE=.\Parser\node.c
3774DEP_CPP_NODE_=\
3775 ".\./Include\pgenheaders.h"\
3776 ".\./Include\node.h"\
3777 ".\./PC\config.h"\
3778 ".\./Include\myproto.h"\
3779 ".\./Include\mymalloc.h"\
3780 ".\Include\pydebug.h"\
3781 ".\./Include\rename2.h"\
3782
3783
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003784"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
3785 $(CPP) $(CPP_PROJ) $(SOURCE)
3786
3787
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003788# End Source File
3789################################################################################
3790# Begin Source File
3791
3792SOURCE=.\Modules\newmodule.c
3793DEP_CPP_NEWMO=\
3794 ".\./Include\allobjects.h"\
3795 ".\./Include\compile.h"\
3796 ".\./PC\config.h"\
3797 ".\./Include\myproto.h"\
3798 ".\Include\object.h"\
3799 ".\Include\objimpl.h"\
3800 ".\Include\pydebug.h"\
3801 ".\Include\accessobject.h"\
3802 ".\Include\intobject.h"\
3803 ".\Include\longobject.h"\
3804 ".\Include\floatobject.h"\
3805 ".\./Include\complexobject.h"\
3806 ".\Include\rangeobject.h"\
3807 ".\Include\stringobject.h"\
3808 ".\Include\tupleobject.h"\
3809 ".\Include\listobject.h"\
3810 ".\Include\mappingobject.h"\
3811 ".\Include\methodobject.h"\
3812 ".\Include\moduleobject.h"\
3813 ".\Include\funcobject.h"\
3814 ".\Include\classobject.h"\
3815 ".\Include\fileobject.h"\
3816 ".\Include\cobject.h"\
3817 ".\./Include\traceback.h"\
3818 ".\Include\errors.h"\
3819 ".\./Include\mymalloc.h"\
3820 ".\./Include\modsupport.h"\
3821 ".\./Include\ceval.h"\
3822 ".\./Include\pythonrun.h"\
3823 ".\./Include\sysmodule.h"\
3824 ".\./Include\intrcheck.h"\
3825 ".\./Include\import.h"\
3826 ".\./Include\bltinmodule.h"\
3827 ".\Include\abstract.h"\
3828 ".\./Include\rename2.h"\
3829 ".\./Include\thread.h"\
3830
3831
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003832"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
3833 $(CPP) $(CPP_PROJ) $(SOURCE)
3834
3835
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003836# End Source File
3837################################################################################
3838# Begin Source File
3839
3840SOURCE=.\Python\marshal.c
3841DEP_CPP_MARSH=\
3842 ".\./Include\allobjects.h"\
3843 ".\./Include\modsupport.h"\
3844 ".\./Include\longintrepr.h"\
3845 ".\./Include\compile.h"\
3846 ".\./Include\marshal.h"\
3847 ".\./PC\config.h"\
3848 ".\./Include\myproto.h"\
3849 ".\Include\object.h"\
3850 ".\Include\objimpl.h"\
3851 ".\Include\pydebug.h"\
3852 ".\Include\accessobject.h"\
3853 ".\Include\intobject.h"\
3854 ".\Include\longobject.h"\
3855 ".\Include\floatobject.h"\
3856 ".\./Include\complexobject.h"\
3857 ".\Include\rangeobject.h"\
3858 ".\Include\stringobject.h"\
3859 ".\Include\tupleobject.h"\
3860 ".\Include\listobject.h"\
3861 ".\Include\mappingobject.h"\
3862 ".\Include\methodobject.h"\
3863 ".\Include\moduleobject.h"\
3864 ".\Include\funcobject.h"\
3865 ".\Include\classobject.h"\
3866 ".\Include\fileobject.h"\
3867 ".\Include\cobject.h"\
3868 ".\./Include\traceback.h"\
3869 ".\Include\errors.h"\
3870 ".\./Include\mymalloc.h"\
3871 ".\./Include\ceval.h"\
3872 ".\./Include\pythonrun.h"\
3873 ".\./Include\sysmodule.h"\
3874 ".\./Include\intrcheck.h"\
3875 ".\./Include\import.h"\
3876 ".\./Include\bltinmodule.h"\
3877 ".\Include\abstract.h"\
3878 ".\./Include\rename2.h"\
3879 ".\./Include\thread.h"\
3880
3881
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003882"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
3883 $(CPP) $(CPP_PROJ) $(SOURCE)
3884
3885
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003886# End Source File
3887################################################################################
3888# Begin Source File
3889
3890SOURCE=.\Python\mystrtoul.c
3891DEP_CPP_MYSTR=\
3892 ".\./PC\config.h"\
3893 ".\./Include\rename2.h"\
3894
3895
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003896"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
3897 $(CPP) $(CPP_PROJ) $(SOURCE)
3898
3899
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003900# End Source File
3901################################################################################
3902# Begin Source File
3903
3904SOURCE=.\Parser\myreadline.c
3905DEP_CPP_MYREA=\
3906 ".\./PC\config.h"\
3907 ".\./Include\myproto.h"\
3908 ".\./Include\mymalloc.h"\
3909 ".\./Include\intrcheck.h"\
3910 ".\./Include\rename2.h"\
3911
3912
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003913"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
3914 $(CPP) $(CPP_PROJ) $(SOURCE)
3915
3916
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003917# End Source File
3918################################################################################
3919# Begin Source File
3920
3921SOURCE=.\Objects\moduleobject.c
3922DEP_CPP_MODUL=\
3923 ".\./Include\allobjects.h"\
3924 ".\./Include\ceval.h"\
3925 ".\./PC\config.h"\
3926 ".\./Include\myproto.h"\
3927 ".\Include\object.h"\
3928 ".\Include\objimpl.h"\
3929 ".\Include\pydebug.h"\
3930 ".\Include\accessobject.h"\
3931 ".\Include\intobject.h"\
3932 ".\Include\longobject.h"\
3933 ".\Include\floatobject.h"\
3934 ".\./Include\complexobject.h"\
3935 ".\Include\rangeobject.h"\
3936 ".\Include\stringobject.h"\
3937 ".\Include\tupleobject.h"\
3938 ".\Include\listobject.h"\
3939 ".\Include\mappingobject.h"\
3940 ".\Include\methodobject.h"\
3941 ".\Include\moduleobject.h"\
3942 ".\Include\funcobject.h"\
3943 ".\Include\classobject.h"\
3944 ".\Include\fileobject.h"\
3945 ".\Include\cobject.h"\
3946 ".\./Include\traceback.h"\
3947 ".\Include\errors.h"\
3948 ".\./Include\mymalloc.h"\
3949 ".\./Include\modsupport.h"\
3950 ".\./Include\pythonrun.h"\
3951 ".\./Include\sysmodule.h"\
3952 ".\./Include\intrcheck.h"\
3953 ".\./Include\import.h"\
3954 ".\./Include\bltinmodule.h"\
3955 ".\Include\abstract.h"\
3956 ".\./Include\rename2.h"\
3957 ".\./Include\thread.h"\
3958
3959
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003960"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
3961 $(CPP) $(CPP_PROJ) $(SOURCE)
3962
3963
Guido van Rossum1bc716f1996-06-28 19:12:06 +00003964# End Source File
3965################################################################################
3966# Begin Source File
3967
3968SOURCE=.\Python\modsupport.c
3969DEP_CPP_MODSU=\
3970 ".\./Include\allobjects.h"\
3971 ".\./Include\import.h"\
3972 ".\./PC\config.h"\
3973 ".\./Include\myproto.h"\
3974 ".\Include\object.h"\
3975 ".\Include\objimpl.h"\
3976 ".\Include\pydebug.h"\
3977 ".\Include\accessobject.h"\
3978 ".\Include\intobject.h"\
3979 ".\Include\longobject.h"\
3980 ".\Include\floatobject.h"\
3981 ".\./Include\complexobject.h"\
3982 ".\Include\rangeobject.h"\
3983 ".\Include\stringobject.h"\
3984 ".\Include\tupleobject.h"\
3985 ".\Include\listobject.h"\
3986 ".\Include\mappingobject.h"\
3987 ".\Include\methodobject.h"\
3988 ".\Include\moduleobject.h"\
3989 ".\Include\funcobject.h"\
3990 ".\Include\classobject.h"\
3991 ".\Include\fileobject.h"\
3992 ".\Include\cobject.h"\
3993 ".\./Include\traceback.h"\
3994 ".\Include\errors.h"\
3995 ".\./Include\mymalloc.h"\
3996 ".\./Include\modsupport.h"\
3997 ".\./Include\ceval.h"\
3998 ".\./Include\pythonrun.h"\
3999 ".\./Include\sysmodule.h"\
4000 ".\./Include\intrcheck.h"\
4001 ".\./Include\bltinmodule.h"\
4002 ".\Include\abstract.h"\
4003 ".\./Include\rename2.h"\
4004 ".\./Include\thread.h"\
4005
4006
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004007"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
4008 $(CPP) $(CPP_PROJ) $(SOURCE)
4009
4010
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004011# End Source File
4012################################################################################
4013# Begin Source File
4014
4015SOURCE=.\Objects\methodobject.c
4016DEP_CPP_METHO=\
4017 ".\./Include\allobjects.h"\
4018 ".\./Include\token.h"\
4019 ".\./PC\config.h"\
4020 ".\./Include\myproto.h"\
4021 ".\Include\object.h"\
4022 ".\Include\objimpl.h"\
4023 ".\Include\pydebug.h"\
4024 ".\Include\accessobject.h"\
4025 ".\Include\intobject.h"\
4026 ".\Include\longobject.h"\
4027 ".\Include\floatobject.h"\
4028 ".\./Include\complexobject.h"\
4029 ".\Include\rangeobject.h"\
4030 ".\Include\stringobject.h"\
4031 ".\Include\tupleobject.h"\
4032 ".\Include\listobject.h"\
4033 ".\Include\mappingobject.h"\
4034 ".\Include\methodobject.h"\
4035 ".\Include\moduleobject.h"\
4036 ".\Include\funcobject.h"\
4037 ".\Include\classobject.h"\
4038 ".\Include\fileobject.h"\
4039 ".\Include\cobject.h"\
4040 ".\./Include\traceback.h"\
4041 ".\Include\errors.h"\
4042 ".\./Include\mymalloc.h"\
4043 ".\./Include\modsupport.h"\
4044 ".\./Include\ceval.h"\
4045 ".\./Include\pythonrun.h"\
4046 ".\./Include\sysmodule.h"\
4047 ".\./Include\intrcheck.h"\
4048 ".\./Include\import.h"\
4049 ".\./Include\bltinmodule.h"\
4050 ".\Include\abstract.h"\
4051 ".\./Include\rename2.h"\
4052 ".\./Include\thread.h"\
4053
4054
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004055"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
4056 $(CPP) $(CPP_PROJ) $(SOURCE)
4057
4058
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004059# End Source File
4060################################################################################
4061# Begin Source File
4062
4063SOURCE=.\Modules\md5module.c
4064DEP_CPP_MD5MO=\
4065 ".\./Include\allobjects.h"\
4066 ".\./Include\modsupport.h"\
4067 ".\Modules\md5.h"\
4068 ".\./PC\config.h"\
4069 ".\./Include\myproto.h"\
4070 ".\Include\object.h"\
4071 ".\Include\objimpl.h"\
4072 ".\Include\pydebug.h"\
4073 ".\Include\accessobject.h"\
4074 ".\Include\intobject.h"\
4075 ".\Include\longobject.h"\
4076 ".\Include\floatobject.h"\
4077 ".\./Include\complexobject.h"\
4078 ".\Include\rangeobject.h"\
4079 ".\Include\stringobject.h"\
4080 ".\Include\tupleobject.h"\
4081 ".\Include\listobject.h"\
4082 ".\Include\mappingobject.h"\
4083 ".\Include\methodobject.h"\
4084 ".\Include\moduleobject.h"\
4085 ".\Include\funcobject.h"\
4086 ".\Include\classobject.h"\
4087 ".\Include\fileobject.h"\
4088 ".\Include\cobject.h"\
4089 ".\./Include\traceback.h"\
4090 ".\Include\errors.h"\
4091 ".\./Include\mymalloc.h"\
4092 ".\./Include\ceval.h"\
4093 ".\./Include\pythonrun.h"\
4094 ".\./Include\sysmodule.h"\
4095 ".\./Include\intrcheck.h"\
4096 ".\./Include\import.h"\
4097 ".\./Include\bltinmodule.h"\
4098 ".\Include\abstract.h"\
4099 ".\./Include\rename2.h"\
4100 ".\./Include\thread.h"\
4101
4102
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004103"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
4104 $(CPP) $(CPP_PROJ) $(SOURCE)
4105
4106
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004107# End Source File
4108################################################################################
4109# Begin Source File
4110
4111SOURCE=.\Modules\md5c.c
4112DEP_CPP_MD5C_=\
4113 ".\./PC\config.h"\
4114 ".\Modules\md5.h"\
4115
4116
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004117"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
4118 $(CPP) $(CPP_PROJ) $(SOURCE)
4119
4120
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004121# End Source File
4122################################################################################
4123# Begin Source File
4124
4125SOURCE=.\Modules\mathmodule.c
4126DEP_CPP_MATHM=\
4127 ".\./Include\allobjects.h"\
4128 ".\./Include\mymath.h"\
4129 ".\./PC\config.h"\
4130 ".\./Include\myproto.h"\
4131 ".\Include\object.h"\
4132 ".\Include\objimpl.h"\
4133 ".\Include\pydebug.h"\
4134 ".\Include\accessobject.h"\
4135 ".\Include\intobject.h"\
4136 ".\Include\longobject.h"\
4137 ".\Include\floatobject.h"\
4138 ".\./Include\complexobject.h"\
4139 ".\Include\rangeobject.h"\
4140 ".\Include\stringobject.h"\
4141 ".\Include\tupleobject.h"\
4142 ".\Include\listobject.h"\
4143 ".\Include\mappingobject.h"\
4144 ".\Include\methodobject.h"\
4145 ".\Include\moduleobject.h"\
4146 ".\Include\funcobject.h"\
4147 ".\Include\classobject.h"\
4148 ".\Include\fileobject.h"\
4149 ".\Include\cobject.h"\
4150 ".\./Include\traceback.h"\
4151 ".\Include\errors.h"\
4152 ".\./Include\mymalloc.h"\
4153 ".\./Include\modsupport.h"\
4154 ".\./Include\ceval.h"\
4155 ".\./Include\pythonrun.h"\
4156 ".\./Include\sysmodule.h"\
4157 ".\./Include\intrcheck.h"\
4158 ".\./Include\import.h"\
4159 ".\./Include\bltinmodule.h"\
4160 ".\Include\abstract.h"\
4161 ".\./Include\rename2.h"\
4162 ".\./Include\thread.h"\
4163
4164
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004165"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
4166 $(CPP) $(CPP_PROJ) $(SOURCE)
4167
4168
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004169# End Source File
4170################################################################################
4171# Begin Source File
4172
4173SOURCE=.\Objects\mappingobject.c
4174DEP_CPP_MAPPI=\
4175 ".\./Include\allobjects.h"\
4176 ".\./Include\modsupport.h"\
4177 ".\./PC\config.h"\
4178 ".\./Include\myproto.h"\
4179 ".\Include\object.h"\
4180 ".\Include\objimpl.h"\
4181 ".\Include\pydebug.h"\
4182 ".\Include\accessobject.h"\
4183 ".\Include\intobject.h"\
4184 ".\Include\longobject.h"\
4185 ".\Include\floatobject.h"\
4186 ".\./Include\complexobject.h"\
4187 ".\Include\rangeobject.h"\
4188 ".\Include\stringobject.h"\
4189 ".\Include\tupleobject.h"\
4190 ".\Include\listobject.h"\
4191 ".\Include\mappingobject.h"\
4192 ".\Include\methodobject.h"\
4193 ".\Include\moduleobject.h"\
4194 ".\Include\funcobject.h"\
4195 ".\Include\classobject.h"\
4196 ".\Include\fileobject.h"\
4197 ".\Include\cobject.h"\
4198 ".\./Include\traceback.h"\
4199 ".\Include\errors.h"\
4200 ".\./Include\mymalloc.h"\
4201 ".\./Include\ceval.h"\
4202 ".\./Include\pythonrun.h"\
4203 ".\./Include\sysmodule.h"\
4204 ".\./Include\intrcheck.h"\
4205 ".\./Include\import.h"\
4206 ".\./Include\bltinmodule.h"\
4207 ".\Include\abstract.h"\
4208 ".\./Include\rename2.h"\
4209 ".\./Include\thread.h"\
4210
4211
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004212"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
4213 $(CPP) $(CPP_PROJ) $(SOURCE)
4214
4215
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004216# End Source File
4217################################################################################
4218# Begin Source File
4219
4220SOURCE=.\PC\python.def
4221
4222!IF "$(CFG)" == "vc40_dll - Win32 Release"
4223
4224!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4225
4226!ENDIF
4227
4228# End Source File
Guido van Rossum88dc2641996-07-01 18:34:03 +00004229################################################################################
4230# Begin Source File
4231
4232SOURCE=.\Modules\socketmodule.c
4233
4234!IF "$(CFG)" == "vc40_dll - Win32 Release"
4235
4236DEP_CPP_SOCKE=\
4237 {$(INCLUDE)}"\sys\TYPES.H"\
4238
4239NODEP_CPP_SOCKE=\
4240 ".\Modules\Python.h"\
4241 ".\Modules\mytime.h"\
4242
4243
4244"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
4245 $(CPP) $(CPP_PROJ) $(SOURCE)
4246
4247
4248!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4249
4250DEP_CPP_SOCKE=\
4251 {$(INCLUDE)}"\sys\TYPES.H"\
4252
4253NODEP_CPP_SOCKE=\
4254 ".\Modules\Python.h"\
4255 ".\Modules\mytime.h"\
4256
4257
4258"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
4259 $(CPP) $(CPP_PROJ) $(SOURCE)
4260
4261
4262!ENDIF
4263
4264# End Source File
4265################################################################################
4266# Begin Source File
4267
4268SOURCE=.\Modules\selectmodule.c
4269
4270!IF "$(CFG)" == "vc40_dll - Win32 Release"
4271
4272DEP_CPP_SELEC=\
4273 {$(INCLUDE)}"\sys\TYPES.H"\
4274
4275NODEP_CPP_SELEC=\
4276 ".\Modules\allobjects.h"\
4277 ".\Modules\modsupport.h"\
4278 ".\Modules\ceval.h"\
4279 ".\Modules\myselect.h"\
4280
4281
4282"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
4283 $(CPP) $(CPP_PROJ) $(SOURCE)
4284
4285
4286!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4287
4288DEP_CPP_SELEC=\
4289 {$(INCLUDE)}"\sys\TYPES.H"\
4290
4291NODEP_CPP_SELEC=\
4292 ".\Modules\allobjects.h"\
4293 ".\Modules\modsupport.h"\
4294 ".\Modules\ceval.h"\
4295 ".\Modules\myselect.h"\
4296
4297
4298"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
4299 $(CPP) $(CPP_PROJ) $(SOURCE)
4300
4301
4302!ENDIF
4303
4304# End Source File
4305################################################################################
4306# Begin Source File
4307
4308SOURCE=.\Python\sysmodule.c
4309
4310!IF "$(CFG)" == "vc40_dll - Win32 Release"
4311
4312NODEP_CPP_SYSMO=\
4313 ".\Python\allobjects.h"\
4314 ".\Python\sysmodule.h"\
4315 ".\Python\import.h"\
4316 ".\Python\modsupport.h"\
4317 ".\Python\osdefs.h"\
4318
4319
4320"$(INTDIR)\sysmodule.obj" : $(SOURCE) "$(INTDIR)"
4321 $(CPP) $(CPP_PROJ) $(SOURCE)
4322
4323
4324!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4325
4326NODEP_CPP_SYSMO=\
4327 ".\Python\allobjects.h"\
4328 ".\Python\sysmodule.h"\
4329 ".\Python\import.h"\
4330 ".\Python\modsupport.h"\
4331 ".\Python\osdefs.h"\
4332
4333
4334"$(INTDIR)\sysmodule.obj" : $(SOURCE) "$(INTDIR)"
4335 $(CPP) $(CPP_PROJ) $(SOURCE)
4336
4337
4338!ENDIF
4339
4340# End Source File
4341################################################################################
4342# Begin Source File
4343
4344SOURCE=.\Python\import.c
4345
4346!IF "$(CFG)" == "vc40_dll - Win32 Release"
4347
4348DEP_CPP_IMPORT=\
4349 ".\Python\importdl.h"\
4350
4351NODEP_CPP_IMPORT=\
4352 ".\Python\allobjects.h"\
4353 ".\Python\node.h"\
4354 ".\Python\token.h"\
4355 ".\Python\graminit.h"\
4356 ".\Python\import.h"\
4357 ".\Python\errcode.h"\
4358 ".\Python\sysmodule.h"\
4359 ".\Python\bltinmodule.h"\
4360 ".\Python\pythonrun.h"\
4361 ".\Python\marshal.h"\
4362 ".\Python\compile.h"\
4363 ".\Python\eval.h"\
4364 ".\Python\osdefs.h"\
4365 ".\Python\macglue.h"\
4366
4367
4368"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
4369 $(CPP) $(CPP_PROJ) $(SOURCE)
4370
4371
4372!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4373
4374DEP_CPP_IMPORT=\
4375 ".\Python\importdl.h"\
4376
4377NODEP_CPP_IMPORT=\
4378 ".\Python\allobjects.h"\
4379 ".\Python\node.h"\
4380 ".\Python\token.h"\
4381 ".\Python\graminit.h"\
4382 ".\Python\import.h"\
4383 ".\Python\errcode.h"\
4384 ".\Python\sysmodule.h"\
4385 ".\Python\bltinmodule.h"\
4386 ".\Python\pythonrun.h"\
4387 ".\Python\marshal.h"\
4388 ".\Python\compile.h"\
4389 ".\Python\eval.h"\
4390 ".\Python\osdefs.h"\
4391 ".\Python\macglue.h"\
4392
4393
4394"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
4395 $(CPP) $(CPP_PROJ) $(SOURCE)
4396
4397
4398!ENDIF
4399
4400# End Source File
4401################################################################################
4402# Begin Source File
4403
4404SOURCE=.\Modules\posixmodule.c
4405
4406!IF "$(CFG)" == "vc40_dll - Win32 Release"
4407
4408DEP_CPP_POSIX=\
4409 {$(INCLUDE)}"\sys\TYPES.H"\
4410 {$(INCLUDE)}"\sys\STAT.H"\
4411 {$(INCLUDE)}"\sys\UTIME.H"\
4412
4413NODEP_CPP_POSIX=\
4414 ".\Modules\allobjects.h"\
4415 ".\Modules\modsupport.h"\
4416 ".\Modules\ceval.h"\
4417 ".\Modules\mytime.h"\
4418
4419
4420"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
4421 $(CPP) $(CPP_PROJ) $(SOURCE)
4422
4423
4424!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4425
4426DEP_CPP_POSIX=\
4427 {$(INCLUDE)}"\sys\TYPES.H"\
4428 {$(INCLUDE)}"\sys\STAT.H"\
4429 {$(INCLUDE)}"\sys\UTIME.H"\
4430
4431NODEP_CPP_POSIX=\
4432 ".\Modules\allobjects.h"\
4433 ".\Modules\modsupport.h"\
4434 ".\Modules\ceval.h"\
4435 ".\Modules\mytime.h"\
4436
4437
4438"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
4439 $(CPP) $(CPP_PROJ) $(SOURCE)
4440
4441
4442!ENDIF
4443
4444# End Source File
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004445# End Target
4446################################################################################
4447# Begin Target
4448
4449# Name "vc40_nt - Win32 Release"
4450# Name "vc40_nt - Win32 Debug"
4451
4452!IF "$(CFG)" == "vc40_nt - Win32 Release"
4453
4454!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
4455
4456!ENDIF
4457
4458################################################################################
4459# Begin Source File
4460
4461SOURCE=.\Objects\longobject.c
4462DEP_CPP_LONGO=\
4463 ".\./Include\allobjects.h"\
4464 ".\./Include\longintrepr.h"\
4465 ".\./Include\mymath.h"\
4466 ".\./PC\config.h"\
4467 ".\./Include\myproto.h"\
4468 ".\Include\object.h"\
4469 ".\Include\objimpl.h"\
4470 ".\Include\pydebug.h"\
4471 ".\Include\accessobject.h"\
4472 ".\Include\intobject.h"\
4473 ".\Include\longobject.h"\
4474 ".\Include\floatobject.h"\
4475 ".\./Include\complexobject.h"\
4476 ".\Include\rangeobject.h"\
4477 ".\Include\stringobject.h"\
4478 ".\Include\tupleobject.h"\
4479 ".\Include\listobject.h"\
4480 ".\Include\mappingobject.h"\
4481 ".\Include\methodobject.h"\
4482 ".\Include\moduleobject.h"\
4483 ".\Include\funcobject.h"\
4484 ".\Include\classobject.h"\
4485 ".\Include\fileobject.h"\
4486 ".\Include\cobject.h"\
4487 ".\./Include\traceback.h"\
4488 ".\Include\errors.h"\
4489 ".\./Include\mymalloc.h"\
4490 ".\./Include\modsupport.h"\
4491 ".\./Include\ceval.h"\
4492 ".\./Include\pythonrun.h"\
4493 ".\./Include\sysmodule.h"\
4494 ".\./Include\intrcheck.h"\
4495 ".\./Include\import.h"\
4496 ".\./Include\bltinmodule.h"\
4497 ".\Include\abstract.h"\
4498 ".\./Include\rename2.h"\
4499 ".\./Include\thread.h"\
4500
4501
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004502"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
4503 $(CPP) $(CPP_PROJ) $(SOURCE)
4504
4505
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004506# End Source File
4507################################################################################
4508# Begin Source File
4509
4510SOURCE=.\Objects\listobject.c
4511DEP_CPP_LISTO=\
4512 ".\./Include\allobjects.h"\
4513 ".\./Include\modsupport.h"\
4514 ".\./Include\ceval.h"\
4515 {$(INCLUDE)}"\sys\TYPES.H"\
4516 ".\./PC\config.h"\
4517 ".\./Include\myproto.h"\
4518 ".\Include\object.h"\
4519 ".\Include\objimpl.h"\
4520 ".\Include\pydebug.h"\
4521 ".\Include\accessobject.h"\
4522 ".\Include\intobject.h"\
4523 ".\Include\longobject.h"\
4524 ".\Include\floatobject.h"\
4525 ".\./Include\complexobject.h"\
4526 ".\Include\rangeobject.h"\
4527 ".\Include\stringobject.h"\
4528 ".\Include\tupleobject.h"\
4529 ".\Include\listobject.h"\
4530 ".\Include\mappingobject.h"\
4531 ".\Include\methodobject.h"\
4532 ".\Include\moduleobject.h"\
4533 ".\Include\funcobject.h"\
4534 ".\Include\classobject.h"\
4535 ".\Include\fileobject.h"\
4536 ".\Include\cobject.h"\
4537 ".\./Include\traceback.h"\
4538 ".\Include\errors.h"\
4539 ".\./Include\mymalloc.h"\
4540 ".\./Include\pythonrun.h"\
4541 ".\./Include\sysmodule.h"\
4542 ".\./Include\intrcheck.h"\
4543 ".\./Include\import.h"\
4544 ".\./Include\bltinmodule.h"\
4545 ".\Include\abstract.h"\
4546 ".\./Include\rename2.h"\
4547 ".\./Include\thread.h"\
4548
4549
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004550"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
4551 $(CPP) $(CPP_PROJ) $(SOURCE)
4552
4553
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004554# End Source File
4555################################################################################
4556# Begin Source File
4557
4558SOURCE=.\Objects\intobject.c
4559DEP_CPP_INTOB=\
4560 ".\./Include\allobjects.h"\
4561 ".\./Include\modsupport.h"\
4562 ".\./PC\config.h"\
4563 ".\./Include\myproto.h"\
4564 ".\Include\object.h"\
4565 ".\Include\objimpl.h"\
4566 ".\Include\pydebug.h"\
4567 ".\Include\accessobject.h"\
4568 ".\Include\intobject.h"\
4569 ".\Include\longobject.h"\
4570 ".\Include\floatobject.h"\
4571 ".\./Include\complexobject.h"\
4572 ".\Include\rangeobject.h"\
4573 ".\Include\stringobject.h"\
4574 ".\Include\tupleobject.h"\
4575 ".\Include\listobject.h"\
4576 ".\Include\mappingobject.h"\
4577 ".\Include\methodobject.h"\
4578 ".\Include\moduleobject.h"\
4579 ".\Include\funcobject.h"\
4580 ".\Include\classobject.h"\
4581 ".\Include\fileobject.h"\
4582 ".\Include\cobject.h"\
4583 ".\./Include\traceback.h"\
4584 ".\Include\errors.h"\
4585 ".\./Include\mymalloc.h"\
4586 ".\./Include\ceval.h"\
4587 ".\./Include\pythonrun.h"\
4588 ".\./Include\sysmodule.h"\
4589 ".\./Include\intrcheck.h"\
4590 ".\./Include\import.h"\
4591 ".\./Include\bltinmodule.h"\
4592 ".\Include\abstract.h"\
4593 ".\./Include\rename2.h"\
4594 ".\./Include\thread.h"\
4595
4596
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004597"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
4598 $(CPP) $(CPP_PROJ) $(SOURCE)
4599
4600
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004601# End Source File
4602################################################################################
4603# Begin Source File
4604
4605SOURCE=.\Python\importdl.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00004606
4607!IF "$(CFG)" == "vc40_nt - Win32 Release"
4608
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004609DEP_CPP_IMPOR=\
4610 ".\./Include\allobjects.h"\
4611 ".\./Include\osdefs.h"\
4612 ".\Python\importdl.h"\
4613 {$(INCLUDE)}"\sys\TYPES.H"\
4614 {$(INCLUDE)}"\sys\STAT.H"\
4615 ".\./PC\config.h"\
4616 ".\./Include\myproto.h"\
4617 ".\Include\object.h"\
4618 ".\Include\objimpl.h"\
4619 ".\Include\pydebug.h"\
4620 ".\Include\accessobject.h"\
4621 ".\Include\intobject.h"\
4622 ".\Include\longobject.h"\
4623 ".\Include\floatobject.h"\
4624 ".\./Include\complexobject.h"\
4625 ".\Include\rangeobject.h"\
4626 ".\Include\stringobject.h"\
4627 ".\Include\tupleobject.h"\
4628 ".\Include\listobject.h"\
4629 ".\Include\mappingobject.h"\
4630 ".\Include\methodobject.h"\
4631 ".\Include\moduleobject.h"\
4632 ".\Include\funcobject.h"\
4633 ".\Include\classobject.h"\
4634 ".\Include\fileobject.h"\
4635 ".\Include\cobject.h"\
4636 ".\./Include\traceback.h"\
4637 ".\Include\errors.h"\
4638 ".\./Include\mymalloc.h"\
4639 ".\./Include\modsupport.h"\
4640 ".\./Include\ceval.h"\
4641 ".\./Include\pythonrun.h"\
4642 ".\./Include\sysmodule.h"\
4643 ".\./Include\intrcheck.h"\
4644 ".\./Include\import.h"\
4645 ".\./Include\bltinmodule.h"\
4646 ".\Include\abstract.h"\
4647 ".\./Include\rename2.h"\
4648 ".\./Include\thread.h"\
4649
4650NODEP_CPP_IMPOR=\
4651 ".\Python\dl.h"\
4652 ".\Python\macdefs.h"\
4653 ".\Python\macglue.h"\
4654
4655
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004656"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
4657 $(CPP) $(CPP_PROJ) $(SOURCE)
4658
4659
4660!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
4661
Guido van Rossum88dc2641996-07-01 18:34:03 +00004662DEP_CPP_IMPOR=\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004663 ".\./Include\allobjects.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004664 ".\./Include\osdefs.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00004665 ".\Python\importdl.h"\
4666 {$(INCLUDE)}"\sys\TYPES.H"\
4667 {$(INCLUDE)}"\sys\STAT.H"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004668 ".\./PC\config.h"\
4669 ".\./Include\myproto.h"\
4670 ".\Include\object.h"\
4671 ".\Include\objimpl.h"\
4672 ".\Include\pydebug.h"\
4673 ".\Include\accessobject.h"\
4674 ".\Include\intobject.h"\
4675 ".\Include\longobject.h"\
4676 ".\Include\floatobject.h"\
4677 ".\./Include\complexobject.h"\
4678 ".\Include\rangeobject.h"\
4679 ".\Include\stringobject.h"\
4680 ".\Include\tupleobject.h"\
4681 ".\Include\listobject.h"\
4682 ".\Include\mappingobject.h"\
4683 ".\Include\methodobject.h"\
4684 ".\Include\moduleobject.h"\
4685 ".\Include\funcobject.h"\
4686 ".\Include\classobject.h"\
4687 ".\Include\fileobject.h"\
4688 ".\Include\cobject.h"\
4689 ".\./Include\traceback.h"\
4690 ".\Include\errors.h"\
4691 ".\./Include\mymalloc.h"\
4692 ".\./Include\modsupport.h"\
4693 ".\./Include\ceval.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00004694 ".\./Include\pythonrun.h"\
4695 ".\./Include\sysmodule.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004696 ".\./Include\intrcheck.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00004697 ".\./Include\import.h"\
4698 ".\./Include\bltinmodule.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004699 ".\Include\abstract.h"\
4700 ".\./Include\rename2.h"\
4701 ".\./Include\thread.h"\
4702
Guido van Rossum88dc2641996-07-01 18:34:03 +00004703NODEP_CPP_IMPOR=\
4704 ".\Python\dl.h"\
4705 ".\Python\macdefs.h"\
4706 ".\Python\macglue.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004707
4708
Guido van Rossum88dc2641996-07-01 18:34:03 +00004709"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004710 $(CPP) $(CPP_PROJ) $(SOURCE)
4711
4712
4713!ENDIF
4714
4715# End Source File
4716################################################################################
4717# Begin Source File
4718
4719SOURCE=.\Modules\imageop.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00004720
4721!IF "$(CFG)" == "vc40_nt - Win32 Release"
4722
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004723DEP_CPP_IMAGE=\
4724 ".\./Include\allobjects.h"\
4725 ".\./Include\modsupport.h"\
4726 ".\./PC\config.h"\
4727 ".\./Include\myproto.h"\
4728 ".\Include\object.h"\
4729 ".\Include\objimpl.h"\
4730 ".\Include\pydebug.h"\
4731 ".\Include\accessobject.h"\
4732 ".\Include\intobject.h"\
4733 ".\Include\longobject.h"\
4734 ".\Include\floatobject.h"\
4735 ".\./Include\complexobject.h"\
4736 ".\Include\rangeobject.h"\
4737 ".\Include\stringobject.h"\
4738 ".\Include\tupleobject.h"\
4739 ".\Include\listobject.h"\
4740 ".\Include\mappingobject.h"\
4741 ".\Include\methodobject.h"\
4742 ".\Include\moduleobject.h"\
4743 ".\Include\funcobject.h"\
4744 ".\Include\classobject.h"\
4745 ".\Include\fileobject.h"\
4746 ".\Include\cobject.h"\
4747 ".\./Include\traceback.h"\
4748 ".\Include\errors.h"\
4749 ".\./Include\mymalloc.h"\
4750 ".\./Include\ceval.h"\
4751 ".\./Include\pythonrun.h"\
4752 ".\./Include\sysmodule.h"\
4753 ".\./Include\intrcheck.h"\
4754 ".\./Include\import.h"\
4755 ".\./Include\bltinmodule.h"\
4756 ".\Include\abstract.h"\
4757 ".\./Include\rename2.h"\
4758 ".\./Include\thread.h"\
4759
4760
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004761"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
4762 $(CPP) $(CPP_PROJ) $(SOURCE)
4763
4764
4765!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
4766
Guido van Rossum88dc2641996-07-01 18:34:03 +00004767DEP_CPP_IMAGE=\
4768 ".\./Include\allobjects.h"\
4769 ".\./Include\modsupport.h"\
4770 ".\./PC\config.h"\
4771 ".\./Include\myproto.h"\
4772 ".\Include\object.h"\
4773 ".\Include\objimpl.h"\
4774 ".\Include\pydebug.h"\
4775 ".\Include\accessobject.h"\
4776 ".\Include\intobject.h"\
4777 ".\Include\longobject.h"\
4778 ".\Include\floatobject.h"\
4779 ".\./Include\complexobject.h"\
4780 ".\Include\rangeobject.h"\
4781 ".\Include\stringobject.h"\
4782 ".\Include\tupleobject.h"\
4783 ".\Include\listobject.h"\
4784 ".\Include\mappingobject.h"\
4785 ".\Include\methodobject.h"\
4786 ".\Include\moduleobject.h"\
4787 ".\Include\funcobject.h"\
4788 ".\Include\classobject.h"\
4789 ".\Include\fileobject.h"\
4790 ".\Include\cobject.h"\
4791 ".\./Include\traceback.h"\
4792 ".\Include\errors.h"\
4793 ".\./Include\mymalloc.h"\
4794 ".\./Include\ceval.h"\
4795 ".\./Include\pythonrun.h"\
4796 ".\./Include\sysmodule.h"\
4797 ".\./Include\intrcheck.h"\
4798 ".\./Include\import.h"\
4799 ".\./Include\bltinmodule.h"\
4800 ".\Include\abstract.h"\
4801 ".\./Include\rename2.h"\
4802 ".\./Include\thread.h"\
4803
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004804
4805"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
4806 $(CPP) $(CPP_PROJ) $(SOURCE)
4807
4808
4809!ENDIF
4810
4811# End Source File
4812################################################################################
4813# Begin Source File
4814
4815SOURCE=.\Parser\grammar1.c
4816DEP_CPP_GRAMM=\
4817 ".\./Include\pgenheaders.h"\
4818 ".\./Include\grammar.h"\
4819 ".\./Include\token.h"\
4820 ".\./PC\config.h"\
4821 ".\./Include\myproto.h"\
4822 ".\./Include\mymalloc.h"\
4823 ".\Include\pydebug.h"\
4824 ".\Include\bitset.h"\
4825 ".\./Include\rename2.h"\
4826
4827
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004828"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
4829 $(CPP) $(CPP_PROJ) $(SOURCE)
4830
4831
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004832# End Source File
4833################################################################################
4834# Begin Source File
4835
4836SOURCE=.\Python\graminit.c
4837DEP_CPP_GRAMI=\
4838 ".\./Include\pgenheaders.h"\
4839 ".\./Include\grammar.h"\
4840 ".\./PC\config.h"\
4841 ".\./Include\myproto.h"\
4842 ".\./Include\mymalloc.h"\
4843 ".\Include\pydebug.h"\
4844 ".\Include\bitset.h"\
4845 ".\./Include\rename2.h"\
4846
4847
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004848"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
4849 $(CPP) $(CPP_PROJ) $(SOURCE)
4850
4851
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004852# End Source File
4853################################################################################
4854# Begin Source File
4855
4856SOURCE=.\Python\getversion.c
4857DEP_CPP_GETVE=\
4858 ".\./Include\Python.h"\
4859 ".\./Include\patchlevel.h"\
4860 ".\./Include\allobjects.h"\
4861 ".\./PC\config.h"\
4862 ".\./Include\myproto.h"\
4863 ".\Include\object.h"\
4864 ".\Include\objimpl.h"\
4865 ".\Include\pydebug.h"\
4866 ".\Include\accessobject.h"\
4867 ".\Include\intobject.h"\
4868 ".\Include\longobject.h"\
4869 ".\Include\floatobject.h"\
4870 ".\./Include\complexobject.h"\
4871 ".\Include\rangeobject.h"\
4872 ".\Include\stringobject.h"\
4873 ".\Include\tupleobject.h"\
4874 ".\Include\listobject.h"\
4875 ".\Include\mappingobject.h"\
4876 ".\Include\methodobject.h"\
4877 ".\Include\moduleobject.h"\
4878 ".\Include\funcobject.h"\
4879 ".\Include\classobject.h"\
4880 ".\Include\fileobject.h"\
4881 ".\Include\cobject.h"\
4882 ".\./Include\traceback.h"\
4883 ".\Include\errors.h"\
4884 ".\./Include\mymalloc.h"\
4885 ".\./Include\modsupport.h"\
4886 ".\./Include\ceval.h"\
4887 ".\./Include\pythonrun.h"\
4888 ".\./Include\sysmodule.h"\
4889 ".\./Include\intrcheck.h"\
4890 ".\./Include\import.h"\
4891 ".\./Include\bltinmodule.h"\
4892 ".\Include\abstract.h"\
4893 ".\./Include\rename2.h"\
4894 ".\./Include\thread.h"\
4895
4896
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004897"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
4898 $(CPP) $(CPP_PROJ) $(SOURCE)
4899
4900
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004901# End Source File
4902################################################################################
4903# Begin Source File
4904
4905SOURCE=.\Python\getplatform.c
4906DEP_CPP_GETPL=\
4907 ".\./Include\Python.h"\
4908 ".\./Include\allobjects.h"\
4909 ".\./PC\config.h"\
4910 ".\./Include\myproto.h"\
4911 ".\Include\object.h"\
4912 ".\Include\objimpl.h"\
4913 ".\Include\pydebug.h"\
4914 ".\Include\accessobject.h"\
4915 ".\Include\intobject.h"\
4916 ".\Include\longobject.h"\
4917 ".\Include\floatobject.h"\
4918 ".\./Include\complexobject.h"\
4919 ".\Include\rangeobject.h"\
4920 ".\Include\stringobject.h"\
4921 ".\Include\tupleobject.h"\
4922 ".\Include\listobject.h"\
4923 ".\Include\mappingobject.h"\
4924 ".\Include\methodobject.h"\
4925 ".\Include\moduleobject.h"\
4926 ".\Include\funcobject.h"\
4927 ".\Include\classobject.h"\
4928 ".\Include\fileobject.h"\
4929 ".\Include\cobject.h"\
4930 ".\./Include\traceback.h"\
4931 ".\Include\errors.h"\
4932 ".\./Include\mymalloc.h"\
4933 ".\./Include\modsupport.h"\
4934 ".\./Include\ceval.h"\
4935 ".\./Include\pythonrun.h"\
4936 ".\./Include\sysmodule.h"\
4937 ".\./Include\intrcheck.h"\
4938 ".\./Include\import.h"\
4939 ".\./Include\bltinmodule.h"\
4940 ".\Include\abstract.h"\
4941 ".\./Include\rename2.h"\
4942 ".\./Include\thread.h"\
4943
4944
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004945"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
4946 $(CPP) $(CPP_PROJ) $(SOURCE)
4947
4948
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004949# End Source File
4950################################################################################
4951# Begin Source File
4952
4953SOURCE=.\Modules\getpath.c
4954DEP_CPP_GETPA=\
4955 ".\./Include\Python.h"\
4956 ".\./Include\osdefs.h"\
4957 ".\./Include\allobjects.h"\
4958 ".\./PC\config.h"\
4959 ".\./Include\myproto.h"\
4960 ".\Include\object.h"\
4961 ".\Include\objimpl.h"\
4962 ".\Include\pydebug.h"\
4963 ".\Include\accessobject.h"\
4964 ".\Include\intobject.h"\
4965 ".\Include\longobject.h"\
4966 ".\Include\floatobject.h"\
4967 ".\./Include\complexobject.h"\
4968 ".\Include\rangeobject.h"\
4969 ".\Include\stringobject.h"\
4970 ".\Include\tupleobject.h"\
4971 ".\Include\listobject.h"\
4972 ".\Include\mappingobject.h"\
4973 ".\Include\methodobject.h"\
4974 ".\Include\moduleobject.h"\
4975 ".\Include\funcobject.h"\
4976 ".\Include\classobject.h"\
4977 ".\Include\fileobject.h"\
4978 ".\Include\cobject.h"\
4979 ".\./Include\traceback.h"\
4980 ".\Include\errors.h"\
4981 ".\./Include\mymalloc.h"\
4982 ".\./Include\modsupport.h"\
4983 ".\./Include\ceval.h"\
4984 ".\./Include\pythonrun.h"\
4985 ".\./Include\sysmodule.h"\
4986 ".\./Include\intrcheck.h"\
4987 ".\./Include\import.h"\
4988 ".\./Include\bltinmodule.h"\
4989 ".\Include\abstract.h"\
4990 ".\./Include\rename2.h"\
4991 ".\./Include\thread.h"\
4992
4993
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004994"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
4995 $(CPP) $(CPP_PROJ) $(SOURCE)
4996
4997
Guido van Rossum1bc716f1996-06-28 19:12:06 +00004998# End Source File
4999################################################################################
5000# Begin Source File
5001
5002SOURCE=.\Python\getmtime.c
5003DEP_CPP_GETMT=\
5004 ".\./PC\config.h"\
5005 {$(INCLUDE)}"\sys\TYPES.H"\
5006 {$(INCLUDE)}"\sys\STAT.H"\
5007 ".\./Include\rename2.h"\
5008
5009
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005010"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
5011 $(CPP) $(CPP_PROJ) $(SOURCE)
5012
5013
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005014# End Source File
5015################################################################################
5016# Begin Source File
5017
5018SOURCE=.\Python\getcopyright.c
5019DEP_CPP_GETCO=\
5020 ".\./Include\Python.h"\
5021 ".\./Include\allobjects.h"\
5022 ".\./PC\config.h"\
5023 ".\./Include\myproto.h"\
5024 ".\Include\object.h"\
5025 ".\Include\objimpl.h"\
5026 ".\Include\pydebug.h"\
5027 ".\Include\accessobject.h"\
5028 ".\Include\intobject.h"\
5029 ".\Include\longobject.h"\
5030 ".\Include\floatobject.h"\
5031 ".\./Include\complexobject.h"\
5032 ".\Include\rangeobject.h"\
5033 ".\Include\stringobject.h"\
5034 ".\Include\tupleobject.h"\
5035 ".\Include\listobject.h"\
5036 ".\Include\mappingobject.h"\
5037 ".\Include\methodobject.h"\
5038 ".\Include\moduleobject.h"\
5039 ".\Include\funcobject.h"\
5040 ".\Include\classobject.h"\
5041 ".\Include\fileobject.h"\
5042 ".\Include\cobject.h"\
5043 ".\./Include\traceback.h"\
5044 ".\Include\errors.h"\
5045 ".\./Include\mymalloc.h"\
5046 ".\./Include\modsupport.h"\
5047 ".\./Include\ceval.h"\
5048 ".\./Include\pythonrun.h"\
5049 ".\./Include\sysmodule.h"\
5050 ".\./Include\intrcheck.h"\
5051 ".\./Include\import.h"\
5052 ".\./Include\bltinmodule.h"\
5053 ".\Include\abstract.h"\
5054 ".\./Include\rename2.h"\
5055 ".\./Include\thread.h"\
5056
5057
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005058"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
5059 $(CPP) $(CPP_PROJ) $(SOURCE)
5060
5061
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005062# End Source File
5063################################################################################
5064# Begin Source File
5065
5066SOURCE=.\Python\getcompiler.c
5067DEP_CPP_GETCOM=\
5068 ".\./Include\Python.h"\
5069 ".\./Include\allobjects.h"\
5070 ".\./PC\config.h"\
5071 ".\./Include\myproto.h"\
5072 ".\Include\object.h"\
5073 ".\Include\objimpl.h"\
5074 ".\Include\pydebug.h"\
5075 ".\Include\accessobject.h"\
5076 ".\Include\intobject.h"\
5077 ".\Include\longobject.h"\
5078 ".\Include\floatobject.h"\
5079 ".\./Include\complexobject.h"\
5080 ".\Include\rangeobject.h"\
5081 ".\Include\stringobject.h"\
5082 ".\Include\tupleobject.h"\
5083 ".\Include\listobject.h"\
5084 ".\Include\mappingobject.h"\
5085 ".\Include\methodobject.h"\
5086 ".\Include\moduleobject.h"\
5087 ".\Include\funcobject.h"\
5088 ".\Include\classobject.h"\
5089 ".\Include\fileobject.h"\
5090 ".\Include\cobject.h"\
5091 ".\./Include\traceback.h"\
5092 ".\Include\errors.h"\
5093 ".\./Include\mymalloc.h"\
5094 ".\./Include\modsupport.h"\
5095 ".\./Include\ceval.h"\
5096 ".\./Include\pythonrun.h"\
5097 ".\./Include\sysmodule.h"\
5098 ".\./Include\intrcheck.h"\
5099 ".\./Include\import.h"\
5100 ".\./Include\bltinmodule.h"\
5101 ".\Include\abstract.h"\
5102 ".\./Include\rename2.h"\
5103 ".\./Include\thread.h"\
5104
5105
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005106"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
5107 $(CPP) $(CPP_PROJ) $(SOURCE)
5108
5109
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005110# End Source File
5111################################################################################
5112# Begin Source File
5113
5114SOURCE=.\Python\getargs.c
5115DEP_CPP_GETAR=\
5116 ".\./Include\allobjects.h"\
5117 ".\./PC\config.h"\
5118 ".\./Include\myproto.h"\
5119 ".\Include\object.h"\
5120 ".\Include\objimpl.h"\
5121 ".\Include\pydebug.h"\
5122 ".\Include\accessobject.h"\
5123 ".\Include\intobject.h"\
5124 ".\Include\longobject.h"\
5125 ".\Include\floatobject.h"\
5126 ".\./Include\complexobject.h"\
5127 ".\Include\rangeobject.h"\
5128 ".\Include\stringobject.h"\
5129 ".\Include\tupleobject.h"\
5130 ".\Include\listobject.h"\
5131 ".\Include\mappingobject.h"\
5132 ".\Include\methodobject.h"\
5133 ".\Include\moduleobject.h"\
5134 ".\Include\funcobject.h"\
5135 ".\Include\classobject.h"\
5136 ".\Include\fileobject.h"\
5137 ".\Include\cobject.h"\
5138 ".\./Include\traceback.h"\
5139 ".\Include\errors.h"\
5140 ".\./Include\mymalloc.h"\
5141 ".\./Include\modsupport.h"\
5142 ".\./Include\ceval.h"\
5143 ".\./Include\pythonrun.h"\
5144 ".\./Include\sysmodule.h"\
5145 ".\./Include\intrcheck.h"\
5146 ".\./Include\import.h"\
5147 ".\./Include\bltinmodule.h"\
5148 ".\Include\abstract.h"\
5149 ".\./Include\rename2.h"\
5150 ".\./Include\thread.h"\
5151
5152
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005153"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
5154 $(CPP) $(CPP_PROJ) $(SOURCE)
5155
5156
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005157# End Source File
5158################################################################################
5159# Begin Source File
5160
5161SOURCE=.\Objects\funcobject.c
5162DEP_CPP_FUNCO=\
5163 ".\./Include\allobjects.h"\
5164 ".\./Include\compile.h"\
5165 ".\./Include\structmember.h"\
5166 ".\./PC\config.h"\
5167 ".\./Include\myproto.h"\
5168 ".\Include\object.h"\
5169 ".\Include\objimpl.h"\
5170 ".\Include\pydebug.h"\
5171 ".\Include\accessobject.h"\
5172 ".\Include\intobject.h"\
5173 ".\Include\longobject.h"\
5174 ".\Include\floatobject.h"\
5175 ".\./Include\complexobject.h"\
5176 ".\Include\rangeobject.h"\
5177 ".\Include\stringobject.h"\
5178 ".\Include\tupleobject.h"\
5179 ".\Include\listobject.h"\
5180 ".\Include\mappingobject.h"\
5181 ".\Include\methodobject.h"\
5182 ".\Include\moduleobject.h"\
5183 ".\Include\funcobject.h"\
5184 ".\Include\classobject.h"\
5185 ".\Include\fileobject.h"\
5186 ".\Include\cobject.h"\
5187 ".\./Include\traceback.h"\
5188 ".\Include\errors.h"\
5189 ".\./Include\mymalloc.h"\
5190 ".\./Include\modsupport.h"\
5191 ".\./Include\ceval.h"\
5192 ".\./Include\pythonrun.h"\
5193 ".\./Include\sysmodule.h"\
5194 ".\./Include\intrcheck.h"\
5195 ".\./Include\import.h"\
5196 ".\./Include\bltinmodule.h"\
5197 ".\Include\abstract.h"\
5198 ".\./Include\rename2.h"\
5199 ".\./Include\thread.h"\
5200
5201
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005202"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
5203 $(CPP) $(CPP_PROJ) $(SOURCE)
5204
5205
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005206# End Source File
5207################################################################################
5208# Begin Source File
5209
5210SOURCE=.\Python\frozen.c
5211DEP_CPP_FROZE=\
5212 ".\./Include\Python.h"\
5213 ".\./Include\allobjects.h"\
5214 ".\./PC\config.h"\
5215 ".\./Include\myproto.h"\
5216 ".\Include\object.h"\
5217 ".\Include\objimpl.h"\
5218 ".\Include\pydebug.h"\
5219 ".\Include\accessobject.h"\
5220 ".\Include\intobject.h"\
5221 ".\Include\longobject.h"\
5222 ".\Include\floatobject.h"\
5223 ".\./Include\complexobject.h"\
5224 ".\Include\rangeobject.h"\
5225 ".\Include\stringobject.h"\
5226 ".\Include\tupleobject.h"\
5227 ".\Include\listobject.h"\
5228 ".\Include\mappingobject.h"\
5229 ".\Include\methodobject.h"\
5230 ".\Include\moduleobject.h"\
5231 ".\Include\funcobject.h"\
5232 ".\Include\classobject.h"\
5233 ".\Include\fileobject.h"\
5234 ".\Include\cobject.h"\
5235 ".\./Include\traceback.h"\
5236 ".\Include\errors.h"\
5237 ".\./Include\mymalloc.h"\
5238 ".\./Include\modsupport.h"\
5239 ".\./Include\ceval.h"\
5240 ".\./Include\pythonrun.h"\
5241 ".\./Include\sysmodule.h"\
5242 ".\./Include\intrcheck.h"\
5243 ".\./Include\import.h"\
5244 ".\./Include\bltinmodule.h"\
5245 ".\Include\abstract.h"\
5246 ".\./Include\rename2.h"\
5247 ".\./Include\thread.h"\
5248
5249
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005250"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
5251 $(CPP) $(CPP_PROJ) $(SOURCE)
5252
5253
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005254# End Source File
5255################################################################################
5256# Begin Source File
5257
5258SOURCE=.\Objects\frameobject.c
5259DEP_CPP_FRAME=\
5260 ".\./Include\allobjects.h"\
5261 ".\./Include\compile.h"\
5262 ".\./Include\frameobject.h"\
5263 ".\./Include\opcode.h"\
5264 ".\./Include\structmember.h"\
5265 ".\./Include\bltinmodule.h"\
5266 ".\./PC\config.h"\
5267 ".\./Include\myproto.h"\
5268 ".\Include\object.h"\
5269 ".\Include\objimpl.h"\
5270 ".\Include\pydebug.h"\
5271 ".\Include\accessobject.h"\
5272 ".\Include\intobject.h"\
5273 ".\Include\longobject.h"\
5274 ".\Include\floatobject.h"\
5275 ".\./Include\complexobject.h"\
5276 ".\Include\rangeobject.h"\
5277 ".\Include\stringobject.h"\
5278 ".\Include\tupleobject.h"\
5279 ".\Include\listobject.h"\
5280 ".\Include\mappingobject.h"\
5281 ".\Include\methodobject.h"\
5282 ".\Include\moduleobject.h"\
5283 ".\Include\funcobject.h"\
5284 ".\Include\classobject.h"\
5285 ".\Include\fileobject.h"\
5286 ".\Include\cobject.h"\
5287 ".\./Include\traceback.h"\
5288 ".\Include\errors.h"\
5289 ".\./Include\mymalloc.h"\
5290 ".\./Include\modsupport.h"\
5291 ".\./Include\ceval.h"\
5292 ".\./Include\pythonrun.h"\
5293 ".\./Include\sysmodule.h"\
5294 ".\./Include\intrcheck.h"\
5295 ".\./Include\import.h"\
5296 ".\Include\abstract.h"\
5297 ".\./Include\rename2.h"\
5298 ".\./Include\thread.h"\
5299
5300
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005301"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
5302 $(CPP) $(CPP_PROJ) $(SOURCE)
5303
5304
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005305# End Source File
5306################################################################################
5307# Begin Source File
5308
5309SOURCE=.\Objects\floatobject.c
5310DEP_CPP_FLOAT=\
5311 ".\./Include\allobjects.h"\
5312 ".\./Include\modsupport.h"\
5313 ".\./Include\mymath.h"\
5314 ".\./PC\config.h"\
5315 ".\./Include\myproto.h"\
5316 ".\Include\object.h"\
5317 ".\Include\objimpl.h"\
5318 ".\Include\pydebug.h"\
5319 ".\Include\accessobject.h"\
5320 ".\Include\intobject.h"\
5321 ".\Include\longobject.h"\
5322 ".\Include\floatobject.h"\
5323 ".\./Include\complexobject.h"\
5324 ".\Include\rangeobject.h"\
5325 ".\Include\stringobject.h"\
5326 ".\Include\tupleobject.h"\
5327 ".\Include\listobject.h"\
5328 ".\Include\mappingobject.h"\
5329 ".\Include\methodobject.h"\
5330 ".\Include\moduleobject.h"\
5331 ".\Include\funcobject.h"\
5332 ".\Include\classobject.h"\
5333 ".\Include\fileobject.h"\
5334 ".\Include\cobject.h"\
5335 ".\./Include\traceback.h"\
5336 ".\Include\errors.h"\
5337 ".\./Include\mymalloc.h"\
5338 ".\./Include\ceval.h"\
5339 ".\./Include\pythonrun.h"\
5340 ".\./Include\sysmodule.h"\
5341 ".\./Include\intrcheck.h"\
5342 ".\./Include\import.h"\
5343 ".\./Include\bltinmodule.h"\
5344 ".\Include\abstract.h"\
5345 ".\./Include\rename2.h"\
5346 ".\./Include\thread.h"\
5347
5348
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005349"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
5350 $(CPP) $(CPP_PROJ) $(SOURCE)
5351
5352
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005353# End Source File
5354################################################################################
5355# Begin Source File
5356
5357SOURCE=.\Objects\fileobject.c
5358DEP_CPP_FILEO=\
5359 ".\./Include\allobjects.h"\
5360 ".\./Include\modsupport.h"\
5361 ".\./Include\structmember.h"\
5362 ".\./Include\ceval.h"\
5363 ".\./PC\config.h"\
5364 ".\./Include\myproto.h"\
5365 ".\Include\object.h"\
5366 ".\Include\objimpl.h"\
5367 ".\Include\pydebug.h"\
5368 ".\Include\accessobject.h"\
5369 ".\Include\intobject.h"\
5370 ".\Include\longobject.h"\
5371 ".\Include\floatobject.h"\
5372 ".\./Include\complexobject.h"\
5373 ".\Include\rangeobject.h"\
5374 ".\Include\stringobject.h"\
5375 ".\Include\tupleobject.h"\
5376 ".\Include\listobject.h"\
5377 ".\Include\mappingobject.h"\
5378 ".\Include\methodobject.h"\
5379 ".\Include\moduleobject.h"\
5380 ".\Include\funcobject.h"\
5381 ".\Include\classobject.h"\
5382 ".\Include\fileobject.h"\
5383 ".\Include\cobject.h"\
5384 ".\./Include\traceback.h"\
5385 ".\Include\errors.h"\
5386 ".\./Include\mymalloc.h"\
5387 ".\./Include\pythonrun.h"\
5388 ".\./Include\sysmodule.h"\
5389 ".\./Include\intrcheck.h"\
5390 ".\./Include\import.h"\
5391 ".\./Include\bltinmodule.h"\
5392 ".\Include\abstract.h"\
5393 ".\./Include\rename2.h"\
5394 ".\./Include\thread.h"\
5395
5396
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005397"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
5398 $(CPP) $(CPP_PROJ) $(SOURCE)
5399
5400
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005401# End Source File
5402################################################################################
5403# Begin Source File
5404
5405SOURCE=.\Python\errors.c
5406DEP_CPP_ERROR=\
5407 ".\./Include\allobjects.h"\
5408 ".\./Include\traceback.h"\
5409 ".\./PC\config.h"\
5410 ".\./Include\myproto.h"\
5411 ".\Include\object.h"\
5412 ".\Include\objimpl.h"\
5413 ".\Include\pydebug.h"\
5414 ".\Include\accessobject.h"\
5415 ".\Include\intobject.h"\
5416 ".\Include\longobject.h"\
5417 ".\Include\floatobject.h"\
5418 ".\./Include\complexobject.h"\
5419 ".\Include\rangeobject.h"\
5420 ".\Include\stringobject.h"\
5421 ".\Include\tupleobject.h"\
5422 ".\Include\listobject.h"\
5423 ".\Include\mappingobject.h"\
5424 ".\Include\methodobject.h"\
5425 ".\Include\moduleobject.h"\
5426 ".\Include\funcobject.h"\
5427 ".\Include\classobject.h"\
5428 ".\Include\fileobject.h"\
5429 ".\Include\cobject.h"\
5430 ".\Include\errors.h"\
5431 ".\./Include\mymalloc.h"\
5432 ".\./Include\modsupport.h"\
5433 ".\./Include\ceval.h"\
5434 ".\./Include\pythonrun.h"\
5435 ".\./Include\sysmodule.h"\
5436 ".\./Include\intrcheck.h"\
5437 ".\./Include\import.h"\
5438 ".\./Include\bltinmodule.h"\
5439 ".\Include\abstract.h"\
5440 ".\./Include\rename2.h"\
5441 ".\./Include\thread.h"\
5442
5443
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005444"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
5445 $(CPP) $(CPP_PROJ) $(SOURCE)
5446
5447
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005448# End Source File
5449################################################################################
5450# Begin Source File
5451
5452SOURCE=.\Modules\environment.c
5453DEP_CPP_ENVIR=\
5454 ".\./Include\allobjects.h"\
5455 ".\./PC\config.h"\
5456 ".\./Include\myproto.h"\
5457 ".\Include\object.h"\
5458 ".\Include\objimpl.h"\
5459 ".\Include\pydebug.h"\
5460 ".\Include\accessobject.h"\
5461 ".\Include\intobject.h"\
5462 ".\Include\longobject.h"\
5463 ".\Include\floatobject.h"\
5464 ".\./Include\complexobject.h"\
5465 ".\Include\rangeobject.h"\
5466 ".\Include\stringobject.h"\
5467 ".\Include\tupleobject.h"\
5468 ".\Include\listobject.h"\
5469 ".\Include\mappingobject.h"\
5470 ".\Include\methodobject.h"\
5471 ".\Include\moduleobject.h"\
5472 ".\Include\funcobject.h"\
5473 ".\Include\classobject.h"\
5474 ".\Include\fileobject.h"\
5475 ".\Include\cobject.h"\
5476 ".\./Include\traceback.h"\
5477 ".\Include\errors.h"\
5478 ".\./Include\mymalloc.h"\
5479 ".\./Include\modsupport.h"\
5480 ".\./Include\ceval.h"\
5481 ".\./Include\pythonrun.h"\
5482 ".\./Include\sysmodule.h"\
5483 ".\./Include\intrcheck.h"\
5484 ".\./Include\import.h"\
5485 ".\./Include\bltinmodule.h"\
5486 ".\Include\abstract.h"\
5487 ".\./Include\rename2.h"\
5488 ".\./Include\thread.h"\
5489
5490
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005491"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
5492 $(CPP) $(CPP_PROJ) $(SOURCE)
5493
5494
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005495# End Source File
5496################################################################################
5497# Begin Source File
5498
5499SOURCE=.\PC\config.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00005500
5501!IF "$(CFG)" == "vc40_nt - Win32 Release"
5502
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005503DEP_CPP_CONFI=\
5504 ".\./Include\Python.h"\
5505 ".\./Include\allobjects.h"\
5506 ".\./PC\config.h"\
5507 ".\./Include\myproto.h"\
5508 ".\Include\object.h"\
5509 ".\Include\objimpl.h"\
5510 ".\Include\pydebug.h"\
5511 ".\Include\accessobject.h"\
5512 ".\Include\intobject.h"\
5513 ".\Include\longobject.h"\
5514 ".\Include\floatobject.h"\
5515 ".\./Include\complexobject.h"\
5516 ".\Include\rangeobject.h"\
5517 ".\Include\stringobject.h"\
5518 ".\Include\tupleobject.h"\
5519 ".\Include\listobject.h"\
5520 ".\Include\mappingobject.h"\
5521 ".\Include\methodobject.h"\
5522 ".\Include\moduleobject.h"\
5523 ".\Include\funcobject.h"\
5524 ".\Include\classobject.h"\
5525 ".\Include\fileobject.h"\
5526 ".\Include\cobject.h"\
5527 ".\./Include\traceback.h"\
5528 ".\Include\errors.h"\
5529 ".\./Include\mymalloc.h"\
5530 ".\./Include\modsupport.h"\
5531 ".\./Include\ceval.h"\
5532 ".\./Include\pythonrun.h"\
5533 ".\./Include\sysmodule.h"\
5534 ".\./Include\intrcheck.h"\
5535 ".\./Include\import.h"\
5536 ".\./Include\bltinmodule.h"\
5537 ".\Include\abstract.h"\
5538 ".\./Include\rename2.h"\
5539 ".\./Include\thread.h"\
5540
5541
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005542"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
5543 $(CPP) $(CPP_PROJ) $(SOURCE)
5544
5545
5546!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5547
Guido van Rossum88dc2641996-07-01 18:34:03 +00005548DEP_CPP_CONFI=\
5549 ".\./Include\Python.h"\
5550 ".\./Include\allobjects.h"\
5551 ".\./PC\config.h"\
5552 ".\./Include\myproto.h"\
5553 ".\Include\object.h"\
5554 ".\Include\objimpl.h"\
5555 ".\Include\pydebug.h"\
5556 ".\Include\accessobject.h"\
5557 ".\Include\intobject.h"\
5558 ".\Include\longobject.h"\
5559 ".\Include\floatobject.h"\
5560 ".\./Include\complexobject.h"\
5561 ".\Include\rangeobject.h"\
5562 ".\Include\stringobject.h"\
5563 ".\Include\tupleobject.h"\
5564 ".\Include\listobject.h"\
5565 ".\Include\mappingobject.h"\
5566 ".\Include\methodobject.h"\
5567 ".\Include\moduleobject.h"\
5568 ".\Include\funcobject.h"\
5569 ".\Include\classobject.h"\
5570 ".\Include\fileobject.h"\
5571 ".\Include\cobject.h"\
5572 ".\./Include\traceback.h"\
5573 ".\Include\errors.h"\
5574 ".\./Include\mymalloc.h"\
5575 ".\./Include\modsupport.h"\
5576 ".\./Include\ceval.h"\
5577 ".\./Include\pythonrun.h"\
5578 ".\./Include\sysmodule.h"\
5579 ".\./Include\intrcheck.h"\
5580 ".\./Include\import.h"\
5581 ".\./Include\bltinmodule.h"\
5582 ".\Include\abstract.h"\
5583 ".\./Include\rename2.h"\
5584 ".\./Include\thread.h"\
5585
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005586
5587"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
5588 $(CPP) $(CPP_PROJ) $(SOURCE)
5589
5590
5591!ENDIF
5592
5593# End Source File
5594################################################################################
5595# Begin Source File
5596
5597SOURCE=.\Objects\complexobject.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00005598
5599!IF "$(CFG)" == "vc40_nt - Win32 Release"
5600
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005601DEP_CPP_COMPL=\
5602 ".\./Include\allobjects.h"\
5603 ".\./Include\modsupport.h"\
5604 ".\./Include\mymath.h"\
5605 ".\./PC\config.h"\
5606 ".\./Include\myproto.h"\
5607 ".\Include\object.h"\
5608 ".\Include\objimpl.h"\
5609 ".\Include\pydebug.h"\
5610 ".\Include\accessobject.h"\
5611 ".\Include\intobject.h"\
5612 ".\Include\longobject.h"\
5613 ".\Include\floatobject.h"\
5614 ".\./Include\complexobject.h"\
5615 ".\Include\rangeobject.h"\
5616 ".\Include\stringobject.h"\
5617 ".\Include\tupleobject.h"\
5618 ".\Include\listobject.h"\
5619 ".\Include\mappingobject.h"\
5620 ".\Include\methodobject.h"\
5621 ".\Include\moduleobject.h"\
5622 ".\Include\funcobject.h"\
5623 ".\Include\classobject.h"\
5624 ".\Include\fileobject.h"\
5625 ".\Include\cobject.h"\
5626 ".\./Include\traceback.h"\
5627 ".\Include\errors.h"\
5628 ".\./Include\mymalloc.h"\
5629 ".\./Include\ceval.h"\
5630 ".\./Include\pythonrun.h"\
5631 ".\./Include\sysmodule.h"\
5632 ".\./Include\intrcheck.h"\
5633 ".\./Include\import.h"\
5634 ".\./Include\bltinmodule.h"\
5635 ".\Include\abstract.h"\
5636 ".\./Include\rename2.h"\
5637 ".\./Include\thread.h"\
5638
5639
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005640"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
5641 $(CPP) $(CPP_PROJ) $(SOURCE)
5642
5643
5644!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5645
Guido van Rossum88dc2641996-07-01 18:34:03 +00005646DEP_CPP_COMPL=\
5647 ".\./Include\allobjects.h"\
5648 ".\./Include\modsupport.h"\
5649 ".\./Include\mymath.h"\
5650 ".\./PC\config.h"\
5651 ".\./Include\myproto.h"\
5652 ".\Include\object.h"\
5653 ".\Include\objimpl.h"\
5654 ".\Include\pydebug.h"\
5655 ".\Include\accessobject.h"\
5656 ".\Include\intobject.h"\
5657 ".\Include\longobject.h"\
5658 ".\Include\floatobject.h"\
5659 ".\./Include\complexobject.h"\
5660 ".\Include\rangeobject.h"\
5661 ".\Include\stringobject.h"\
5662 ".\Include\tupleobject.h"\
5663 ".\Include\listobject.h"\
5664 ".\Include\mappingobject.h"\
5665 ".\Include\methodobject.h"\
5666 ".\Include\moduleobject.h"\
5667 ".\Include\funcobject.h"\
5668 ".\Include\classobject.h"\
5669 ".\Include\fileobject.h"\
5670 ".\Include\cobject.h"\
5671 ".\./Include\traceback.h"\
5672 ".\Include\errors.h"\
5673 ".\./Include\mymalloc.h"\
5674 ".\./Include\ceval.h"\
5675 ".\./Include\pythonrun.h"\
5676 ".\./Include\sysmodule.h"\
5677 ".\./Include\intrcheck.h"\
5678 ".\./Include\import.h"\
5679 ".\./Include\bltinmodule.h"\
5680 ".\Include\abstract.h"\
5681 ".\./Include\rename2.h"\
5682 ".\./Include\thread.h"\
5683
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005684
5685"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
5686 $(CPP) $(CPP_PROJ) $(SOURCE)
5687
5688
5689!ENDIF
5690
5691# End Source File
5692################################################################################
5693# Begin Source File
5694
5695SOURCE=.\Python\compile.c
5696DEP_CPP_COMPI=\
5697 ".\./Include\allobjects.h"\
5698 ".\./Include\node.h"\
5699 ".\./Include\token.h"\
5700 ".\./Include\graminit.h"\
5701 ".\./Include\compile.h"\
5702 ".\./Include\opcode.h"\
5703 ".\./Include\structmember.h"\
5704 ".\./PC\config.h"\
5705 ".\./Include\myproto.h"\
5706 ".\Include\object.h"\
5707 ".\Include\objimpl.h"\
5708 ".\Include\pydebug.h"\
5709 ".\Include\accessobject.h"\
5710 ".\Include\intobject.h"\
5711 ".\Include\longobject.h"\
5712 ".\Include\floatobject.h"\
5713 ".\./Include\complexobject.h"\
5714 ".\Include\rangeobject.h"\
5715 ".\Include\stringobject.h"\
5716 ".\Include\tupleobject.h"\
5717 ".\Include\listobject.h"\
5718 ".\Include\mappingobject.h"\
5719 ".\Include\methodobject.h"\
5720 ".\Include\moduleobject.h"\
5721 ".\Include\funcobject.h"\
5722 ".\Include\classobject.h"\
5723 ".\Include\fileobject.h"\
5724 ".\Include\cobject.h"\
5725 ".\./Include\traceback.h"\
5726 ".\Include\errors.h"\
5727 ".\./Include\mymalloc.h"\
5728 ".\./Include\modsupport.h"\
5729 ".\./Include\ceval.h"\
5730 ".\./Include\pythonrun.h"\
5731 ".\./Include\sysmodule.h"\
5732 ".\./Include\intrcheck.h"\
5733 ".\./Include\import.h"\
5734 ".\./Include\bltinmodule.h"\
5735 ".\Include\abstract.h"\
5736 ".\./Include\rename2.h"\
5737 ".\./Include\thread.h"\
5738
5739
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005740"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
5741 $(CPP) $(CPP_PROJ) $(SOURCE)
5742
5743
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005744# End Source File
5745################################################################################
5746# Begin Source File
5747
5748SOURCE=.\Objects\cobject.c
5749DEP_CPP_COBJE=\
5750 ".\./Include\Python.h"\
5751 ".\./Include\allobjects.h"\
5752 ".\./PC\config.h"\
5753 ".\./Include\myproto.h"\
5754 ".\Include\object.h"\
5755 ".\Include\objimpl.h"\
5756 ".\Include\pydebug.h"\
5757 ".\Include\accessobject.h"\
5758 ".\Include\intobject.h"\
5759 ".\Include\longobject.h"\
5760 ".\Include\floatobject.h"\
5761 ".\./Include\complexobject.h"\
5762 ".\Include\rangeobject.h"\
5763 ".\Include\stringobject.h"\
5764 ".\Include\tupleobject.h"\
5765 ".\Include\listobject.h"\
5766 ".\Include\mappingobject.h"\
5767 ".\Include\methodobject.h"\
5768 ".\Include\moduleobject.h"\
5769 ".\Include\funcobject.h"\
5770 ".\Include\classobject.h"\
5771 ".\Include\fileobject.h"\
5772 ".\Include\cobject.h"\
5773 ".\./Include\traceback.h"\
5774 ".\Include\errors.h"\
5775 ".\./Include\mymalloc.h"\
5776 ".\./Include\modsupport.h"\
5777 ".\./Include\ceval.h"\
5778 ".\./Include\pythonrun.h"\
5779 ".\./Include\sysmodule.h"\
5780 ".\./Include\intrcheck.h"\
5781 ".\./Include\import.h"\
5782 ".\./Include\bltinmodule.h"\
5783 ".\Include\abstract.h"\
5784 ".\./Include\rename2.h"\
5785 ".\./Include\thread.h"\
5786
5787
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005788"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
5789 $(CPP) $(CPP_PROJ) $(SOURCE)
5790
5791
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005792# End Source File
5793################################################################################
5794# Begin Source File
5795
5796SOURCE=.\Modules\cmathmodule.c
5797DEP_CPP_CMATH=\
5798 ".\./Include\allobjects.h"\
5799 ".\./Include\complexobject.h"\
5800 ".\./Include\mymath.h"\
5801 ".\./PC\config.h"\
5802 ".\./Include\myproto.h"\
5803 ".\Include\object.h"\
5804 ".\Include\objimpl.h"\
5805 ".\Include\pydebug.h"\
5806 ".\Include\accessobject.h"\
5807 ".\Include\intobject.h"\
5808 ".\Include\longobject.h"\
5809 ".\Include\floatobject.h"\
5810 ".\Include\rangeobject.h"\
5811 ".\Include\stringobject.h"\
5812 ".\Include\tupleobject.h"\
5813 ".\Include\listobject.h"\
5814 ".\Include\mappingobject.h"\
5815 ".\Include\methodobject.h"\
5816 ".\Include\moduleobject.h"\
5817 ".\Include\funcobject.h"\
5818 ".\Include\classobject.h"\
5819 ".\Include\fileobject.h"\
5820 ".\Include\cobject.h"\
5821 ".\./Include\traceback.h"\
5822 ".\Include\errors.h"\
5823 ".\./Include\mymalloc.h"\
5824 ".\./Include\modsupport.h"\
5825 ".\./Include\ceval.h"\
5826 ".\./Include\pythonrun.h"\
5827 ".\./Include\sysmodule.h"\
5828 ".\./Include\intrcheck.h"\
5829 ".\./Include\import.h"\
5830 ".\./Include\bltinmodule.h"\
5831 ".\Include\abstract.h"\
5832 ".\./Include\rename2.h"\
5833 ".\./Include\thread.h"\
5834
5835
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005836"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
5837 $(CPP) $(CPP_PROJ) $(SOURCE)
5838
5839
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005840# End Source File
5841################################################################################
5842# Begin Source File
5843
5844SOURCE=.\Objects\classobject.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00005845
5846!IF "$(CFG)" == "vc40_nt - Win32 Release"
5847
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005848DEP_CPP_CLASS=\
5849 ".\./Include\allobjects.h"\
5850 ".\./Include\structmember.h"\
5851 ".\./PC\config.h"\
5852 ".\./Include\myproto.h"\
5853 ".\Include\object.h"\
5854 ".\Include\objimpl.h"\
5855 ".\Include\pydebug.h"\
5856 ".\Include\accessobject.h"\
5857 ".\Include\intobject.h"\
5858 ".\Include\longobject.h"\
5859 ".\Include\floatobject.h"\
5860 ".\./Include\complexobject.h"\
5861 ".\Include\rangeobject.h"\
5862 ".\Include\stringobject.h"\
5863 ".\Include\tupleobject.h"\
5864 ".\Include\listobject.h"\
5865 ".\Include\mappingobject.h"\
5866 ".\Include\methodobject.h"\
5867 ".\Include\moduleobject.h"\
5868 ".\Include\funcobject.h"\
5869 ".\Include\classobject.h"\
5870 ".\Include\fileobject.h"\
5871 ".\Include\cobject.h"\
5872 ".\./Include\traceback.h"\
5873 ".\Include\errors.h"\
5874 ".\./Include\mymalloc.h"\
5875 ".\./Include\modsupport.h"\
5876 ".\./Include\ceval.h"\
5877 ".\./Include\pythonrun.h"\
5878 ".\./Include\sysmodule.h"\
5879 ".\./Include\intrcheck.h"\
5880 ".\./Include\import.h"\
5881 ".\./Include\bltinmodule.h"\
5882 ".\Include\abstract.h"\
5883 ".\./Include\rename2.h"\
5884 ".\./Include\thread.h"\
5885
5886
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005887"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
5888 $(CPP) $(CPP_PROJ) $(SOURCE)
5889
5890
5891!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5892
Guido van Rossum88dc2641996-07-01 18:34:03 +00005893DEP_CPP_CLASS=\
5894 ".\./Include\allobjects.h"\
5895 ".\./Include\structmember.h"\
5896 ".\./PC\config.h"\
5897 ".\./Include\myproto.h"\
5898 ".\Include\object.h"\
5899 ".\Include\objimpl.h"\
5900 ".\Include\pydebug.h"\
5901 ".\Include\accessobject.h"\
5902 ".\Include\intobject.h"\
5903 ".\Include\longobject.h"\
5904 ".\Include\floatobject.h"\
5905 ".\./Include\complexobject.h"\
5906 ".\Include\rangeobject.h"\
5907 ".\Include\stringobject.h"\
5908 ".\Include\tupleobject.h"\
5909 ".\Include\listobject.h"\
5910 ".\Include\mappingobject.h"\
5911 ".\Include\methodobject.h"\
5912 ".\Include\moduleobject.h"\
5913 ".\Include\funcobject.h"\
5914 ".\Include\classobject.h"\
5915 ".\Include\fileobject.h"\
5916 ".\Include\cobject.h"\
5917 ".\./Include\traceback.h"\
5918 ".\Include\errors.h"\
5919 ".\./Include\mymalloc.h"\
5920 ".\./Include\modsupport.h"\
5921 ".\./Include\ceval.h"\
5922 ".\./Include\pythonrun.h"\
5923 ".\./Include\sysmodule.h"\
5924 ".\./Include\intrcheck.h"\
5925 ".\./Include\import.h"\
5926 ".\./Include\bltinmodule.h"\
5927 ".\Include\abstract.h"\
5928 ".\./Include\rename2.h"\
5929 ".\./Include\thread.h"\
5930
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005931
5932"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
5933 $(CPP) $(CPP_PROJ) $(SOURCE)
5934
5935
5936!ENDIF
5937
5938# End Source File
5939################################################################################
5940# Begin Source File
5941
5942SOURCE=.\Python\cgensupport.c
5943DEP_CPP_CGENS=\
5944 ".\./Include\allobjects.h"\
5945 ".\./Include\cgensupport.h"\
5946 ".\./PC\config.h"\
5947 ".\./Include\myproto.h"\
5948 ".\Include\object.h"\
5949 ".\Include\objimpl.h"\
5950 ".\Include\pydebug.h"\
5951 ".\Include\accessobject.h"\
5952 ".\Include\intobject.h"\
5953 ".\Include\longobject.h"\
5954 ".\Include\floatobject.h"\
5955 ".\./Include\complexobject.h"\
5956 ".\Include\rangeobject.h"\
5957 ".\Include\stringobject.h"\
5958 ".\Include\tupleobject.h"\
5959 ".\Include\listobject.h"\
5960 ".\Include\mappingobject.h"\
5961 ".\Include\methodobject.h"\
5962 ".\Include\moduleobject.h"\
5963 ".\Include\funcobject.h"\
5964 ".\Include\classobject.h"\
5965 ".\Include\fileobject.h"\
5966 ".\Include\cobject.h"\
5967 ".\./Include\traceback.h"\
5968 ".\Include\errors.h"\
5969 ".\./Include\mymalloc.h"\
5970 ".\./Include\modsupport.h"\
5971 ".\./Include\ceval.h"\
5972 ".\./Include\pythonrun.h"\
5973 ".\./Include\sysmodule.h"\
5974 ".\./Include\intrcheck.h"\
5975 ".\./Include\import.h"\
5976 ".\./Include\bltinmodule.h"\
5977 ".\Include\abstract.h"\
5978 ".\./Include\rename2.h"\
5979 ".\./Include\thread.h"\
5980
5981
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005982"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
5983 $(CPP) $(CPP_PROJ) $(SOURCE)
5984
5985
Guido van Rossum1bc716f1996-06-28 19:12:06 +00005986# End Source File
5987################################################################################
5988# Begin Source File
5989
5990SOURCE=.\Python\ceval.c
5991DEP_CPP_CEVAL=\
5992 ".\./Include\allobjects.h"\
5993 ".\./Include\compile.h"\
5994 ".\./Include\frameobject.h"\
5995 ".\./Include\eval.h"\
5996 ".\./Include\opcode.h"\
5997 ".\./Include\graminit.h"\
5998 ".\./Include\thread.h"\
5999 ".\./PC\config.h"\
6000 ".\./Include\myproto.h"\
6001 ".\Include\object.h"\
6002 ".\Include\objimpl.h"\
6003 ".\Include\pydebug.h"\
6004 ".\Include\accessobject.h"\
6005 ".\Include\intobject.h"\
6006 ".\Include\longobject.h"\
6007 ".\Include\floatobject.h"\
6008 ".\./Include\complexobject.h"\
6009 ".\Include\rangeobject.h"\
6010 ".\Include\stringobject.h"\
6011 ".\Include\tupleobject.h"\
6012 ".\Include\listobject.h"\
6013 ".\Include\mappingobject.h"\
6014 ".\Include\methodobject.h"\
6015 ".\Include\moduleobject.h"\
6016 ".\Include\funcobject.h"\
6017 ".\Include\classobject.h"\
6018 ".\Include\fileobject.h"\
6019 ".\Include\cobject.h"\
6020 ".\./Include\traceback.h"\
6021 ".\Include\errors.h"\
6022 ".\./Include\mymalloc.h"\
6023 ".\./Include\modsupport.h"\
6024 ".\./Include\ceval.h"\
6025 ".\./Include\pythonrun.h"\
6026 ".\./Include\sysmodule.h"\
6027 ".\./Include\intrcheck.h"\
6028 ".\./Include\import.h"\
6029 ".\./Include\bltinmodule.h"\
6030 ".\Include\abstract.h"\
6031 ".\./Include\rename2.h"\
6032
6033
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006034"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
6035 $(CPP) $(CPP_PROJ) $(SOURCE)
6036
6037
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006038# End Source File
6039################################################################################
6040# Begin Source File
6041
6042SOURCE=.\Python\bltinmodule.c
6043DEP_CPP_BLTIN=\
6044 ".\./Include\allobjects.h"\
6045 ".\./Include\node.h"\
6046 ".\./Include\graminit.h"\
6047 ".\./Include\bltinmodule.h"\
6048 ".\./Include\import.h"\
6049 ".\./Include\compile.h"\
6050 ".\./Include\eval.h"\
6051 ".\./PC\config.h"\
6052 ".\./Include\myproto.h"\
6053 ".\Include\object.h"\
6054 ".\Include\objimpl.h"\
6055 ".\Include\pydebug.h"\
6056 ".\Include\accessobject.h"\
6057 ".\Include\intobject.h"\
6058 ".\Include\longobject.h"\
6059 ".\Include\floatobject.h"\
6060 ".\./Include\complexobject.h"\
6061 ".\Include\rangeobject.h"\
6062 ".\Include\stringobject.h"\
6063 ".\Include\tupleobject.h"\
6064 ".\Include\listobject.h"\
6065 ".\Include\mappingobject.h"\
6066 ".\Include\methodobject.h"\
6067 ".\Include\moduleobject.h"\
6068 ".\Include\funcobject.h"\
6069 ".\Include\classobject.h"\
6070 ".\Include\fileobject.h"\
6071 ".\Include\cobject.h"\
6072 ".\./Include\traceback.h"\
6073 ".\Include\errors.h"\
6074 ".\./Include\mymalloc.h"\
6075 ".\./Include\modsupport.h"\
6076 ".\./Include\ceval.h"\
6077 ".\./Include\pythonrun.h"\
6078 ".\./Include\sysmodule.h"\
6079 ".\./Include\intrcheck.h"\
6080 ".\Include\abstract.h"\
6081 ".\./Include\rename2.h"\
6082 ".\./Include\thread.h"\
6083
6084
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006085"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
6086 $(CPP) $(CPP_PROJ) $(SOURCE)
6087
6088
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006089# End Source File
6090################################################################################
6091# Begin Source File
6092
6093SOURCE=.\Modules\binascii.c
6094DEP_CPP_BINAS=\
6095 ".\./Include\Python.h"\
6096 ".\./Include\allobjects.h"\
6097 ".\./PC\config.h"\
6098 ".\./Include\myproto.h"\
6099 ".\Include\object.h"\
6100 ".\Include\objimpl.h"\
6101 ".\Include\pydebug.h"\
6102 ".\Include\accessobject.h"\
6103 ".\Include\intobject.h"\
6104 ".\Include\longobject.h"\
6105 ".\Include\floatobject.h"\
6106 ".\./Include\complexobject.h"\
6107 ".\Include\rangeobject.h"\
6108 ".\Include\stringobject.h"\
6109 ".\Include\tupleobject.h"\
6110 ".\Include\listobject.h"\
6111 ".\Include\mappingobject.h"\
6112 ".\Include\methodobject.h"\
6113 ".\Include\moduleobject.h"\
6114 ".\Include\funcobject.h"\
6115 ".\Include\classobject.h"\
6116 ".\Include\fileobject.h"\
6117 ".\Include\cobject.h"\
6118 ".\./Include\traceback.h"\
6119 ".\Include\errors.h"\
6120 ".\./Include\mymalloc.h"\
6121 ".\./Include\modsupport.h"\
6122 ".\./Include\ceval.h"\
6123 ".\./Include\pythonrun.h"\
6124 ".\./Include\sysmodule.h"\
6125 ".\./Include\intrcheck.h"\
6126 ".\./Include\import.h"\
6127 ".\./Include\bltinmodule.h"\
6128 ".\Include\abstract.h"\
6129 ".\./Include\rename2.h"\
6130 ".\./Include\thread.h"\
6131
6132
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006133"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
6134 $(CPP) $(CPP_PROJ) $(SOURCE)
6135
6136
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006137# End Source File
6138################################################################################
6139# Begin Source File
6140
6141SOURCE=.\Modules\audioop.c
6142DEP_CPP_AUDIO=\
6143 ".\./Include\allobjects.h"\
6144 ".\./Include\modsupport.h"\
6145 ".\./Include\mymath.h"\
6146 ".\./PC\config.h"\
6147 ".\./Include\myproto.h"\
6148 ".\Include\object.h"\
6149 ".\Include\objimpl.h"\
6150 ".\Include\pydebug.h"\
6151 ".\Include\accessobject.h"\
6152 ".\Include\intobject.h"\
6153 ".\Include\longobject.h"\
6154 ".\Include\floatobject.h"\
6155 ".\./Include\complexobject.h"\
6156 ".\Include\rangeobject.h"\
6157 ".\Include\stringobject.h"\
6158 ".\Include\tupleobject.h"\
6159 ".\Include\listobject.h"\
6160 ".\Include\mappingobject.h"\
6161 ".\Include\methodobject.h"\
6162 ".\Include\moduleobject.h"\
6163 ".\Include\funcobject.h"\
6164 ".\Include\classobject.h"\
6165 ".\Include\fileobject.h"\
6166 ".\Include\cobject.h"\
6167 ".\./Include\traceback.h"\
6168 ".\Include\errors.h"\
6169 ".\./Include\mymalloc.h"\
6170 ".\./Include\ceval.h"\
6171 ".\./Include\pythonrun.h"\
6172 ".\./Include\sysmodule.h"\
6173 ".\./Include\intrcheck.h"\
6174 ".\./Include\import.h"\
6175 ".\./Include\bltinmodule.h"\
6176 ".\Include\abstract.h"\
6177 ".\./Include\rename2.h"\
6178 ".\./Include\thread.h"\
6179
6180
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006181"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
6182 $(CPP) $(CPP_PROJ) $(SOURCE)
6183
6184
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006185# End Source File
6186################################################################################
6187# Begin Source File
6188
6189SOURCE=.\Modules\arraymodule.c
6190DEP_CPP_ARRAY=\
6191 ".\./Include\allobjects.h"\
6192 ".\./Include\modsupport.h"\
6193 ".\./Include\ceval.h"\
6194 {$(INCLUDE)}"\sys\TYPES.H"\
6195 ".\./PC\config.h"\
6196 ".\./Include\myproto.h"\
6197 ".\Include\object.h"\
6198 ".\Include\objimpl.h"\
6199 ".\Include\pydebug.h"\
6200 ".\Include\accessobject.h"\
6201 ".\Include\intobject.h"\
6202 ".\Include\longobject.h"\
6203 ".\Include\floatobject.h"\
6204 ".\./Include\complexobject.h"\
6205 ".\Include\rangeobject.h"\
6206 ".\Include\stringobject.h"\
6207 ".\Include\tupleobject.h"\
6208 ".\Include\listobject.h"\
6209 ".\Include\mappingobject.h"\
6210 ".\Include\methodobject.h"\
6211 ".\Include\moduleobject.h"\
6212 ".\Include\funcobject.h"\
6213 ".\Include\classobject.h"\
6214 ".\Include\fileobject.h"\
6215 ".\Include\cobject.h"\
6216 ".\./Include\traceback.h"\
6217 ".\Include\errors.h"\
6218 ".\./Include\mymalloc.h"\
6219 ".\./Include\pythonrun.h"\
6220 ".\./Include\sysmodule.h"\
6221 ".\./Include\intrcheck.h"\
6222 ".\./Include\import.h"\
6223 ".\./Include\bltinmodule.h"\
6224 ".\Include\abstract.h"\
6225 ".\./Include\rename2.h"\
6226 ".\./Include\thread.h"\
6227
6228
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006229"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
6230 $(CPP) $(CPP_PROJ) $(SOURCE)
6231
6232
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006233# End Source File
6234################################################################################
6235# Begin Source File
6236
6237SOURCE=.\Objects\accessobject.c
6238DEP_CPP_ACCES=\
6239 ".\./Include\allobjects.h"\
6240 ".\./Include\ceval.h"\
6241 ".\./Include\structmember.h"\
6242 ".\./Include\modsupport.h"\
6243 ".\./PC\config.h"\
6244 ".\./Include\myproto.h"\
6245 ".\Include\object.h"\
6246 ".\Include\objimpl.h"\
6247 ".\Include\pydebug.h"\
6248 ".\Include\accessobject.h"\
6249 ".\Include\intobject.h"\
6250 ".\Include\longobject.h"\
6251 ".\Include\floatobject.h"\
6252 ".\./Include\complexobject.h"\
6253 ".\Include\rangeobject.h"\
6254 ".\Include\stringobject.h"\
6255 ".\Include\tupleobject.h"\
6256 ".\Include\listobject.h"\
6257 ".\Include\mappingobject.h"\
6258 ".\Include\methodobject.h"\
6259 ".\Include\moduleobject.h"\
6260 ".\Include\funcobject.h"\
6261 ".\Include\classobject.h"\
6262 ".\Include\fileobject.h"\
6263 ".\Include\cobject.h"\
6264 ".\./Include\traceback.h"\
6265 ".\Include\errors.h"\
6266 ".\./Include\mymalloc.h"\
6267 ".\./Include\pythonrun.h"\
6268 ".\./Include\sysmodule.h"\
6269 ".\./Include\intrcheck.h"\
6270 ".\./Include\import.h"\
6271 ".\./Include\bltinmodule.h"\
6272 ".\Include\abstract.h"\
6273 ".\./Include\rename2.h"\
6274 ".\./Include\thread.h"\
6275
6276
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006277"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
6278 $(CPP) $(CPP_PROJ) $(SOURCE)
6279
6280
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006281# End Source File
6282################################################################################
6283# Begin Source File
6284
6285SOURCE=.\Parser\acceler.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00006286
6287!IF "$(CFG)" == "vc40_nt - Win32 Release"
6288
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006289DEP_CPP_ACCEL=\
6290 ".\./Include\pgenheaders.h"\
6291 ".\./Include\grammar.h"\
6292 ".\./Include\node.h"\
6293 ".\./Include\token.h"\
6294 ".\Parser\parser.h"\
6295 ".\./PC\config.h"\
6296 ".\./Include\myproto.h"\
6297 ".\./Include\mymalloc.h"\
6298 ".\Include\pydebug.h"\
6299 ".\Include\bitset.h"\
6300 ".\./Include\rename2.h"\
6301
6302
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006303"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
6304 $(CPP) $(CPP_PROJ) $(SOURCE)
6305
6306
6307!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6308
Guido van Rossum88dc2641996-07-01 18:34:03 +00006309DEP_CPP_ACCEL=\
6310 ".\./Include\pgenheaders.h"\
6311 ".\./Include\grammar.h"\
6312 ".\./Include\node.h"\
6313 ".\./Include\token.h"\
6314 ".\Parser\parser.h"\
6315 ".\./PC\config.h"\
6316 ".\./Include\myproto.h"\
6317 ".\./Include\mymalloc.h"\
6318 ".\Include\pydebug.h"\
6319 ".\Include\bitset.h"\
6320 ".\./Include\rename2.h"\
6321
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006322
6323"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
6324 $(CPP) $(CPP_PROJ) $(SOURCE)
6325
6326
6327!ENDIF
6328
6329# End Source File
6330################################################################################
6331# Begin Source File
6332
6333SOURCE=.\Objects\abstract.c
6334DEP_CPP_ABSTR=\
6335 ".\./Include\Python.h"\
6336 ".\./Include\allobjects.h"\
6337 ".\./PC\config.h"\
6338 ".\./Include\myproto.h"\
6339 ".\Include\object.h"\
6340 ".\Include\objimpl.h"\
6341 ".\Include\pydebug.h"\
6342 ".\Include\accessobject.h"\
6343 ".\Include\intobject.h"\
6344 ".\Include\longobject.h"\
6345 ".\Include\floatobject.h"\
6346 ".\./Include\complexobject.h"\
6347 ".\Include\rangeobject.h"\
6348 ".\Include\stringobject.h"\
6349 ".\Include\tupleobject.h"\
6350 ".\Include\listobject.h"\
6351 ".\Include\mappingobject.h"\
6352 ".\Include\methodobject.h"\
6353 ".\Include\moduleobject.h"\
6354 ".\Include\funcobject.h"\
6355 ".\Include\classobject.h"\
6356 ".\Include\fileobject.h"\
6357 ".\Include\cobject.h"\
6358 ".\./Include\traceback.h"\
6359 ".\Include\errors.h"\
6360 ".\./Include\mymalloc.h"\
6361 ".\./Include\modsupport.h"\
6362 ".\./Include\ceval.h"\
6363 ".\./Include\pythonrun.h"\
6364 ".\./Include\sysmodule.h"\
6365 ".\./Include\intrcheck.h"\
6366 ".\./Include\import.h"\
6367 ".\./Include\bltinmodule.h"\
6368 ".\Include\abstract.h"\
6369 ".\./Include\rename2.h"\
6370 ".\./Include\thread.h"\
6371
6372
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006373"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
6374 $(CPP) $(CPP_PROJ) $(SOURCE)
6375
6376
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006377# End Source File
6378################################################################################
6379# Begin Source File
6380
6381SOURCE=.\Modules\yuvconvert.c
6382DEP_CPP_YUVCO=\
6383 ".\Modules\yuv.h"\
6384
6385
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006386"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
6387 $(CPP) $(CPP_PROJ) $(SOURCE)
6388
6389
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006390# End Source File
6391################################################################################
6392# Begin Source File
6393
6394SOURCE=.\Objects\typeobject.c
6395DEP_CPP_TYPEO=\
6396 ".\./Include\allobjects.h"\
6397 ".\./PC\config.h"\
6398 ".\./Include\myproto.h"\
6399 ".\Include\object.h"\
6400 ".\Include\objimpl.h"\
6401 ".\Include\pydebug.h"\
6402 ".\Include\accessobject.h"\
6403 ".\Include\intobject.h"\
6404 ".\Include\longobject.h"\
6405 ".\Include\floatobject.h"\
6406 ".\./Include\complexobject.h"\
6407 ".\Include\rangeobject.h"\
6408 ".\Include\stringobject.h"\
6409 ".\Include\tupleobject.h"\
6410 ".\Include\listobject.h"\
6411 ".\Include\mappingobject.h"\
6412 ".\Include\methodobject.h"\
6413 ".\Include\moduleobject.h"\
6414 ".\Include\funcobject.h"\
6415 ".\Include\classobject.h"\
6416 ".\Include\fileobject.h"\
6417 ".\Include\cobject.h"\
6418 ".\./Include\traceback.h"\
6419 ".\Include\errors.h"\
6420 ".\./Include\mymalloc.h"\
6421 ".\./Include\modsupport.h"\
6422 ".\./Include\ceval.h"\
6423 ".\./Include\pythonrun.h"\
6424 ".\./Include\sysmodule.h"\
6425 ".\./Include\intrcheck.h"\
6426 ".\./Include\import.h"\
6427 ".\./Include\bltinmodule.h"\
6428 ".\Include\abstract.h"\
6429 ".\./Include\rename2.h"\
6430 ".\./Include\thread.h"\
6431
6432
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006433"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
6434 $(CPP) $(CPP_PROJ) $(SOURCE)
6435
6436
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006437# End Source File
6438################################################################################
6439# Begin Source File
6440
6441SOURCE=.\Objects\tupleobject.c
6442DEP_CPP_TUPLE=\
6443 ".\./Include\allobjects.h"\
6444 ".\./PC\config.h"\
6445 ".\./Include\myproto.h"\
6446 ".\Include\object.h"\
6447 ".\Include\objimpl.h"\
6448 ".\Include\pydebug.h"\
6449 ".\Include\accessobject.h"\
6450 ".\Include\intobject.h"\
6451 ".\Include\longobject.h"\
6452 ".\Include\floatobject.h"\
6453 ".\./Include\complexobject.h"\
6454 ".\Include\rangeobject.h"\
6455 ".\Include\stringobject.h"\
6456 ".\Include\tupleobject.h"\
6457 ".\Include\listobject.h"\
6458 ".\Include\mappingobject.h"\
6459 ".\Include\methodobject.h"\
6460 ".\Include\moduleobject.h"\
6461 ".\Include\funcobject.h"\
6462 ".\Include\classobject.h"\
6463 ".\Include\fileobject.h"\
6464 ".\Include\cobject.h"\
6465 ".\./Include\traceback.h"\
6466 ".\Include\errors.h"\
6467 ".\./Include\mymalloc.h"\
6468 ".\./Include\modsupport.h"\
6469 ".\./Include\ceval.h"\
6470 ".\./Include\pythonrun.h"\
6471 ".\./Include\sysmodule.h"\
6472 ".\./Include\intrcheck.h"\
6473 ".\./Include\import.h"\
6474 ".\./Include\bltinmodule.h"\
6475 ".\Include\abstract.h"\
6476 ".\./Include\rename2.h"\
6477 ".\./Include\thread.h"\
6478
6479
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006480"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
6481 $(CPP) $(CPP_PROJ) $(SOURCE)
6482
6483
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006484# End Source File
6485################################################################################
6486# Begin Source File
6487
6488SOURCE=.\Python\traceback.c
6489DEP_CPP_TRACE=\
6490 ".\./Include\allobjects.h"\
6491 ".\./Include\sysmodule.h"\
6492 ".\./Include\compile.h"\
6493 ".\./Include\frameobject.h"\
6494 ".\./Include\traceback.h"\
6495 ".\./Include\structmember.h"\
6496 ".\./Include\osdefs.h"\
6497 ".\./PC\config.h"\
6498 ".\./Include\myproto.h"\
6499 ".\Include\object.h"\
6500 ".\Include\objimpl.h"\
6501 ".\Include\pydebug.h"\
6502 ".\Include\accessobject.h"\
6503 ".\Include\intobject.h"\
6504 ".\Include\longobject.h"\
6505 ".\Include\floatobject.h"\
6506 ".\./Include\complexobject.h"\
6507 ".\Include\rangeobject.h"\
6508 ".\Include\stringobject.h"\
6509 ".\Include\tupleobject.h"\
6510 ".\Include\listobject.h"\
6511 ".\Include\mappingobject.h"\
6512 ".\Include\methodobject.h"\
6513 ".\Include\moduleobject.h"\
6514 ".\Include\funcobject.h"\
6515 ".\Include\classobject.h"\
6516 ".\Include\fileobject.h"\
6517 ".\Include\cobject.h"\
6518 ".\Include\errors.h"\
6519 ".\./Include\mymalloc.h"\
6520 ".\./Include\modsupport.h"\
6521 ".\./Include\ceval.h"\
6522 ".\./Include\pythonrun.h"\
6523 ".\./Include\intrcheck.h"\
6524 ".\./Include\import.h"\
6525 ".\./Include\bltinmodule.h"\
6526 ".\Include\abstract.h"\
6527 ".\./Include\rename2.h"\
6528 ".\./Include\thread.h"\
6529
6530
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006531"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
6532 $(CPP) $(CPP_PROJ) $(SOURCE)
6533
6534
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006535# End Source File
6536################################################################################
6537# Begin Source File
6538
6539SOURCE=.\Parser\tokenizer.c
6540DEP_CPP_TOKEN=\
6541 ".\./Include\pgenheaders.h"\
6542 ".\Parser\tokenizer.h"\
6543 ".\./Include\errcode.h"\
6544 ".\./PC\config.h"\
6545 ".\./Include\myproto.h"\
6546 ".\./Include\mymalloc.h"\
6547 ".\Include\pydebug.h"\
6548 ".\./Include\token.h"\
6549 ".\./Include\rename2.h"\
6550
6551
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006552"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
6553 $(CPP) $(CPP_PROJ) $(SOURCE)
6554
6555
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006556# End Source File
6557################################################################################
6558# Begin Source File
6559
6560SOURCE=.\Modules\timemodule.c
6561DEP_CPP_TIMEM=\
6562 ".\./Include\allobjects.h"\
6563 ".\./Include\modsupport.h"\
6564 ".\./Include\ceval.h"\
6565 {$(INCLUDE)}"\sys\TYPES.H"\
6566 ".\./Include\myselect.h"\
6567 ".\./Include\mytime.h"\
6568 {$(INCLUDE)}"\sys\TIMEB.H"\
6569 ".\./PC\config.h"\
6570 ".\./Include\myproto.h"\
6571 ".\Include\object.h"\
6572 ".\Include\objimpl.h"\
6573 ".\Include\pydebug.h"\
6574 ".\Include\accessobject.h"\
6575 ".\Include\intobject.h"\
6576 ".\Include\longobject.h"\
6577 ".\Include\floatobject.h"\
6578 ".\./Include\complexobject.h"\
6579 ".\Include\rangeobject.h"\
6580 ".\Include\stringobject.h"\
6581 ".\Include\tupleobject.h"\
6582 ".\Include\listobject.h"\
6583 ".\Include\mappingobject.h"\
6584 ".\Include\methodobject.h"\
6585 ".\Include\moduleobject.h"\
6586 ".\Include\funcobject.h"\
6587 ".\Include\classobject.h"\
6588 ".\Include\fileobject.h"\
6589 ".\Include\cobject.h"\
6590 ".\./Include\traceback.h"\
6591 ".\Include\errors.h"\
6592 ".\./Include\mymalloc.h"\
6593 ".\./Include\pythonrun.h"\
6594 ".\./Include\sysmodule.h"\
6595 ".\./Include\intrcheck.h"\
6596 ".\./Include\import.h"\
6597 ".\./Include\bltinmodule.h"\
6598 ".\Include\abstract.h"\
6599 ".\./Include\rename2.h"\
6600 ".\./Include\thread.h"\
6601
6602
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006603"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
6604 $(CPP) $(CPP_PROJ) $(SOURCE)
6605
6606
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006607# End Source File
6608################################################################################
6609# Begin Source File
6610
6611SOURCE=.\Modules\threadmodule.c
6612DEP_CPP_THREA=\
6613 ".\./Include\allobjects.h"\
6614 ".\./Include\thread.h"\
6615 ".\./PC\config.h"\
6616 ".\./Include\myproto.h"\
6617 ".\Include\object.h"\
6618 ".\Include\objimpl.h"\
6619 ".\Include\pydebug.h"\
6620 ".\Include\accessobject.h"\
6621 ".\Include\intobject.h"\
6622 ".\Include\longobject.h"\
6623 ".\Include\floatobject.h"\
6624 ".\./Include\complexobject.h"\
6625 ".\Include\rangeobject.h"\
6626 ".\Include\stringobject.h"\
6627 ".\Include\tupleobject.h"\
6628 ".\Include\listobject.h"\
6629 ".\Include\mappingobject.h"\
6630 ".\Include\methodobject.h"\
6631 ".\Include\moduleobject.h"\
6632 ".\Include\funcobject.h"\
6633 ".\Include\classobject.h"\
6634 ".\Include\fileobject.h"\
6635 ".\Include\cobject.h"\
6636 ".\./Include\traceback.h"\
6637 ".\Include\errors.h"\
6638 ".\./Include\mymalloc.h"\
6639 ".\./Include\modsupport.h"\
6640 ".\./Include\ceval.h"\
6641 ".\./Include\pythonrun.h"\
6642 ".\./Include\sysmodule.h"\
6643 ".\./Include\intrcheck.h"\
6644 ".\./Include\import.h"\
6645 ".\./Include\bltinmodule.h"\
6646 ".\Include\abstract.h"\
6647 ".\./Include\rename2.h"\
6648
6649
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006650"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
6651 $(CPP) $(CPP_PROJ) $(SOURCE)
6652
6653
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006654# End Source File
6655################################################################################
6656# Begin Source File
6657
6658SOURCE=.\Python\thread.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00006659
6660!IF "$(CFG)" == "vc40_nt - Win32 Release"
6661
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006662DEP_CPP_THREAD=\
6663 ".\./PC\config.h"\
6664 ".\./Include\thread.h"\
6665 ".\Python\thread_sgi.h"\
6666 ".\Python\thread_solaris.h"\
6667 ".\Python\thread_lwp.h"\
6668 ".\Python\thread_pthread.h"\
6669 ".\Python\thread_cthread.h"\
6670 ".\Python\thread_nt.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006671 {$(INCLUDE)}"\sys\TYPES.H"\
6672
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006673
6674"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
6675 $(CPP) $(CPP_PROJ) $(SOURCE)
6676
6677
6678!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6679
Guido van Rossum88dc2641996-07-01 18:34:03 +00006680DEP_CPP_THREAD=\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006681 ".\./PC\config.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006682 ".\./Include\thread.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00006683 ".\Python\thread_sgi.h"\
6684 ".\Python\thread_solaris.h"\
6685 ".\Python\thread_lwp.h"\
6686 ".\Python\thread_pthread.h"\
6687 ".\Python\thread_cthread.h"\
6688 ".\Python\thread_nt.h"\
6689 {$(INCLUDE)}"\sys\TYPES.H"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006690
6691
Guido van Rossum88dc2641996-07-01 18:34:03 +00006692"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006693 $(CPP) $(CPP_PROJ) $(SOURCE)
6694
6695
6696!ENDIF
6697
6698# End Source File
6699################################################################################
6700# Begin Source File
6701
6702SOURCE=.\Modules\structmodule.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00006703
6704!IF "$(CFG)" == "vc40_nt - Win32 Release"
6705
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006706DEP_CPP_STRUC=\
6707 ".\./Include\allobjects.h"\
6708 ".\./Include\modsupport.h"\
6709 ".\./PC\config.h"\
6710 ".\./Include\myproto.h"\
6711 ".\Include\object.h"\
6712 ".\Include\objimpl.h"\
6713 ".\Include\pydebug.h"\
6714 ".\Include\accessobject.h"\
6715 ".\Include\intobject.h"\
6716 ".\Include\longobject.h"\
6717 ".\Include\floatobject.h"\
6718 ".\./Include\complexobject.h"\
6719 ".\Include\rangeobject.h"\
6720 ".\Include\stringobject.h"\
6721 ".\Include\tupleobject.h"\
6722 ".\Include\listobject.h"\
6723 ".\Include\mappingobject.h"\
6724 ".\Include\methodobject.h"\
6725 ".\Include\moduleobject.h"\
6726 ".\Include\funcobject.h"\
6727 ".\Include\classobject.h"\
6728 ".\Include\fileobject.h"\
6729 ".\Include\cobject.h"\
6730 ".\./Include\traceback.h"\
6731 ".\Include\errors.h"\
6732 ".\./Include\mymalloc.h"\
6733 ".\./Include\ceval.h"\
6734 ".\./Include\pythonrun.h"\
6735 ".\./Include\sysmodule.h"\
6736 ".\./Include\intrcheck.h"\
6737 ".\./Include\import.h"\
6738 ".\./Include\bltinmodule.h"\
6739 ".\Include\abstract.h"\
6740 ".\./Include\rename2.h"\
6741 ".\./Include\thread.h"\
6742
6743
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006744"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
6745 $(CPP) $(CPP_PROJ) $(SOURCE)
6746
6747
6748!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6749
Guido van Rossum88dc2641996-07-01 18:34:03 +00006750DEP_CPP_STRUC=\
6751 ".\./Include\allobjects.h"\
6752 ".\./Include\modsupport.h"\
6753 ".\./PC\config.h"\
6754 ".\./Include\myproto.h"\
6755 ".\Include\object.h"\
6756 ".\Include\objimpl.h"\
6757 ".\Include\pydebug.h"\
6758 ".\Include\accessobject.h"\
6759 ".\Include\intobject.h"\
6760 ".\Include\longobject.h"\
6761 ".\Include\floatobject.h"\
6762 ".\./Include\complexobject.h"\
6763 ".\Include\rangeobject.h"\
6764 ".\Include\stringobject.h"\
6765 ".\Include\tupleobject.h"\
6766 ".\Include\listobject.h"\
6767 ".\Include\mappingobject.h"\
6768 ".\Include\methodobject.h"\
6769 ".\Include\moduleobject.h"\
6770 ".\Include\funcobject.h"\
6771 ".\Include\classobject.h"\
6772 ".\Include\fileobject.h"\
6773 ".\Include\cobject.h"\
6774 ".\./Include\traceback.h"\
6775 ".\Include\errors.h"\
6776 ".\./Include\mymalloc.h"\
6777 ".\./Include\ceval.h"\
6778 ".\./Include\pythonrun.h"\
6779 ".\./Include\sysmodule.h"\
6780 ".\./Include\intrcheck.h"\
6781 ".\./Include\import.h"\
6782 ".\./Include\bltinmodule.h"\
6783 ".\Include\abstract.h"\
6784 ".\./Include\rename2.h"\
6785 ".\./Include\thread.h"\
6786
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006787
6788"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
6789 $(CPP) $(CPP_PROJ) $(SOURCE)
6790
6791
6792!ENDIF
6793
6794# End Source File
6795################################################################################
6796# Begin Source File
6797
6798SOURCE=.\Python\structmember.c
6799DEP_CPP_STRUCT=\
6800 ".\./Include\allobjects.h"\
6801 ".\./Include\structmember.h"\
6802 ".\./PC\config.h"\
6803 ".\./Include\myproto.h"\
6804 ".\Include\object.h"\
6805 ".\Include\objimpl.h"\
6806 ".\Include\pydebug.h"\
6807 ".\Include\accessobject.h"\
6808 ".\Include\intobject.h"\
6809 ".\Include\longobject.h"\
6810 ".\Include\floatobject.h"\
6811 ".\./Include\complexobject.h"\
6812 ".\Include\rangeobject.h"\
6813 ".\Include\stringobject.h"\
6814 ".\Include\tupleobject.h"\
6815 ".\Include\listobject.h"\
6816 ".\Include\mappingobject.h"\
6817 ".\Include\methodobject.h"\
6818 ".\Include\moduleobject.h"\
6819 ".\Include\funcobject.h"\
6820 ".\Include\classobject.h"\
6821 ".\Include\fileobject.h"\
6822 ".\Include\cobject.h"\
6823 ".\./Include\traceback.h"\
6824 ".\Include\errors.h"\
6825 ".\./Include\mymalloc.h"\
6826 ".\./Include\modsupport.h"\
6827 ".\./Include\ceval.h"\
6828 ".\./Include\pythonrun.h"\
6829 ".\./Include\sysmodule.h"\
6830 ".\./Include\intrcheck.h"\
6831 ".\./Include\import.h"\
6832 ".\./Include\bltinmodule.h"\
6833 ".\Include\abstract.h"\
6834 ".\./Include\rename2.h"\
6835 ".\./Include\thread.h"\
6836
6837
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006838"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
6839 $(CPP) $(CPP_PROJ) $(SOURCE)
6840
6841
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006842# End Source File
6843################################################################################
6844# Begin Source File
6845
6846SOURCE=.\Modules\stropmodule.c
6847DEP_CPP_STROP=\
6848 ".\./Include\allobjects.h"\
6849 ".\./Include\modsupport.h"\
6850 ".\./PC\config.h"\
6851 ".\./Include\myproto.h"\
6852 ".\Include\object.h"\
6853 ".\Include\objimpl.h"\
6854 ".\Include\pydebug.h"\
6855 ".\Include\accessobject.h"\
6856 ".\Include\intobject.h"\
6857 ".\Include\longobject.h"\
6858 ".\Include\floatobject.h"\
6859 ".\./Include\complexobject.h"\
6860 ".\Include\rangeobject.h"\
6861 ".\Include\stringobject.h"\
6862 ".\Include\tupleobject.h"\
6863 ".\Include\listobject.h"\
6864 ".\Include\mappingobject.h"\
6865 ".\Include\methodobject.h"\
6866 ".\Include\moduleobject.h"\
6867 ".\Include\funcobject.h"\
6868 ".\Include\classobject.h"\
6869 ".\Include\fileobject.h"\
6870 ".\Include\cobject.h"\
6871 ".\./Include\traceback.h"\
6872 ".\Include\errors.h"\
6873 ".\./Include\mymalloc.h"\
6874 ".\./Include\ceval.h"\
6875 ".\./Include\pythonrun.h"\
6876 ".\./Include\sysmodule.h"\
6877 ".\./Include\intrcheck.h"\
6878 ".\./Include\import.h"\
6879 ".\./Include\bltinmodule.h"\
6880 ".\Include\abstract.h"\
6881 ".\./Include\rename2.h"\
6882 ".\./Include\thread.h"\
6883
6884
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006885"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
6886 $(CPP) $(CPP_PROJ) $(SOURCE)
6887
6888
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006889# End Source File
6890################################################################################
6891# Begin Source File
6892
6893SOURCE=.\Objects\stringobject.c
6894DEP_CPP_STRIN=\
6895 ".\./Include\allobjects.h"\
6896 ".\./PC\config.h"\
6897 ".\./Include\myproto.h"\
6898 ".\Include\object.h"\
6899 ".\Include\objimpl.h"\
6900 ".\Include\pydebug.h"\
6901 ".\Include\accessobject.h"\
6902 ".\Include\intobject.h"\
6903 ".\Include\longobject.h"\
6904 ".\Include\floatobject.h"\
6905 ".\./Include\complexobject.h"\
6906 ".\Include\rangeobject.h"\
6907 ".\Include\stringobject.h"\
6908 ".\Include\tupleobject.h"\
6909 ".\Include\listobject.h"\
6910 ".\Include\mappingobject.h"\
6911 ".\Include\methodobject.h"\
6912 ".\Include\moduleobject.h"\
6913 ".\Include\funcobject.h"\
6914 ".\Include\classobject.h"\
6915 ".\Include\fileobject.h"\
6916 ".\Include\cobject.h"\
6917 ".\./Include\traceback.h"\
6918 ".\Include\errors.h"\
6919 ".\./Include\mymalloc.h"\
6920 ".\./Include\modsupport.h"\
6921 ".\./Include\ceval.h"\
6922 ".\./Include\pythonrun.h"\
6923 ".\./Include\sysmodule.h"\
6924 ".\./Include\intrcheck.h"\
6925 ".\./Include\import.h"\
6926 ".\./Include\bltinmodule.h"\
6927 ".\Include\abstract.h"\
6928 ".\./Include\rename2.h"\
6929 ".\./Include\thread.h"\
6930
6931
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006932"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
6933 $(CPP) $(CPP_PROJ) $(SOURCE)
6934
6935
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006936# End Source File
6937################################################################################
6938# Begin Source File
6939
6940SOURCE=.\Modules\soundex.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00006941
6942!IF "$(CFG)" == "vc40_nt - Win32 Release"
6943
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006944DEP_CPP_SOUND=\
6945 ".\./Include\Python.h"\
6946 ".\./Include\allobjects.h"\
6947 ".\./PC\config.h"\
6948 ".\./Include\myproto.h"\
6949 ".\Include\object.h"\
6950 ".\Include\objimpl.h"\
6951 ".\Include\pydebug.h"\
6952 ".\Include\accessobject.h"\
6953 ".\Include\intobject.h"\
6954 ".\Include\longobject.h"\
6955 ".\Include\floatobject.h"\
6956 ".\./Include\complexobject.h"\
6957 ".\Include\rangeobject.h"\
6958 ".\Include\stringobject.h"\
6959 ".\Include\tupleobject.h"\
6960 ".\Include\listobject.h"\
6961 ".\Include\mappingobject.h"\
6962 ".\Include\methodobject.h"\
6963 ".\Include\moduleobject.h"\
6964 ".\Include\funcobject.h"\
6965 ".\Include\classobject.h"\
6966 ".\Include\fileobject.h"\
6967 ".\Include\cobject.h"\
6968 ".\./Include\traceback.h"\
6969 ".\Include\errors.h"\
6970 ".\./Include\mymalloc.h"\
6971 ".\./Include\modsupport.h"\
6972 ".\./Include\ceval.h"\
6973 ".\./Include\pythonrun.h"\
6974 ".\./Include\sysmodule.h"\
6975 ".\./Include\intrcheck.h"\
6976 ".\./Include\import.h"\
6977 ".\./Include\bltinmodule.h"\
6978 ".\Include\abstract.h"\
6979 ".\./Include\rename2.h"\
6980 ".\./Include\thread.h"\
6981
6982
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006983"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
6984 $(CPP) $(CPP_PROJ) $(SOURCE)
6985
6986
6987!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6988
Guido van Rossum88dc2641996-07-01 18:34:03 +00006989DEP_CPP_SOUND=\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006990 ".\./Include\Python.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00006991 ".\./Include\allobjects.h"\
6992 ".\./PC\config.h"\
6993 ".\./Include\myproto.h"\
6994 ".\Include\object.h"\
6995 ".\Include\objimpl.h"\
6996 ".\Include\pydebug.h"\
6997 ".\Include\accessobject.h"\
6998 ".\Include\intobject.h"\
6999 ".\Include\longobject.h"\
7000 ".\Include\floatobject.h"\
7001 ".\./Include\complexobject.h"\
7002 ".\Include\rangeobject.h"\
7003 ".\Include\stringobject.h"\
7004 ".\Include\tupleobject.h"\
7005 ".\Include\listobject.h"\
7006 ".\Include\mappingobject.h"\
7007 ".\Include\methodobject.h"\
7008 ".\Include\moduleobject.h"\
7009 ".\Include\funcobject.h"\
7010 ".\Include\classobject.h"\
7011 ".\Include\fileobject.h"\
7012 ".\Include\cobject.h"\
7013 ".\./Include\traceback.h"\
7014 ".\Include\errors.h"\
7015 ".\./Include\mymalloc.h"\
7016 ".\./Include\modsupport.h"\
7017 ".\./Include\ceval.h"\
7018 ".\./Include\pythonrun.h"\
7019 ".\./Include\sysmodule.h"\
7020 ".\./Include\intrcheck.h"\
7021 ".\./Include\import.h"\
7022 ".\./Include\bltinmodule.h"\
7023 ".\Include\abstract.h"\
7024 ".\./Include\rename2.h"\
7025 ".\./Include\thread.h"\
7026
7027
Guido van Rossum88dc2641996-07-01 18:34:03 +00007028"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007029 $(CPP) $(CPP_PROJ) $(SOURCE)
7030
7031
7032!ENDIF
7033
7034# End Source File
7035################################################################################
7036# Begin Source File
7037
7038SOURCE=.\Modules\signalmodule.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00007039
7040!IF "$(CFG)" == "vc40_nt - Win32 Release"
7041
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007042DEP_CPP_SIGNA=\
7043 ".\./Include\Python.h"\
7044 ".\./Include\intrcheck.h"\
7045 ".\./Include\thread.h"\
7046 ".\./Include\allobjects.h"\
7047 ".\./PC\config.h"\
7048 ".\./Include\myproto.h"\
7049 ".\Include\object.h"\
7050 ".\Include\objimpl.h"\
7051 ".\Include\pydebug.h"\
7052 ".\Include\accessobject.h"\
7053 ".\Include\intobject.h"\
7054 ".\Include\longobject.h"\
7055 ".\Include\floatobject.h"\
7056 ".\./Include\complexobject.h"\
7057 ".\Include\rangeobject.h"\
7058 ".\Include\stringobject.h"\
7059 ".\Include\tupleobject.h"\
7060 ".\Include\listobject.h"\
7061 ".\Include\mappingobject.h"\
7062 ".\Include\methodobject.h"\
7063 ".\Include\moduleobject.h"\
7064 ".\Include\funcobject.h"\
7065 ".\Include\classobject.h"\
7066 ".\Include\fileobject.h"\
7067 ".\Include\cobject.h"\
7068 ".\./Include\traceback.h"\
7069 ".\Include\errors.h"\
7070 ".\./Include\mymalloc.h"\
7071 ".\./Include\modsupport.h"\
7072 ".\./Include\ceval.h"\
7073 ".\./Include\pythonrun.h"\
7074 ".\./Include\sysmodule.h"\
7075 ".\./Include\import.h"\
7076 ".\./Include\bltinmodule.h"\
7077 ".\Include\abstract.h"\
7078 ".\./Include\rename2.h"\
7079
7080
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007081"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
7082 $(CPP) $(CPP_PROJ) $(SOURCE)
7083
7084
7085!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7086
Guido van Rossum88dc2641996-07-01 18:34:03 +00007087DEP_CPP_SIGNA=\
7088 ".\./Include\Python.h"\
7089 ".\./Include\intrcheck.h"\
7090 ".\./Include\thread.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007091 ".\./Include\allobjects.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007092 ".\./PC\config.h"\
7093 ".\./Include\myproto.h"\
7094 ".\Include\object.h"\
7095 ".\Include\objimpl.h"\
7096 ".\Include\pydebug.h"\
7097 ".\Include\accessobject.h"\
7098 ".\Include\intobject.h"\
7099 ".\Include\longobject.h"\
7100 ".\Include\floatobject.h"\
7101 ".\./Include\complexobject.h"\
7102 ".\Include\rangeobject.h"\
7103 ".\Include\stringobject.h"\
7104 ".\Include\tupleobject.h"\
7105 ".\Include\listobject.h"\
7106 ".\Include\mappingobject.h"\
7107 ".\Include\methodobject.h"\
7108 ".\Include\moduleobject.h"\
7109 ".\Include\funcobject.h"\
7110 ".\Include\classobject.h"\
7111 ".\Include\fileobject.h"\
7112 ".\Include\cobject.h"\
7113 ".\./Include\traceback.h"\
7114 ".\Include\errors.h"\
7115 ".\./Include\mymalloc.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00007116 ".\./Include\modsupport.h"\
7117 ".\./Include\ceval.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007118 ".\./Include\pythonrun.h"\
7119 ".\./Include\sysmodule.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007120 ".\./Include\import.h"\
7121 ".\./Include\bltinmodule.h"\
7122 ".\Include\abstract.h"\
7123 ".\./Include\rename2.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007124
7125
Guido van Rossum88dc2641996-07-01 18:34:03 +00007126"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007127 $(CPP) $(CPP_PROJ) $(SOURCE)
7128
7129
7130!ENDIF
7131
7132# End Source File
7133################################################################################
7134# Begin Source File
7135
7136SOURCE=.\Modules\rotormodule.c
7137DEP_CPP_ROTOR=\
7138 ".\./Include\Python.h"\
7139 ".\./Include\mymath.h"\
7140 ".\./Include\allobjects.h"\
7141 ".\./PC\config.h"\
7142 ".\./Include\myproto.h"\
7143 ".\Include\object.h"\
7144 ".\Include\objimpl.h"\
7145 ".\Include\pydebug.h"\
7146 ".\Include\accessobject.h"\
7147 ".\Include\intobject.h"\
7148 ".\Include\longobject.h"\
7149 ".\Include\floatobject.h"\
7150 ".\./Include\complexobject.h"\
7151 ".\Include\rangeobject.h"\
7152 ".\Include\stringobject.h"\
7153 ".\Include\tupleobject.h"\
7154 ".\Include\listobject.h"\
7155 ".\Include\mappingobject.h"\
7156 ".\Include\methodobject.h"\
7157 ".\Include\moduleobject.h"\
7158 ".\Include\funcobject.h"\
7159 ".\Include\classobject.h"\
7160 ".\Include\fileobject.h"\
7161 ".\Include\cobject.h"\
7162 ".\./Include\traceback.h"\
7163 ".\Include\errors.h"\
7164 ".\./Include\mymalloc.h"\
7165 ".\./Include\modsupport.h"\
7166 ".\./Include\ceval.h"\
7167 ".\./Include\pythonrun.h"\
7168 ".\./Include\sysmodule.h"\
7169 ".\./Include\intrcheck.h"\
7170 ".\./Include\import.h"\
7171 ".\./Include\bltinmodule.h"\
7172 ".\Include\abstract.h"\
7173 ".\./Include\rename2.h"\
7174 ".\./Include\thread.h"\
7175
7176
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007177"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
7178 $(CPP) $(CPP_PROJ) $(SOURCE)
7179
7180
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007181# End Source File
7182################################################################################
7183# Begin Source File
7184
7185SOURCE=.\Modules\rgbimgmodule.c
7186DEP_CPP_RGBIM=\
7187 ".\./Include\allobjects.h"\
7188 ".\./Include\modsupport.h"\
7189 ".\./PC\config.h"\
7190 ".\./Include\myproto.h"\
7191 ".\Include\object.h"\
7192 ".\Include\objimpl.h"\
7193 ".\Include\pydebug.h"\
7194 ".\Include\accessobject.h"\
7195 ".\Include\intobject.h"\
7196 ".\Include\longobject.h"\
7197 ".\Include\floatobject.h"\
7198 ".\./Include\complexobject.h"\
7199 ".\Include\rangeobject.h"\
7200 ".\Include\stringobject.h"\
7201 ".\Include\tupleobject.h"\
7202 ".\Include\listobject.h"\
7203 ".\Include\mappingobject.h"\
7204 ".\Include\methodobject.h"\
7205 ".\Include\moduleobject.h"\
7206 ".\Include\funcobject.h"\
7207 ".\Include\classobject.h"\
7208 ".\Include\fileobject.h"\
7209 ".\Include\cobject.h"\
7210 ".\./Include\traceback.h"\
7211 ".\Include\errors.h"\
7212 ".\./Include\mymalloc.h"\
7213 ".\./Include\ceval.h"\
7214 ".\./Include\pythonrun.h"\
7215 ".\./Include\sysmodule.h"\
7216 ".\./Include\intrcheck.h"\
7217 ".\./Include\import.h"\
7218 ".\./Include\bltinmodule.h"\
7219 ".\Include\abstract.h"\
7220 ".\./Include\rename2.h"\
7221 ".\./Include\thread.h"\
7222
7223
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007224"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
7225 $(CPP) $(CPP_PROJ) $(SOURCE)
7226
7227
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007228# End Source File
7229################################################################################
7230# Begin Source File
7231
7232SOURCE=.\Modules\regexpr.c
7233DEP_CPP_REGEX=\
7234 ".\./Include\myproto.h"\
7235 ".\Modules\regexpr.h"\
7236 ".\./PC\config.h"\
7237 ".\./Include\rename2.h"\
7238
7239NODEP_CPP_REGEX=\
7240 ".\Modules\lisp.h"\
7241 ".\Modules\buffer.h"\
7242 ".\Modules\syntax.h"\
7243
7244
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007245"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
7246 $(CPP) $(CPP_PROJ) $(SOURCE)
7247
7248
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007249# End Source File
7250################################################################################
7251# Begin Source File
7252
7253SOURCE=.\Modules\regexmodule.c
7254DEP_CPP_REGEXM=\
7255 ".\./Include\allobjects.h"\
7256 ".\./Include\modsupport.h"\
7257 ".\Modules\regexpr.h"\
7258 ".\./PC\config.h"\
7259 ".\./Include\myproto.h"\
7260 ".\Include\object.h"\
7261 ".\Include\objimpl.h"\
7262 ".\Include\pydebug.h"\
7263 ".\Include\accessobject.h"\
7264 ".\Include\intobject.h"\
7265 ".\Include\longobject.h"\
7266 ".\Include\floatobject.h"\
7267 ".\./Include\complexobject.h"\
7268 ".\Include\rangeobject.h"\
7269 ".\Include\stringobject.h"\
7270 ".\Include\tupleobject.h"\
7271 ".\Include\listobject.h"\
7272 ".\Include\mappingobject.h"\
7273 ".\Include\methodobject.h"\
7274 ".\Include\moduleobject.h"\
7275 ".\Include\funcobject.h"\
7276 ".\Include\classobject.h"\
7277 ".\Include\fileobject.h"\
7278 ".\Include\cobject.h"\
7279 ".\./Include\traceback.h"\
7280 ".\Include\errors.h"\
7281 ".\./Include\mymalloc.h"\
7282 ".\./Include\ceval.h"\
7283 ".\./Include\pythonrun.h"\
7284 ".\./Include\sysmodule.h"\
7285 ".\./Include\intrcheck.h"\
7286 ".\./Include\import.h"\
7287 ".\./Include\bltinmodule.h"\
7288 ".\Include\abstract.h"\
7289 ".\./Include\rename2.h"\
7290 ".\./Include\thread.h"\
7291
7292
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007293"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
7294 $(CPP) $(CPP_PROJ) $(SOURCE)
7295
7296
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007297# End Source File
7298################################################################################
7299# Begin Source File
7300
7301SOURCE=.\Objects\rangeobject.c
7302DEP_CPP_RANGE=\
7303 ".\./Include\allobjects.h"\
7304 ".\./PC\config.h"\
7305 ".\./Include\myproto.h"\
7306 ".\Include\object.h"\
7307 ".\Include\objimpl.h"\
7308 ".\Include\pydebug.h"\
7309 ".\Include\accessobject.h"\
7310 ".\Include\intobject.h"\
7311 ".\Include\longobject.h"\
7312 ".\Include\floatobject.h"\
7313 ".\./Include\complexobject.h"\
7314 ".\Include\rangeobject.h"\
7315 ".\Include\stringobject.h"\
7316 ".\Include\tupleobject.h"\
7317 ".\Include\listobject.h"\
7318 ".\Include\mappingobject.h"\
7319 ".\Include\methodobject.h"\
7320 ".\Include\moduleobject.h"\
7321 ".\Include\funcobject.h"\
7322 ".\Include\classobject.h"\
7323 ".\Include\fileobject.h"\
7324 ".\Include\cobject.h"\
7325 ".\./Include\traceback.h"\
7326 ".\Include\errors.h"\
7327 ".\./Include\mymalloc.h"\
7328 ".\./Include\modsupport.h"\
7329 ".\./Include\ceval.h"\
7330 ".\./Include\pythonrun.h"\
7331 ".\./Include\sysmodule.h"\
7332 ".\./Include\intrcheck.h"\
7333 ".\./Include\import.h"\
7334 ".\./Include\bltinmodule.h"\
7335 ".\Include\abstract.h"\
7336 ".\./Include\rename2.h"\
7337 ".\./Include\thread.h"\
7338
7339
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007340"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
7341 $(CPP) $(CPP_PROJ) $(SOURCE)
7342
7343
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007344# End Source File
7345################################################################################
7346# Begin Source File
7347
7348SOURCE=.\Python\pythonrun.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00007349
7350!IF "$(CFG)" == "vc40_nt - Win32 Release"
7351
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007352DEP_CPP_PYTHO=\
7353 ".\./Include\allobjects.h"\
7354 ".\./Include\grammar.h"\
7355 ".\./Include\node.h"\
7356 ".\./Include\parsetok.h"\
7357 ".\./Include\graminit.h"\
7358 ".\./Include\errcode.h"\
7359 ".\./Include\sysmodule.h"\
7360 ".\./Include\bltinmodule.h"\
7361 ".\./Include\compile.h"\
7362 ".\./Include\eval.h"\
7363 ".\./Include\ceval.h"\
7364 ".\./Include\import.h"\
7365 ".\./Include\marshal.h"\
7366 ".\./Include\thread.h"\
7367 ".\./PC\config.h"\
7368 ".\./Include\myproto.h"\
7369 ".\Include\object.h"\
7370 ".\Include\objimpl.h"\
7371 ".\Include\pydebug.h"\
7372 ".\Include\accessobject.h"\
7373 ".\Include\intobject.h"\
7374 ".\Include\longobject.h"\
7375 ".\Include\floatobject.h"\
7376 ".\./Include\complexobject.h"\
7377 ".\Include\rangeobject.h"\
7378 ".\Include\stringobject.h"\
7379 ".\Include\tupleobject.h"\
7380 ".\Include\listobject.h"\
7381 ".\Include\mappingobject.h"\
7382 ".\Include\methodobject.h"\
7383 ".\Include\moduleobject.h"\
7384 ".\Include\funcobject.h"\
7385 ".\Include\classobject.h"\
7386 ".\Include\fileobject.h"\
7387 ".\Include\cobject.h"\
7388 ".\./Include\traceback.h"\
7389 ".\Include\errors.h"\
7390 ".\./Include\mymalloc.h"\
7391 ".\./Include\modsupport.h"\
7392 ".\./Include\pythonrun.h"\
7393 ".\./Include\intrcheck.h"\
7394 ".\Include\abstract.h"\
7395 ".\./Include\rename2.h"\
7396 ".\Include\bitset.h"\
7397
7398
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007399"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
7400 $(CPP) $(CPP_PROJ) $(SOURCE)
7401
7402
7403!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7404
Guido van Rossum88dc2641996-07-01 18:34:03 +00007405DEP_CPP_PYTHO=\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007406 ".\./Include\allobjects.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00007407 ".\./Include\grammar.h"\
7408 ".\./Include\node.h"\
7409 ".\./Include\parsetok.h"\
7410 ".\./Include\graminit.h"\
7411 ".\./Include\errcode.h"\
7412 ".\./Include\sysmodule.h"\
7413 ".\./Include\bltinmodule.h"\
7414 ".\./Include\compile.h"\
7415 ".\./Include\eval.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007416 ".\./Include\ceval.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00007417 ".\./Include\import.h"\
7418 ".\./Include\marshal.h"\
7419 ".\./Include\thread.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007420 ".\./PC\config.h"\
7421 ".\./Include\myproto.h"\
7422 ".\Include\object.h"\
7423 ".\Include\objimpl.h"\
7424 ".\Include\pydebug.h"\
7425 ".\Include\accessobject.h"\
7426 ".\Include\intobject.h"\
7427 ".\Include\longobject.h"\
7428 ".\Include\floatobject.h"\
7429 ".\./Include\complexobject.h"\
7430 ".\Include\rangeobject.h"\
7431 ".\Include\stringobject.h"\
7432 ".\Include\tupleobject.h"\
7433 ".\Include\listobject.h"\
7434 ".\Include\mappingobject.h"\
7435 ".\Include\methodobject.h"\
7436 ".\Include\moduleobject.h"\
7437 ".\Include\funcobject.h"\
7438 ".\Include\classobject.h"\
7439 ".\Include\fileobject.h"\
7440 ".\Include\cobject.h"\
7441 ".\./Include\traceback.h"\
7442 ".\Include\errors.h"\
7443 ".\./Include\mymalloc.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00007444 ".\./Include\modsupport.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007445 ".\./Include\pythonrun.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007446 ".\./Include\intrcheck.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007447 ".\Include\abstract.h"\
7448 ".\./Include\rename2.h"\
Guido van Rossum88dc2641996-07-01 18:34:03 +00007449 ".\Include\bitset.h"\
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007450
7451
Guido van Rossum88dc2641996-07-01 18:34:03 +00007452"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007453 $(CPP) $(CPP_PROJ) $(SOURCE)
7454
7455
7456!ENDIF
7457
7458# End Source File
7459################################################################################
7460# Begin Source File
7461
7462SOURCE=.\Parser\parsetok.c
Guido van Rossum88dc2641996-07-01 18:34:03 +00007463
7464!IF "$(CFG)" == "vc40_nt - Win32 Release"
7465
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007466DEP_CPP_PARSE=\
7467 ".\./Include\pgenheaders.h"\
7468 ".\Parser\tokenizer.h"\
7469 ".\./Include\node.h"\
7470 ".\./Include\grammar.h"\
7471 ".\Parser\parser.h"\
7472 ".\./Include\parsetok.h"\
7473 ".\./Include\errcode.h"\
7474 ".\./PC\config.h"\
7475 ".\./Include\myproto.h"\
7476 ".\./Include\mymalloc.h"\
7477 ".\Include\pydebug.h"\
7478 ".\./Include\token.h"\
7479 ".\Include\bitset.h"\
7480 ".\./Include\rename2.h"\
7481
7482
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007483"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
7484 $(CPP) $(CPP_PROJ) $(SOURCE)
7485
7486
7487!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7488
Guido van Rossum88dc2641996-07-01 18:34:03 +00007489DEP_CPP_PARSE=\
7490 ".\./Include\pgenheaders.h"\
7491 ".\Parser\tokenizer.h"\
7492 ".\./Include\node.h"\
7493 ".\./Include\grammar.h"\
7494 ".\Parser\parser.h"\
7495 ".\./Include\parsetok.h"\
7496 ".\./Include\errcode.h"\
7497 ".\./PC\config.h"\
7498 ".\./Include\myproto.h"\
7499 ".\./Include\mymalloc.h"\
7500 ".\Include\pydebug.h"\
7501 ".\./Include\token.h"\
7502 ".\Include\bitset.h"\
7503 ".\./Include\rename2.h"\
7504
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007505
7506"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
7507 $(CPP) $(CPP_PROJ) $(SOURCE)
7508
7509
7510!ENDIF
7511
7512# End Source File
7513################################################################################
7514# Begin Source File
7515
7516SOURCE=.\Parser\parser.c
7517DEP_CPP_PARSER=\
7518 ".\./Include\pgenheaders.h"\
7519 ".\./Include\token.h"\
7520 ".\./Include\grammar.h"\
7521 ".\./Include\node.h"\
7522 ".\Parser\parser.h"\
7523 ".\./Include\errcode.h"\
7524 ".\./PC\config.h"\
7525 ".\./Include\myproto.h"\
7526 ".\./Include\mymalloc.h"\
7527 ".\Include\pydebug.h"\
7528 ".\Include\bitset.h"\
7529 ".\./Include\rename2.h"\
7530
7531
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007532"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
7533 $(CPP) $(CPP_PROJ) $(SOURCE)
7534
7535
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007536# End Source File
7537################################################################################
7538# Begin Source File
7539
7540SOURCE=.\Objects\object.c
7541DEP_CPP_OBJEC=\
7542 ".\./Include\allobjects.h"\
7543 ".\./PC\config.h"\
7544 ".\./Include\myproto.h"\
7545 ".\Include\object.h"\
7546 ".\Include\objimpl.h"\
7547 ".\Include\pydebug.h"\
7548 ".\Include\accessobject.h"\
7549 ".\Include\intobject.h"\
7550 ".\Include\longobject.h"\
7551 ".\Include\floatobject.h"\
7552 ".\./Include\complexobject.h"\
7553 ".\Include\rangeobject.h"\
7554 ".\Include\stringobject.h"\
7555 ".\Include\tupleobject.h"\
7556 ".\Include\listobject.h"\
7557 ".\Include\mappingobject.h"\
7558 ".\Include\methodobject.h"\
7559 ".\Include\moduleobject.h"\
7560 ".\Include\funcobject.h"\
7561 ".\Include\classobject.h"\
7562 ".\Include\fileobject.h"\
7563 ".\Include\cobject.h"\
7564 ".\./Include\traceback.h"\
7565 ".\Include\errors.h"\
7566 ".\./Include\mymalloc.h"\
7567 ".\./Include\modsupport.h"\
7568 ".\./Include\ceval.h"\
7569 ".\./Include\pythonrun.h"\
7570 ".\./Include\sysmodule.h"\
7571 ".\./Include\intrcheck.h"\
7572 ".\./Include\import.h"\
7573 ".\./Include\bltinmodule.h"\
7574 ".\Include\abstract.h"\
7575 ".\./Include\rename2.h"\
7576 ".\./Include\thread.h"\
7577
7578
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007579"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
7580 $(CPP) $(CPP_PROJ) $(SOURCE)
7581
7582
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007583# End Source File
7584################################################################################
7585# Begin Source File
7586
7587SOURCE=.\Parser\node.c
7588DEP_CPP_NODE_=\
7589 ".\./Include\pgenheaders.h"\
7590 ".\./Include\node.h"\
7591 ".\./PC\config.h"\
7592 ".\./Include\myproto.h"\
7593 ".\./Include\mymalloc.h"\
7594 ".\Include\pydebug.h"\
7595 ".\./Include\rename2.h"\
7596
7597
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007598"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
7599 $(CPP) $(CPP_PROJ) $(SOURCE)
7600
7601
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007602# End Source File
7603################################################################################
7604# Begin Source File
7605
7606SOURCE=.\Modules\newmodule.c
7607DEP_CPP_NEWMO=\
7608 ".\./Include\allobjects.h"\
7609 ".\./Include\compile.h"\
7610 ".\./PC\config.h"\
7611 ".\./Include\myproto.h"\
7612 ".\Include\object.h"\
7613 ".\Include\objimpl.h"\
7614 ".\Include\pydebug.h"\
7615 ".\Include\accessobject.h"\
7616 ".\Include\intobject.h"\
7617 ".\Include\longobject.h"\
7618 ".\Include\floatobject.h"\
7619 ".\./Include\complexobject.h"\
7620 ".\Include\rangeobject.h"\
7621 ".\Include\stringobject.h"\
7622 ".\Include\tupleobject.h"\
7623 ".\Include\listobject.h"\
7624 ".\Include\mappingobject.h"\
7625 ".\Include\methodobject.h"\
7626 ".\Include\moduleobject.h"\
7627 ".\Include\funcobject.h"\
7628 ".\Include\classobject.h"\
7629 ".\Include\fileobject.h"\
7630 ".\Include\cobject.h"\
7631 ".\./Include\traceback.h"\
7632 ".\Include\errors.h"\
7633 ".\./Include\mymalloc.h"\
7634 ".\./Include\modsupport.h"\
7635 ".\./Include\ceval.h"\
7636 ".\./Include\pythonrun.h"\
7637 ".\./Include\sysmodule.h"\
7638 ".\./Include\intrcheck.h"\
7639 ".\./Include\import.h"\
7640 ".\./Include\bltinmodule.h"\
7641 ".\Include\abstract.h"\
7642 ".\./Include\rename2.h"\
7643 ".\./Include\thread.h"\
7644
7645
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007646"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
7647 $(CPP) $(CPP_PROJ) $(SOURCE)
7648
7649
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007650# End Source File
7651################################################################################
7652# Begin Source File
7653
7654SOURCE=.\Python\mystrtoul.c
7655DEP_CPP_MYSTR=\
7656 ".\./PC\config.h"\
7657 ".\./Include\rename2.h"\
7658
7659
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007660"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
7661 $(CPP) $(CPP_PROJ) $(SOURCE)
7662
7663
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007664# End Source File
7665################################################################################
7666# Begin Source File
7667
7668SOURCE=.\Parser\myreadline.c
7669DEP_CPP_MYREA=\
7670 ".\./PC\config.h"\
7671 ".\./Include\myproto.h"\
7672 ".\./Include\mymalloc.h"\
7673 ".\./Include\intrcheck.h"\
7674 ".\./Include\rename2.h"\
7675
7676
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007677"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
7678 $(CPP) $(CPP_PROJ) $(SOURCE)
7679
7680
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007681# End Source File
7682################################################################################
7683# Begin Source File
7684
7685SOURCE=.\Objects\moduleobject.c
7686DEP_CPP_MODUL=\
7687 ".\./Include\allobjects.h"\
7688 ".\./Include\ceval.h"\
7689 ".\./PC\config.h"\
7690 ".\./Include\myproto.h"\
7691 ".\Include\object.h"\
7692 ".\Include\objimpl.h"\
7693 ".\Include\pydebug.h"\
7694 ".\Include\accessobject.h"\
7695 ".\Include\intobject.h"\
7696 ".\Include\longobject.h"\
7697 ".\Include\floatobject.h"\
7698 ".\./Include\complexobject.h"\
7699 ".\Include\rangeobject.h"\
7700 ".\Include\stringobject.h"\
7701 ".\Include\tupleobject.h"\
7702 ".\Include\listobject.h"\
7703 ".\Include\mappingobject.h"\
7704 ".\Include\methodobject.h"\
7705 ".\Include\moduleobject.h"\
7706 ".\Include\funcobject.h"\
7707 ".\Include\classobject.h"\
7708 ".\Include\fileobject.h"\
7709 ".\Include\cobject.h"\
7710 ".\./Include\traceback.h"\
7711 ".\Include\errors.h"\
7712 ".\./Include\mymalloc.h"\
7713 ".\./Include\modsupport.h"\
7714 ".\./Include\pythonrun.h"\
7715 ".\./Include\sysmodule.h"\
7716 ".\./Include\intrcheck.h"\
7717 ".\./Include\import.h"\
7718 ".\./Include\bltinmodule.h"\
7719 ".\Include\abstract.h"\
7720 ".\./Include\rename2.h"\
7721 ".\./Include\thread.h"\
7722
7723
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007724"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
7725 $(CPP) $(CPP_PROJ) $(SOURCE)
7726
7727
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007728# End Source File
7729################################################################################
7730# Begin Source File
7731
7732SOURCE=.\Python\modsupport.c
7733DEP_CPP_MODSU=\
7734 ".\./Include\allobjects.h"\
7735 ".\./Include\import.h"\
7736 ".\./PC\config.h"\
7737 ".\./Include\myproto.h"\
7738 ".\Include\object.h"\
7739 ".\Include\objimpl.h"\
7740 ".\Include\pydebug.h"\
7741 ".\Include\accessobject.h"\
7742 ".\Include\intobject.h"\
7743 ".\Include\longobject.h"\
7744 ".\Include\floatobject.h"\
7745 ".\./Include\complexobject.h"\
7746 ".\Include\rangeobject.h"\
7747 ".\Include\stringobject.h"\
7748 ".\Include\tupleobject.h"\
7749 ".\Include\listobject.h"\
7750 ".\Include\mappingobject.h"\
7751 ".\Include\methodobject.h"\
7752 ".\Include\moduleobject.h"\
7753 ".\Include\funcobject.h"\
7754 ".\Include\classobject.h"\
7755 ".\Include\fileobject.h"\
7756 ".\Include\cobject.h"\
7757 ".\./Include\traceback.h"\
7758 ".\Include\errors.h"\
7759 ".\./Include\mymalloc.h"\
7760 ".\./Include\modsupport.h"\
7761 ".\./Include\ceval.h"\
7762 ".\./Include\pythonrun.h"\
7763 ".\./Include\sysmodule.h"\
7764 ".\./Include\intrcheck.h"\
7765 ".\./Include\bltinmodule.h"\
7766 ".\Include\abstract.h"\
7767 ".\./Include\rename2.h"\
7768 ".\./Include\thread.h"\
7769
7770
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007771"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
7772 $(CPP) $(CPP_PROJ) $(SOURCE)
7773
7774
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007775# End Source File
7776################################################################################
7777# Begin Source File
7778
7779SOURCE=.\Objects\methodobject.c
7780DEP_CPP_METHO=\
7781 ".\./Include\allobjects.h"\
7782 ".\./Include\token.h"\
7783 ".\./PC\config.h"\
7784 ".\./Include\myproto.h"\
7785 ".\Include\object.h"\
7786 ".\Include\objimpl.h"\
7787 ".\Include\pydebug.h"\
7788 ".\Include\accessobject.h"\
7789 ".\Include\intobject.h"\
7790 ".\Include\longobject.h"\
7791 ".\Include\floatobject.h"\
7792 ".\./Include\complexobject.h"\
7793 ".\Include\rangeobject.h"\
7794 ".\Include\stringobject.h"\
7795 ".\Include\tupleobject.h"\
7796 ".\Include\listobject.h"\
7797 ".\Include\mappingobject.h"\
7798 ".\Include\methodobject.h"\
7799 ".\Include\moduleobject.h"\
7800 ".\Include\funcobject.h"\
7801 ".\Include\classobject.h"\
7802 ".\Include\fileobject.h"\
7803 ".\Include\cobject.h"\
7804 ".\./Include\traceback.h"\
7805 ".\Include\errors.h"\
7806 ".\./Include\mymalloc.h"\
7807 ".\./Include\modsupport.h"\
7808 ".\./Include\ceval.h"\
7809 ".\./Include\pythonrun.h"\
7810 ".\./Include\sysmodule.h"\
7811 ".\./Include\intrcheck.h"\
7812 ".\./Include\import.h"\
7813 ".\./Include\bltinmodule.h"\
7814 ".\Include\abstract.h"\
7815 ".\./Include\rename2.h"\
7816 ".\./Include\thread.h"\
7817
7818
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007819"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
7820 $(CPP) $(CPP_PROJ) $(SOURCE)
7821
7822
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007823# End Source File
7824################################################################################
7825# Begin Source File
7826
7827SOURCE=.\Modules\md5module.c
7828DEP_CPP_MD5MO=\
7829 ".\./Include\allobjects.h"\
7830 ".\./Include\modsupport.h"\
7831 ".\Modules\md5.h"\
7832 ".\./PC\config.h"\
7833 ".\./Include\myproto.h"\
7834 ".\Include\object.h"\
7835 ".\Include\objimpl.h"\
7836 ".\Include\pydebug.h"\
7837 ".\Include\accessobject.h"\
7838 ".\Include\intobject.h"\
7839 ".\Include\longobject.h"\
7840 ".\Include\floatobject.h"\
7841 ".\./Include\complexobject.h"\
7842 ".\Include\rangeobject.h"\
7843 ".\Include\stringobject.h"\
7844 ".\Include\tupleobject.h"\
7845 ".\Include\listobject.h"\
7846 ".\Include\mappingobject.h"\
7847 ".\Include\methodobject.h"\
7848 ".\Include\moduleobject.h"\
7849 ".\Include\funcobject.h"\
7850 ".\Include\classobject.h"\
7851 ".\Include\fileobject.h"\
7852 ".\Include\cobject.h"\
7853 ".\./Include\traceback.h"\
7854 ".\Include\errors.h"\
7855 ".\./Include\mymalloc.h"\
7856 ".\./Include\ceval.h"\
7857 ".\./Include\pythonrun.h"\
7858 ".\./Include\sysmodule.h"\
7859 ".\./Include\intrcheck.h"\
7860 ".\./Include\import.h"\
7861 ".\./Include\bltinmodule.h"\
7862 ".\Include\abstract.h"\
7863 ".\./Include\rename2.h"\
7864 ".\./Include\thread.h"\
7865
7866
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007867"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
7868 $(CPP) $(CPP_PROJ) $(SOURCE)
7869
7870
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007871# End Source File
7872################################################################################
7873# Begin Source File
7874
7875SOURCE=.\Modules\md5c.c
7876DEP_CPP_MD5C_=\
7877 ".\./PC\config.h"\
7878 ".\Modules\md5.h"\
7879
7880
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007881"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
7882 $(CPP) $(CPP_PROJ) $(SOURCE)
7883
7884
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007885# End Source File
7886################################################################################
7887# Begin Source File
7888
7889SOURCE=.\Modules\mathmodule.c
7890DEP_CPP_MATHM=\
7891 ".\./Include\allobjects.h"\
7892 ".\./Include\mymath.h"\
7893 ".\./PC\config.h"\
7894 ".\./Include\myproto.h"\
7895 ".\Include\object.h"\
7896 ".\Include\objimpl.h"\
7897 ".\Include\pydebug.h"\
7898 ".\Include\accessobject.h"\
7899 ".\Include\intobject.h"\
7900 ".\Include\longobject.h"\
7901 ".\Include\floatobject.h"\
7902 ".\./Include\complexobject.h"\
7903 ".\Include\rangeobject.h"\
7904 ".\Include\stringobject.h"\
7905 ".\Include\tupleobject.h"\
7906 ".\Include\listobject.h"\
7907 ".\Include\mappingobject.h"\
7908 ".\Include\methodobject.h"\
7909 ".\Include\moduleobject.h"\
7910 ".\Include\funcobject.h"\
7911 ".\Include\classobject.h"\
7912 ".\Include\fileobject.h"\
7913 ".\Include\cobject.h"\
7914 ".\./Include\traceback.h"\
7915 ".\Include\errors.h"\
7916 ".\./Include\mymalloc.h"\
7917 ".\./Include\modsupport.h"\
7918 ".\./Include\ceval.h"\
7919 ".\./Include\pythonrun.h"\
7920 ".\./Include\sysmodule.h"\
7921 ".\./Include\intrcheck.h"\
7922 ".\./Include\import.h"\
7923 ".\./Include\bltinmodule.h"\
7924 ".\Include\abstract.h"\
7925 ".\./Include\rename2.h"\
7926 ".\./Include\thread.h"\
7927
7928
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007929"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
7930 $(CPP) $(CPP_PROJ) $(SOURCE)
7931
7932
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007933# End Source File
7934################################################################################
7935# Begin Source File
7936
7937SOURCE=.\Python\marshal.c
7938DEP_CPP_MARSH=\
7939 ".\./Include\allobjects.h"\
7940 ".\./Include\modsupport.h"\
7941 ".\./Include\longintrepr.h"\
7942 ".\./Include\compile.h"\
7943 ".\./Include\marshal.h"\
7944 ".\./PC\config.h"\
7945 ".\./Include\myproto.h"\
7946 ".\Include\object.h"\
7947 ".\Include\objimpl.h"\
7948 ".\Include\pydebug.h"\
7949 ".\Include\accessobject.h"\
7950 ".\Include\intobject.h"\
7951 ".\Include\longobject.h"\
7952 ".\Include\floatobject.h"\
7953 ".\./Include\complexobject.h"\
7954 ".\Include\rangeobject.h"\
7955 ".\Include\stringobject.h"\
7956 ".\Include\tupleobject.h"\
7957 ".\Include\listobject.h"\
7958 ".\Include\mappingobject.h"\
7959 ".\Include\methodobject.h"\
7960 ".\Include\moduleobject.h"\
7961 ".\Include\funcobject.h"\
7962 ".\Include\classobject.h"\
7963 ".\Include\fileobject.h"\
7964 ".\Include\cobject.h"\
7965 ".\./Include\traceback.h"\
7966 ".\Include\errors.h"\
7967 ".\./Include\mymalloc.h"\
7968 ".\./Include\ceval.h"\
7969 ".\./Include\pythonrun.h"\
7970 ".\./Include\sysmodule.h"\
7971 ".\./Include\intrcheck.h"\
7972 ".\./Include\import.h"\
7973 ".\./Include\bltinmodule.h"\
7974 ".\Include\abstract.h"\
7975 ".\./Include\rename2.h"\
7976 ".\./Include\thread.h"\
7977
7978
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007979"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
7980 $(CPP) $(CPP_PROJ) $(SOURCE)
7981
7982
Guido van Rossum1bc716f1996-06-28 19:12:06 +00007983# End Source File
7984################################################################################
7985# Begin Source File
7986
7987SOURCE=.\Objects\mappingobject.c
7988DEP_CPP_MAPPI=\
7989 ".\./Include\allobjects.h"\
7990 ".\./Include\modsupport.h"\
7991 ".\./PC\config.h"\
7992 ".\./Include\myproto.h"\
7993 ".\Include\object.h"\
7994 ".\Include\objimpl.h"\
7995 ".\Include\pydebug.h"\
7996 ".\Include\accessobject.h"\
7997 ".\Include\intobject.h"\
7998 ".\Include\longobject.h"\
7999 ".\Include\floatobject.h"\
8000 ".\./Include\complexobject.h"\
8001 ".\Include\rangeobject.h"\
8002 ".\Include\stringobject.h"\
8003 ".\Include\tupleobject.h"\
8004 ".\Include\listobject.h"\
8005 ".\Include\mappingobject.h"\
8006 ".\Include\methodobject.h"\
8007 ".\Include\moduleobject.h"\
8008 ".\Include\funcobject.h"\
8009 ".\Include\classobject.h"\
8010 ".\Include\fileobject.h"\
8011 ".\Include\cobject.h"\
8012 ".\./Include\traceback.h"\
8013 ".\Include\errors.h"\
8014 ".\./Include\mymalloc.h"\
8015 ".\./Include\ceval.h"\
8016 ".\./Include\pythonrun.h"\
8017 ".\./Include\sysmodule.h"\
8018 ".\./Include\intrcheck.h"\
8019 ".\./Include\import.h"\
8020 ".\./Include\bltinmodule.h"\
8021 ".\Include\abstract.h"\
8022 ".\./Include\rename2.h"\
8023 ".\./Include\thread.h"\
8024
8025
Guido van Rossum1bc716f1996-06-28 19:12:06 +00008026"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
8027 $(CPP) $(CPP_PROJ) $(SOURCE)
8028
8029
Guido van Rossum1bc716f1996-06-28 19:12:06 +00008030# End Source File
8031################################################################################
8032# Begin Source File
8033
8034SOURCE=.\Modules\main.c
8035DEP_CPP_MAIN_=\
8036 ".\./Include\Python.h"\
8037 ".\./Include\allobjects.h"\
8038 ".\./PC\config.h"\
8039 ".\./Include\myproto.h"\
8040 ".\Include\object.h"\
8041 ".\Include\objimpl.h"\
8042 ".\Include\pydebug.h"\
8043 ".\Include\accessobject.h"\
8044 ".\Include\intobject.h"\
8045 ".\Include\longobject.h"\
8046 ".\Include\floatobject.h"\
8047 ".\./Include\complexobject.h"\
8048 ".\Include\rangeobject.h"\
8049 ".\Include\stringobject.h"\
8050 ".\Include\tupleobject.h"\
8051 ".\Include\listobject.h"\
8052 ".\Include\mappingobject.h"\
8053 ".\Include\methodobject.h"\
8054 ".\Include\moduleobject.h"\
8055 ".\Include\funcobject.h"\
8056 ".\Include\classobject.h"\
8057 ".\Include\fileobject.h"\
8058 ".\Include\cobject.h"\
8059 ".\./Include\traceback.h"\
8060 ".\Include\errors.h"\
8061 ".\./Include\mymalloc.h"\
8062 ".\./Include\modsupport.h"\
8063 ".\./Include\ceval.h"\
8064 ".\./Include\pythonrun.h"\
8065 ".\./Include\sysmodule.h"\
8066 ".\./Include\intrcheck.h"\
8067 ".\./Include\import.h"\
8068 ".\./Include\bltinmodule.h"\
8069 ".\Include\abstract.h"\
8070 ".\./Include\rename2.h"\
8071 ".\./Include\thread.h"\
8072
8073
8074"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
8075 $(CPP) $(CPP_PROJ) $(SOURCE)
8076
8077
8078# End Source File
8079################################################################################
8080# Begin Source File
8081
8082SOURCE=.\Python\getopt.c
8083
8084"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)"
8085 $(CPP) $(CPP_PROJ) $(SOURCE)
8086
8087
8088# End Source File
Guido van Rossum88dc2641996-07-01 18:34:03 +00008089################################################################################
8090# Begin Source File
8091
8092SOURCE=.\Python\sysmodule.c
8093NODEP_CPP_SYSMO=\
8094 ".\Python\allobjects.h"\
8095 ".\Python\sysmodule.h"\
8096 ".\Python\import.h"\
8097 ".\Python\modsupport.h"\
8098 ".\Python\osdefs.h"\
8099
8100
8101!IF "$(CFG)" == "vc40_nt - Win32 Release"
8102
8103
8104"$(INTDIR)\sysmodule.obj" : $(SOURCE) "$(INTDIR)"
8105 $(CPP) $(CPP_PROJ) $(SOURCE)
8106
8107
8108!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8109
8110
8111"$(INTDIR)\sysmodule.obj" : $(SOURCE) "$(INTDIR)"
8112 $(CPP) $(CPP_PROJ) $(SOURCE)
8113
8114
8115!ENDIF
8116
8117# End Source File
8118################################################################################
8119# Begin Source File
8120
8121SOURCE=.\Modules\socketmodule.c
8122DEP_CPP_SOCKE=\
8123 {$(INCLUDE)}"\sys\TYPES.H"\
8124
8125NODEP_CPP_SOCKE=\
8126 ".\Modules\Python.h"\
8127 ".\Modules\mytime.h"\
8128
8129
8130!IF "$(CFG)" == "vc40_nt - Win32 Release"
8131
8132
8133"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
8134 $(CPP) $(CPP_PROJ) $(SOURCE)
8135
8136
8137!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8138
8139
8140"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
8141 $(CPP) $(CPP_PROJ) $(SOURCE)
8142
8143
8144!ENDIF
8145
8146# End Source File
8147################################################################################
8148# Begin Source File
8149
8150SOURCE=.\Modules\selectmodule.c
8151DEP_CPP_SELEC=\
8152 {$(INCLUDE)}"\sys\TYPES.H"\
8153
8154NODEP_CPP_SELEC=\
8155 ".\Modules\allobjects.h"\
8156 ".\Modules\modsupport.h"\
8157 ".\Modules\ceval.h"\
8158 ".\Modules\myselect.h"\
8159
8160
8161!IF "$(CFG)" == "vc40_nt - Win32 Release"
8162
8163
8164"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
8165 $(CPP) $(CPP_PROJ) $(SOURCE)
8166
8167
8168!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8169
8170
8171"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
8172 $(CPP) $(CPP_PROJ) $(SOURCE)
8173
8174
8175!ENDIF
8176
8177# End Source File
8178################################################################################
8179# Begin Source File
8180
8181SOURCE=.\Modules\posixmodule.c
8182DEP_CPP_POSIX=\
8183 {$(INCLUDE)}"\sys\TYPES.H"\
8184 {$(INCLUDE)}"\sys\STAT.H"\
8185 {$(INCLUDE)}"\sys\UTIME.H"\
8186
8187NODEP_CPP_POSIX=\
8188 ".\Modules\allobjects.h"\
8189 ".\Modules\modsupport.h"\
8190 ".\Modules\ceval.h"\
8191 ".\Modules\mytime.h"\
8192
8193
8194!IF "$(CFG)" == "vc40_nt - Win32 Release"
8195
8196
8197"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
8198 $(CPP) $(CPP_PROJ) $(SOURCE)
8199
8200
8201!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8202
8203
8204"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
8205 $(CPP) $(CPP_PROJ) $(SOURCE)
8206
8207
8208!ENDIF
8209
8210# End Source File
8211################################################################################
8212# Begin Source File
8213
8214SOURCE=.\Python\import.c
8215DEP_CPP_IMPORT=\
8216 ".\Python\importdl.h"\
8217
8218NODEP_CPP_IMPORT=\
8219 ".\Python\allobjects.h"\
8220 ".\Python\node.h"\
8221 ".\Python\token.h"\
8222 ".\Python\graminit.h"\
8223 ".\Python\import.h"\
8224 ".\Python\errcode.h"\
8225 ".\Python\sysmodule.h"\
8226 ".\Python\bltinmodule.h"\
8227 ".\Python\pythonrun.h"\
8228 ".\Python\marshal.h"\
8229 ".\Python\compile.h"\
8230 ".\Python\eval.h"\
8231 ".\Python\osdefs.h"\
8232 ".\Python\macglue.h"\
8233
8234
8235!IF "$(CFG)" == "vc40_nt - Win32 Release"
8236
8237
8238"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
8239 $(CPP) $(CPP_PROJ) $(SOURCE)
8240
8241
8242!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8243
8244
8245"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
8246 $(CPP) $(CPP_PROJ) $(SOURCE)
8247
8248
8249!ENDIF
8250
8251# End Source File
Guido van Rossum1bc716f1996-06-28 19:12:06 +00008252# End Target
8253# End Project
8254################################################################################