blob: edcc5bb86e1eacdd0a9cfbbfc5212adfab17034f [file] [log] [blame]
Guido van Rossum950a1261996-07-30 17:38:17 +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"
196 -@erase ".\vc40_dll\Release\classobject.obj"
197 -@erase ".\vc40_dll\Release\stropmodule.obj"
198 -@erase ".\vc40_dll\Release\getargs.obj"
199 -@erase ".\vc40_dll\Release\bltinmodule.obj"
200 -@erase ".\vc40_dll\Release\structmember.obj"
201 -@erase ".\vc40_dll\Release\rangeobject.obj"
202 -@erase ".\vc40_dll\Release\socketmodule.obj"
203 -@erase ".\vc40_dll\Release\audioop.obj"
204 -@erase ".\vc40_dll\Release\frameobject.obj"
205 -@erase ".\vc40_dll\Release\regexmodule.obj"
206 -@erase ".\vc40_dll\Release\funcobject.obj"
207 -@erase ".\vc40_dll\Release\getmtime.obj"
208 -@erase ".\vc40_dll\Release\operator.obj"
209 -@erase ".\vc40_dll\Release\stringobject.obj"
210 -@erase ".\vc40_dll\Release\posixmodule.obj"
211 -@erase ".\vc40_dll\Release\myreadline.obj"
212 -@erase ".\vc40_dll\Release\cmathmodule.obj"
213 -@erase ".\vc40_dll\Release\getcopyright.obj"
214 -@erase ".\vc40_dll\Release\cgensupport.obj"
215 -@erase ".\vc40_dll\Release\parsetok.obj"
216 -@erase ".\vc40_dll\Release\newmodule.obj"
217 -@erase ".\vc40_dll\Release\mappingobject.obj"
218 -@erase ".\vc40_dll\Release\acceler.obj"
219 -@erase ".\vc40_dll\Release\modsupport.obj"
220 -@erase ".\vc40_dll\Release\threadmodule.obj"
221 -@erase ".\vc40_dll\Release\soundex.obj"
222 -@erase ".\vc40_dll\Release\parser.obj"
223 -@erase ".\vc40_dll\Release\mathmodule.obj"
224 -@erase ".\vc40_dll\Release\importdl.obj"
225 -@erase ".\vc40_dll\Release\methodobject.obj"
226 -@erase ".\vc40_dll\Release\getpath.obj"
227 -@erase ".\vc40_dll\Release\mystrtoul.obj"
228 -@erase ".\vc40_dll\Release\rgbimgmodule.obj"
229 -@erase ".\vc40_dll\Release\rotormodule.obj"
230 -@erase ".\vc40_dll\Release\binascii.obj"
231 -@erase ".\vc40_dll\Release\node.obj"
232 -@erase ".\vc40_dll\Release\config.obj"
233 -@erase ".\vc40_dll\Release\selectmodule.obj"
234 -@erase ".\vc40_dll\Release\signalmodule.obj"
235 -@erase ".\vc40_dll\Release\marshal.obj"
236 -@erase ".\vc40_dll\Release\fileobject.obj"
237 -@erase ".\vc40_dll\Release\longobject.obj"
238 -@erase ".\vc40_dll\Release\accessobject.obj"
239 -@erase ".\vc40_dll\Release\ceval.obj"
240 -@erase ".\vc40_dll\Release\compile.obj"
241 -@erase ".\vc40_dll\Release\thread.obj"
242 -@erase ".\vc40_dll\Release\cobject.obj"
243 -@erase ".\vc40_dll\Release\getcompiler.obj"
244 -@erase ".\vc40_dll\Release\grammar1.obj"
245 -@erase ".\vc40_dll\Release\abstract.obj"
246 -@erase ".\vc40_dll\Release\object.obj"
247 -@erase ".\vc40_dll\Release\errnomodule.obj"
248 -@erase ".\vc40_dll\Release\timemodule.obj"
249 -@erase ".\vc40_dll\Release\complexobject.obj"
250 -@erase ".\vc40_dll\Release\environment.obj"
251 -@erase ".\vc40_dll\Release\floatobject.obj"
252 -@erase ".\vc40_dll\Release\getplatform.obj"
253 -@erase ".\vc40_dll\Release\tokenizer.obj"
254 -@erase ".\vc40_dll\Release\intobject.obj"
255 -@erase ".\vc40_dll\Release\import.obj"
256 -@erase ".\vc40_dll\Release\frozen.obj"
257 -@erase ".\vc40_dll\Release\structmodule.obj"
258 -@erase ".\vc40_dll\Release\errors.obj"
259 -@erase ".\vc40_dll\Release\arraymodule.obj"
260 -@erase ".\vc40_dll\Release\md5module.obj"
261 -@erase ".\vc40_dll\Release\traceback.obj"
262 -@erase ".\vc40_dll\Release\sysmodule.obj"
263 -@erase ".\vc40_dll\Release\listobject.obj"
264 -@erase ".\vc40_dll\Release\typeobject.obj"
265 -@erase ".\vc40_dll\Release\graminit.obj"
266 -@erase ".\vc40_dll\Release\imageop.obj"
267 -@erase ".\vc40_dll\Release\regexpr.obj"
268 -@erase ".\vc40_dll\Release\pythonrun.obj"
269 -@erase ".\vc40_dll\Release\md5c.obj"
270 -@erase ".\vc40_dll\Release\tupleobject.obj"
271 -@erase ".\vc40_dll\Release\yuvconvert.obj"
272 -@erase ".\vc40_dll\Release\getversion.obj"
273 -@erase ".\vc40_dll\Release\moduleobject.obj"
274 -@erase ".\vc40_dll\Release\py14an.lib"
275 -@erase ".\vc40_dll\Release\py14an.exp"
276
277"$(OUTDIR)" :
278 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
279
280CPP=cl.exe
281# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
282# 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
283CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
284 "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT"\
285 /Fp"$(INTDIR)/vc40_dll.pch" /YX /Fo"$(INTDIR)/" /c
286CPP_OBJS=.\vc40_dll\Release/
287CPP_SBRS=
288
289.c{$(CPP_OBJS)}.obj:
290 $(CPP) $(CPP_PROJ) $<
291
292.cpp{$(CPP_OBJS)}.obj:
293 $(CPP) $(CPP_PROJ) $<
294
295.cxx{$(CPP_OBJS)}.obj:
296 $(CPP) $(CPP_PROJ) $<
297
298.c{$(CPP_SBRS)}.sbr:
299 $(CPP) $(CPP_PROJ) $<
300
301.cpp{$(CPP_SBRS)}.sbr:
302 $(CPP) $(CPP_PROJ) $<
303
304.cxx{$(CPP_SBRS)}.sbr:
305 $(CPP) $(CPP_PROJ) $<
306
307MTL=mktyplib.exe
308# ADD BASE MTL /nologo /D "NDEBUG" /win32
309# ADD MTL /nologo /D "NDEBUG" /win32
310MTL_PROJ=/nologo /D "NDEBUG" /win32
311RSC=rc.exe
312# ADD BASE RSC /l 0x409 /d "NDEBUG"
313# ADD RSC /l 0x409 /d "NDEBUG"
314BSC32=bscmake.exe
315# ADD BASE BSC32 /nologo
316# ADD BSC32 /nologo
317BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_dll.bsc"
318BSC32_SBRS=
319LINK32=link.exe
320# 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
321# 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"
322LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
323 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
324 odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /incremental:no\
325 /pdb:"$(OUTDIR)/py14an.pdb" /machine:I386 /def:".\PC\python.def"\
326 /out:"$(OUTDIR)/py14an.dll" /implib:"$(OUTDIR)/py14an.lib"
327DEF_FILE= \
328 ".\PC\python.def"
329LINK32_OBJS= \
330 "$(INTDIR)/classobject.obj" \
331 "$(INTDIR)/stropmodule.obj" \
332 "$(INTDIR)/getargs.obj" \
333 "$(INTDIR)/bltinmodule.obj" \
334 "$(INTDIR)/structmember.obj" \
335 "$(INTDIR)/rangeobject.obj" \
336 "$(INTDIR)/socketmodule.obj" \
337 "$(INTDIR)/audioop.obj" \
338 "$(INTDIR)/frameobject.obj" \
339 "$(INTDIR)/regexmodule.obj" \
340 "$(INTDIR)/funcobject.obj" \
341 "$(INTDIR)/getmtime.obj" \
342 "$(INTDIR)/operator.obj" \
343 "$(INTDIR)/stringobject.obj" \
344 "$(INTDIR)/posixmodule.obj" \
345 "$(INTDIR)/myreadline.obj" \
346 "$(INTDIR)/cmathmodule.obj" \
347 "$(INTDIR)/getcopyright.obj" \
348 "$(INTDIR)/cgensupport.obj" \
349 "$(INTDIR)/parsetok.obj" \
350 "$(INTDIR)/newmodule.obj" \
351 "$(INTDIR)/mappingobject.obj" \
352 "$(INTDIR)/acceler.obj" \
353 "$(INTDIR)/modsupport.obj" \
354 "$(INTDIR)/threadmodule.obj" \
355 "$(INTDIR)/soundex.obj" \
356 "$(INTDIR)/parser.obj" \
357 "$(INTDIR)/mathmodule.obj" \
358 "$(INTDIR)/importdl.obj" \
359 "$(INTDIR)/methodobject.obj" \
360 "$(INTDIR)/getpath.obj" \
361 "$(INTDIR)/mystrtoul.obj" \
362 "$(INTDIR)/rgbimgmodule.obj" \
363 "$(INTDIR)/rotormodule.obj" \
364 "$(INTDIR)/binascii.obj" \
365 "$(INTDIR)/node.obj" \
366 "$(INTDIR)/config.obj" \
367 "$(INTDIR)/selectmodule.obj" \
368 "$(INTDIR)/signalmodule.obj" \
369 "$(INTDIR)/marshal.obj" \
370 "$(INTDIR)/fileobject.obj" \
371 "$(INTDIR)/longobject.obj" \
372 "$(INTDIR)/accessobject.obj" \
373 "$(INTDIR)/ceval.obj" \
374 "$(INTDIR)/compile.obj" \
375 "$(INTDIR)/thread.obj" \
376 "$(INTDIR)/cobject.obj" \
377 "$(INTDIR)/getcompiler.obj" \
378 "$(INTDIR)/grammar1.obj" \
379 "$(INTDIR)/abstract.obj" \
380 "$(INTDIR)/object.obj" \
381 "$(INTDIR)/errnomodule.obj" \
382 "$(INTDIR)/timemodule.obj" \
383 "$(INTDIR)/complexobject.obj" \
384 "$(INTDIR)/environment.obj" \
385 "$(INTDIR)/floatobject.obj" \
386 "$(INTDIR)/getplatform.obj" \
387 "$(INTDIR)/tokenizer.obj" \
388 "$(INTDIR)/intobject.obj" \
389 "$(INTDIR)/import.obj" \
390 "$(INTDIR)/frozen.obj" \
391 "$(INTDIR)/structmodule.obj" \
392 "$(INTDIR)/errors.obj" \
393 "$(INTDIR)/arraymodule.obj" \
394 "$(INTDIR)/md5module.obj" \
395 "$(INTDIR)/traceback.obj" \
396 "$(INTDIR)/sysmodule.obj" \
397 "$(INTDIR)/listobject.obj" \
398 "$(INTDIR)/typeobject.obj" \
399 "$(INTDIR)/graminit.obj" \
400 "$(INTDIR)/imageop.obj" \
401 "$(INTDIR)/regexpr.obj" \
402 "$(INTDIR)/pythonrun.obj" \
403 "$(INTDIR)/md5c.obj" \
404 "$(INTDIR)/tupleobject.obj" \
405 "$(INTDIR)/yuvconvert.obj" \
406 "$(INTDIR)/getversion.obj" \
407 "$(INTDIR)/moduleobject.obj"
408
409"$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
410 $(LINK32) @<<
411 $(LINK32_FLAGS) $(LINK32_OBJS)
412<<
413
414!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
415
416# PROP BASE Use_MFC 0
417# PROP BASE Use_Debug_Libraries 1
418# PROP BASE Output_Dir "vc40_dll\Debug"
419# PROP BASE Intermediate_Dir "vc40_dll\Debug"
420# PROP BASE Target_Dir "vc40_dll"
421# PROP Use_MFC 0
422# PROP Use_Debug_Libraries 1
423# PROP Output_Dir "vc40_dll\Debug"
424# PROP Intermediate_Dir "vc40_dll\Debug"
425# PROP Target_Dir "vc40_dll"
426OUTDIR=.\vc40_dll\Debug
427INTDIR=.\vc40_dll\Debug
428
429ALL : "$(OUTDIR)\py14an.dll"
430
431CLEAN :
432 -@erase ".\vc40_dll\Debug\vc40.pdb"
433 -@erase ".\vc40_dll\Debug\vc40.idb"
434 -@erase ".\vc40_dll\Debug\py14an.dll"
435 -@erase ".\vc40_dll\Debug\node.obj"
436 -@erase ".\vc40_dll\Debug\arraymodule.obj"
437 -@erase ".\vc40_dll\Debug\funcobject.obj"
438 -@erase ".\vc40_dll\Debug\structmember.obj"
439 -@erase ".\vc40_dll\Debug\soundex.obj"
440 -@erase ".\vc40_dll\Debug\tokenizer.obj"
441 -@erase ".\vc40_dll\Debug\myreadline.obj"
442 -@erase ".\vc40_dll\Debug\intobject.obj"
443 -@erase ".\vc40_dll\Debug\tupleobject.obj"
444 -@erase ".\vc40_dll\Debug\frozen.obj"
445 -@erase ".\vc40_dll\Debug\socketmodule.obj"
446 -@erase ".\vc40_dll\Debug\imageop.obj"
447 -@erase ".\vc40_dll\Debug\graminit.obj"
448 -@erase ".\vc40_dll\Debug\stropmodule.obj"
449 -@erase ".\vc40_dll\Debug\modsupport.obj"
450 -@erase ".\vc40_dll\Debug\md5module.obj"
451 -@erase ".\vc40_dll\Debug\traceback.obj"
452 -@erase ".\vc40_dll\Debug\sysmodule.obj"
453 -@erase ".\vc40_dll\Debug\marshal.obj"
454 -@erase ".\vc40_dll\Debug\bltinmodule.obj"
455 -@erase ".\vc40_dll\Debug\getcopyright.obj"
456 -@erase ".\vc40_dll\Debug\pythonrun.obj"
457 -@erase ".\vc40_dll\Debug\ceval.obj"
458 -@erase ".\vc40_dll\Debug\config.obj"
459 -@erase ".\vc40_dll\Debug\rangeobject.obj"
460 -@erase ".\vc40_dll\Debug\mappingobject.obj"
461 -@erase ".\vc40_dll\Debug\getargs.obj"
462 -@erase ".\vc40_dll\Debug\frameobject.obj"
463 -@erase ".\vc40_dll\Debug\abstract.obj"
464 -@erase ".\vc40_dll\Debug\regexmodule.obj"
465 -@erase ".\vc40_dll\Debug\threadmodule.obj"
466 -@erase ".\vc40_dll\Debug\fileobject.obj"
467 -@erase ".\vc40_dll\Debug\longobject.obj"
468 -@erase ".\vc40_dll\Debug\posixmodule.obj"
469 -@erase ".\vc40_dll\Debug\cmathmodule.obj"
470 -@erase ".\vc40_dll\Debug\cgensupport.obj"
471 -@erase ".\vc40_dll\Debug\getplatform.obj"
472 -@erase ".\vc40_dll\Debug\selectmodule.obj"
473 -@erase ".\vc40_dll\Debug\signalmodule.obj"
474 -@erase ".\vc40_dll\Debug\parsetok.obj"
475 -@erase ".\vc40_dll\Debug\accessobject.obj"
476 -@erase ".\vc40_dll\Debug\import.obj"
477 -@erase ".\vc40_dll\Debug\acceler.obj"
478 -@erase ".\vc40_dll\Debug\errors.obj"
479 -@erase ".\vc40_dll\Debug\timemodule.obj"
480 -@erase ".\vc40_dll\Debug\regexpr.obj"
481 -@erase ".\vc40_dll\Debug\newmodule.obj"
482 -@erase ".\vc40_dll\Debug\stringobject.obj"
483 -@erase ".\vc40_dll\Debug\rotormodule.obj"
484 -@erase ".\vc40_dll\Debug\parser.obj"
485 -@erase ".\vc40_dll\Debug\complexobject.obj"
486 -@erase ".\vc40_dll\Debug\getpath.obj"
487 -@erase ".\vc40_dll\Debug\importdl.obj"
488 -@erase ".\vc40_dll\Debug\classobject.obj"
489 -@erase ".\vc40_dll\Debug\listobject.obj"
490 -@erase ".\vc40_dll\Debug\typeobject.obj"
491 -@erase ".\vc40_dll\Debug\binascii.obj"
492 -@erase ".\vc40_dll\Debug\mystrtoul.obj"
493 -@erase ".\vc40_dll\Debug\getcompiler.obj"
494 -@erase ".\vc40_dll\Debug\yuvconvert.obj"
495 -@erase ".\vc40_dll\Debug\getversion.obj"
496 -@erase ".\vc40_dll\Debug\structmodule.obj"
497 -@erase ".\vc40_dll\Debug\audioop.obj"
498 -@erase ".\vc40_dll\Debug\mathmodule.obj"
499 -@erase ".\vc40_dll\Debug\compile.obj"
500 -@erase ".\vc40_dll\Debug\errnomodule.obj"
501 -@erase ".\vc40_dll\Debug\cobject.obj"
502 -@erase ".\vc40_dll\Debug\methodobject.obj"
503 -@erase ".\vc40_dll\Debug\md5c.obj"
504 -@erase ".\vc40_dll\Debug\grammar1.obj"
505 -@erase ".\vc40_dll\Debug\getmtime.obj"
506 -@erase ".\vc40_dll\Debug\rgbimgmodule.obj"
507 -@erase ".\vc40_dll\Debug\thread.obj"
508 -@erase ".\vc40_dll\Debug\operator.obj"
509 -@erase ".\vc40_dll\Debug\environment.obj"
510 -@erase ".\vc40_dll\Debug\floatobject.obj"
511 -@erase ".\vc40_dll\Debug\moduleobject.obj"
512 -@erase ".\vc40_dll\Debug\object.obj"
513 -@erase ".\vc40_dll\Debug\py14an.ilk"
514 -@erase ".\vc40_dll\Debug\py14an.lib"
515 -@erase ".\vc40_dll\Debug\py14an.exp"
516 -@erase ".\vc40_dll\Debug\py14an.pdb"
517
518"$(OUTDIR)" :
519 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
520
521CPP=cl.exe
522# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
523# 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
524CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
525 /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT"\
526 /Fp"$(INTDIR)/vc40_dll.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
527CPP_OBJS=.\vc40_dll\Debug/
528CPP_SBRS=
529
530.c{$(CPP_OBJS)}.obj:
531 $(CPP) $(CPP_PROJ) $<
532
533.cpp{$(CPP_OBJS)}.obj:
534 $(CPP) $(CPP_PROJ) $<
535
536.cxx{$(CPP_OBJS)}.obj:
537 $(CPP) $(CPP_PROJ) $<
538
539.c{$(CPP_SBRS)}.sbr:
540 $(CPP) $(CPP_PROJ) $<
541
542.cpp{$(CPP_SBRS)}.sbr:
543 $(CPP) $(CPP_PROJ) $<
544
545.cxx{$(CPP_SBRS)}.sbr:
546 $(CPP) $(CPP_PROJ) $<
547
548MTL=mktyplib.exe
549# ADD BASE MTL /nologo /D "_DEBUG" /win32
550# ADD MTL /nologo /D "_DEBUG" /win32
551MTL_PROJ=/nologo /D "_DEBUG" /win32
552RSC=rc.exe
553# ADD BASE RSC /l 0x409 /d "_DEBUG"
554# ADD RSC /l 0x409 /d "_DEBUG"
555BSC32=bscmake.exe
556# ADD BASE BSC32 /nologo
557# ADD BSC32 /nologo
558BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_dll.bsc"
559BSC32_SBRS=
560LINK32=link.exe
561# 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
562# 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"
563LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
564 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
565 odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /incremental:yes\
566 /pdb:"$(OUTDIR)/py14an.pdb" /debug /machine:I386 /def:".\PC\python.def"\
567 /out:"$(OUTDIR)/py14an.dll" /implib:"$(OUTDIR)/py14an.lib"
568DEF_FILE= \
569 ".\PC\python.def"
570LINK32_OBJS= \
571 "$(INTDIR)/node.obj" \
572 "$(INTDIR)/arraymodule.obj" \
573 "$(INTDIR)/funcobject.obj" \
574 "$(INTDIR)/structmember.obj" \
575 "$(INTDIR)/soundex.obj" \
576 "$(INTDIR)/tokenizer.obj" \
577 "$(INTDIR)/myreadline.obj" \
578 "$(INTDIR)/intobject.obj" \
579 "$(INTDIR)/tupleobject.obj" \
580 "$(INTDIR)/frozen.obj" \
581 "$(INTDIR)/socketmodule.obj" \
582 "$(INTDIR)/imageop.obj" \
583 "$(INTDIR)/graminit.obj" \
584 "$(INTDIR)/stropmodule.obj" \
585 "$(INTDIR)/modsupport.obj" \
586 "$(INTDIR)/md5module.obj" \
587 "$(INTDIR)/traceback.obj" \
588 "$(INTDIR)/sysmodule.obj" \
589 "$(INTDIR)/marshal.obj" \
590 "$(INTDIR)/bltinmodule.obj" \
591 "$(INTDIR)/getcopyright.obj" \
592 "$(INTDIR)/pythonrun.obj" \
593 "$(INTDIR)/ceval.obj" \
594 "$(INTDIR)/config.obj" \
595 "$(INTDIR)/rangeobject.obj" \
596 "$(INTDIR)/mappingobject.obj" \
597 "$(INTDIR)/getargs.obj" \
598 "$(INTDIR)/frameobject.obj" \
599 "$(INTDIR)/abstract.obj" \
600 "$(INTDIR)/regexmodule.obj" \
601 "$(INTDIR)/threadmodule.obj" \
602 "$(INTDIR)/fileobject.obj" \
603 "$(INTDIR)/longobject.obj" \
604 "$(INTDIR)/posixmodule.obj" \
605 "$(INTDIR)/cmathmodule.obj" \
606 "$(INTDIR)/cgensupport.obj" \
607 "$(INTDIR)/getplatform.obj" \
608 "$(INTDIR)/selectmodule.obj" \
609 "$(INTDIR)/signalmodule.obj" \
610 "$(INTDIR)/parsetok.obj" \
611 "$(INTDIR)/accessobject.obj" \
612 "$(INTDIR)/import.obj" \
613 "$(INTDIR)/acceler.obj" \
614 "$(INTDIR)/errors.obj" \
615 "$(INTDIR)/timemodule.obj" \
616 "$(INTDIR)/regexpr.obj" \
617 "$(INTDIR)/newmodule.obj" \
618 "$(INTDIR)/stringobject.obj" \
619 "$(INTDIR)/rotormodule.obj" \
620 "$(INTDIR)/parser.obj" \
621 "$(INTDIR)/complexobject.obj" \
622 "$(INTDIR)/getpath.obj" \
623 "$(INTDIR)/importdl.obj" \
624 "$(INTDIR)/classobject.obj" \
625 "$(INTDIR)/listobject.obj" \
626 "$(INTDIR)/typeobject.obj" \
627 "$(INTDIR)/binascii.obj" \
628 "$(INTDIR)/mystrtoul.obj" \
629 "$(INTDIR)/getcompiler.obj" \
630 "$(INTDIR)/yuvconvert.obj" \
631 "$(INTDIR)/getversion.obj" \
632 "$(INTDIR)/structmodule.obj" \
633 "$(INTDIR)/audioop.obj" \
634 "$(INTDIR)/mathmodule.obj" \
635 "$(INTDIR)/compile.obj" \
636 "$(INTDIR)/errnomodule.obj" \
637 "$(INTDIR)/cobject.obj" \
638 "$(INTDIR)/methodobject.obj" \
639 "$(INTDIR)/md5c.obj" \
640 "$(INTDIR)/grammar1.obj" \
641 "$(INTDIR)/getmtime.obj" \
642 "$(INTDIR)/rgbimgmodule.obj" \
643 "$(INTDIR)/thread.obj" \
644 "$(INTDIR)/operator.obj" \
645 "$(INTDIR)/environment.obj" \
646 "$(INTDIR)/floatobject.obj" \
647 "$(INTDIR)/moduleobject.obj" \
648 "$(INTDIR)/object.obj"
649
650"$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
651 $(LINK32) @<<
652 $(LINK32_FLAGS) $(LINK32_OBJS)
653<<
654
655!ELSEIF "$(CFG)" == "vc40_nt - Win32 Release"
656
657# PROP BASE Use_MFC 0
658# PROP BASE Use_Debug_Libraries 0
659# PROP BASE Output_Dir "vc40_nt\Release"
660# PROP BASE Intermediate_Dir "vc40_nt\Release"
661# PROP BASE Target_Dir "vc40_nt"
662# PROP Use_MFC 0
663# PROP Use_Debug_Libraries 0
664# PROP Output_Dir "vc40_nt\Release"
665# PROP Intermediate_Dir "vc40_nt\Release"
666# PROP Target_Dir "vc40_nt"
667OUTDIR=.\vc40_nt\Release
668INTDIR=.\vc40_nt\Release
669
670ALL : "$(OUTDIR)\pyth_nt.exe"
671
672CLEAN :
673 -@erase ".\vc40_nt\Release\pyth_nt.exe"
674 -@erase ".\vc40_nt\Release\binascii.obj"
675 -@erase ".\vc40_nt\Release\getpath.obj"
676 -@erase ".\vc40_nt\Release\import.obj"
677 -@erase ".\vc40_nt\Release\getplatform.obj"
678 -@erase ".\vc40_nt\Release\getcopyright.obj"
679 -@erase ".\vc40_nt\Release\yuvconvert.obj"
680 -@erase ".\vc40_nt\Release\getversion.obj"
681 -@erase ".\vc40_nt\Release\marshal.obj"
682 -@erase ".\vc40_nt\Release\mathmodule.obj"
683 -@erase ".\vc40_nt\Release\md5c.obj"
684 -@erase ".\vc40_nt\Release\grammar1.obj"
685 -@erase ".\vc40_nt\Release\getmtime.obj"
686 -@erase ".\vc40_nt\Release\parser.obj"
687 -@erase ".\vc40_nt\Release\operator.obj"
688 -@erase ".\vc40_nt\Release\compile.obj"
689 -@erase ".\vc40_nt\Release\threadmodule.obj"
690 -@erase ".\vc40_nt\Release\cobject.obj"
691 -@erase ".\vc40_nt\Release\rotormodule.obj"
692 -@erase ".\vc40_nt\Release\tupleobject.obj"
693 -@erase ".\vc40_nt\Release\newmodule.obj"
694 -@erase ".\vc40_nt\Release\config.obj"
695 -@erase ".\vc40_nt\Release\rgbimgmodule.obj"
696 -@erase ".\vc40_nt\Release\classobject.obj"
697 -@erase ".\vc40_nt\Release\intobject.obj"
698 -@erase ".\vc40_nt\Release\funcobject.obj"
699 -@erase ".\vc40_nt\Release\mappingobject.obj"
700 -@erase ".\vc40_nt\Release\selectmodule.obj"
701 -@erase ".\vc40_nt\Release\signalmodule.obj"
702 -@erase ".\vc40_nt\Release\bltinmodule.obj"
703 -@erase ".\vc40_nt\Release\getcompiler.obj"
704 -@erase ".\vc40_nt\Release\myreadline.obj"
705 -@erase ".\vc40_nt\Release\main.obj"
706 -@erase ".\vc40_nt\Release\accessobject.obj"
707 -@erase ".\vc40_nt\Release\thread.obj"
708 -@erase ".\vc40_nt\Release\mystrtoul.obj"
709 -@erase ".\vc40_nt\Release\graminit.obj"
710 -@erase ".\vc40_nt\Release\errnomodule.obj"
711 -@erase ".\vc40_nt\Release\frameobject.obj"
712 -@erase ".\vc40_nt\Release\object.obj"
713 -@erase ".\vc40_nt\Release\regexmodule.obj"
714 -@erase ".\vc40_nt\Release\environment.obj"
715 -@erase ".\vc40_nt\Release\floatobject.obj"
716 -@erase ".\vc40_nt\Release\imageop.obj"
717 -@erase ".\vc40_nt\Release\regexpr.obj"
718 -@erase ".\vc40_nt\Release\cmathmodule.obj"
719 -@erase ".\vc40_nt\Release\arraymodule.obj"
720 -@erase ".\vc40_nt\Release\frozen.obj"
721 -@erase ".\vc40_nt\Release\abstract.obj"
722 -@erase ".\vc40_nt\Release\getopt.obj"
723 -@erase ".\vc40_nt\Release\getargs.obj"
724 -@erase ".\vc40_nt\Release\errors.obj"
725 -@erase ".\vc40_nt\Release\structmodule.obj"
726 -@erase ".\vc40_nt\Release\fileobject.obj"
727 -@erase ".\vc40_nt\Release\longobject.obj"
728 -@erase ".\vc40_nt\Release\ceval.obj"
729 -@erase ".\vc40_nt\Release\methodobject.obj"
730 -@erase ".\vc40_nt\Release\node.obj"
731 -@erase ".\vc40_nt\Release\tokenizer.obj"
732 -@erase ".\vc40_nt\Release\audioop.obj"
733 -@erase ".\vc40_nt\Release\complexobject.obj"
734 -@erase ".\vc40_nt\Release\stropmodule.obj"
735 -@erase ".\vc40_nt\Release\moduleobject.obj"
736 -@erase ".\vc40_nt\Release\parsetok.obj"
737 -@erase ".\vc40_nt\Release\md5module.obj"
738 -@erase ".\vc40_nt\Release\traceback.obj"
739 -@erase ".\vc40_nt\Release\sysmodule.obj"
740 -@erase ".\vc40_nt\Release\rangeobject.obj"
741 -@erase ".\vc40_nt\Release\timemodule.obj"
742 -@erase ".\vc40_nt\Release\pythonrun.obj"
743 -@erase ".\vc40_nt\Release\structmember.obj"
744 -@erase ".\vc40_nt\Release\acceler.obj"
745 -@erase ".\vc40_nt\Release\socketmodule.obj"
746 -@erase ".\vc40_nt\Release\posixmodule.obj"
747 -@erase ".\vc40_nt\Release\soundex.obj"
748 -@erase ".\vc40_nt\Release\importdl.obj"
749 -@erase ".\vc40_nt\Release\cgensupport.obj"
750 -@erase ".\vc40_nt\Release\modsupport.obj"
751 -@erase ".\vc40_nt\Release\stringobject.obj"
752 -@erase ".\vc40_nt\Release\listobject.obj"
753 -@erase ".\vc40_nt\Release\typeobject.obj"
754
755"$(OUTDIR)" :
756 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
757
758CPP=cl.exe
759# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
760# ADD CPP /nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
761CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
762 "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_nt.pch" /YX\
763 /Fo"$(INTDIR)/" /c
764CPP_OBJS=.\vc40_nt\Release/
765CPP_SBRS=
766
767.c{$(CPP_OBJS)}.obj:
768 $(CPP) $(CPP_PROJ) $<
769
770.cpp{$(CPP_OBJS)}.obj:
771 $(CPP) $(CPP_PROJ) $<
772
773.cxx{$(CPP_OBJS)}.obj:
774 $(CPP) $(CPP_PROJ) $<
775
776.c{$(CPP_SBRS)}.sbr:
777 $(CPP) $(CPP_PROJ) $<
778
779.cpp{$(CPP_SBRS)}.sbr:
780 $(CPP) $(CPP_PROJ) $<
781
782.cxx{$(CPP_SBRS)}.sbr:
783 $(CPP) $(CPP_PROJ) $<
784
785RSC=rc.exe
786# ADD BASE RSC /l 0x409 /d "NDEBUG"
787# ADD RSC /l 0x409 /d "NDEBUG"
788BSC32=bscmake.exe
789# ADD BASE BSC32 /nologo
790# ADD BSC32 /nologo
791BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_nt.bsc"
792BSC32_SBRS=
793LINK32=link.exe
794# 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
795# 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"
796LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
797 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
798 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:no\
799 /pdb:"$(OUTDIR)/pyth_nt.pdb" /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe"
800LINK32_OBJS= \
801 "$(INTDIR)/binascii.obj" \
802 "$(INTDIR)/getpath.obj" \
803 "$(INTDIR)/import.obj" \
804 "$(INTDIR)/getplatform.obj" \
805 "$(INTDIR)/getcopyright.obj" \
806 "$(INTDIR)/yuvconvert.obj" \
807 "$(INTDIR)/getversion.obj" \
808 "$(INTDIR)/marshal.obj" \
809 "$(INTDIR)/mathmodule.obj" \
810 "$(INTDIR)/md5c.obj" \
811 "$(INTDIR)/grammar1.obj" \
812 "$(INTDIR)/getmtime.obj" \
813 "$(INTDIR)/parser.obj" \
814 "$(INTDIR)/operator.obj" \
815 "$(INTDIR)/compile.obj" \
816 "$(INTDIR)/threadmodule.obj" \
817 "$(INTDIR)/cobject.obj" \
818 "$(INTDIR)/rotormodule.obj" \
819 "$(INTDIR)/tupleobject.obj" \
820 "$(INTDIR)/newmodule.obj" \
821 "$(INTDIR)/config.obj" \
822 "$(INTDIR)/rgbimgmodule.obj" \
823 "$(INTDIR)/classobject.obj" \
824 "$(INTDIR)/intobject.obj" \
825 "$(INTDIR)/funcobject.obj" \
826 "$(INTDIR)/mappingobject.obj" \
827 "$(INTDIR)/selectmodule.obj" \
828 "$(INTDIR)/signalmodule.obj" \
829 "$(INTDIR)/bltinmodule.obj" \
830 "$(INTDIR)/getcompiler.obj" \
831 "$(INTDIR)/myreadline.obj" \
832 "$(INTDIR)/main.obj" \
833 "$(INTDIR)/accessobject.obj" \
834 "$(INTDIR)/thread.obj" \
835 "$(INTDIR)/mystrtoul.obj" \
836 "$(INTDIR)/graminit.obj" \
837 "$(INTDIR)/errnomodule.obj" \
838 "$(INTDIR)/frameobject.obj" \
839 "$(INTDIR)/object.obj" \
840 "$(INTDIR)/regexmodule.obj" \
841 "$(INTDIR)/environment.obj" \
842 "$(INTDIR)/floatobject.obj" \
843 "$(INTDIR)/imageop.obj" \
844 "$(INTDIR)/regexpr.obj" \
845 "$(INTDIR)/cmathmodule.obj" \
846 "$(INTDIR)/arraymodule.obj" \
847 "$(INTDIR)/frozen.obj" \
848 "$(INTDIR)/abstract.obj" \
849 "$(INTDIR)/getopt.obj" \
850 "$(INTDIR)/getargs.obj" \
851 "$(INTDIR)/errors.obj" \
852 "$(INTDIR)/structmodule.obj" \
853 "$(INTDIR)/fileobject.obj" \
854 "$(INTDIR)/longobject.obj" \
855 "$(INTDIR)/ceval.obj" \
856 "$(INTDIR)/methodobject.obj" \
857 "$(INTDIR)/node.obj" \
858 "$(INTDIR)/tokenizer.obj" \
859 "$(INTDIR)/audioop.obj" \
860 "$(INTDIR)/complexobject.obj" \
861 "$(INTDIR)/stropmodule.obj" \
862 "$(INTDIR)/moduleobject.obj" \
863 "$(INTDIR)/parsetok.obj" \
864 "$(INTDIR)/md5module.obj" \
865 "$(INTDIR)/traceback.obj" \
866 "$(INTDIR)/sysmodule.obj" \
867 "$(INTDIR)/rangeobject.obj" \
868 "$(INTDIR)/timemodule.obj" \
869 "$(INTDIR)/pythonrun.obj" \
870 "$(INTDIR)/structmember.obj" \
871 "$(INTDIR)/acceler.obj" \
872 "$(INTDIR)/socketmodule.obj" \
873 "$(INTDIR)/posixmodule.obj" \
874 "$(INTDIR)/soundex.obj" \
875 "$(INTDIR)/importdl.obj" \
876 "$(INTDIR)/cgensupport.obj" \
877 "$(INTDIR)/modsupport.obj" \
878 "$(INTDIR)/stringobject.obj" \
879 "$(INTDIR)/listobject.obj" \
880 "$(INTDIR)/typeobject.obj"
881
882"$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
883 $(LINK32) @<<
884 $(LINK32_FLAGS) $(LINK32_OBJS)
885<<
886
887!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
888
889# PROP BASE Use_MFC 0
890# PROP BASE Use_Debug_Libraries 1
891# PROP BASE Output_Dir "vc40_nt\Debug"
892# PROP BASE Intermediate_Dir "vc40_nt\Debug"
893# PROP BASE Target_Dir "vc40_nt"
894# PROP Use_MFC 0
895# PROP Use_Debug_Libraries 1
896# PROP Output_Dir "vc40_nt\Debug"
897# PROP Intermediate_Dir "vc40_nt\Debug"
898# PROP Target_Dir "vc40_nt"
899OUTDIR=.\vc40_nt\Debug
900INTDIR=.\vc40_nt\Debug
901
902ALL : "$(OUTDIR)\pyth_nt.exe"
903
904CLEAN :
905 -@erase ".\vc40_nt\Debug\vc40.pdb"
906 -@erase ".\vc40_nt\Debug\vc40.idb"
907 -@erase ".\vc40_nt\Debug\pyth_nt.exe"
908 -@erase ".\vc40_nt\Debug\config.obj"
909 -@erase ".\vc40_nt\Debug\myreadline.obj"
910 -@erase ".\vc40_nt\Debug\moduleobject.obj"
911 -@erase ".\vc40_nt\Debug\grammar1.obj"
912 -@erase ".\vc40_nt\Debug\abstract.obj"
913 -@erase ".\vc40_nt\Debug\acceler.obj"
914 -@erase ".\vc40_nt\Debug\thread.obj"
915 -@erase ".\vc40_nt\Debug\stropmodule.obj"
916 -@erase ".\vc40_nt\Debug\soundex.obj"
917 -@erase ".\vc40_nt\Debug\object.obj"
918 -@erase ".\vc40_nt\Debug\structmember.obj"
919 -@erase ".\vc40_nt\Debug\newmodule.obj"
920 -@erase ".\vc40_nt\Debug\rangeobject.obj"
921 -@erase ".\vc40_nt\Debug\md5module.obj"
922 -@erase ".\vc40_nt\Debug\socketmodule.obj"
923 -@erase ".\vc40_nt\Debug\getpath.obj"
924 -@erase ".\vc40_nt\Debug\typeobject.obj"
925 -@erase ".\vc40_nt\Debug\parsetok.obj"
926 -@erase ".\vc40_nt\Debug\stringobject.obj"
927 -@erase ".\vc40_nt\Debug\marshal.obj"
928 -@erase ".\vc40_nt\Debug\frozen.obj"
929 -@erase ".\vc40_nt\Debug\getversion.obj"
930 -@erase ".\vc40_nt\Debug\getopt.obj"
931 -@erase ".\vc40_nt\Debug\posixmodule.obj"
932 -@erase ".\vc40_nt\Debug\md5c.obj"
933 -@erase ".\vc40_nt\Debug\getcopyright.obj"
934 -@erase ".\vc40_nt\Debug\mystrtoul.obj"
935 -@erase ".\vc40_nt\Debug\longobject.obj"
936 -@erase ".\vc40_nt\Debug\cgensupport.obj"
937 -@erase ".\vc40_nt\Debug\compile.obj"
938 -@erase ".\vc40_nt\Debug\cobject.obj"
939 -@erase ".\vc40_nt\Debug\getplatform.obj"
940 -@erase ".\vc40_nt\Debug\importdl.obj"
941 -@erase ".\vc40_nt\Debug\threadmodule.obj"
942 -@erase ".\vc40_nt\Debug\binascii.obj"
943 -@erase ".\vc40_nt\Debug\ceval.obj"
944 -@erase ".\vc40_nt\Debug\timemodule.obj"
945 -@erase ".\vc40_nt\Debug\main.obj"
946 -@erase ".\vc40_nt\Debug\methodobject.obj"
947 -@erase ".\vc40_nt\Debug\mappingobject.obj"
948 -@erase ".\vc40_nt\Debug\funcobject.obj"
949 -@erase ".\vc40_nt\Debug\rgbimgmodule.obj"
950 -@erase ".\vc40_nt\Debug\rotormodule.obj"
951 -@erase ".\vc40_nt\Debug\selectmodule.obj"
952 -@erase ".\vc40_nt\Debug\tupleobject.obj"
953 -@erase ".\vc40_nt\Debug\signalmodule.obj"
954 -@erase ".\vc40_nt\Debug\getmtime.obj"
955 -@erase ".\vc40_nt\Debug\operator.obj"
956 -@erase ".\vc40_nt\Debug\tokenizer.obj"
957 -@erase ".\vc40_nt\Debug\accessobject.obj"
958 -@erase ".\vc40_nt\Debug\classobject.obj"
959 -@erase ".\vc40_nt\Debug\imageop.obj"
960 -@erase ".\vc40_nt\Debug\intobject.obj"
961 -@erase ".\vc40_nt\Debug\regexpr.obj"
962 -@erase ".\vc40_nt\Debug\modsupport.obj"
963 -@erase ".\vc40_nt\Debug\listobject.obj"
964 -@erase ".\vc40_nt\Debug\bltinmodule.obj"
965 -@erase ".\vc40_nt\Debug\getcompiler.obj"
966 -@erase ".\vc40_nt\Debug\import.obj"
967 -@erase ".\vc40_nt\Debug\yuvconvert.obj"
968 -@erase ".\vc40_nt\Debug\traceback.obj"
969 -@erase ".\vc40_nt\Debug\sysmodule.obj"
970 -@erase ".\vc40_nt\Debug\errors.obj"
971 -@erase ".\vc40_nt\Debug\mathmodule.obj"
972 -@erase ".\vc40_nt\Debug\errnomodule.obj"
973 -@erase ".\vc40_nt\Debug\pythonrun.obj"
974 -@erase ".\vc40_nt\Debug\getargs.obj"
975 -@erase ".\vc40_nt\Debug\frameobject.obj"
976 -@erase ".\vc40_nt\Debug\regexmodule.obj"
977 -@erase ".\vc40_nt\Debug\environment.obj"
978 -@erase ".\vc40_nt\Debug\floatobject.obj"
979 -@erase ".\vc40_nt\Debug\parser.obj"
980 -@erase ".\vc40_nt\Debug\node.obj"
981 -@erase ".\vc40_nt\Debug\cmathmodule.obj"
982 -@erase ".\vc40_nt\Debug\fileobject.obj"
983 -@erase ".\vc40_nt\Debug\graminit.obj"
984 -@erase ".\vc40_nt\Debug\audioop.obj"
985 -@erase ".\vc40_nt\Debug\structmodule.obj"
986 -@erase ".\vc40_nt\Debug\arraymodule.obj"
987 -@erase ".\vc40_nt\Debug\complexobject.obj"
988 -@erase ".\vc40_nt\Debug\pyth_nt.ilk"
989 -@erase ".\vc40_nt\Debug\pyth_nt.pdb"
990
991"$(OUTDIR)" :
992 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
993
994CPP=cl.exe
995# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
996# 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
997CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
998 /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_nt.pch" /YX\
999 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
1000CPP_OBJS=.\vc40_nt\Debug/
1001CPP_SBRS=
1002
1003.c{$(CPP_OBJS)}.obj:
1004 $(CPP) $(CPP_PROJ) $<
1005
1006.cpp{$(CPP_OBJS)}.obj:
1007 $(CPP) $(CPP_PROJ) $<
1008
1009.cxx{$(CPP_OBJS)}.obj:
1010 $(CPP) $(CPP_PROJ) $<
1011
1012.c{$(CPP_SBRS)}.sbr:
1013 $(CPP) $(CPP_PROJ) $<
1014
1015.cpp{$(CPP_SBRS)}.sbr:
1016 $(CPP) $(CPP_PROJ) $<
1017
1018.cxx{$(CPP_SBRS)}.sbr:
1019 $(CPP) $(CPP_PROJ) $<
1020
1021RSC=rc.exe
1022# ADD BASE RSC /l 0x409 /d "_DEBUG"
1023# ADD RSC /l 0x409 /d "_DEBUG"
1024BSC32=bscmake.exe
1025# ADD BASE BSC32 /nologo
1026# ADD BSC32 /nologo
1027BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_nt.bsc"
1028BSC32_SBRS=
1029LINK32=link.exe
1030# 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
1031# 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"
1032LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
1033 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
1034 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:yes\
1035 /pdb:"$(OUTDIR)/pyth_nt.pdb" /debug /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe"
1036LINK32_OBJS= \
1037 "$(INTDIR)/config.obj" \
1038 "$(INTDIR)/myreadline.obj" \
1039 "$(INTDIR)/moduleobject.obj" \
1040 "$(INTDIR)/grammar1.obj" \
1041 "$(INTDIR)/abstract.obj" \
1042 "$(INTDIR)/acceler.obj" \
1043 "$(INTDIR)/thread.obj" \
1044 "$(INTDIR)/stropmodule.obj" \
1045 "$(INTDIR)/soundex.obj" \
1046 "$(INTDIR)/object.obj" \
1047 "$(INTDIR)/structmember.obj" \
1048 "$(INTDIR)/newmodule.obj" \
1049 "$(INTDIR)/rangeobject.obj" \
1050 "$(INTDIR)/md5module.obj" \
1051 "$(INTDIR)/socketmodule.obj" \
1052 "$(INTDIR)/getpath.obj" \
1053 "$(INTDIR)/typeobject.obj" \
1054 "$(INTDIR)/parsetok.obj" \
1055 "$(INTDIR)/stringobject.obj" \
1056 "$(INTDIR)/marshal.obj" \
1057 "$(INTDIR)/frozen.obj" \
1058 "$(INTDIR)/getversion.obj" \
1059 "$(INTDIR)/getopt.obj" \
1060 "$(INTDIR)/posixmodule.obj" \
1061 "$(INTDIR)/md5c.obj" \
1062 "$(INTDIR)/getcopyright.obj" \
1063 "$(INTDIR)/mystrtoul.obj" \
1064 "$(INTDIR)/longobject.obj" \
1065 "$(INTDIR)/cgensupport.obj" \
1066 "$(INTDIR)/compile.obj" \
1067 "$(INTDIR)/cobject.obj" \
1068 "$(INTDIR)/getplatform.obj" \
1069 "$(INTDIR)/importdl.obj" \
1070 "$(INTDIR)/threadmodule.obj" \
1071 "$(INTDIR)/binascii.obj" \
1072 "$(INTDIR)/ceval.obj" \
1073 "$(INTDIR)/timemodule.obj" \
1074 "$(INTDIR)/main.obj" \
1075 "$(INTDIR)/methodobject.obj" \
1076 "$(INTDIR)/mappingobject.obj" \
1077 "$(INTDIR)/funcobject.obj" \
1078 "$(INTDIR)/rgbimgmodule.obj" \
1079 "$(INTDIR)/rotormodule.obj" \
1080 "$(INTDIR)/selectmodule.obj" \
1081 "$(INTDIR)/tupleobject.obj" \
1082 "$(INTDIR)/signalmodule.obj" \
1083 "$(INTDIR)/getmtime.obj" \
1084 "$(INTDIR)/operator.obj" \
1085 "$(INTDIR)/tokenizer.obj" \
1086 "$(INTDIR)/accessobject.obj" \
1087 "$(INTDIR)/classobject.obj" \
1088 "$(INTDIR)/imageop.obj" \
1089 "$(INTDIR)/intobject.obj" \
1090 "$(INTDIR)/regexpr.obj" \
1091 "$(INTDIR)/modsupport.obj" \
1092 "$(INTDIR)/listobject.obj" \
1093 "$(INTDIR)/bltinmodule.obj" \
1094 "$(INTDIR)/getcompiler.obj" \
1095 "$(INTDIR)/import.obj" \
1096 "$(INTDIR)/yuvconvert.obj" \
1097 "$(INTDIR)/traceback.obj" \
1098 "$(INTDIR)/sysmodule.obj" \
1099 "$(INTDIR)/errors.obj" \
1100 "$(INTDIR)/mathmodule.obj" \
1101 "$(INTDIR)/errnomodule.obj" \
1102 "$(INTDIR)/pythonrun.obj" \
1103 "$(INTDIR)/getargs.obj" \
1104 "$(INTDIR)/frameobject.obj" \
1105 "$(INTDIR)/regexmodule.obj" \
1106 "$(INTDIR)/environment.obj" \
1107 "$(INTDIR)/floatobject.obj" \
1108 "$(INTDIR)/parser.obj" \
1109 "$(INTDIR)/node.obj" \
1110 "$(INTDIR)/cmathmodule.obj" \
1111 "$(INTDIR)/fileobject.obj" \
1112 "$(INTDIR)/graminit.obj" \
1113 "$(INTDIR)/audioop.obj" \
1114 "$(INTDIR)/structmodule.obj" \
1115 "$(INTDIR)/arraymodule.obj" \
1116 "$(INTDIR)/complexobject.obj"
1117
1118"$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
1119 $(LINK32) @<<
1120 $(LINK32_FLAGS) $(LINK32_OBJS)
1121<<
1122
1123!ENDIF
1124
1125################################################################################
1126# Begin Target
1127
1128# Name "vc40 - Win32 Release"
1129# Name "vc40 - Win32 Debug"
1130
1131!IF "$(CFG)" == "vc40 - Win32 Release"
1132
1133!ELSEIF "$(CFG)" == "vc40 - Win32 Debug"
1134
1135!ENDIF
1136
1137# End Target
1138################################################################################
1139# Begin Target
1140
1141# Name "vc40_dll - Win32 Release"
1142# Name "vc40_dll - Win32 Debug"
1143
1144!IF "$(CFG)" == "vc40_dll - Win32 Release"
1145
1146!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1147
1148!ENDIF
1149
1150################################################################################
1151# Begin Source File
1152
1153SOURCE=.\Objects\longobject.c
1154
1155!IF "$(CFG)" == "vc40_dll - Win32 Release"
1156
1157DEP_CPP_LONGO=\
1158 ".\./Include\allobjects.h"\
1159 ".\./Include\longintrepr.h"\
1160 ".\./Include\mymath.h"\
1161 ".\./PC\config.h"\
1162 ".\./Include\myproto.h"\
1163 ".\Include\object.h"\
1164 ".\Include\objimpl.h"\
1165 ".\Include\pydebug.h"\
1166 ".\Include\accessobject.h"\
1167 ".\Include\intobject.h"\
1168 ".\Include\longobject.h"\
1169 ".\Include\floatobject.h"\
1170 ".\./Include\complexobject.h"\
1171 ".\Include\rangeobject.h"\
1172 ".\Include\stringobject.h"\
1173 ".\Include\tupleobject.h"\
1174 ".\Include\listobject.h"\
1175 ".\Include\mappingobject.h"\
1176 ".\Include\methodobject.h"\
1177 ".\Include\moduleobject.h"\
1178 ".\Include\funcobject.h"\
1179 ".\Include\classobject.h"\
1180 ".\Include\fileobject.h"\
1181 ".\Include\cobject.h"\
1182 ".\./Include\traceback.h"\
1183 ".\Include\errors.h"\
1184 ".\./Include\mymalloc.h"\
1185 ".\./Include\modsupport.h"\
1186 ".\./Include\ceval.h"\
1187 ".\./Include\pythonrun.h"\
1188 ".\./Include\sysmodule.h"\
1189 ".\./Include\intrcheck.h"\
1190 ".\./Include\import.h"\
1191 ".\./Include\bltinmodule.h"\
1192 ".\Include\abstract.h"\
1193 ".\./Include\rename2.h"\
1194 ".\./Include\thread.h"\
1195
1196
1197"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
1198 $(CPP) $(CPP_PROJ) $(SOURCE)
1199
1200
1201!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1202
1203DEP_CPP_LONGO=\
1204 ".\./Include\allobjects.h"\
1205 ".\./Include\longintrepr.h"\
1206 ".\./Include\mymath.h"\
1207 ".\./PC\config.h"\
1208 ".\./Include\myproto.h"\
1209 ".\Include\object.h"\
1210 ".\Include\objimpl.h"\
1211 ".\Include\pydebug.h"\
1212 ".\Include\accessobject.h"\
1213 ".\Include\intobject.h"\
1214 ".\Include\longobject.h"\
1215 ".\Include\floatobject.h"\
1216 ".\./Include\complexobject.h"\
1217 ".\Include\rangeobject.h"\
1218 ".\Include\stringobject.h"\
1219 ".\Include\tupleobject.h"\
1220 ".\Include\listobject.h"\
1221 ".\Include\mappingobject.h"\
1222 ".\Include\methodobject.h"\
1223 ".\Include\moduleobject.h"\
1224 ".\Include\funcobject.h"\
1225 ".\Include\classobject.h"\
1226 ".\Include\fileobject.h"\
1227 ".\Include\cobject.h"\
1228 ".\./Include\traceback.h"\
1229 ".\Include\errors.h"\
1230 ".\./Include\mymalloc.h"\
1231 ".\./Include\modsupport.h"\
1232 ".\./Include\ceval.h"\
1233 ".\./Include\pythonrun.h"\
1234 ".\./Include\sysmodule.h"\
1235 ".\./Include\rename2.h"\
1236 ".\./Include\thread.h"\
1237
1238
1239"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
1240 $(CPP) $(CPP_PROJ) $(SOURCE)
1241
1242
1243!ENDIF
1244
1245# End Source File
1246################################################################################
1247# Begin Source File
1248
1249SOURCE=.\Objects\listobject.c
1250
1251!IF "$(CFG)" == "vc40_dll - Win32 Release"
1252
1253DEP_CPP_LISTO=\
1254 ".\./Include\allobjects.h"\
1255 ".\./Include\modsupport.h"\
1256 ".\./Include\ceval.h"\
1257 {$(INCLUDE)}"\sys\TYPES.H"\
1258 ".\./PC\config.h"\
1259 ".\./Include\myproto.h"\
1260 ".\Include\object.h"\
1261 ".\Include\objimpl.h"\
1262 ".\Include\pydebug.h"\
1263 ".\Include\accessobject.h"\
1264 ".\Include\intobject.h"\
1265 ".\Include\longobject.h"\
1266 ".\Include\floatobject.h"\
1267 ".\./Include\complexobject.h"\
1268 ".\Include\rangeobject.h"\
1269 ".\Include\stringobject.h"\
1270 ".\Include\tupleobject.h"\
1271 ".\Include\listobject.h"\
1272 ".\Include\mappingobject.h"\
1273 ".\Include\methodobject.h"\
1274 ".\Include\moduleobject.h"\
1275 ".\Include\funcobject.h"\
1276 ".\Include\classobject.h"\
1277 ".\Include\fileobject.h"\
1278 ".\Include\cobject.h"\
1279 ".\./Include\traceback.h"\
1280 ".\Include\errors.h"\
1281 ".\./Include\mymalloc.h"\
1282 ".\./Include\pythonrun.h"\
1283 ".\./Include\sysmodule.h"\
1284 ".\./Include\intrcheck.h"\
1285 ".\./Include\import.h"\
1286 ".\./Include\bltinmodule.h"\
1287 ".\Include\abstract.h"\
1288 ".\./Include\rename2.h"\
1289 ".\./Include\thread.h"\
1290
1291
1292"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
1293 $(CPP) $(CPP_PROJ) $(SOURCE)
1294
1295
1296!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1297
1298DEP_CPP_LISTO=\
1299 ".\./Include\allobjects.h"\
1300 ".\./Include\modsupport.h"\
1301 ".\./Include\ceval.h"\
1302 {$(INCLUDE)}"\sys\TYPES.H"\
1303 ".\./PC\config.h"\
1304 ".\./Include\myproto.h"\
1305 ".\Include\object.h"\
1306 ".\Include\objimpl.h"\
1307 ".\Include\pydebug.h"\
1308 ".\Include\accessobject.h"\
1309 ".\Include\intobject.h"\
1310 ".\Include\longobject.h"\
1311 ".\Include\floatobject.h"\
1312 ".\./Include\complexobject.h"\
1313 ".\Include\rangeobject.h"\
1314 ".\Include\stringobject.h"\
1315 ".\Include\tupleobject.h"\
1316 ".\Include\listobject.h"\
1317 ".\Include\mappingobject.h"\
1318 ".\Include\methodobject.h"\
1319 ".\Include\moduleobject.h"\
1320 ".\Include\funcobject.h"\
1321 ".\Include\classobject.h"\
1322 ".\Include\fileobject.h"\
1323 ".\Include\cobject.h"\
1324 ".\./Include\traceback.h"\
1325 ".\Include\errors.h"\
1326 ".\./Include\mymalloc.h"\
1327 ".\./Include\pythonrun.h"\
1328 ".\./Include\sysmodule.h"\
1329 ".\./Include\rename2.h"\
1330 ".\./Include\thread.h"\
1331
1332
1333"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
1334 $(CPP) $(CPP_PROJ) $(SOURCE)
1335
1336
1337!ENDIF
1338
1339# End Source File
1340################################################################################
1341# Begin Source File
1342
1343SOURCE=.\Objects\intobject.c
1344
1345!IF "$(CFG)" == "vc40_dll - Win32 Release"
1346
1347DEP_CPP_INTOB=\
1348 ".\./Include\allobjects.h"\
1349 ".\./Include\modsupport.h"\
1350 ".\./PC\config.h"\
1351 ".\./Include\myproto.h"\
1352 ".\Include\object.h"\
1353 ".\Include\objimpl.h"\
1354 ".\Include\pydebug.h"\
1355 ".\Include\accessobject.h"\
1356 ".\Include\intobject.h"\
1357 ".\Include\longobject.h"\
1358 ".\Include\floatobject.h"\
1359 ".\./Include\complexobject.h"\
1360 ".\Include\rangeobject.h"\
1361 ".\Include\stringobject.h"\
1362 ".\Include\tupleobject.h"\
1363 ".\Include\listobject.h"\
1364 ".\Include\mappingobject.h"\
1365 ".\Include\methodobject.h"\
1366 ".\Include\moduleobject.h"\
1367 ".\Include\funcobject.h"\
1368 ".\Include\classobject.h"\
1369 ".\Include\fileobject.h"\
1370 ".\Include\cobject.h"\
1371 ".\./Include\traceback.h"\
1372 ".\Include\errors.h"\
1373 ".\./Include\mymalloc.h"\
1374 ".\./Include\ceval.h"\
1375 ".\./Include\pythonrun.h"\
1376 ".\./Include\sysmodule.h"\
1377 ".\./Include\intrcheck.h"\
1378 ".\./Include\import.h"\
1379 ".\./Include\bltinmodule.h"\
1380 ".\Include\abstract.h"\
1381 ".\./Include\rename2.h"\
1382 ".\./Include\thread.h"\
1383
1384
1385"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
1386 $(CPP) $(CPP_PROJ) $(SOURCE)
1387
1388
1389!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1390
1391DEP_CPP_INTOB=\
1392 ".\./Include\allobjects.h"\
1393 ".\./Include\modsupport.h"\
1394 ".\./PC\config.h"\
1395 ".\./Include\myproto.h"\
1396 ".\Include\object.h"\
1397 ".\Include\objimpl.h"\
1398 ".\Include\pydebug.h"\
1399 ".\Include\accessobject.h"\
1400 ".\Include\intobject.h"\
1401 ".\Include\longobject.h"\
1402 ".\Include\floatobject.h"\
1403 ".\./Include\complexobject.h"\
1404 ".\Include\rangeobject.h"\
1405 ".\Include\stringobject.h"\
1406 ".\Include\tupleobject.h"\
1407 ".\Include\listobject.h"\
1408 ".\Include\mappingobject.h"\
1409 ".\Include\methodobject.h"\
1410 ".\Include\moduleobject.h"\
1411 ".\Include\funcobject.h"\
1412 ".\Include\classobject.h"\
1413 ".\Include\fileobject.h"\
1414 ".\Include\cobject.h"\
1415 ".\./Include\traceback.h"\
1416 ".\Include\errors.h"\
1417 ".\./Include\mymalloc.h"\
1418 ".\./Include\ceval.h"\
1419 ".\./Include\pythonrun.h"\
1420 ".\./Include\sysmodule.h"\
1421 ".\./Include\rename2.h"\
1422 ".\./Include\thread.h"\
1423
1424
1425"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
1426 $(CPP) $(CPP_PROJ) $(SOURCE)
1427
1428
1429!ENDIF
1430
1431# End Source File
1432################################################################################
1433# Begin Source File
1434
1435SOURCE=.\Python\importdl.c
1436
1437!IF "$(CFG)" == "vc40_dll - Win32 Release"
1438
1439DEP_CPP_IMPOR=\
1440 ".\./Include\allobjects.h"\
1441 ".\./Include\osdefs.h"\
1442 ".\Python\importdl.h"\
1443 {$(INCLUDE)}"\sys\TYPES.H"\
1444 {$(INCLUDE)}"\sys\STAT.H"\
1445 ".\./PC\config.h"\
1446 ".\./Include\myproto.h"\
1447 ".\Include\object.h"\
1448 ".\Include\objimpl.h"\
1449 ".\Include\pydebug.h"\
1450 ".\Include\accessobject.h"\
1451 ".\Include\intobject.h"\
1452 ".\Include\longobject.h"\
1453 ".\Include\floatobject.h"\
1454 ".\./Include\complexobject.h"\
1455 ".\Include\rangeobject.h"\
1456 ".\Include\stringobject.h"\
1457 ".\Include\tupleobject.h"\
1458 ".\Include\listobject.h"\
1459 ".\Include\mappingobject.h"\
1460 ".\Include\methodobject.h"\
1461 ".\Include\moduleobject.h"\
1462 ".\Include\funcobject.h"\
1463 ".\Include\classobject.h"\
1464 ".\Include\fileobject.h"\
1465 ".\Include\cobject.h"\
1466 ".\./Include\traceback.h"\
1467 ".\Include\errors.h"\
1468 ".\./Include\mymalloc.h"\
1469 ".\./Include\modsupport.h"\
1470 ".\./Include\ceval.h"\
1471 ".\./Include\pythonrun.h"\
1472 ".\./Include\sysmodule.h"\
1473 ".\./Include\intrcheck.h"\
1474 ".\./Include\import.h"\
1475 ".\./Include\bltinmodule.h"\
1476 ".\Include\abstract.h"\
1477 ".\./Include\rename2.h"\
1478 ".\./Include\thread.h"\
1479
1480NODEP_CPP_IMPOR=\
1481 ".\Python\dl.h"\
1482 ".\Python\macdefs.h"\
1483 ".\Python\macglue.h"\
1484
1485
1486"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
1487 $(CPP) $(CPP_PROJ) $(SOURCE)
1488
1489
1490!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1491
1492DEP_CPP_IMPOR=\
1493 ".\./Include\allobjects.h"\
1494 ".\./Include\osdefs.h"\
1495 ".\Python\importdl.h"\
1496 {$(INCLUDE)}"\sys\TYPES.H"\
1497 {$(INCLUDE)}"\sys\STAT.H"\
1498 ".\./PC\config.h"\
1499 ".\./Include\myproto.h"\
1500 ".\Include\object.h"\
1501 ".\Include\objimpl.h"\
1502 ".\Include\pydebug.h"\
1503 ".\Include\accessobject.h"\
1504 ".\Include\intobject.h"\
1505 ".\Include\longobject.h"\
1506 ".\Include\floatobject.h"\
1507 ".\./Include\complexobject.h"\
1508 ".\Include\rangeobject.h"\
1509 ".\Include\stringobject.h"\
1510 ".\Include\tupleobject.h"\
1511 ".\Include\listobject.h"\
1512 ".\Include\mappingobject.h"\
1513 ".\Include\methodobject.h"\
1514 ".\Include\moduleobject.h"\
1515 ".\Include\funcobject.h"\
1516 ".\Include\classobject.h"\
1517 ".\Include\fileobject.h"\
1518 ".\Include\cobject.h"\
1519 ".\./Include\traceback.h"\
1520 ".\Include\errors.h"\
1521 ".\./Include\mymalloc.h"\
1522 ".\./Include\modsupport.h"\
1523 ".\./Include\ceval.h"\
1524 ".\./Include\pythonrun.h"\
1525 ".\./Include\sysmodule.h"\
1526 ".\./Include\rename2.h"\
1527 ".\./Include\thread.h"\
1528
1529NODEP_CPP_IMPOR=\
1530 ".\Python\dl.h"\
1531 ".\Python\macdefs.h"\
1532 ".\Python\macglue.h"\
1533
1534
1535"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
1536 $(CPP) $(CPP_PROJ) $(SOURCE)
1537
1538
1539!ENDIF
1540
1541# End Source File
1542################################################################################
1543# Begin Source File
1544
1545SOURCE=.\Modules\imageop.c
1546
1547!IF "$(CFG)" == "vc40_dll - Win32 Release"
1548
1549DEP_CPP_IMAGE=\
1550 ".\./Include\allobjects.h"\
1551 ".\./Include\modsupport.h"\
1552 ".\./PC\config.h"\
1553 ".\./Include\myproto.h"\
1554 ".\Include\object.h"\
1555 ".\Include\objimpl.h"\
1556 ".\Include\pydebug.h"\
1557 ".\Include\accessobject.h"\
1558 ".\Include\intobject.h"\
1559 ".\Include\longobject.h"\
1560 ".\Include\floatobject.h"\
1561 ".\./Include\complexobject.h"\
1562 ".\Include\rangeobject.h"\
1563 ".\Include\stringobject.h"\
1564 ".\Include\tupleobject.h"\
1565 ".\Include\listobject.h"\
1566 ".\Include\mappingobject.h"\
1567 ".\Include\methodobject.h"\
1568 ".\Include\moduleobject.h"\
1569 ".\Include\funcobject.h"\
1570 ".\Include\classobject.h"\
1571 ".\Include\fileobject.h"\
1572 ".\Include\cobject.h"\
1573 ".\./Include\traceback.h"\
1574 ".\Include\errors.h"\
1575 ".\./Include\mymalloc.h"\
1576 ".\./Include\ceval.h"\
1577 ".\./Include\pythonrun.h"\
1578 ".\./Include\sysmodule.h"\
1579 ".\./Include\intrcheck.h"\
1580 ".\./Include\import.h"\
1581 ".\./Include\bltinmodule.h"\
1582 ".\Include\abstract.h"\
1583 ".\./Include\rename2.h"\
1584 ".\./Include\thread.h"\
1585
1586
1587"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
1588 $(CPP) $(CPP_PROJ) $(SOURCE)
1589
1590
1591!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1592
1593DEP_CPP_IMAGE=\
1594 ".\./Include\allobjects.h"\
1595 ".\./Include\modsupport.h"\
1596 ".\./PC\config.h"\
1597 ".\./Include\myproto.h"\
1598 ".\Include\object.h"\
1599 ".\Include\objimpl.h"\
1600 ".\Include\pydebug.h"\
1601 ".\Include\accessobject.h"\
1602 ".\Include\intobject.h"\
1603 ".\Include\longobject.h"\
1604 ".\Include\floatobject.h"\
1605 ".\./Include\complexobject.h"\
1606 ".\Include\rangeobject.h"\
1607 ".\Include\stringobject.h"\
1608 ".\Include\tupleobject.h"\
1609 ".\Include\listobject.h"\
1610 ".\Include\mappingobject.h"\
1611 ".\Include\methodobject.h"\
1612 ".\Include\moduleobject.h"\
1613 ".\Include\funcobject.h"\
1614 ".\Include\classobject.h"\
1615 ".\Include\fileobject.h"\
1616 ".\Include\cobject.h"\
1617 ".\./Include\traceback.h"\
1618 ".\Include\errors.h"\
1619 ".\./Include\mymalloc.h"\
1620 ".\./Include\ceval.h"\
1621 ".\./Include\pythonrun.h"\
1622 ".\./Include\sysmodule.h"\
1623 ".\./Include\rename2.h"\
1624 ".\./Include\thread.h"\
1625
1626
1627"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
1628 $(CPP) $(CPP_PROJ) $(SOURCE)
1629
1630
1631!ENDIF
1632
1633# End Source File
1634################################################################################
1635# Begin Source File
1636
1637SOURCE=.\Parser\grammar1.c
1638
1639!IF "$(CFG)" == "vc40_dll - Win32 Release"
1640
1641DEP_CPP_GRAMM=\
1642 ".\./Include\pgenheaders.h"\
1643 ".\./Include\grammar.h"\
1644 ".\./Include\token.h"\
1645 ".\./PC\config.h"\
1646 ".\./Include\myproto.h"\
1647 ".\./Include\mymalloc.h"\
1648 ".\Include\pydebug.h"\
1649 ".\Include\bitset.h"\
1650 ".\./Include\rename2.h"\
1651
1652
1653"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
1654 $(CPP) $(CPP_PROJ) $(SOURCE)
1655
1656
1657!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1658
1659DEP_CPP_GRAMM=\
1660 ".\./Include\pgenheaders.h"\
1661 ".\./Include\grammar.h"\
1662 ".\./Include\token.h"\
1663 ".\./PC\config.h"\
1664 ".\./Include\myproto.h"\
1665 ".\./Include\mymalloc.h"\
1666 ".\Include\pydebug.h"\
1667 ".\./Include\rename2.h"\
1668 ".\Include\bitset.h"\
1669
1670
1671"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
1672 $(CPP) $(CPP_PROJ) $(SOURCE)
1673
1674
1675!ENDIF
1676
1677# End Source File
1678################################################################################
1679# Begin Source File
1680
1681SOURCE=.\Python\graminit.c
1682
1683!IF "$(CFG)" == "vc40_dll - Win32 Release"
1684
1685DEP_CPP_GRAMI=\
1686 ".\./Include\pgenheaders.h"\
1687 ".\./Include\grammar.h"\
1688 ".\./PC\config.h"\
1689 ".\./Include\myproto.h"\
1690 ".\./Include\mymalloc.h"\
1691 ".\Include\pydebug.h"\
1692 ".\Include\bitset.h"\
1693 ".\./Include\rename2.h"\
1694
1695
1696"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
1697 $(CPP) $(CPP_PROJ) $(SOURCE)
1698
1699
1700!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1701
1702DEP_CPP_GRAMI=\
1703 ".\./Include\pgenheaders.h"\
1704 ".\./Include\grammar.h"\
1705 ".\./PC\config.h"\
1706 ".\./Include\myproto.h"\
1707 ".\./Include\mymalloc.h"\
1708 ".\Include\pydebug.h"\
1709 ".\./Include\rename2.h"\
1710 ".\Include\bitset.h"\
1711
1712
1713"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
1714 $(CPP) $(CPP_PROJ) $(SOURCE)
1715
1716
1717!ENDIF
1718
1719# End Source File
1720################################################################################
1721# Begin Source File
1722
1723SOURCE=.\Python\getversion.c
1724
1725!IF "$(CFG)" == "vc40_dll - Win32 Release"
1726
1727DEP_CPP_GETVE=\
1728 ".\./Include\Python.h"\
1729 ".\./Include\patchlevel.h"\
1730 ".\./Include\allobjects.h"\
1731 ".\./PC\config.h"\
1732 ".\./Include\myproto.h"\
1733 ".\Include\object.h"\
1734 ".\Include\objimpl.h"\
1735 ".\Include\pydebug.h"\
1736 ".\Include\accessobject.h"\
1737 ".\Include\intobject.h"\
1738 ".\Include\longobject.h"\
1739 ".\Include\floatobject.h"\
1740 ".\./Include\complexobject.h"\
1741 ".\Include\rangeobject.h"\
1742 ".\Include\stringobject.h"\
1743 ".\Include\tupleobject.h"\
1744 ".\Include\listobject.h"\
1745 ".\Include\mappingobject.h"\
1746 ".\Include\methodobject.h"\
1747 ".\Include\moduleobject.h"\
1748 ".\Include\funcobject.h"\
1749 ".\Include\classobject.h"\
1750 ".\Include\fileobject.h"\
1751 ".\Include\cobject.h"\
1752 ".\./Include\traceback.h"\
1753 ".\Include\errors.h"\
1754 ".\./Include\mymalloc.h"\
1755 ".\./Include\modsupport.h"\
1756 ".\./Include\ceval.h"\
1757 ".\./Include\pythonrun.h"\
1758 ".\./Include\sysmodule.h"\
1759 ".\./Include\intrcheck.h"\
1760 ".\./Include\import.h"\
1761 ".\./Include\bltinmodule.h"\
1762 ".\Include\abstract.h"\
1763 ".\./Include\rename2.h"\
1764 ".\./Include\thread.h"\
1765
1766
1767"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
1768 $(CPP) $(CPP_PROJ) $(SOURCE)
1769
1770
1771!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1772
1773DEP_CPP_GETVE=\
1774 ".\./Include\Python.h"\
1775 ".\./Include\patchlevel.h"\
1776 ".\./Include\allobjects.h"\
1777 ".\./PC\config.h"\
1778 ".\./Include\myproto.h"\
1779 ".\Include\object.h"\
1780 ".\Include\objimpl.h"\
1781 ".\Include\pydebug.h"\
1782 ".\Include\accessobject.h"\
1783 ".\Include\intobject.h"\
1784 ".\Include\longobject.h"\
1785 ".\Include\floatobject.h"\
1786 ".\./Include\complexobject.h"\
1787 ".\Include\rangeobject.h"\
1788 ".\Include\stringobject.h"\
1789 ".\Include\tupleobject.h"\
1790 ".\Include\listobject.h"\
1791 ".\Include\mappingobject.h"\
1792 ".\Include\methodobject.h"\
1793 ".\Include\moduleobject.h"\
1794 ".\Include\funcobject.h"\
1795 ".\Include\classobject.h"\
1796 ".\Include\fileobject.h"\
1797 ".\Include\cobject.h"\
1798 ".\./Include\traceback.h"\
1799 ".\Include\errors.h"\
1800 ".\./Include\mymalloc.h"\
1801 ".\./Include\modsupport.h"\
1802 ".\./Include\ceval.h"\
1803 ".\./Include\pythonrun.h"\
1804 ".\./Include\sysmodule.h"\
1805 ".\./Include\rename2.h"\
1806 ".\./Include\thread.h"\
1807
1808
1809"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
1810 $(CPP) $(CPP_PROJ) $(SOURCE)
1811
1812
1813!ENDIF
1814
1815# End Source File
1816################################################################################
1817# Begin Source File
1818
1819SOURCE=.\Python\getplatform.c
1820
1821!IF "$(CFG)" == "vc40_dll - Win32 Release"
1822
1823DEP_CPP_GETPL=\
1824 ".\./Include\Python.h"\
1825 ".\./Include\allobjects.h"\
1826 ".\./PC\config.h"\
1827 ".\./Include\myproto.h"\
1828 ".\Include\object.h"\
1829 ".\Include\objimpl.h"\
1830 ".\Include\pydebug.h"\
1831 ".\Include\accessobject.h"\
1832 ".\Include\intobject.h"\
1833 ".\Include\longobject.h"\
1834 ".\Include\floatobject.h"\
1835 ".\./Include\complexobject.h"\
1836 ".\Include\rangeobject.h"\
1837 ".\Include\stringobject.h"\
1838 ".\Include\tupleobject.h"\
1839 ".\Include\listobject.h"\
1840 ".\Include\mappingobject.h"\
1841 ".\Include\methodobject.h"\
1842 ".\Include\moduleobject.h"\
1843 ".\Include\funcobject.h"\
1844 ".\Include\classobject.h"\
1845 ".\Include\fileobject.h"\
1846 ".\Include\cobject.h"\
1847 ".\./Include\traceback.h"\
1848 ".\Include\errors.h"\
1849 ".\./Include\mymalloc.h"\
1850 ".\./Include\modsupport.h"\
1851 ".\./Include\ceval.h"\
1852 ".\./Include\pythonrun.h"\
1853 ".\./Include\sysmodule.h"\
1854 ".\./Include\intrcheck.h"\
1855 ".\./Include\import.h"\
1856 ".\./Include\bltinmodule.h"\
1857 ".\Include\abstract.h"\
1858 ".\./Include\rename2.h"\
1859 ".\./Include\thread.h"\
1860
1861
1862"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
1863 $(CPP) $(CPP_PROJ) $(SOURCE)
1864
1865
1866!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1867
1868DEP_CPP_GETPL=\
1869 ".\./Include\Python.h"\
1870 ".\./Include\allobjects.h"\
1871 ".\./PC\config.h"\
1872 ".\./Include\myproto.h"\
1873 ".\Include\object.h"\
1874 ".\Include\objimpl.h"\
1875 ".\Include\pydebug.h"\
1876 ".\Include\accessobject.h"\
1877 ".\Include\intobject.h"\
1878 ".\Include\longobject.h"\
1879 ".\Include\floatobject.h"\
1880 ".\./Include\complexobject.h"\
1881 ".\Include\rangeobject.h"\
1882 ".\Include\stringobject.h"\
1883 ".\Include\tupleobject.h"\
1884 ".\Include\listobject.h"\
1885 ".\Include\mappingobject.h"\
1886 ".\Include\methodobject.h"\
1887 ".\Include\moduleobject.h"\
1888 ".\Include\funcobject.h"\
1889 ".\Include\classobject.h"\
1890 ".\Include\fileobject.h"\
1891 ".\Include\cobject.h"\
1892 ".\./Include\traceback.h"\
1893 ".\Include\errors.h"\
1894 ".\./Include\mymalloc.h"\
1895 ".\./Include\modsupport.h"\
1896 ".\./Include\ceval.h"\
1897 ".\./Include\pythonrun.h"\
1898 ".\./Include\sysmodule.h"\
1899 ".\./Include\rename2.h"\
1900 ".\./Include\thread.h"\
1901
1902
1903"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
1904 $(CPP) $(CPP_PROJ) $(SOURCE)
1905
1906
1907!ENDIF
1908
1909# End Source File
1910################################################################################
1911# Begin Source File
1912
1913SOURCE=.\Modules\getpath.c
1914
1915!IF "$(CFG)" == "vc40_dll - Win32 Release"
1916
1917DEP_CPP_GETPA=\
1918 ".\./Include\Python.h"\
1919 ".\./Include\osdefs.h"\
1920 ".\./Include\allobjects.h"\
1921 ".\./PC\config.h"\
1922 ".\./Include\myproto.h"\
1923 ".\Include\object.h"\
1924 ".\Include\objimpl.h"\
1925 ".\Include\pydebug.h"\
1926 ".\Include\accessobject.h"\
1927 ".\Include\intobject.h"\
1928 ".\Include\longobject.h"\
1929 ".\Include\floatobject.h"\
1930 ".\./Include\complexobject.h"\
1931 ".\Include\rangeobject.h"\
1932 ".\Include\stringobject.h"\
1933 ".\Include\tupleobject.h"\
1934 ".\Include\listobject.h"\
1935 ".\Include\mappingobject.h"\
1936 ".\Include\methodobject.h"\
1937 ".\Include\moduleobject.h"\
1938 ".\Include\funcobject.h"\
1939 ".\Include\classobject.h"\
1940 ".\Include\fileobject.h"\
1941 ".\Include\cobject.h"\
1942 ".\./Include\traceback.h"\
1943 ".\Include\errors.h"\
1944 ".\./Include\mymalloc.h"\
1945 ".\./Include\modsupport.h"\
1946 ".\./Include\ceval.h"\
1947 ".\./Include\pythonrun.h"\
1948 ".\./Include\sysmodule.h"\
1949 ".\./Include\intrcheck.h"\
1950 ".\./Include\import.h"\
1951 ".\./Include\bltinmodule.h"\
1952 ".\Include\abstract.h"\
1953 ".\./Include\rename2.h"\
1954 ".\./Include\thread.h"\
1955
1956
1957"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
1958 $(CPP) $(CPP_PROJ) $(SOURCE)
1959
1960
1961!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1962
1963DEP_CPP_GETPA=\
1964 ".\./Include\Python.h"\
1965 ".\./Include\osdefs.h"\
1966 ".\./Include\allobjects.h"\
1967 ".\./PC\config.h"\
1968 ".\./Include\myproto.h"\
1969 ".\Include\object.h"\
1970 ".\Include\objimpl.h"\
1971 ".\Include\pydebug.h"\
1972 ".\Include\accessobject.h"\
1973 ".\Include\intobject.h"\
1974 ".\Include\longobject.h"\
1975 ".\Include\floatobject.h"\
1976 ".\./Include\complexobject.h"\
1977 ".\Include\rangeobject.h"\
1978 ".\Include\stringobject.h"\
1979 ".\Include\tupleobject.h"\
1980 ".\Include\listobject.h"\
1981 ".\Include\mappingobject.h"\
1982 ".\Include\methodobject.h"\
1983 ".\Include\moduleobject.h"\
1984 ".\Include\funcobject.h"\
1985 ".\Include\classobject.h"\
1986 ".\Include\fileobject.h"\
1987 ".\Include\cobject.h"\
1988 ".\./Include\traceback.h"\
1989 ".\Include\errors.h"\
1990 ".\./Include\mymalloc.h"\
1991 ".\./Include\modsupport.h"\
1992 ".\./Include\ceval.h"\
1993 ".\./Include\pythonrun.h"\
1994 ".\./Include\sysmodule.h"\
1995 ".\./Include\rename2.h"\
1996 ".\./Include\thread.h"\
1997
1998
1999"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
2000 $(CPP) $(CPP_PROJ) $(SOURCE)
2001
2002
2003!ENDIF
2004
2005# End Source File
2006################################################################################
2007# Begin Source File
2008
2009SOURCE=.\Python\getmtime.c
2010DEP_CPP_GETMT=\
2011 ".\./PC\config.h"\
2012 {$(INCLUDE)}"\sys\TYPES.H"\
2013 {$(INCLUDE)}"\sys\STAT.H"\
2014 ".\./Include\rename2.h"\
2015
2016
2017"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
2018 $(CPP) $(CPP_PROJ) $(SOURCE)
2019
2020
2021# End Source File
2022################################################################################
2023# Begin Source File
2024
2025SOURCE=.\Python\getcopyright.c
2026
2027!IF "$(CFG)" == "vc40_dll - Win32 Release"
2028
2029DEP_CPP_GETCO=\
2030 ".\./Include\Python.h"\
2031 ".\./Include\allobjects.h"\
2032 ".\./PC\config.h"\
2033 ".\./Include\myproto.h"\
2034 ".\Include\object.h"\
2035 ".\Include\objimpl.h"\
2036 ".\Include\pydebug.h"\
2037 ".\Include\accessobject.h"\
2038 ".\Include\intobject.h"\
2039 ".\Include\longobject.h"\
2040 ".\Include\floatobject.h"\
2041 ".\./Include\complexobject.h"\
2042 ".\Include\rangeobject.h"\
2043 ".\Include\stringobject.h"\
2044 ".\Include\tupleobject.h"\
2045 ".\Include\listobject.h"\
2046 ".\Include\mappingobject.h"\
2047 ".\Include\methodobject.h"\
2048 ".\Include\moduleobject.h"\
2049 ".\Include\funcobject.h"\
2050 ".\Include\classobject.h"\
2051 ".\Include\fileobject.h"\
2052 ".\Include\cobject.h"\
2053 ".\./Include\traceback.h"\
2054 ".\Include\errors.h"\
2055 ".\./Include\mymalloc.h"\
2056 ".\./Include\modsupport.h"\
2057 ".\./Include\ceval.h"\
2058 ".\./Include\pythonrun.h"\
2059 ".\./Include\sysmodule.h"\
2060 ".\./Include\intrcheck.h"\
2061 ".\./Include\import.h"\
2062 ".\./Include\bltinmodule.h"\
2063 ".\Include\abstract.h"\
2064 ".\./Include\rename2.h"\
2065 ".\./Include\thread.h"\
2066
2067
2068"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
2069 $(CPP) $(CPP_PROJ) $(SOURCE)
2070
2071
2072!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2073
2074DEP_CPP_GETCO=\
2075 ".\./Include\Python.h"\
2076 ".\./Include\allobjects.h"\
2077 ".\./PC\config.h"\
2078 ".\./Include\myproto.h"\
2079 ".\Include\object.h"\
2080 ".\Include\objimpl.h"\
2081 ".\Include\pydebug.h"\
2082 ".\Include\accessobject.h"\
2083 ".\Include\intobject.h"\
2084 ".\Include\longobject.h"\
2085 ".\Include\floatobject.h"\
2086 ".\./Include\complexobject.h"\
2087 ".\Include\rangeobject.h"\
2088 ".\Include\stringobject.h"\
2089 ".\Include\tupleobject.h"\
2090 ".\Include\listobject.h"\
2091 ".\Include\mappingobject.h"\
2092 ".\Include\methodobject.h"\
2093 ".\Include\moduleobject.h"\
2094 ".\Include\funcobject.h"\
2095 ".\Include\classobject.h"\
2096 ".\Include\fileobject.h"\
2097 ".\Include\cobject.h"\
2098 ".\./Include\traceback.h"\
2099 ".\Include\errors.h"\
2100 ".\./Include\mymalloc.h"\
2101 ".\./Include\modsupport.h"\
2102 ".\./Include\ceval.h"\
2103 ".\./Include\pythonrun.h"\
2104 ".\./Include\sysmodule.h"\
2105 ".\./Include\rename2.h"\
2106 ".\./Include\thread.h"\
2107
2108
2109"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
2110 $(CPP) $(CPP_PROJ) $(SOURCE)
2111
2112
2113!ENDIF
2114
2115# End Source File
2116################################################################################
2117# Begin Source File
2118
2119SOURCE=.\Python\getcompiler.c
2120
2121!IF "$(CFG)" == "vc40_dll - Win32 Release"
2122
2123DEP_CPP_GETCOM=\
2124 ".\./Include\Python.h"\
2125 ".\./Include\allobjects.h"\
2126 ".\./PC\config.h"\
2127 ".\./Include\myproto.h"\
2128 ".\Include\object.h"\
2129 ".\Include\objimpl.h"\
2130 ".\Include\pydebug.h"\
2131 ".\Include\accessobject.h"\
2132 ".\Include\intobject.h"\
2133 ".\Include\longobject.h"\
2134 ".\Include\floatobject.h"\
2135 ".\./Include\complexobject.h"\
2136 ".\Include\rangeobject.h"\
2137 ".\Include\stringobject.h"\
2138 ".\Include\tupleobject.h"\
2139 ".\Include\listobject.h"\
2140 ".\Include\mappingobject.h"\
2141 ".\Include\methodobject.h"\
2142 ".\Include\moduleobject.h"\
2143 ".\Include\funcobject.h"\
2144 ".\Include\classobject.h"\
2145 ".\Include\fileobject.h"\
2146 ".\Include\cobject.h"\
2147 ".\./Include\traceback.h"\
2148 ".\Include\errors.h"\
2149 ".\./Include\mymalloc.h"\
2150 ".\./Include\modsupport.h"\
2151 ".\./Include\ceval.h"\
2152 ".\./Include\pythonrun.h"\
2153 ".\./Include\sysmodule.h"\
2154 ".\./Include\intrcheck.h"\
2155 ".\./Include\import.h"\
2156 ".\./Include\bltinmodule.h"\
2157 ".\Include\abstract.h"\
2158 ".\./Include\rename2.h"\
2159 ".\./Include\thread.h"\
2160
2161
2162"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
2163 $(CPP) $(CPP_PROJ) $(SOURCE)
2164
2165
2166!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2167
2168DEP_CPP_GETCOM=\
2169 ".\./Include\Python.h"\
2170 ".\./Include\allobjects.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\modsupport.h"\
2196 ".\./Include\ceval.h"\
2197 ".\./Include\pythonrun.h"\
2198 ".\./Include\sysmodule.h"\
2199 ".\./Include\rename2.h"\
2200 ".\./Include\thread.h"\
2201
2202
2203"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
2204 $(CPP) $(CPP_PROJ) $(SOURCE)
2205
2206
2207!ENDIF
2208
2209# End Source File
2210################################################################################
2211# Begin Source File
2212
2213SOURCE=.\Python\getargs.c
2214
2215!IF "$(CFG)" == "vc40_dll - Win32 Release"
2216
2217DEP_CPP_GETAR=\
2218 ".\./Include\allobjects.h"\
2219 ".\./PC\config.h"\
2220 ".\./Include\myproto.h"\
2221 ".\Include\object.h"\
2222 ".\Include\objimpl.h"\
2223 ".\Include\pydebug.h"\
2224 ".\Include\accessobject.h"\
2225 ".\Include\intobject.h"\
2226 ".\Include\longobject.h"\
2227 ".\Include\floatobject.h"\
2228 ".\./Include\complexobject.h"\
2229 ".\Include\rangeobject.h"\
2230 ".\Include\stringobject.h"\
2231 ".\Include\tupleobject.h"\
2232 ".\Include\listobject.h"\
2233 ".\Include\mappingobject.h"\
2234 ".\Include\methodobject.h"\
2235 ".\Include\moduleobject.h"\
2236 ".\Include\funcobject.h"\
2237 ".\Include\classobject.h"\
2238 ".\Include\fileobject.h"\
2239 ".\Include\cobject.h"\
2240 ".\./Include\traceback.h"\
2241 ".\Include\errors.h"\
2242 ".\./Include\mymalloc.h"\
2243 ".\./Include\modsupport.h"\
2244 ".\./Include\ceval.h"\
2245 ".\./Include\pythonrun.h"\
2246 ".\./Include\sysmodule.h"\
2247 ".\./Include\intrcheck.h"\
2248 ".\./Include\import.h"\
2249 ".\./Include\bltinmodule.h"\
2250 ".\Include\abstract.h"\
2251 ".\./Include\rename2.h"\
2252 ".\./Include\thread.h"\
2253
2254
2255"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
2256 $(CPP) $(CPP_PROJ) $(SOURCE)
2257
2258
2259!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2260
2261DEP_CPP_GETAR=\
2262 ".\./Include\allobjects.h"\
2263 ".\./PC\config.h"\
2264 ".\./Include\myproto.h"\
2265 ".\Include\object.h"\
2266 ".\Include\objimpl.h"\
2267 ".\Include\pydebug.h"\
2268 ".\Include\accessobject.h"\
2269 ".\Include\intobject.h"\
2270 ".\Include\longobject.h"\
2271 ".\Include\floatobject.h"\
2272 ".\./Include\complexobject.h"\
2273 ".\Include\rangeobject.h"\
2274 ".\Include\stringobject.h"\
2275 ".\Include\tupleobject.h"\
2276 ".\Include\listobject.h"\
2277 ".\Include\mappingobject.h"\
2278 ".\Include\methodobject.h"\
2279 ".\Include\moduleobject.h"\
2280 ".\Include\funcobject.h"\
2281 ".\Include\classobject.h"\
2282 ".\Include\fileobject.h"\
2283 ".\Include\cobject.h"\
2284 ".\./Include\traceback.h"\
2285 ".\Include\errors.h"\
2286 ".\./Include\mymalloc.h"\
2287 ".\./Include\modsupport.h"\
2288 ".\./Include\ceval.h"\
2289 ".\./Include\pythonrun.h"\
2290 ".\./Include\sysmodule.h"\
2291 ".\./Include\rename2.h"\
2292 ".\./Include\thread.h"\
2293
2294
2295"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
2296 $(CPP) $(CPP_PROJ) $(SOURCE)
2297
2298
2299!ENDIF
2300
2301# End Source File
2302################################################################################
2303# Begin Source File
2304
2305SOURCE=.\Objects\funcobject.c
2306
2307!IF "$(CFG)" == "vc40_dll - Win32 Release"
2308
2309DEP_CPP_FUNCO=\
2310 ".\./Include\allobjects.h"\
2311 ".\./Include\compile.h"\
2312 ".\./Include\structmember.h"\
2313 ".\./PC\config.h"\
2314 ".\./Include\myproto.h"\
2315 ".\Include\object.h"\
2316 ".\Include\objimpl.h"\
2317 ".\Include\pydebug.h"\
2318 ".\Include\accessobject.h"\
2319 ".\Include\intobject.h"\
2320 ".\Include\longobject.h"\
2321 ".\Include\floatobject.h"\
2322 ".\./Include\complexobject.h"\
2323 ".\Include\rangeobject.h"\
2324 ".\Include\stringobject.h"\
2325 ".\Include\tupleobject.h"\
2326 ".\Include\listobject.h"\
2327 ".\Include\mappingobject.h"\
2328 ".\Include\methodobject.h"\
2329 ".\Include\moduleobject.h"\
2330 ".\Include\funcobject.h"\
2331 ".\Include\classobject.h"\
2332 ".\Include\fileobject.h"\
2333 ".\Include\cobject.h"\
2334 ".\./Include\traceback.h"\
2335 ".\Include\errors.h"\
2336 ".\./Include\mymalloc.h"\
2337 ".\./Include\modsupport.h"\
2338 ".\./Include\ceval.h"\
2339 ".\./Include\pythonrun.h"\
2340 ".\./Include\sysmodule.h"\
2341 ".\./Include\intrcheck.h"\
2342 ".\./Include\import.h"\
2343 ".\./Include\bltinmodule.h"\
2344 ".\Include\abstract.h"\
2345 ".\./Include\rename2.h"\
2346 ".\./Include\thread.h"\
2347
2348
2349"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
2350 $(CPP) $(CPP_PROJ) $(SOURCE)
2351
2352
2353!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2354
2355DEP_CPP_FUNCO=\
2356 ".\./Include\allobjects.h"\
2357 ".\./Include\compile.h"\
2358 ".\./Include\structmember.h"\
2359 ".\./PC\config.h"\
2360 ".\./Include\myproto.h"\
2361 ".\Include\object.h"\
2362 ".\Include\objimpl.h"\
2363 ".\Include\pydebug.h"\
2364 ".\Include\accessobject.h"\
2365 ".\Include\intobject.h"\
2366 ".\Include\longobject.h"\
2367 ".\Include\floatobject.h"\
2368 ".\./Include\complexobject.h"\
2369 ".\Include\rangeobject.h"\
2370 ".\Include\stringobject.h"\
2371 ".\Include\tupleobject.h"\
2372 ".\Include\listobject.h"\
2373 ".\Include\mappingobject.h"\
2374 ".\Include\methodobject.h"\
2375 ".\Include\moduleobject.h"\
2376 ".\Include\funcobject.h"\
2377 ".\Include\classobject.h"\
2378 ".\Include\fileobject.h"\
2379 ".\Include\cobject.h"\
2380 ".\./Include\traceback.h"\
2381 ".\Include\errors.h"\
2382 ".\./Include\mymalloc.h"\
2383 ".\./Include\modsupport.h"\
2384 ".\./Include\ceval.h"\
2385 ".\./Include\pythonrun.h"\
2386 ".\./Include\sysmodule.h"\
2387 ".\./Include\rename2.h"\
2388 ".\./Include\thread.h"\
2389
2390
2391"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
2392 $(CPP) $(CPP_PROJ) $(SOURCE)
2393
2394
2395!ENDIF
2396
2397# End Source File
2398################################################################################
2399# Begin Source File
2400
2401SOURCE=.\Python\frozen.c
2402
2403!IF "$(CFG)" == "vc40_dll - Win32 Release"
2404
2405DEP_CPP_FROZE=\
2406 ".\./Include\Python.h"\
2407 ".\./Include\allobjects.h"\
2408 ".\./PC\config.h"\
2409 ".\./Include\myproto.h"\
2410 ".\Include\object.h"\
2411 ".\Include\objimpl.h"\
2412 ".\Include\pydebug.h"\
2413 ".\Include\accessobject.h"\
2414 ".\Include\intobject.h"\
2415 ".\Include\longobject.h"\
2416 ".\Include\floatobject.h"\
2417 ".\./Include\complexobject.h"\
2418 ".\Include\rangeobject.h"\
2419 ".\Include\stringobject.h"\
2420 ".\Include\tupleobject.h"\
2421 ".\Include\listobject.h"\
2422 ".\Include\mappingobject.h"\
2423 ".\Include\methodobject.h"\
2424 ".\Include\moduleobject.h"\
2425 ".\Include\funcobject.h"\
2426 ".\Include\classobject.h"\
2427 ".\Include\fileobject.h"\
2428 ".\Include\cobject.h"\
2429 ".\./Include\traceback.h"\
2430 ".\Include\errors.h"\
2431 ".\./Include\mymalloc.h"\
2432 ".\./Include\modsupport.h"\
2433 ".\./Include\ceval.h"\
2434 ".\./Include\pythonrun.h"\
2435 ".\./Include\sysmodule.h"\
2436 ".\./Include\intrcheck.h"\
2437 ".\./Include\import.h"\
2438 ".\./Include\bltinmodule.h"\
2439 ".\Include\abstract.h"\
2440 ".\./Include\rename2.h"\
2441 ".\./Include\thread.h"\
2442
2443
2444"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
2445 $(CPP) $(CPP_PROJ) $(SOURCE)
2446
2447
2448!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2449
2450DEP_CPP_FROZE=\
2451 ".\./Include\Python.h"\
2452 ".\./Include\allobjects.h"\
2453 ".\./PC\config.h"\
2454 ".\./Include\myproto.h"\
2455 ".\Include\object.h"\
2456 ".\Include\objimpl.h"\
2457 ".\Include\pydebug.h"\
2458 ".\Include\accessobject.h"\
2459 ".\Include\intobject.h"\
2460 ".\Include\longobject.h"\
2461 ".\Include\floatobject.h"\
2462 ".\./Include\complexobject.h"\
2463 ".\Include\rangeobject.h"\
2464 ".\Include\stringobject.h"\
2465 ".\Include\tupleobject.h"\
2466 ".\Include\listobject.h"\
2467 ".\Include\mappingobject.h"\
2468 ".\Include\methodobject.h"\
2469 ".\Include\moduleobject.h"\
2470 ".\Include\funcobject.h"\
2471 ".\Include\classobject.h"\
2472 ".\Include\fileobject.h"\
2473 ".\Include\cobject.h"\
2474 ".\./Include\traceback.h"\
2475 ".\Include\errors.h"\
2476 ".\./Include\mymalloc.h"\
2477 ".\./Include\modsupport.h"\
2478 ".\./Include\ceval.h"\
2479 ".\./Include\pythonrun.h"\
2480 ".\./Include\sysmodule.h"\
2481 ".\./Include\rename2.h"\
2482 ".\./Include\thread.h"\
2483
2484
2485"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
2486 $(CPP) $(CPP_PROJ) $(SOURCE)
2487
2488
2489!ENDIF
2490
2491# End Source File
2492################################################################################
2493# Begin Source File
2494
2495SOURCE=.\Objects\frameobject.c
2496
2497!IF "$(CFG)" == "vc40_dll - Win32 Release"
2498
2499DEP_CPP_FRAME=\
2500 ".\./Include\allobjects.h"\
2501 ".\./Include\compile.h"\
2502 ".\./Include\frameobject.h"\
2503 ".\./Include\opcode.h"\
2504 ".\./Include\structmember.h"\
2505 ".\./Include\bltinmodule.h"\
2506 ".\./PC\config.h"\
2507 ".\./Include\myproto.h"\
2508 ".\Include\object.h"\
2509 ".\Include\objimpl.h"\
2510 ".\Include\pydebug.h"\
2511 ".\Include\accessobject.h"\
2512 ".\Include\intobject.h"\
2513 ".\Include\longobject.h"\
2514 ".\Include\floatobject.h"\
2515 ".\./Include\complexobject.h"\
2516 ".\Include\rangeobject.h"\
2517 ".\Include\stringobject.h"\
2518 ".\Include\tupleobject.h"\
2519 ".\Include\listobject.h"\
2520 ".\Include\mappingobject.h"\
2521 ".\Include\methodobject.h"\
2522 ".\Include\moduleobject.h"\
2523 ".\Include\funcobject.h"\
2524 ".\Include\classobject.h"\
2525 ".\Include\fileobject.h"\
2526 ".\Include\cobject.h"\
2527 ".\./Include\traceback.h"\
2528 ".\Include\errors.h"\
2529 ".\./Include\mymalloc.h"\
2530 ".\./Include\modsupport.h"\
2531 ".\./Include\ceval.h"\
2532 ".\./Include\pythonrun.h"\
2533 ".\./Include\sysmodule.h"\
2534 ".\./Include\intrcheck.h"\
2535 ".\./Include\import.h"\
2536 ".\Include\abstract.h"\
2537 ".\./Include\rename2.h"\
2538 ".\./Include\thread.h"\
2539
2540
2541"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
2542 $(CPP) $(CPP_PROJ) $(SOURCE)
2543
2544
2545!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2546
2547DEP_CPP_FRAME=\
2548 ".\./Include\allobjects.h"\
2549 ".\./Include\compile.h"\
2550 ".\./Include\frameobject.h"\
2551 ".\./Include\opcode.h"\
2552 ".\./Include\structmember.h"\
2553 ".\./Include\bltinmodule.h"\
2554 ".\./PC\config.h"\
2555 ".\./Include\myproto.h"\
2556 ".\Include\object.h"\
2557 ".\Include\objimpl.h"\
2558 ".\Include\pydebug.h"\
2559 ".\Include\accessobject.h"\
2560 ".\Include\intobject.h"\
2561 ".\Include\longobject.h"\
2562 ".\Include\floatobject.h"\
2563 ".\./Include\complexobject.h"\
2564 ".\Include\rangeobject.h"\
2565 ".\Include\stringobject.h"\
2566 ".\Include\tupleobject.h"\
2567 ".\Include\listobject.h"\
2568 ".\Include\mappingobject.h"\
2569 ".\Include\methodobject.h"\
2570 ".\Include\moduleobject.h"\
2571 ".\Include\funcobject.h"\
2572 ".\Include\classobject.h"\
2573 ".\Include\fileobject.h"\
2574 ".\Include\cobject.h"\
2575 ".\./Include\traceback.h"\
2576 ".\Include\errors.h"\
2577 ".\./Include\mymalloc.h"\
2578 ".\./Include\modsupport.h"\
2579 ".\./Include\ceval.h"\
2580 ".\./Include\pythonrun.h"\
2581 ".\./Include\sysmodule.h"\
2582 ".\./Include\rename2.h"\
2583 ".\./Include\thread.h"\
2584
2585
2586"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
2587 $(CPP) $(CPP_PROJ) $(SOURCE)
2588
2589
2590!ENDIF
2591
2592# End Source File
2593################################################################################
2594# Begin Source File
2595
2596SOURCE=.\Objects\floatobject.c
2597
2598!IF "$(CFG)" == "vc40_dll - Win32 Release"
2599
2600DEP_CPP_FLOAT=\
2601 ".\./Include\allobjects.h"\
2602 ".\./Include\modsupport.h"\
2603 ".\./Include\mymath.h"\
2604 ".\./PC\config.h"\
2605 ".\./Include\myproto.h"\
2606 ".\Include\object.h"\
2607 ".\Include\objimpl.h"\
2608 ".\Include\pydebug.h"\
2609 ".\Include\accessobject.h"\
2610 ".\Include\intobject.h"\
2611 ".\Include\longobject.h"\
2612 ".\Include\floatobject.h"\
2613 ".\./Include\complexobject.h"\
2614 ".\Include\rangeobject.h"\
2615 ".\Include\stringobject.h"\
2616 ".\Include\tupleobject.h"\
2617 ".\Include\listobject.h"\
2618 ".\Include\mappingobject.h"\
2619 ".\Include\methodobject.h"\
2620 ".\Include\moduleobject.h"\
2621 ".\Include\funcobject.h"\
2622 ".\Include\classobject.h"\
2623 ".\Include\fileobject.h"\
2624 ".\Include\cobject.h"\
2625 ".\./Include\traceback.h"\
2626 ".\Include\errors.h"\
2627 ".\./Include\mymalloc.h"\
2628 ".\./Include\ceval.h"\
2629 ".\./Include\pythonrun.h"\
2630 ".\./Include\sysmodule.h"\
2631 ".\./Include\intrcheck.h"\
2632 ".\./Include\import.h"\
2633 ".\./Include\bltinmodule.h"\
2634 ".\Include\abstract.h"\
2635 ".\./Include\rename2.h"\
2636 ".\./Include\thread.h"\
2637
2638
2639"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
2640 $(CPP) $(CPP_PROJ) $(SOURCE)
2641
2642
2643!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2644
2645DEP_CPP_FLOAT=\
2646 ".\./Include\allobjects.h"\
2647 ".\./Include\modsupport.h"\
2648 ".\./Include\mymath.h"\
2649 ".\./PC\config.h"\
2650 ".\./Include\myproto.h"\
2651 ".\Include\object.h"\
2652 ".\Include\objimpl.h"\
2653 ".\Include\pydebug.h"\
2654 ".\Include\accessobject.h"\
2655 ".\Include\intobject.h"\
2656 ".\Include\longobject.h"\
2657 ".\Include\floatobject.h"\
2658 ".\./Include\complexobject.h"\
2659 ".\Include\rangeobject.h"\
2660 ".\Include\stringobject.h"\
2661 ".\Include\tupleobject.h"\
2662 ".\Include\listobject.h"\
2663 ".\Include\mappingobject.h"\
2664 ".\Include\methodobject.h"\
2665 ".\Include\moduleobject.h"\
2666 ".\Include\funcobject.h"\
2667 ".\Include\classobject.h"\
2668 ".\Include\fileobject.h"\
2669 ".\Include\cobject.h"\
2670 ".\./Include\traceback.h"\
2671 ".\Include\errors.h"\
2672 ".\./Include\mymalloc.h"\
2673 ".\./Include\ceval.h"\
2674 ".\./Include\pythonrun.h"\
2675 ".\./Include\sysmodule.h"\
2676 ".\./Include\rename2.h"\
2677 ".\./Include\thread.h"\
2678
2679
2680"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
2681 $(CPP) $(CPP_PROJ) $(SOURCE)
2682
2683
2684!ENDIF
2685
2686# End Source File
2687################################################################################
2688# Begin Source File
2689
2690SOURCE=.\Objects\fileobject.c
2691
2692!IF "$(CFG)" == "vc40_dll - Win32 Release"
2693
2694DEP_CPP_FILEO=\
2695 ".\./Include\allobjects.h"\
2696 ".\./Include\modsupport.h"\
2697 ".\./Include\structmember.h"\
2698 ".\./Include\ceval.h"\
2699 ".\./PC\config.h"\
2700 ".\./Include\myproto.h"\
2701 ".\Include\object.h"\
2702 ".\Include\objimpl.h"\
2703 ".\Include\pydebug.h"\
2704 ".\Include\accessobject.h"\
2705 ".\Include\intobject.h"\
2706 ".\Include\longobject.h"\
2707 ".\Include\floatobject.h"\
2708 ".\./Include\complexobject.h"\
2709 ".\Include\rangeobject.h"\
2710 ".\Include\stringobject.h"\
2711 ".\Include\tupleobject.h"\
2712 ".\Include\listobject.h"\
2713 ".\Include\mappingobject.h"\
2714 ".\Include\methodobject.h"\
2715 ".\Include\moduleobject.h"\
2716 ".\Include\funcobject.h"\
2717 ".\Include\classobject.h"\
2718 ".\Include\fileobject.h"\
2719 ".\Include\cobject.h"\
2720 ".\./Include\traceback.h"\
2721 ".\Include\errors.h"\
2722 ".\./Include\mymalloc.h"\
2723 ".\./Include\pythonrun.h"\
2724 ".\./Include\sysmodule.h"\
2725 ".\./Include\intrcheck.h"\
2726 ".\./Include\import.h"\
2727 ".\./Include\bltinmodule.h"\
2728 ".\Include\abstract.h"\
2729 ".\./Include\rename2.h"\
2730 ".\./Include\thread.h"\
2731
2732
2733"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
2734 $(CPP) $(CPP_PROJ) $(SOURCE)
2735
2736
2737!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2738
2739DEP_CPP_FILEO=\
2740 ".\./Include\allobjects.h"\
2741 ".\./Include\modsupport.h"\
2742 ".\./Include\structmember.h"\
2743 ".\./Include\ceval.h"\
2744 ".\./PC\config.h"\
2745 ".\./Include\myproto.h"\
2746 ".\Include\object.h"\
2747 ".\Include\objimpl.h"\
2748 ".\Include\pydebug.h"\
2749 ".\Include\accessobject.h"\
2750 ".\Include\intobject.h"\
2751 ".\Include\longobject.h"\
2752 ".\Include\floatobject.h"\
2753 ".\./Include\complexobject.h"\
2754 ".\Include\rangeobject.h"\
2755 ".\Include\stringobject.h"\
2756 ".\Include\tupleobject.h"\
2757 ".\Include\listobject.h"\
2758 ".\Include\mappingobject.h"\
2759 ".\Include\methodobject.h"\
2760 ".\Include\moduleobject.h"\
2761 ".\Include\funcobject.h"\
2762 ".\Include\classobject.h"\
2763 ".\Include\fileobject.h"\
2764 ".\Include\cobject.h"\
2765 ".\./Include\traceback.h"\
2766 ".\Include\errors.h"\
2767 ".\./Include\mymalloc.h"\
2768 ".\./Include\pythonrun.h"\
2769 ".\./Include\sysmodule.h"\
2770 ".\./Include\rename2.h"\
2771 ".\./Include\thread.h"\
2772
2773
2774"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
2775 $(CPP) $(CPP_PROJ) $(SOURCE)
2776
2777
2778!ENDIF
2779
2780# End Source File
2781################################################################################
2782# Begin Source File
2783
2784SOURCE=.\Python\errors.c
2785
2786!IF "$(CFG)" == "vc40_dll - Win32 Release"
2787
2788DEP_CPP_ERROR=\
2789 ".\./Include\allobjects.h"\
2790 ".\./Include\traceback.h"\
2791 ".\./PC\config.h"\
2792 ".\./Include\myproto.h"\
2793 ".\Include\object.h"\
2794 ".\Include\objimpl.h"\
2795 ".\Include\pydebug.h"\
2796 ".\Include\accessobject.h"\
2797 ".\Include\intobject.h"\
2798 ".\Include\longobject.h"\
2799 ".\Include\floatobject.h"\
2800 ".\./Include\complexobject.h"\
2801 ".\Include\rangeobject.h"\
2802 ".\Include\stringobject.h"\
2803 ".\Include\tupleobject.h"\
2804 ".\Include\listobject.h"\
2805 ".\Include\mappingobject.h"\
2806 ".\Include\methodobject.h"\
2807 ".\Include\moduleobject.h"\
2808 ".\Include\funcobject.h"\
2809 ".\Include\classobject.h"\
2810 ".\Include\fileobject.h"\
2811 ".\Include\cobject.h"\
2812 ".\Include\errors.h"\
2813 ".\./Include\mymalloc.h"\
2814 ".\./Include\modsupport.h"\
2815 ".\./Include\ceval.h"\
2816 ".\./Include\pythonrun.h"\
2817 ".\./Include\sysmodule.h"\
2818 ".\./Include\intrcheck.h"\
2819 ".\./Include\import.h"\
2820 ".\./Include\bltinmodule.h"\
2821 ".\Include\abstract.h"\
2822 ".\./Include\rename2.h"\
2823 ".\./Include\thread.h"\
2824
2825
2826"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
2827 $(CPP) $(CPP_PROJ) $(SOURCE)
2828
2829
2830!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2831
2832DEP_CPP_ERROR=\
2833 ".\./Include\allobjects.h"\
2834 ".\./Include\traceback.h"\
2835 ".\./PC\config.h"\
2836 ".\./Include\myproto.h"\
2837 ".\Include\object.h"\
2838 ".\Include\objimpl.h"\
2839 ".\Include\pydebug.h"\
2840 ".\Include\accessobject.h"\
2841 ".\Include\intobject.h"\
2842 ".\Include\longobject.h"\
2843 ".\Include\floatobject.h"\
2844 ".\./Include\complexobject.h"\
2845 ".\Include\rangeobject.h"\
2846 ".\Include\stringobject.h"\
2847 ".\Include\tupleobject.h"\
2848 ".\Include\listobject.h"\
2849 ".\Include\mappingobject.h"\
2850 ".\Include\methodobject.h"\
2851 ".\Include\moduleobject.h"\
2852 ".\Include\funcobject.h"\
2853 ".\Include\classobject.h"\
2854 ".\Include\fileobject.h"\
2855 ".\Include\cobject.h"\
2856 ".\Include\errors.h"\
2857 ".\./Include\mymalloc.h"\
2858 ".\./Include\modsupport.h"\
2859 ".\./Include\ceval.h"\
2860 ".\./Include\pythonrun.h"\
2861 ".\./Include\sysmodule.h"\
2862 ".\./Include\rename2.h"\
2863 ".\./Include\thread.h"\
2864
2865
2866"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
2867 $(CPP) $(CPP_PROJ) $(SOURCE)
2868
2869
2870!ENDIF
2871
2872# End Source File
2873################################################################################
2874# Begin Source File
2875
2876SOURCE=.\Modules\environment.c
2877
2878!IF "$(CFG)" == "vc40_dll - Win32 Release"
2879
2880DEP_CPP_ENVIR=\
2881 ".\./Include\allobjects.h"\
2882 ".\./PC\config.h"\
2883 ".\./Include\myproto.h"\
2884 ".\Include\object.h"\
2885 ".\Include\objimpl.h"\
2886 ".\Include\pydebug.h"\
2887 ".\Include\accessobject.h"\
2888 ".\Include\intobject.h"\
2889 ".\Include\longobject.h"\
2890 ".\Include\floatobject.h"\
2891 ".\./Include\complexobject.h"\
2892 ".\Include\rangeobject.h"\
2893 ".\Include\stringobject.h"\
2894 ".\Include\tupleobject.h"\
2895 ".\Include\listobject.h"\
2896 ".\Include\mappingobject.h"\
2897 ".\Include\methodobject.h"\
2898 ".\Include\moduleobject.h"\
2899 ".\Include\funcobject.h"\
2900 ".\Include\classobject.h"\
2901 ".\Include\fileobject.h"\
2902 ".\Include\cobject.h"\
2903 ".\./Include\traceback.h"\
2904 ".\Include\errors.h"\
2905 ".\./Include\mymalloc.h"\
2906 ".\./Include\modsupport.h"\
2907 ".\./Include\ceval.h"\
2908 ".\./Include\pythonrun.h"\
2909 ".\./Include\sysmodule.h"\
2910 ".\./Include\intrcheck.h"\
2911 ".\./Include\import.h"\
2912 ".\./Include\bltinmodule.h"\
2913 ".\Include\abstract.h"\
2914 ".\./Include\rename2.h"\
2915 ".\./Include\thread.h"\
2916
2917
2918"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
2919 $(CPP) $(CPP_PROJ) $(SOURCE)
2920
2921
2922!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2923
2924DEP_CPP_ENVIR=\
2925 ".\./Include\allobjects.h"\
2926 ".\./PC\config.h"\
2927 ".\./Include\myproto.h"\
2928 ".\Include\object.h"\
2929 ".\Include\objimpl.h"\
2930 ".\Include\pydebug.h"\
2931 ".\Include\accessobject.h"\
2932 ".\Include\intobject.h"\
2933 ".\Include\longobject.h"\
2934 ".\Include\floatobject.h"\
2935 ".\./Include\complexobject.h"\
2936 ".\Include\rangeobject.h"\
2937 ".\Include\stringobject.h"\
2938 ".\Include\tupleobject.h"\
2939 ".\Include\listobject.h"\
2940 ".\Include\mappingobject.h"\
2941 ".\Include\methodobject.h"\
2942 ".\Include\moduleobject.h"\
2943 ".\Include\funcobject.h"\
2944 ".\Include\classobject.h"\
2945 ".\Include\fileobject.h"\
2946 ".\Include\cobject.h"\
2947 ".\./Include\traceback.h"\
2948 ".\Include\errors.h"\
2949 ".\./Include\mymalloc.h"\
2950 ".\./Include\modsupport.h"\
2951 ".\./Include\ceval.h"\
2952 ".\./Include\pythonrun.h"\
2953 ".\./Include\sysmodule.h"\
2954 ".\./Include\rename2.h"\
2955 ".\./Include\thread.h"\
2956
2957
2958"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
2959 $(CPP) $(CPP_PROJ) $(SOURCE)
2960
2961
2962!ENDIF
2963
2964# End Source File
2965################################################################################
2966# Begin Source File
2967
2968SOURCE=.\PC\config.c
2969
2970!IF "$(CFG)" == "vc40_dll - Win32 Release"
2971
2972DEP_CPP_CONFI=\
2973 ".\./Include\Python.h"\
2974 ".\./Include\allobjects.h"\
2975 ".\./PC\config.h"\
2976 ".\./Include\myproto.h"\
2977 ".\Include\object.h"\
2978 ".\Include\objimpl.h"\
2979 ".\Include\pydebug.h"\
2980 ".\Include\accessobject.h"\
2981 ".\Include\intobject.h"\
2982 ".\Include\longobject.h"\
2983 ".\Include\floatobject.h"\
2984 ".\./Include\complexobject.h"\
2985 ".\Include\rangeobject.h"\
2986 ".\Include\stringobject.h"\
2987 ".\Include\tupleobject.h"\
2988 ".\Include\listobject.h"\
2989 ".\Include\mappingobject.h"\
2990 ".\Include\methodobject.h"\
2991 ".\Include\moduleobject.h"\
2992 ".\Include\funcobject.h"\
2993 ".\Include\classobject.h"\
2994 ".\Include\fileobject.h"\
2995 ".\Include\cobject.h"\
2996 ".\./Include\traceback.h"\
2997 ".\Include\errors.h"\
2998 ".\./Include\mymalloc.h"\
2999 ".\./Include\modsupport.h"\
3000 ".\./Include\ceval.h"\
3001 ".\./Include\pythonrun.h"\
3002 ".\./Include\sysmodule.h"\
3003 ".\./Include\intrcheck.h"\
3004 ".\./Include\import.h"\
3005 ".\./Include\bltinmodule.h"\
3006 ".\Include\abstract.h"\
3007 ".\./Include\rename2.h"\
3008 ".\./Include\thread.h"\
3009
3010
3011"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
3012 $(CPP) $(CPP_PROJ) $(SOURCE)
3013
3014
3015!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3016
3017DEP_CPP_CONFI=\
3018 ".\./Include\Python.h"\
3019 ".\./Include\allobjects.h"\
3020 ".\./PC\config.h"\
3021 ".\./Include\myproto.h"\
3022 ".\Include\object.h"\
3023 ".\Include\objimpl.h"\
3024 ".\Include\pydebug.h"\
3025 ".\Include\accessobject.h"\
3026 ".\Include\intobject.h"\
3027 ".\Include\longobject.h"\
3028 ".\Include\floatobject.h"\
3029 ".\./Include\complexobject.h"\
3030 ".\Include\rangeobject.h"\
3031 ".\Include\stringobject.h"\
3032 ".\Include\tupleobject.h"\
3033 ".\Include\listobject.h"\
3034 ".\Include\mappingobject.h"\
3035 ".\Include\methodobject.h"\
3036 ".\Include\moduleobject.h"\
3037 ".\Include\funcobject.h"\
3038 ".\Include\classobject.h"\
3039 ".\Include\fileobject.h"\
3040 ".\Include\cobject.h"\
3041 ".\./Include\traceback.h"\
3042 ".\Include\errors.h"\
3043 ".\./Include\mymalloc.h"\
3044 ".\./Include\modsupport.h"\
3045 ".\./Include\ceval.h"\
3046 ".\./Include\pythonrun.h"\
3047 ".\./Include\sysmodule.h"\
3048 ".\./Include\rename2.h"\
3049 ".\./Include\thread.h"\
3050
3051
3052"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
3053 $(CPP) $(CPP_PROJ) $(SOURCE)
3054
3055
3056!ENDIF
3057
3058# End Source File
3059################################################################################
3060# Begin Source File
3061
3062SOURCE=.\Objects\complexobject.c
3063
3064!IF "$(CFG)" == "vc40_dll - Win32 Release"
3065
3066DEP_CPP_COMPL=\
3067 ".\./Include\allobjects.h"\
3068 ".\./Include\modsupport.h"\
3069 ".\./Include\mymath.h"\
3070 ".\./PC\config.h"\
3071 ".\./Include\myproto.h"\
3072 ".\Include\object.h"\
3073 ".\Include\objimpl.h"\
3074 ".\Include\pydebug.h"\
3075 ".\Include\accessobject.h"\
3076 ".\Include\intobject.h"\
3077 ".\Include\longobject.h"\
3078 ".\Include\floatobject.h"\
3079 ".\./Include\complexobject.h"\
3080 ".\Include\rangeobject.h"\
3081 ".\Include\stringobject.h"\
3082 ".\Include\tupleobject.h"\
3083 ".\Include\listobject.h"\
3084 ".\Include\mappingobject.h"\
3085 ".\Include\methodobject.h"\
3086 ".\Include\moduleobject.h"\
3087 ".\Include\funcobject.h"\
3088 ".\Include\classobject.h"\
3089 ".\Include\fileobject.h"\
3090 ".\Include\cobject.h"\
3091 ".\./Include\traceback.h"\
3092 ".\Include\errors.h"\
3093 ".\./Include\mymalloc.h"\
3094 ".\./Include\ceval.h"\
3095 ".\./Include\pythonrun.h"\
3096 ".\./Include\sysmodule.h"\
3097 ".\./Include\intrcheck.h"\
3098 ".\./Include\import.h"\
3099 ".\./Include\bltinmodule.h"\
3100 ".\Include\abstract.h"\
3101 ".\./Include\rename2.h"\
3102 ".\./Include\thread.h"\
3103
3104
3105"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
3106 $(CPP) $(CPP_PROJ) $(SOURCE)
3107
3108
3109!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3110
3111DEP_CPP_COMPL=\
3112 ".\./Include\allobjects.h"\
3113 ".\./Include\modsupport.h"\
3114 ".\./Include\mymath.h"\
3115 ".\./PC\config.h"\
3116 ".\./Include\myproto.h"\
3117 ".\Include\object.h"\
3118 ".\Include\objimpl.h"\
3119 ".\Include\pydebug.h"\
3120 ".\Include\accessobject.h"\
3121 ".\Include\intobject.h"\
3122 ".\Include\longobject.h"\
3123 ".\Include\floatobject.h"\
3124 ".\./Include\complexobject.h"\
3125 ".\Include\rangeobject.h"\
3126 ".\Include\stringobject.h"\
3127 ".\Include\tupleobject.h"\
3128 ".\Include\listobject.h"\
3129 ".\Include\mappingobject.h"\
3130 ".\Include\methodobject.h"\
3131 ".\Include\moduleobject.h"\
3132 ".\Include\funcobject.h"\
3133 ".\Include\classobject.h"\
3134 ".\Include\fileobject.h"\
3135 ".\Include\cobject.h"\
3136 ".\./Include\traceback.h"\
3137 ".\Include\errors.h"\
3138 ".\./Include\mymalloc.h"\
3139 ".\./Include\ceval.h"\
3140 ".\./Include\pythonrun.h"\
3141 ".\./Include\sysmodule.h"\
3142 ".\./Include\rename2.h"\
3143 ".\./Include\thread.h"\
3144
3145
3146"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
3147 $(CPP) $(CPP_PROJ) $(SOURCE)
3148
3149
3150!ENDIF
3151
3152# End Source File
3153################################################################################
3154# Begin Source File
3155
3156SOURCE=.\Python\compile.c
3157
3158!IF "$(CFG)" == "vc40_dll - Win32 Release"
3159
3160DEP_CPP_COMPI=\
3161 ".\./Include\allobjects.h"\
3162 ".\./Include\node.h"\
3163 ".\./Include\token.h"\
3164 ".\./Include\graminit.h"\
3165 ".\./Include\compile.h"\
3166 ".\./Include\opcode.h"\
3167 ".\./Include\structmember.h"\
3168 ".\./PC\config.h"\
3169 ".\./Include\myproto.h"\
3170 ".\Include\object.h"\
3171 ".\Include\objimpl.h"\
3172 ".\Include\pydebug.h"\
3173 ".\Include\accessobject.h"\
3174 ".\Include\intobject.h"\
3175 ".\Include\longobject.h"\
3176 ".\Include\floatobject.h"\
3177 ".\./Include\complexobject.h"\
3178 ".\Include\rangeobject.h"\
3179 ".\Include\stringobject.h"\
3180 ".\Include\tupleobject.h"\
3181 ".\Include\listobject.h"\
3182 ".\Include\mappingobject.h"\
3183 ".\Include\methodobject.h"\
3184 ".\Include\moduleobject.h"\
3185 ".\Include\funcobject.h"\
3186 ".\Include\classobject.h"\
3187 ".\Include\fileobject.h"\
3188 ".\Include\cobject.h"\
3189 ".\./Include\traceback.h"\
3190 ".\Include\errors.h"\
3191 ".\./Include\mymalloc.h"\
3192 ".\./Include\modsupport.h"\
3193 ".\./Include\ceval.h"\
3194 ".\./Include\pythonrun.h"\
3195 ".\./Include\sysmodule.h"\
3196 ".\./Include\intrcheck.h"\
3197 ".\./Include\import.h"\
3198 ".\./Include\bltinmodule.h"\
3199 ".\Include\abstract.h"\
3200 ".\./Include\rename2.h"\
3201 ".\./Include\thread.h"\
3202
3203
3204"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
3205 $(CPP) $(CPP_PROJ) $(SOURCE)
3206
3207
3208!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3209
3210DEP_CPP_COMPI=\
3211 ".\./Include\allobjects.h"\
3212 ".\./Include\node.h"\
3213 ".\./Include\token.h"\
3214 ".\./Include\graminit.h"\
3215 ".\./Include\compile.h"\
3216 ".\./Include\opcode.h"\
3217 ".\./Include\structmember.h"\
3218 ".\./PC\config.h"\
3219 ".\./Include\myproto.h"\
3220 ".\Include\object.h"\
3221 ".\Include\objimpl.h"\
3222 ".\Include\pydebug.h"\
3223 ".\Include\accessobject.h"\
3224 ".\Include\intobject.h"\
3225 ".\Include\longobject.h"\
3226 ".\Include\floatobject.h"\
3227 ".\./Include\complexobject.h"\
3228 ".\Include\rangeobject.h"\
3229 ".\Include\stringobject.h"\
3230 ".\Include\tupleobject.h"\
3231 ".\Include\listobject.h"\
3232 ".\Include\mappingobject.h"\
3233 ".\Include\methodobject.h"\
3234 ".\Include\moduleobject.h"\
3235 ".\Include\funcobject.h"\
3236 ".\Include\classobject.h"\
3237 ".\Include\fileobject.h"\
3238 ".\Include\cobject.h"\
3239 ".\./Include\traceback.h"\
3240 ".\Include\errors.h"\
3241 ".\./Include\mymalloc.h"\
3242 ".\./Include\modsupport.h"\
3243 ".\./Include\ceval.h"\
3244 ".\./Include\pythonrun.h"\
3245 ".\./Include\sysmodule.h"\
3246 ".\./Include\rename2.h"\
3247 ".\./Include\thread.h"\
3248
3249
3250"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
3251 $(CPP) $(CPP_PROJ) $(SOURCE)
3252
3253
3254!ENDIF
3255
3256# End Source File
3257################################################################################
3258# Begin Source File
3259
3260SOURCE=.\Objects\cobject.c
3261
3262!IF "$(CFG)" == "vc40_dll - Win32 Release"
3263
3264DEP_CPP_COBJE=\
3265 ".\./Include\Python.h"\
3266 ".\./Include\allobjects.h"\
3267 ".\./PC\config.h"\
3268 ".\./Include\myproto.h"\
3269 ".\Include\object.h"\
3270 ".\Include\objimpl.h"\
3271 ".\Include\pydebug.h"\
3272 ".\Include\accessobject.h"\
3273 ".\Include\intobject.h"\
3274 ".\Include\longobject.h"\
3275 ".\Include\floatobject.h"\
3276 ".\./Include\complexobject.h"\
3277 ".\Include\rangeobject.h"\
3278 ".\Include\stringobject.h"\
3279 ".\Include\tupleobject.h"\
3280 ".\Include\listobject.h"\
3281 ".\Include\mappingobject.h"\
3282 ".\Include\methodobject.h"\
3283 ".\Include\moduleobject.h"\
3284 ".\Include\funcobject.h"\
3285 ".\Include\classobject.h"\
3286 ".\Include\fileobject.h"\
3287 ".\Include\cobject.h"\
3288 ".\./Include\traceback.h"\
3289 ".\Include\errors.h"\
3290 ".\./Include\mymalloc.h"\
3291 ".\./Include\modsupport.h"\
3292 ".\./Include\ceval.h"\
3293 ".\./Include\pythonrun.h"\
3294 ".\./Include\sysmodule.h"\
3295 ".\./Include\intrcheck.h"\
3296 ".\./Include\import.h"\
3297 ".\./Include\bltinmodule.h"\
3298 ".\Include\abstract.h"\
3299 ".\./Include\rename2.h"\
3300 ".\./Include\thread.h"\
3301
3302
3303"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
3304 $(CPP) $(CPP_PROJ) $(SOURCE)
3305
3306
3307!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3308
3309DEP_CPP_COBJE=\
3310 ".\./Include\Python.h"\
3311 ".\./Include\allobjects.h"\
3312 ".\./PC\config.h"\
3313 ".\./Include\myproto.h"\
3314 ".\Include\object.h"\
3315 ".\Include\objimpl.h"\
3316 ".\Include\pydebug.h"\
3317 ".\Include\accessobject.h"\
3318 ".\Include\intobject.h"\
3319 ".\Include\longobject.h"\
3320 ".\Include\floatobject.h"\
3321 ".\./Include\complexobject.h"\
3322 ".\Include\rangeobject.h"\
3323 ".\Include\stringobject.h"\
3324 ".\Include\tupleobject.h"\
3325 ".\Include\listobject.h"\
3326 ".\Include\mappingobject.h"\
3327 ".\Include\methodobject.h"\
3328 ".\Include\moduleobject.h"\
3329 ".\Include\funcobject.h"\
3330 ".\Include\classobject.h"\
3331 ".\Include\fileobject.h"\
3332 ".\Include\cobject.h"\
3333 ".\./Include\traceback.h"\
3334 ".\Include\errors.h"\
3335 ".\./Include\mymalloc.h"\
3336 ".\./Include\modsupport.h"\
3337 ".\./Include\ceval.h"\
3338 ".\./Include\pythonrun.h"\
3339 ".\./Include\sysmodule.h"\
3340 ".\./Include\rename2.h"\
3341 ".\./Include\thread.h"\
3342
3343
3344"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
3345 $(CPP) $(CPP_PROJ) $(SOURCE)
3346
3347
3348!ENDIF
3349
3350# End Source File
3351################################################################################
3352# Begin Source File
3353
3354SOURCE=.\Modules\cmathmodule.c
3355
3356!IF "$(CFG)" == "vc40_dll - Win32 Release"
3357
3358DEP_CPP_CMATH=\
3359 ".\./Include\allobjects.h"\
3360 ".\./Include\mymath.h"\
3361 ".\./PC\config.h"\
3362 ".\./Include\myproto.h"\
3363 ".\Include\object.h"\
3364 ".\Include\objimpl.h"\
3365 ".\Include\pydebug.h"\
3366 ".\Include\accessobject.h"\
3367 ".\Include\intobject.h"\
3368 ".\Include\longobject.h"\
3369 ".\Include\floatobject.h"\
3370 ".\./Include\complexobject.h"\
3371 ".\Include\rangeobject.h"\
3372 ".\Include\stringobject.h"\
3373 ".\Include\tupleobject.h"\
3374 ".\Include\listobject.h"\
3375 ".\Include\mappingobject.h"\
3376 ".\Include\methodobject.h"\
3377 ".\Include\moduleobject.h"\
3378 ".\Include\funcobject.h"\
3379 ".\Include\classobject.h"\
3380 ".\Include\fileobject.h"\
3381 ".\Include\cobject.h"\
3382 ".\./Include\traceback.h"\
3383 ".\Include\errors.h"\
3384 ".\./Include\mymalloc.h"\
3385 ".\./Include\modsupport.h"\
3386 ".\./Include\ceval.h"\
3387 ".\./Include\pythonrun.h"\
3388 ".\./Include\sysmodule.h"\
3389 ".\./Include\intrcheck.h"\
3390 ".\./Include\import.h"\
3391 ".\./Include\bltinmodule.h"\
3392 ".\Include\abstract.h"\
3393 ".\./Include\rename2.h"\
3394 ".\./Include\thread.h"\
3395
3396NODEP_CPP_CMATH=\
3397 ".\Modules\complexobject.h"\
3398
3399
3400"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
3401 $(CPP) $(CPP_PROJ) $(SOURCE)
3402
3403
3404!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3405
3406DEP_CPP_CMATH=\
3407 ".\./Include\allobjects.h"\
3408 ".\./Include\complexobject.h"\
3409 ".\./Include\mymath.h"\
3410 ".\./PC\config.h"\
3411 ".\./Include\myproto.h"\
3412 ".\Include\object.h"\
3413 ".\Include\objimpl.h"\
3414 ".\Include\pydebug.h"\
3415 ".\Include\accessobject.h"\
3416 ".\Include\intobject.h"\
3417 ".\Include\longobject.h"\
3418 ".\Include\floatobject.h"\
3419 ".\Include\rangeobject.h"\
3420 ".\Include\stringobject.h"\
3421 ".\Include\tupleobject.h"\
3422 ".\Include\listobject.h"\
3423 ".\Include\mappingobject.h"\
3424 ".\Include\methodobject.h"\
3425 ".\Include\moduleobject.h"\
3426 ".\Include\funcobject.h"\
3427 ".\Include\classobject.h"\
3428 ".\Include\fileobject.h"\
3429 ".\Include\cobject.h"\
3430 ".\./Include\traceback.h"\
3431 ".\Include\errors.h"\
3432 ".\./Include\mymalloc.h"\
3433 ".\./Include\modsupport.h"\
3434 ".\./Include\ceval.h"\
3435 ".\./Include\pythonrun.h"\
3436 ".\./Include\sysmodule.h"\
3437 ".\./Include\rename2.h"\
3438 ".\./Include\thread.h"\
3439
3440
3441"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
3442 $(CPP) $(CPP_PROJ) $(SOURCE)
3443
3444
3445!ENDIF
3446
3447# End Source File
3448################################################################################
3449# Begin Source File
3450
3451SOURCE=.\Objects\classobject.c
3452
3453!IF "$(CFG)" == "vc40_dll - Win32 Release"
3454
3455DEP_CPP_CLASS=\
3456 ".\./Include\allobjects.h"\
3457 ".\./Include\structmember.h"\
3458 ".\./PC\config.h"\
3459 ".\./Include\myproto.h"\
3460 ".\Include\object.h"\
3461 ".\Include\objimpl.h"\
3462 ".\Include\pydebug.h"\
3463 ".\Include\accessobject.h"\
3464 ".\Include\intobject.h"\
3465 ".\Include\longobject.h"\
3466 ".\Include\floatobject.h"\
3467 ".\./Include\complexobject.h"\
3468 ".\Include\rangeobject.h"\
3469 ".\Include\stringobject.h"\
3470 ".\Include\tupleobject.h"\
3471 ".\Include\listobject.h"\
3472 ".\Include\mappingobject.h"\
3473 ".\Include\methodobject.h"\
3474 ".\Include\moduleobject.h"\
3475 ".\Include\funcobject.h"\
3476 ".\Include\classobject.h"\
3477 ".\Include\fileobject.h"\
3478 ".\Include\cobject.h"\
3479 ".\./Include\traceback.h"\
3480 ".\Include\errors.h"\
3481 ".\./Include\mymalloc.h"\
3482 ".\./Include\modsupport.h"\
3483 ".\./Include\ceval.h"\
3484 ".\./Include\pythonrun.h"\
3485 ".\./Include\sysmodule.h"\
3486 ".\./Include\intrcheck.h"\
3487 ".\./Include\import.h"\
3488 ".\./Include\bltinmodule.h"\
3489 ".\Include\abstract.h"\
3490 ".\./Include\rename2.h"\
3491 ".\./Include\thread.h"\
3492
3493
3494"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
3495 $(CPP) $(CPP_PROJ) $(SOURCE)
3496
3497
3498!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3499
3500DEP_CPP_CLASS=\
3501 ".\./Include\allobjects.h"\
3502 ".\./Include\structmember.h"\
3503 ".\./PC\config.h"\
3504 ".\./Include\myproto.h"\
3505 ".\Include\object.h"\
3506 ".\Include\objimpl.h"\
3507 ".\Include\pydebug.h"\
3508 ".\Include\accessobject.h"\
3509 ".\Include\intobject.h"\
3510 ".\Include\longobject.h"\
3511 ".\Include\floatobject.h"\
3512 ".\./Include\complexobject.h"\
3513 ".\Include\rangeobject.h"\
3514 ".\Include\stringobject.h"\
3515 ".\Include\tupleobject.h"\
3516 ".\Include\listobject.h"\
3517 ".\Include\mappingobject.h"\
3518 ".\Include\methodobject.h"\
3519 ".\Include\moduleobject.h"\
3520 ".\Include\funcobject.h"\
3521 ".\Include\classobject.h"\
3522 ".\Include\fileobject.h"\
3523 ".\Include\cobject.h"\
3524 ".\./Include\traceback.h"\
3525 ".\Include\errors.h"\
3526 ".\./Include\mymalloc.h"\
3527 ".\./Include\modsupport.h"\
3528 ".\./Include\ceval.h"\
3529 ".\./Include\pythonrun.h"\
3530 ".\./Include\sysmodule.h"\
3531 ".\./Include\rename2.h"\
3532 ".\./Include\thread.h"\
3533
3534
3535"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
3536 $(CPP) $(CPP_PROJ) $(SOURCE)
3537
3538
3539!ENDIF
3540
3541# End Source File
3542################################################################################
3543# Begin Source File
3544
3545SOURCE=.\Python\cgensupport.c
3546
3547!IF "$(CFG)" == "vc40_dll - Win32 Release"
3548
3549DEP_CPP_CGENS=\
3550 ".\./Include\allobjects.h"\
3551 ".\./Include\cgensupport.h"\
3552 ".\./PC\config.h"\
3553 ".\./Include\myproto.h"\
3554 ".\Include\object.h"\
3555 ".\Include\objimpl.h"\
3556 ".\Include\pydebug.h"\
3557 ".\Include\accessobject.h"\
3558 ".\Include\intobject.h"\
3559 ".\Include\longobject.h"\
3560 ".\Include\floatobject.h"\
3561 ".\./Include\complexobject.h"\
3562 ".\Include\rangeobject.h"\
3563 ".\Include\stringobject.h"\
3564 ".\Include\tupleobject.h"\
3565 ".\Include\listobject.h"\
3566 ".\Include\mappingobject.h"\
3567 ".\Include\methodobject.h"\
3568 ".\Include\moduleobject.h"\
3569 ".\Include\funcobject.h"\
3570 ".\Include\classobject.h"\
3571 ".\Include\fileobject.h"\
3572 ".\Include\cobject.h"\
3573 ".\./Include\traceback.h"\
3574 ".\Include\errors.h"\
3575 ".\./Include\mymalloc.h"\
3576 ".\./Include\modsupport.h"\
3577 ".\./Include\ceval.h"\
3578 ".\./Include\pythonrun.h"\
3579 ".\./Include\sysmodule.h"\
3580 ".\./Include\intrcheck.h"\
3581 ".\./Include\import.h"\
3582 ".\./Include\bltinmodule.h"\
3583 ".\Include\abstract.h"\
3584 ".\./Include\rename2.h"\
3585 ".\./Include\thread.h"\
3586
3587
3588"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
3589 $(CPP) $(CPP_PROJ) $(SOURCE)
3590
3591
3592!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3593
3594DEP_CPP_CGENS=\
3595 ".\./Include\allobjects.h"\
3596 ".\./Include\cgensupport.h"\
3597 ".\./PC\config.h"\
3598 ".\./Include\myproto.h"\
3599 ".\Include\object.h"\
3600 ".\Include\objimpl.h"\
3601 ".\Include\pydebug.h"\
3602 ".\Include\accessobject.h"\
3603 ".\Include\intobject.h"\
3604 ".\Include\longobject.h"\
3605 ".\Include\floatobject.h"\
3606 ".\./Include\complexobject.h"\
3607 ".\Include\rangeobject.h"\
3608 ".\Include\stringobject.h"\
3609 ".\Include\tupleobject.h"\
3610 ".\Include\listobject.h"\
3611 ".\Include\mappingobject.h"\
3612 ".\Include\methodobject.h"\
3613 ".\Include\moduleobject.h"\
3614 ".\Include\funcobject.h"\
3615 ".\Include\classobject.h"\
3616 ".\Include\fileobject.h"\
3617 ".\Include\cobject.h"\
3618 ".\./Include\traceback.h"\
3619 ".\Include\errors.h"\
3620 ".\./Include\mymalloc.h"\
3621 ".\./Include\modsupport.h"\
3622 ".\./Include\ceval.h"\
3623 ".\./Include\pythonrun.h"\
3624 ".\./Include\sysmodule.h"\
3625 ".\./Include\rename2.h"\
3626 ".\./Include\thread.h"\
3627
3628
3629"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
3630 $(CPP) $(CPP_PROJ) $(SOURCE)
3631
3632
3633!ENDIF
3634
3635# End Source File
3636################################################################################
3637# Begin Source File
3638
3639SOURCE=.\Python\ceval.c
3640
3641!IF "$(CFG)" == "vc40_dll - Win32 Release"
3642
3643DEP_CPP_CEVAL=\
3644 ".\./Include\allobjects.h"\
3645 ".\./Include\compile.h"\
3646 ".\./Include\frameobject.h"\
3647 ".\./Include\eval.h"\
3648 ".\./Include\opcode.h"\
3649 ".\./Include\graminit.h"\
3650 ".\./Include\thread.h"\
3651 ".\./PC\config.h"\
3652 ".\./Include\myproto.h"\
3653 ".\Include\object.h"\
3654 ".\Include\objimpl.h"\
3655 ".\Include\pydebug.h"\
3656 ".\Include\accessobject.h"\
3657 ".\Include\intobject.h"\
3658 ".\Include\longobject.h"\
3659 ".\Include\floatobject.h"\
3660 ".\./Include\complexobject.h"\
3661 ".\Include\rangeobject.h"\
3662 ".\Include\stringobject.h"\
3663 ".\Include\tupleobject.h"\
3664 ".\Include\listobject.h"\
3665 ".\Include\mappingobject.h"\
3666 ".\Include\methodobject.h"\
3667 ".\Include\moduleobject.h"\
3668 ".\Include\funcobject.h"\
3669 ".\Include\classobject.h"\
3670 ".\Include\fileobject.h"\
3671 ".\Include\cobject.h"\
3672 ".\./Include\traceback.h"\
3673 ".\Include\errors.h"\
3674 ".\./Include\mymalloc.h"\
3675 ".\./Include\modsupport.h"\
3676 ".\./Include\ceval.h"\
3677 ".\./Include\pythonrun.h"\
3678 ".\./Include\sysmodule.h"\
3679 ".\./Include\intrcheck.h"\
3680 ".\./Include\import.h"\
3681 ".\./Include\bltinmodule.h"\
3682 ".\Include\abstract.h"\
3683 ".\./Include\rename2.h"\
3684
3685
3686"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
3687 $(CPP) $(CPP_PROJ) $(SOURCE)
3688
3689
3690!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3691
3692DEP_CPP_CEVAL=\
3693 ".\./Include\allobjects.h"\
3694 ".\./Include\compile.h"\
3695 ".\./Include\frameobject.h"\
3696 ".\./Include\eval.h"\
3697 ".\./Include\opcode.h"\
3698 ".\./Include\graminit.h"\
3699 ".\./Include\thread.h"\
3700 ".\./PC\config.h"\
3701 ".\./Include\myproto.h"\
3702 ".\Include\object.h"\
3703 ".\Include\objimpl.h"\
3704 ".\Include\pydebug.h"\
3705 ".\Include\accessobject.h"\
3706 ".\Include\intobject.h"\
3707 ".\Include\longobject.h"\
3708 ".\Include\floatobject.h"\
3709 ".\./Include\complexobject.h"\
3710 ".\Include\rangeobject.h"\
3711 ".\Include\stringobject.h"\
3712 ".\Include\tupleobject.h"\
3713 ".\Include\listobject.h"\
3714 ".\Include\mappingobject.h"\
3715 ".\Include\methodobject.h"\
3716 ".\Include\moduleobject.h"\
3717 ".\Include\funcobject.h"\
3718 ".\Include\classobject.h"\
3719 ".\Include\fileobject.h"\
3720 ".\Include\cobject.h"\
3721 ".\./Include\traceback.h"\
3722 ".\Include\errors.h"\
3723 ".\./Include\mymalloc.h"\
3724 ".\./Include\modsupport.h"\
3725 ".\./Include\ceval.h"\
3726 ".\./Include\pythonrun.h"\
3727 ".\./Include\sysmodule.h"\
3728 ".\./Include\rename2.h"\
3729
3730
3731"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
3732 $(CPP) $(CPP_PROJ) $(SOURCE)
3733
3734
3735!ENDIF
3736
3737# End Source File
3738################################################################################
3739# Begin Source File
3740
3741SOURCE=.\Python\bltinmodule.c
3742
3743!IF "$(CFG)" == "vc40_dll - Win32 Release"
3744
3745DEP_CPP_BLTIN=\
3746 ".\./Include\allobjects.h"\
3747 ".\./Include\node.h"\
3748 ".\./Include\graminit.h"\
3749 ".\./Include\bltinmodule.h"\
3750 ".\./Include\import.h"\
3751 ".\./Include\compile.h"\
3752 ".\./Include\eval.h"\
3753 ".\./PC\config.h"\
3754 ".\./Include\myproto.h"\
3755 ".\Include\object.h"\
3756 ".\Include\objimpl.h"\
3757 ".\Include\pydebug.h"\
3758 ".\Include\accessobject.h"\
3759 ".\Include\intobject.h"\
3760 ".\Include\longobject.h"\
3761 ".\Include\floatobject.h"\
3762 ".\./Include\complexobject.h"\
3763 ".\Include\rangeobject.h"\
3764 ".\Include\stringobject.h"\
3765 ".\Include\tupleobject.h"\
3766 ".\Include\listobject.h"\
3767 ".\Include\mappingobject.h"\
3768 ".\Include\methodobject.h"\
3769 ".\Include\moduleobject.h"\
3770 ".\Include\funcobject.h"\
3771 ".\Include\classobject.h"\
3772 ".\Include\fileobject.h"\
3773 ".\Include\cobject.h"\
3774 ".\./Include\traceback.h"\
3775 ".\Include\errors.h"\
3776 ".\./Include\mymalloc.h"\
3777 ".\./Include\modsupport.h"\
3778 ".\./Include\ceval.h"\
3779 ".\./Include\pythonrun.h"\
3780 ".\./Include\sysmodule.h"\
3781 ".\./Include\intrcheck.h"\
3782 ".\Include\abstract.h"\
3783 ".\./Include\rename2.h"\
3784 ".\./Include\thread.h"\
3785
3786
3787"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
3788 $(CPP) $(CPP_PROJ) $(SOURCE)
3789
3790
3791!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3792
3793DEP_CPP_BLTIN=\
3794 ".\./Include\allobjects.h"\
3795 ".\./Include\node.h"\
3796 ".\./Include\graminit.h"\
3797 ".\./Include\bltinmodule.h"\
3798 ".\./Include\import.h"\
3799 ".\./Include\compile.h"\
3800 ".\./Include\eval.h"\
3801 ".\./PC\config.h"\
3802 ".\./Include\myproto.h"\
3803 ".\Include\object.h"\
3804 ".\Include\objimpl.h"\
3805 ".\Include\pydebug.h"\
3806 ".\Include\accessobject.h"\
3807 ".\Include\intobject.h"\
3808 ".\Include\longobject.h"\
3809 ".\Include\floatobject.h"\
3810 ".\./Include\complexobject.h"\
3811 ".\Include\rangeobject.h"\
3812 ".\Include\stringobject.h"\
3813 ".\Include\tupleobject.h"\
3814 ".\Include\listobject.h"\
3815 ".\Include\mappingobject.h"\
3816 ".\Include\methodobject.h"\
3817 ".\Include\moduleobject.h"\
3818 ".\Include\funcobject.h"\
3819 ".\Include\classobject.h"\
3820 ".\Include\fileobject.h"\
3821 ".\Include\cobject.h"\
3822 ".\./Include\traceback.h"\
3823 ".\Include\errors.h"\
3824 ".\./Include\mymalloc.h"\
3825 ".\./Include\modsupport.h"\
3826 ".\./Include\ceval.h"\
3827 ".\./Include\pythonrun.h"\
3828 ".\./Include\sysmodule.h"\
3829 ".\./Include\rename2.h"\
3830 ".\./Include\thread.h"\
3831
3832
3833"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
3834 $(CPP) $(CPP_PROJ) $(SOURCE)
3835
3836
3837!ENDIF
3838
3839# End Source File
3840################################################################################
3841# Begin Source File
3842
3843SOURCE=.\Modules\binascii.c
3844
3845!IF "$(CFG)" == "vc40_dll - Win32 Release"
3846
3847DEP_CPP_BINAS=\
3848 ".\./Include\Python.h"\
3849 ".\./Include\allobjects.h"\
3850 ".\./PC\config.h"\
3851 ".\./Include\myproto.h"\
3852 ".\Include\object.h"\
3853 ".\Include\objimpl.h"\
3854 ".\Include\pydebug.h"\
3855 ".\Include\accessobject.h"\
3856 ".\Include\intobject.h"\
3857 ".\Include\longobject.h"\
3858 ".\Include\floatobject.h"\
3859 ".\./Include\complexobject.h"\
3860 ".\Include\rangeobject.h"\
3861 ".\Include\stringobject.h"\
3862 ".\Include\tupleobject.h"\
3863 ".\Include\listobject.h"\
3864 ".\Include\mappingobject.h"\
3865 ".\Include\methodobject.h"\
3866 ".\Include\moduleobject.h"\
3867 ".\Include\funcobject.h"\
3868 ".\Include\classobject.h"\
3869 ".\Include\fileobject.h"\
3870 ".\Include\cobject.h"\
3871 ".\./Include\traceback.h"\
3872 ".\Include\errors.h"\
3873 ".\./Include\mymalloc.h"\
3874 ".\./Include\modsupport.h"\
3875 ".\./Include\ceval.h"\
3876 ".\./Include\pythonrun.h"\
3877 ".\./Include\sysmodule.h"\
3878 ".\./Include\intrcheck.h"\
3879 ".\./Include\import.h"\
3880 ".\./Include\bltinmodule.h"\
3881 ".\Include\abstract.h"\
3882 ".\./Include\rename2.h"\
3883 ".\./Include\thread.h"\
3884
3885
3886"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
3887 $(CPP) $(CPP_PROJ) $(SOURCE)
3888
3889
3890!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3891
3892DEP_CPP_BINAS=\
3893 ".\./Include\Python.h"\
3894 ".\./Include\allobjects.h"\
3895 ".\./PC\config.h"\
3896 ".\./Include\myproto.h"\
3897 ".\Include\object.h"\
3898 ".\Include\objimpl.h"\
3899 ".\Include\pydebug.h"\
3900 ".\Include\accessobject.h"\
3901 ".\Include\intobject.h"\
3902 ".\Include\longobject.h"\
3903 ".\Include\floatobject.h"\
3904 ".\./Include\complexobject.h"\
3905 ".\Include\rangeobject.h"\
3906 ".\Include\stringobject.h"\
3907 ".\Include\tupleobject.h"\
3908 ".\Include\listobject.h"\
3909 ".\Include\mappingobject.h"\
3910 ".\Include\methodobject.h"\
3911 ".\Include\moduleobject.h"\
3912 ".\Include\funcobject.h"\
3913 ".\Include\classobject.h"\
3914 ".\Include\fileobject.h"\
3915 ".\Include\cobject.h"\
3916 ".\./Include\traceback.h"\
3917 ".\Include\errors.h"\
3918 ".\./Include\mymalloc.h"\
3919 ".\./Include\modsupport.h"\
3920 ".\./Include\ceval.h"\
3921 ".\./Include\pythonrun.h"\
3922 ".\./Include\sysmodule.h"\
3923 ".\./Include\rename2.h"\
3924 ".\./Include\thread.h"\
3925
3926
3927"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
3928 $(CPP) $(CPP_PROJ) $(SOURCE)
3929
3930
3931!ENDIF
3932
3933# End Source File
3934################################################################################
3935# Begin Source File
3936
3937SOURCE=.\Modules\audioop.c
3938
3939!IF "$(CFG)" == "vc40_dll - Win32 Release"
3940
3941DEP_CPP_AUDIO=\
3942 ".\./Include\allobjects.h"\
3943 ".\./Include\modsupport.h"\
3944 ".\./Include\mymath.h"\
3945 ".\./PC\config.h"\
3946 ".\./Include\myproto.h"\
3947 ".\Include\object.h"\
3948 ".\Include\objimpl.h"\
3949 ".\Include\pydebug.h"\
3950 ".\Include\accessobject.h"\
3951 ".\Include\intobject.h"\
3952 ".\Include\longobject.h"\
3953 ".\Include\floatobject.h"\
3954 ".\./Include\complexobject.h"\
3955 ".\Include\rangeobject.h"\
3956 ".\Include\stringobject.h"\
3957 ".\Include\tupleobject.h"\
3958 ".\Include\listobject.h"\
3959 ".\Include\mappingobject.h"\
3960 ".\Include\methodobject.h"\
3961 ".\Include\moduleobject.h"\
3962 ".\Include\funcobject.h"\
3963 ".\Include\classobject.h"\
3964 ".\Include\fileobject.h"\
3965 ".\Include\cobject.h"\
3966 ".\./Include\traceback.h"\
3967 ".\Include\errors.h"\
3968 ".\./Include\mymalloc.h"\
3969 ".\./Include\ceval.h"\
3970 ".\./Include\pythonrun.h"\
3971 ".\./Include\sysmodule.h"\
3972 ".\./Include\intrcheck.h"\
3973 ".\./Include\import.h"\
3974 ".\./Include\bltinmodule.h"\
3975 ".\Include\abstract.h"\
3976 ".\./Include\rename2.h"\
3977 ".\./Include\thread.h"\
3978
3979
3980"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
3981 $(CPP) $(CPP_PROJ) $(SOURCE)
3982
3983
3984!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3985
3986DEP_CPP_AUDIO=\
3987 ".\./Include\allobjects.h"\
3988 ".\./Include\modsupport.h"\
3989 ".\./Include\mymath.h"\
3990 ".\./PC\config.h"\
3991 ".\./Include\myproto.h"\
3992 ".\Include\object.h"\
3993 ".\Include\objimpl.h"\
3994 ".\Include\pydebug.h"\
3995 ".\Include\accessobject.h"\
3996 ".\Include\intobject.h"\
3997 ".\Include\longobject.h"\
3998 ".\Include\floatobject.h"\
3999 ".\./Include\complexobject.h"\
4000 ".\Include\rangeobject.h"\
4001 ".\Include\stringobject.h"\
4002 ".\Include\tupleobject.h"\
4003 ".\Include\listobject.h"\
4004 ".\Include\mappingobject.h"\
4005 ".\Include\methodobject.h"\
4006 ".\Include\moduleobject.h"\
4007 ".\Include\funcobject.h"\
4008 ".\Include\classobject.h"\
4009 ".\Include\fileobject.h"\
4010 ".\Include\cobject.h"\
4011 ".\./Include\traceback.h"\
4012 ".\Include\errors.h"\
4013 ".\./Include\mymalloc.h"\
4014 ".\./Include\ceval.h"\
4015 ".\./Include\pythonrun.h"\
4016 ".\./Include\sysmodule.h"\
4017 ".\./Include\rename2.h"\
4018 ".\./Include\thread.h"\
4019
4020
4021"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
4022 $(CPP) $(CPP_PROJ) $(SOURCE)
4023
4024
4025!ENDIF
4026
4027# End Source File
4028################################################################################
4029# Begin Source File
4030
4031SOURCE=.\Modules\arraymodule.c
4032
4033!IF "$(CFG)" == "vc40_dll - Win32 Release"
4034
4035DEP_CPP_ARRAY=\
4036 ".\./Include\allobjects.h"\
4037 ".\./Include\modsupport.h"\
4038 ".\./Include\ceval.h"\
4039 {$(INCLUDE)}"\sys\TYPES.H"\
4040 ".\./PC\config.h"\
4041 ".\./Include\myproto.h"\
4042 ".\Include\object.h"\
4043 ".\Include\objimpl.h"\
4044 ".\Include\pydebug.h"\
4045 ".\Include\accessobject.h"\
4046 ".\Include\intobject.h"\
4047 ".\Include\longobject.h"\
4048 ".\Include\floatobject.h"\
4049 ".\./Include\complexobject.h"\
4050 ".\Include\rangeobject.h"\
4051 ".\Include\stringobject.h"\
4052 ".\Include\tupleobject.h"\
4053 ".\Include\listobject.h"\
4054 ".\Include\mappingobject.h"\
4055 ".\Include\methodobject.h"\
4056 ".\Include\moduleobject.h"\
4057 ".\Include\funcobject.h"\
4058 ".\Include\classobject.h"\
4059 ".\Include\fileobject.h"\
4060 ".\Include\cobject.h"\
4061 ".\./Include\traceback.h"\
4062 ".\Include\errors.h"\
4063 ".\./Include\mymalloc.h"\
4064 ".\./Include\pythonrun.h"\
4065 ".\./Include\sysmodule.h"\
4066 ".\./Include\intrcheck.h"\
4067 ".\./Include\import.h"\
4068 ".\./Include\bltinmodule.h"\
4069 ".\Include\abstract.h"\
4070 ".\./Include\rename2.h"\
4071 ".\./Include\thread.h"\
4072
4073
4074"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
4075 $(CPP) $(CPP_PROJ) $(SOURCE)
4076
4077
4078!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4079
4080DEP_CPP_ARRAY=\
4081 ".\./Include\allobjects.h"\
4082 ".\./Include\modsupport.h"\
4083 ".\./Include\ceval.h"\
4084 {$(INCLUDE)}"\sys\TYPES.H"\
4085 ".\./PC\config.h"\
4086 ".\./Include\myproto.h"\
4087 ".\Include\object.h"\
4088 ".\Include\objimpl.h"\
4089 ".\Include\pydebug.h"\
4090 ".\Include\accessobject.h"\
4091 ".\Include\intobject.h"\
4092 ".\Include\longobject.h"\
4093 ".\Include\floatobject.h"\
4094 ".\./Include\complexobject.h"\
4095 ".\Include\rangeobject.h"\
4096 ".\Include\stringobject.h"\
4097 ".\Include\tupleobject.h"\
4098 ".\Include\listobject.h"\
4099 ".\Include\mappingobject.h"\
4100 ".\Include\methodobject.h"\
4101 ".\Include\moduleobject.h"\
4102 ".\Include\funcobject.h"\
4103 ".\Include\classobject.h"\
4104 ".\Include\fileobject.h"\
4105 ".\Include\cobject.h"\
4106 ".\./Include\traceback.h"\
4107 ".\Include\errors.h"\
4108 ".\./Include\mymalloc.h"\
4109 ".\./Include\pythonrun.h"\
4110 ".\./Include\sysmodule.h"\
4111 ".\./Include\rename2.h"\
4112 ".\./Include\thread.h"\
4113
4114
4115"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
4116 $(CPP) $(CPP_PROJ) $(SOURCE)
4117
4118
4119!ENDIF
4120
4121# End Source File
4122################################################################################
4123# Begin Source File
4124
4125SOURCE=.\Objects\accessobject.c
4126
4127!IF "$(CFG)" == "vc40_dll - Win32 Release"
4128
4129DEP_CPP_ACCES=\
4130 ".\./Include\allobjects.h"\
4131 ".\./Include\ceval.h"\
4132 ".\./Include\structmember.h"\
4133 ".\./Include\modsupport.h"\
4134 ".\./PC\config.h"\
4135 ".\./Include\myproto.h"\
4136 ".\Include\object.h"\
4137 ".\Include\objimpl.h"\
4138 ".\Include\pydebug.h"\
4139 ".\Include\accessobject.h"\
4140 ".\Include\intobject.h"\
4141 ".\Include\longobject.h"\
4142 ".\Include\floatobject.h"\
4143 ".\./Include\complexobject.h"\
4144 ".\Include\rangeobject.h"\
4145 ".\Include\stringobject.h"\
4146 ".\Include\tupleobject.h"\
4147 ".\Include\listobject.h"\
4148 ".\Include\mappingobject.h"\
4149 ".\Include\methodobject.h"\
4150 ".\Include\moduleobject.h"\
4151 ".\Include\funcobject.h"\
4152 ".\Include\classobject.h"\
4153 ".\Include\fileobject.h"\
4154 ".\Include\cobject.h"\
4155 ".\./Include\traceback.h"\
4156 ".\Include\errors.h"\
4157 ".\./Include\mymalloc.h"\
4158 ".\./Include\pythonrun.h"\
4159 ".\./Include\sysmodule.h"\
4160 ".\./Include\intrcheck.h"\
4161 ".\./Include\import.h"\
4162 ".\./Include\bltinmodule.h"\
4163 ".\Include\abstract.h"\
4164 ".\./Include\rename2.h"\
4165 ".\./Include\thread.h"\
4166
4167
4168"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
4169 $(CPP) $(CPP_PROJ) $(SOURCE)
4170
4171
4172!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4173
4174DEP_CPP_ACCES=\
4175 ".\./Include\allobjects.h"\
4176 ".\./Include\ceval.h"\
4177 ".\./Include\structmember.h"\
4178 ".\./Include\modsupport.h"\
4179 ".\./PC\config.h"\
4180 ".\./Include\myproto.h"\
4181 ".\Include\object.h"\
4182 ".\Include\objimpl.h"\
4183 ".\Include\pydebug.h"\
4184 ".\Include\accessobject.h"\
4185 ".\Include\intobject.h"\
4186 ".\Include\longobject.h"\
4187 ".\Include\floatobject.h"\
4188 ".\./Include\complexobject.h"\
4189 ".\Include\rangeobject.h"\
4190 ".\Include\stringobject.h"\
4191 ".\Include\tupleobject.h"\
4192 ".\Include\listobject.h"\
4193 ".\Include\mappingobject.h"\
4194 ".\Include\methodobject.h"\
4195 ".\Include\moduleobject.h"\
4196 ".\Include\funcobject.h"\
4197 ".\Include\classobject.h"\
4198 ".\Include\fileobject.h"\
4199 ".\Include\cobject.h"\
4200 ".\./Include\traceback.h"\
4201 ".\Include\errors.h"\
4202 ".\./Include\mymalloc.h"\
4203 ".\./Include\pythonrun.h"\
4204 ".\./Include\sysmodule.h"\
4205 ".\./Include\rename2.h"\
4206 ".\./Include\thread.h"\
4207
4208
4209"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
4210 $(CPP) $(CPP_PROJ) $(SOURCE)
4211
4212
4213!ENDIF
4214
4215# End Source File
4216################################################################################
4217# Begin Source File
4218
4219SOURCE=.\Parser\acceler.c
4220DEP_CPP_ACCEL=\
4221 ".\./Include\pgenheaders.h"\
4222 ".\./Include\grammar.h"\
4223 ".\./Include\node.h"\
4224 ".\./Include\token.h"\
4225 ".\Parser\parser.h"\
4226 ".\./PC\config.h"\
4227 ".\./Include\myproto.h"\
4228 ".\./Include\mymalloc.h"\
4229 ".\Include\pydebug.h"\
4230 ".\./Include\rename2.h"\
4231 ".\Include\bitset.h"\
4232
4233
4234"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
4235 $(CPP) $(CPP_PROJ) $(SOURCE)
4236
4237
4238# End Source File
4239################################################################################
4240# Begin Source File
4241
4242SOURCE=.\Objects\abstract.c
4243
4244!IF "$(CFG)" == "vc40_dll - Win32 Release"
4245
4246DEP_CPP_ABSTR=\
4247 ".\./Include\Python.h"\
4248 ".\./Include\allobjects.h"\
4249 ".\./PC\config.h"\
4250 ".\./Include\myproto.h"\
4251 ".\Include\object.h"\
4252 ".\Include\objimpl.h"\
4253 ".\Include\pydebug.h"\
4254 ".\Include\accessobject.h"\
4255 ".\Include\intobject.h"\
4256 ".\Include\longobject.h"\
4257 ".\Include\floatobject.h"\
4258 ".\./Include\complexobject.h"\
4259 ".\Include\rangeobject.h"\
4260 ".\Include\stringobject.h"\
4261 ".\Include\tupleobject.h"\
4262 ".\Include\listobject.h"\
4263 ".\Include\mappingobject.h"\
4264 ".\Include\methodobject.h"\
4265 ".\Include\moduleobject.h"\
4266 ".\Include\funcobject.h"\
4267 ".\Include\classobject.h"\
4268 ".\Include\fileobject.h"\
4269 ".\Include\cobject.h"\
4270 ".\./Include\traceback.h"\
4271 ".\Include\errors.h"\
4272 ".\./Include\mymalloc.h"\
4273 ".\./Include\modsupport.h"\
4274 ".\./Include\ceval.h"\
4275 ".\./Include\pythonrun.h"\
4276 ".\./Include\sysmodule.h"\
4277 ".\./Include\intrcheck.h"\
4278 ".\./Include\import.h"\
4279 ".\./Include\bltinmodule.h"\
4280 ".\Include\abstract.h"\
4281 ".\./Include\rename2.h"\
4282 ".\./Include\thread.h"\
4283
4284
4285"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
4286 $(CPP) $(CPP_PROJ) $(SOURCE)
4287
4288
4289!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4290
4291DEP_CPP_ABSTR=\
4292 ".\./Include\Python.h"\
4293 ".\./Include\allobjects.h"\
4294 ".\./PC\config.h"\
4295 ".\./Include\myproto.h"\
4296 ".\Include\object.h"\
4297 ".\Include\objimpl.h"\
4298 ".\Include\pydebug.h"\
4299 ".\Include\accessobject.h"\
4300 ".\Include\intobject.h"\
4301 ".\Include\longobject.h"\
4302 ".\Include\floatobject.h"\
4303 ".\./Include\complexobject.h"\
4304 ".\Include\rangeobject.h"\
4305 ".\Include\stringobject.h"\
4306 ".\Include\tupleobject.h"\
4307 ".\Include\listobject.h"\
4308 ".\Include\mappingobject.h"\
4309 ".\Include\methodobject.h"\
4310 ".\Include\moduleobject.h"\
4311 ".\Include\funcobject.h"\
4312 ".\Include\classobject.h"\
4313 ".\Include\fileobject.h"\
4314 ".\Include\cobject.h"\
4315 ".\./Include\traceback.h"\
4316 ".\Include\errors.h"\
4317 ".\./Include\mymalloc.h"\
4318 ".\./Include\modsupport.h"\
4319 ".\./Include\ceval.h"\
4320 ".\./Include\pythonrun.h"\
4321 ".\./Include\sysmodule.h"\
4322 ".\./Include\rename2.h"\
4323 ".\./Include\thread.h"\
4324
4325
4326"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
4327 $(CPP) $(CPP_PROJ) $(SOURCE)
4328
4329
4330!ENDIF
4331
4332# End Source File
4333################################################################################
4334# Begin Source File
4335
4336SOURCE=.\Modules\yuvconvert.c
4337DEP_CPP_YUVCO=\
4338 ".\Modules\yuv.h"\
4339
4340
4341"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
4342 $(CPP) $(CPP_PROJ) $(SOURCE)
4343
4344
4345# End Source File
4346################################################################################
4347# Begin Source File
4348
4349SOURCE=.\Objects\typeobject.c
4350
4351!IF "$(CFG)" == "vc40_dll - Win32 Release"
4352
4353DEP_CPP_TYPEO=\
4354 ".\./Include\allobjects.h"\
4355 ".\./PC\config.h"\
4356 ".\./Include\myproto.h"\
4357 ".\Include\object.h"\
4358 ".\Include\objimpl.h"\
4359 ".\Include\pydebug.h"\
4360 ".\Include\accessobject.h"\
4361 ".\Include\intobject.h"\
4362 ".\Include\longobject.h"\
4363 ".\Include\floatobject.h"\
4364 ".\./Include\complexobject.h"\
4365 ".\Include\rangeobject.h"\
4366 ".\Include\stringobject.h"\
4367 ".\Include\tupleobject.h"\
4368 ".\Include\listobject.h"\
4369 ".\Include\mappingobject.h"\
4370 ".\Include\methodobject.h"\
4371 ".\Include\moduleobject.h"\
4372 ".\Include\funcobject.h"\
4373 ".\Include\classobject.h"\
4374 ".\Include\fileobject.h"\
4375 ".\Include\cobject.h"\
4376 ".\./Include\traceback.h"\
4377 ".\Include\errors.h"\
4378 ".\./Include\mymalloc.h"\
4379 ".\./Include\modsupport.h"\
4380 ".\./Include\ceval.h"\
4381 ".\./Include\pythonrun.h"\
4382 ".\./Include\sysmodule.h"\
4383 ".\./Include\intrcheck.h"\
4384 ".\./Include\import.h"\
4385 ".\./Include\bltinmodule.h"\
4386 ".\Include\abstract.h"\
4387 ".\./Include\rename2.h"\
4388 ".\./Include\thread.h"\
4389
4390
4391"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
4392 $(CPP) $(CPP_PROJ) $(SOURCE)
4393
4394
4395!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4396
4397DEP_CPP_TYPEO=\
4398 ".\./Include\allobjects.h"\
4399 ".\./PC\config.h"\
4400 ".\./Include\myproto.h"\
4401 ".\Include\object.h"\
4402 ".\Include\objimpl.h"\
4403 ".\Include\pydebug.h"\
4404 ".\Include\accessobject.h"\
4405 ".\Include\intobject.h"\
4406 ".\Include\longobject.h"\
4407 ".\Include\floatobject.h"\
4408 ".\./Include\complexobject.h"\
4409 ".\Include\rangeobject.h"\
4410 ".\Include\stringobject.h"\
4411 ".\Include\tupleobject.h"\
4412 ".\Include\listobject.h"\
4413 ".\Include\mappingobject.h"\
4414 ".\Include\methodobject.h"\
4415 ".\Include\moduleobject.h"\
4416 ".\Include\funcobject.h"\
4417 ".\Include\classobject.h"\
4418 ".\Include\fileobject.h"\
4419 ".\Include\cobject.h"\
4420 ".\./Include\traceback.h"\
4421 ".\Include\errors.h"\
4422 ".\./Include\mymalloc.h"\
4423 ".\./Include\modsupport.h"\
4424 ".\./Include\ceval.h"\
4425 ".\./Include\pythonrun.h"\
4426 ".\./Include\sysmodule.h"\
4427 ".\./Include\rename2.h"\
4428 ".\./Include\thread.h"\
4429
4430
4431"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
4432 $(CPP) $(CPP_PROJ) $(SOURCE)
4433
4434
4435!ENDIF
4436
4437# End Source File
4438################################################################################
4439# Begin Source File
4440
4441SOURCE=.\Objects\tupleobject.c
4442
4443!IF "$(CFG)" == "vc40_dll - Win32 Release"
4444
4445DEP_CPP_TUPLE=\
4446 ".\./Include\allobjects.h"\
4447 ".\./PC\config.h"\
4448 ".\./Include\myproto.h"\
4449 ".\Include\object.h"\
4450 ".\Include\objimpl.h"\
4451 ".\Include\pydebug.h"\
4452 ".\Include\accessobject.h"\
4453 ".\Include\intobject.h"\
4454 ".\Include\longobject.h"\
4455 ".\Include\floatobject.h"\
4456 ".\./Include\complexobject.h"\
4457 ".\Include\rangeobject.h"\
4458 ".\Include\stringobject.h"\
4459 ".\Include\tupleobject.h"\
4460 ".\Include\listobject.h"\
4461 ".\Include\mappingobject.h"\
4462 ".\Include\methodobject.h"\
4463 ".\Include\moduleobject.h"\
4464 ".\Include\funcobject.h"\
4465 ".\Include\classobject.h"\
4466 ".\Include\fileobject.h"\
4467 ".\Include\cobject.h"\
4468 ".\./Include\traceback.h"\
4469 ".\Include\errors.h"\
4470 ".\./Include\mymalloc.h"\
4471 ".\./Include\modsupport.h"\
4472 ".\./Include\ceval.h"\
4473 ".\./Include\pythonrun.h"\
4474 ".\./Include\sysmodule.h"\
4475 ".\./Include\intrcheck.h"\
4476 ".\./Include\import.h"\
4477 ".\./Include\bltinmodule.h"\
4478 ".\Include\abstract.h"\
4479 ".\./Include\rename2.h"\
4480 ".\./Include\thread.h"\
4481
4482
4483"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
4484 $(CPP) $(CPP_PROJ) $(SOURCE)
4485
4486
4487!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4488
4489DEP_CPP_TUPLE=\
4490 ".\./Include\allobjects.h"\
4491 ".\./PC\config.h"\
4492 ".\./Include\myproto.h"\
4493 ".\Include\object.h"\
4494 ".\Include\objimpl.h"\
4495 ".\Include\pydebug.h"\
4496 ".\Include\accessobject.h"\
4497 ".\Include\intobject.h"\
4498 ".\Include\longobject.h"\
4499 ".\Include\floatobject.h"\
4500 ".\./Include\complexobject.h"\
4501 ".\Include\rangeobject.h"\
4502 ".\Include\stringobject.h"\
4503 ".\Include\tupleobject.h"\
4504 ".\Include\listobject.h"\
4505 ".\Include\mappingobject.h"\
4506 ".\Include\methodobject.h"\
4507 ".\Include\moduleobject.h"\
4508 ".\Include\funcobject.h"\
4509 ".\Include\classobject.h"\
4510 ".\Include\fileobject.h"\
4511 ".\Include\cobject.h"\
4512 ".\./Include\traceback.h"\
4513 ".\Include\errors.h"\
4514 ".\./Include\mymalloc.h"\
4515 ".\./Include\modsupport.h"\
4516 ".\./Include\ceval.h"\
4517 ".\./Include\pythonrun.h"\
4518 ".\./Include\sysmodule.h"\
4519 ".\./Include\rename2.h"\
4520 ".\./Include\thread.h"\
4521
4522
4523"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
4524 $(CPP) $(CPP_PROJ) $(SOURCE)
4525
4526
4527!ENDIF
4528
4529# End Source File
4530################################################################################
4531# Begin Source File
4532
4533SOURCE=.\Python\traceback.c
4534
4535!IF "$(CFG)" == "vc40_dll - Win32 Release"
4536
4537DEP_CPP_TRACE=\
4538 ".\./Include\allobjects.h"\
4539 ".\./Include\compile.h"\
4540 ".\./Include\frameobject.h"\
4541 ".\./Include\traceback.h"\
4542 ".\./Include\structmember.h"\
4543 ".\./Include\osdefs.h"\
4544 ".\./PC\config.h"\
4545 ".\./Include\myproto.h"\
4546 ".\Include\object.h"\
4547 ".\Include\objimpl.h"\
4548 ".\Include\pydebug.h"\
4549 ".\Include\accessobject.h"\
4550 ".\Include\intobject.h"\
4551 ".\Include\longobject.h"\
4552 ".\Include\floatobject.h"\
4553 ".\./Include\complexobject.h"\
4554 ".\Include\rangeobject.h"\
4555 ".\Include\stringobject.h"\
4556 ".\Include\tupleobject.h"\
4557 ".\Include\listobject.h"\
4558 ".\Include\mappingobject.h"\
4559 ".\Include\methodobject.h"\
4560 ".\Include\moduleobject.h"\
4561 ".\Include\funcobject.h"\
4562 ".\Include\classobject.h"\
4563 ".\Include\fileobject.h"\
4564 ".\Include\cobject.h"\
4565 ".\Include\errors.h"\
4566 ".\./Include\mymalloc.h"\
4567 ".\./Include\modsupport.h"\
4568 ".\./Include\ceval.h"\
4569 ".\./Include\pythonrun.h"\
4570 ".\./Include\sysmodule.h"\
4571 ".\./Include\intrcheck.h"\
4572 ".\./Include\import.h"\
4573 ".\./Include\bltinmodule.h"\
4574 ".\Include\abstract.h"\
4575 ".\./Include\rename2.h"\
4576 ".\./Include\thread.h"\
4577
4578NODEP_CPP_TRACE=\
4579 ".\Python\sysmodule.h"\
4580
4581
4582"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
4583 $(CPP) $(CPP_PROJ) $(SOURCE)
4584
4585
4586!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4587
4588DEP_CPP_TRACE=\
4589 ".\./Include\allobjects.h"\
4590 ".\./Include\sysmodule.h"\
4591 ".\./Include\compile.h"\
4592 ".\./Include\frameobject.h"\
4593 ".\./Include\traceback.h"\
4594 ".\./Include\structmember.h"\
4595 ".\./Include\osdefs.h"\
4596 ".\./PC\config.h"\
4597 ".\./Include\myproto.h"\
4598 ".\Include\object.h"\
4599 ".\Include\objimpl.h"\
4600 ".\Include\pydebug.h"\
4601 ".\Include\accessobject.h"\
4602 ".\Include\intobject.h"\
4603 ".\Include\longobject.h"\
4604 ".\Include\floatobject.h"\
4605 ".\./Include\complexobject.h"\
4606 ".\Include\rangeobject.h"\
4607 ".\Include\stringobject.h"\
4608 ".\Include\tupleobject.h"\
4609 ".\Include\listobject.h"\
4610 ".\Include\mappingobject.h"\
4611 ".\Include\methodobject.h"\
4612 ".\Include\moduleobject.h"\
4613 ".\Include\funcobject.h"\
4614 ".\Include\classobject.h"\
4615 ".\Include\fileobject.h"\
4616 ".\Include\cobject.h"\
4617 ".\Include\errors.h"\
4618 ".\./Include\mymalloc.h"\
4619 ".\./Include\modsupport.h"\
4620 ".\./Include\ceval.h"\
4621 ".\./Include\pythonrun.h"\
4622 ".\./Include\rename2.h"\
4623 ".\./Include\thread.h"\
4624
4625
4626"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
4627 $(CPP) $(CPP_PROJ) $(SOURCE)
4628
4629
4630!ENDIF
4631
4632# End Source File
4633################################################################################
4634# Begin Source File
4635
4636SOURCE=.\Parser\tokenizer.c
4637DEP_CPP_TOKEN=\
4638 ".\./Include\pgenheaders.h"\
4639 ".\Parser\tokenizer.h"\
4640 ".\./Include\errcode.h"\
4641 ".\./PC\config.h"\
4642 ".\./Include\myproto.h"\
4643 ".\./Include\mymalloc.h"\
4644 ".\Include\pydebug.h"\
4645 ".\./Include\rename2.h"\
4646 ".\./Include\token.h"\
4647
4648
4649"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
4650 $(CPP) $(CPP_PROJ) $(SOURCE)
4651
4652
4653# End Source File
4654################################################################################
4655# Begin Source File
4656
4657SOURCE=.\Modules\timemodule.c
4658
4659!IF "$(CFG)" == "vc40_dll - Win32 Release"
4660
4661DEP_CPP_TIMEM=\
4662 ".\./Include\allobjects.h"\
4663 ".\./Include\modsupport.h"\
4664 ".\./Include\ceval.h"\
4665 {$(INCLUDE)}"\sys\TYPES.H"\
4666 {$(INCLUDE)}"\unistd.h"\
4667 ".\./Include\myselect.h"\
4668 ".\./Include\mytime.h"\
4669 {$(INCLUDE)}"\sys\TIMEB.H"\
4670 {$(INCLUDE)}"\i86.h"\
4671 ".\./PC\config.h"\
4672 ".\./Include\myproto.h"\
4673 ".\Include\object.h"\
4674 ".\Include\objimpl.h"\
4675 ".\Include\pydebug.h"\
4676 ".\Include\accessobject.h"\
4677 ".\Include\intobject.h"\
4678 ".\Include\longobject.h"\
4679 ".\Include\floatobject.h"\
4680 ".\./Include\complexobject.h"\
4681 ".\Include\rangeobject.h"\
4682 ".\Include\stringobject.h"\
4683 ".\Include\tupleobject.h"\
4684 ".\Include\listobject.h"\
4685 ".\Include\mappingobject.h"\
4686 ".\Include\methodobject.h"\
4687 ".\Include\moduleobject.h"\
4688 ".\Include\funcobject.h"\
4689 ".\Include\classobject.h"\
4690 ".\Include\fileobject.h"\
4691 ".\Include\cobject.h"\
4692 ".\./Include\traceback.h"\
4693 ".\Include\errors.h"\
4694 ".\./Include\mymalloc.h"\
4695 ".\./Include\pythonrun.h"\
4696 ".\./Include\sysmodule.h"\
4697 ".\./Include\intrcheck.h"\
4698 ".\./Include\import.h"\
4699 ".\./Include\bltinmodule.h"\
4700 ".\Include\abstract.h"\
4701 ".\./Include\rename2.h"\
4702 ".\./Include\thread.h"\
4703
4704
4705"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
4706 $(CPP) $(CPP_PROJ) $(SOURCE)
4707
4708
4709!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4710
4711DEP_CPP_TIMEM=\
4712 ".\./Include\allobjects.h"\
4713 ".\./Include\modsupport.h"\
4714 ".\./Include\ceval.h"\
4715 {$(INCLUDE)}"\sys\TYPES.H"\
4716 {$(INCLUDE)}"\unistd.h"\
4717 ".\./Include\myselect.h"\
4718 ".\./Include\mytime.h"\
4719 {$(INCLUDE)}"\sys\TIMEB.H"\
4720 {$(INCLUDE)}"\i86.h"\
4721 ".\./PC\config.h"\
4722 ".\./Include\myproto.h"\
4723 ".\Include\object.h"\
4724 ".\Include\objimpl.h"\
4725 ".\Include\pydebug.h"\
4726 ".\Include\accessobject.h"\
4727 ".\Include\intobject.h"\
4728 ".\Include\longobject.h"\
4729 ".\Include\floatobject.h"\
4730 ".\./Include\complexobject.h"\
4731 ".\Include\rangeobject.h"\
4732 ".\Include\stringobject.h"\
4733 ".\Include\tupleobject.h"\
4734 ".\Include\listobject.h"\
4735 ".\Include\mappingobject.h"\
4736 ".\Include\methodobject.h"\
4737 ".\Include\moduleobject.h"\
4738 ".\Include\funcobject.h"\
4739 ".\Include\classobject.h"\
4740 ".\Include\fileobject.h"\
4741 ".\Include\cobject.h"\
4742 ".\./Include\traceback.h"\
4743 ".\Include\errors.h"\
4744 ".\./Include\mymalloc.h"\
4745 ".\./Include\pythonrun.h"\
4746 ".\./Include\sysmodule.h"\
4747 ".\./Include\rename2.h"\
4748 ".\./Include\thread.h"\
4749
4750
4751"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
4752 $(CPP) $(CPP_PROJ) $(SOURCE)
4753
4754
4755!ENDIF
4756
4757# End Source File
4758################################################################################
4759# Begin Source File
4760
4761SOURCE=.\Modules\threadmodule.c
4762
4763!IF "$(CFG)" == "vc40_dll - Win32 Release"
4764
4765DEP_CPP_THREA=\
4766 ".\./Include\allobjects.h"\
4767 ".\./PC\config.h"\
4768 ".\./Include\myproto.h"\
4769 ".\Include\object.h"\
4770 ".\Include\objimpl.h"\
4771 ".\Include\pydebug.h"\
4772 ".\Include\accessobject.h"\
4773 ".\Include\intobject.h"\
4774 ".\Include\longobject.h"\
4775 ".\Include\floatobject.h"\
4776 ".\./Include\complexobject.h"\
4777 ".\Include\rangeobject.h"\
4778 ".\Include\stringobject.h"\
4779 ".\Include\tupleobject.h"\
4780 ".\Include\listobject.h"\
4781 ".\Include\mappingobject.h"\
4782 ".\Include\methodobject.h"\
4783 ".\Include\moduleobject.h"\
4784 ".\Include\funcobject.h"\
4785 ".\Include\classobject.h"\
4786 ".\Include\fileobject.h"\
4787 ".\Include\cobject.h"\
4788 ".\./Include\traceback.h"\
4789 ".\Include\errors.h"\
4790 ".\./Include\mymalloc.h"\
4791 ".\./Include\modsupport.h"\
4792 ".\./Include\ceval.h"\
4793 ".\./Include\pythonrun.h"\
4794 ".\./Include\sysmodule.h"\
4795 ".\./Include\intrcheck.h"\
4796 ".\./Include\import.h"\
4797 ".\./Include\bltinmodule.h"\
4798 ".\Include\abstract.h"\
4799 ".\./Include\rename2.h"\
4800 ".\./Include\thread.h"\
4801
4802NODEP_CPP_THREA=\
4803 ".\Modules\thread.h"\
4804
4805
4806"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
4807 $(CPP) $(CPP_PROJ) $(SOURCE)
4808
4809
4810!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4811
4812DEP_CPP_THREA=\
4813 ".\./Include\allobjects.h"\
4814 ".\./Include\thread.h"\
4815 ".\./PC\config.h"\
4816 ".\./Include\myproto.h"\
4817 ".\Include\object.h"\
4818 ".\Include\objimpl.h"\
4819 ".\Include\pydebug.h"\
4820 ".\Include\accessobject.h"\
4821 ".\Include\intobject.h"\
4822 ".\Include\longobject.h"\
4823 ".\Include\floatobject.h"\
4824 ".\./Include\complexobject.h"\
4825 ".\Include\rangeobject.h"\
4826 ".\Include\stringobject.h"\
4827 ".\Include\tupleobject.h"\
4828 ".\Include\listobject.h"\
4829 ".\Include\mappingobject.h"\
4830 ".\Include\methodobject.h"\
4831 ".\Include\moduleobject.h"\
4832 ".\Include\funcobject.h"\
4833 ".\Include\classobject.h"\
4834 ".\Include\fileobject.h"\
4835 ".\Include\cobject.h"\
4836 ".\./Include\traceback.h"\
4837 ".\Include\errors.h"\
4838 ".\./Include\mymalloc.h"\
4839 ".\./Include\modsupport.h"\
4840 ".\./Include\ceval.h"\
4841 ".\./Include\pythonrun.h"\
4842 ".\./Include\sysmodule.h"\
4843 ".\./Include\rename2.h"\
4844
4845
4846"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
4847 $(CPP) $(CPP_PROJ) $(SOURCE)
4848
4849
4850!ENDIF
4851
4852# End Source File
4853################################################################################
4854# Begin Source File
4855
4856SOURCE=.\Python\thread.c
4857DEP_CPP_THREAD=\
4858 ".\./PC\config.h"\
4859 ".\./Include\thread.h"\
4860 ".\Python\thread_sgi.h"\
4861 ".\Python\thread_solaris.h"\
4862 ".\Python\thread_lwp.h"\
4863 ".\Python\thread_pthread.h"\
4864 ".\Python\thread_cthread.h"\
4865 ".\Python\thread_nt.h"\
4866 {$(INCLUDE)}"\sys\TYPES.H"\
4867 {$(INCLUDE)}"\unistd.h"\
4868
4869
4870"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
4871 $(CPP) $(CPP_PROJ) $(SOURCE)
4872
4873
4874# End Source File
4875################################################################################
4876# Begin Source File
4877
4878SOURCE=.\Modules\structmodule.c
4879
4880!IF "$(CFG)" == "vc40_dll - Win32 Release"
4881
4882DEP_CPP_STRUC=\
4883 ".\./Include\allobjects.h"\
4884 ".\./Include\modsupport.h"\
4885 ".\./PC\config.h"\
4886 ".\./Include\myproto.h"\
4887 ".\Include\object.h"\
4888 ".\Include\objimpl.h"\
4889 ".\Include\pydebug.h"\
4890 ".\Include\accessobject.h"\
4891 ".\Include\intobject.h"\
4892 ".\Include\longobject.h"\
4893 ".\Include\floatobject.h"\
4894 ".\./Include\complexobject.h"\
4895 ".\Include\rangeobject.h"\
4896 ".\Include\stringobject.h"\
4897 ".\Include\tupleobject.h"\
4898 ".\Include\listobject.h"\
4899 ".\Include\mappingobject.h"\
4900 ".\Include\methodobject.h"\
4901 ".\Include\moduleobject.h"\
4902 ".\Include\funcobject.h"\
4903 ".\Include\classobject.h"\
4904 ".\Include\fileobject.h"\
4905 ".\Include\cobject.h"\
4906 ".\./Include\traceback.h"\
4907 ".\Include\errors.h"\
4908 ".\./Include\mymalloc.h"\
4909 ".\./Include\ceval.h"\
4910 ".\./Include\pythonrun.h"\
4911 ".\./Include\sysmodule.h"\
4912 ".\./Include\intrcheck.h"\
4913 ".\./Include\import.h"\
4914 ".\./Include\bltinmodule.h"\
4915 ".\Include\abstract.h"\
4916 ".\./Include\rename2.h"\
4917 ".\./Include\thread.h"\
4918
4919
4920"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
4921 $(CPP) $(CPP_PROJ) $(SOURCE)
4922
4923
4924!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4925
4926DEP_CPP_STRUC=\
4927 ".\./Include\allobjects.h"\
4928 ".\./Include\modsupport.h"\
4929 ".\./PC\config.h"\
4930 ".\./Include\myproto.h"\
4931 ".\Include\object.h"\
4932 ".\Include\objimpl.h"\
4933 ".\Include\pydebug.h"\
4934 ".\Include\accessobject.h"\
4935 ".\Include\intobject.h"\
4936 ".\Include\longobject.h"\
4937 ".\Include\floatobject.h"\
4938 ".\./Include\complexobject.h"\
4939 ".\Include\rangeobject.h"\
4940 ".\Include\stringobject.h"\
4941 ".\Include\tupleobject.h"\
4942 ".\Include\listobject.h"\
4943 ".\Include\mappingobject.h"\
4944 ".\Include\methodobject.h"\
4945 ".\Include\moduleobject.h"\
4946 ".\Include\funcobject.h"\
4947 ".\Include\classobject.h"\
4948 ".\Include\fileobject.h"\
4949 ".\Include\cobject.h"\
4950 ".\./Include\traceback.h"\
4951 ".\Include\errors.h"\
4952 ".\./Include\mymalloc.h"\
4953 ".\./Include\ceval.h"\
4954 ".\./Include\pythonrun.h"\
4955 ".\./Include\sysmodule.h"\
4956 ".\./Include\rename2.h"\
4957 ".\./Include\thread.h"\
4958
4959
4960"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
4961 $(CPP) $(CPP_PROJ) $(SOURCE)
4962
4963
4964!ENDIF
4965
4966# End Source File
4967################################################################################
4968# Begin Source File
4969
4970SOURCE=.\Python\structmember.c
4971
4972!IF "$(CFG)" == "vc40_dll - Win32 Release"
4973
4974DEP_CPP_STRUCT=\
4975 ".\./Include\allobjects.h"\
4976 ".\./Include\structmember.h"\
4977 ".\./PC\config.h"\
4978 ".\./Include\myproto.h"\
4979 ".\Include\object.h"\
4980 ".\Include\objimpl.h"\
4981 ".\Include\pydebug.h"\
4982 ".\Include\accessobject.h"\
4983 ".\Include\intobject.h"\
4984 ".\Include\longobject.h"\
4985 ".\Include\floatobject.h"\
4986 ".\./Include\complexobject.h"\
4987 ".\Include\rangeobject.h"\
4988 ".\Include\stringobject.h"\
4989 ".\Include\tupleobject.h"\
4990 ".\Include\listobject.h"\
4991 ".\Include\mappingobject.h"\
4992 ".\Include\methodobject.h"\
4993 ".\Include\moduleobject.h"\
4994 ".\Include\funcobject.h"\
4995 ".\Include\classobject.h"\
4996 ".\Include\fileobject.h"\
4997 ".\Include\cobject.h"\
4998 ".\./Include\traceback.h"\
4999 ".\Include\errors.h"\
5000 ".\./Include\mymalloc.h"\
5001 ".\./Include\modsupport.h"\
5002 ".\./Include\ceval.h"\
5003 ".\./Include\pythonrun.h"\
5004 ".\./Include\sysmodule.h"\
5005 ".\./Include\intrcheck.h"\
5006 ".\./Include\import.h"\
5007 ".\./Include\bltinmodule.h"\
5008 ".\Include\abstract.h"\
5009 ".\./Include\rename2.h"\
5010 ".\./Include\thread.h"\
5011
5012
5013"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
5014 $(CPP) $(CPP_PROJ) $(SOURCE)
5015
5016
5017!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5018
5019DEP_CPP_STRUCT=\
5020 ".\./Include\allobjects.h"\
5021 ".\./Include\structmember.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\rename2.h"\
5051 ".\./Include\thread.h"\
5052
5053
5054"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
5055 $(CPP) $(CPP_PROJ) $(SOURCE)
5056
5057
5058!ENDIF
5059
5060# End Source File
5061################################################################################
5062# Begin Source File
5063
5064SOURCE=.\Modules\stropmodule.c
5065
5066!IF "$(CFG)" == "vc40_dll - Win32 Release"
5067
5068DEP_CPP_STROP=\
5069 ".\./Include\allobjects.h"\
5070 ".\./Include\modsupport.h"\
5071 ".\./PC\config.h"\
5072 ".\./Include\myproto.h"\
5073 ".\Include\object.h"\
5074 ".\Include\objimpl.h"\
5075 ".\Include\pydebug.h"\
5076 ".\Include\accessobject.h"\
5077 ".\Include\intobject.h"\
5078 ".\Include\longobject.h"\
5079 ".\Include\floatobject.h"\
5080 ".\./Include\complexobject.h"\
5081 ".\Include\rangeobject.h"\
5082 ".\Include\stringobject.h"\
5083 ".\Include\tupleobject.h"\
5084 ".\Include\listobject.h"\
5085 ".\Include\mappingobject.h"\
5086 ".\Include\methodobject.h"\
5087 ".\Include\moduleobject.h"\
5088 ".\Include\funcobject.h"\
5089 ".\Include\classobject.h"\
5090 ".\Include\fileobject.h"\
5091 ".\Include\cobject.h"\
5092 ".\./Include\traceback.h"\
5093 ".\Include\errors.h"\
5094 ".\./Include\mymalloc.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
5106"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
5107 $(CPP) $(CPP_PROJ) $(SOURCE)
5108
5109
5110!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5111
5112DEP_CPP_STROP=\
5113 ".\./Include\allobjects.h"\
5114 ".\./Include\modsupport.h"\
5115 ".\./PC\config.h"\
5116 ".\./Include\myproto.h"\
5117 ".\Include\object.h"\
5118 ".\Include\objimpl.h"\
5119 ".\Include\pydebug.h"\
5120 ".\Include\accessobject.h"\
5121 ".\Include\intobject.h"\
5122 ".\Include\longobject.h"\
5123 ".\Include\floatobject.h"\
5124 ".\./Include\complexobject.h"\
5125 ".\Include\rangeobject.h"\
5126 ".\Include\stringobject.h"\
5127 ".\Include\tupleobject.h"\
5128 ".\Include\listobject.h"\
5129 ".\Include\mappingobject.h"\
5130 ".\Include\methodobject.h"\
5131 ".\Include\moduleobject.h"\
5132 ".\Include\funcobject.h"\
5133 ".\Include\classobject.h"\
5134 ".\Include\fileobject.h"\
5135 ".\Include\cobject.h"\
5136 ".\./Include\traceback.h"\
5137 ".\Include\errors.h"\
5138 ".\./Include\mymalloc.h"\
5139 ".\./Include\ceval.h"\
5140 ".\./Include\pythonrun.h"\
5141 ".\./Include\sysmodule.h"\
5142 ".\./Include\rename2.h"\
5143 ".\./Include\thread.h"\
5144
5145
5146"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
5147 $(CPP) $(CPP_PROJ) $(SOURCE)
5148
5149
5150!ENDIF
5151
5152# End Source File
5153################################################################################
5154# Begin Source File
5155
5156SOURCE=.\Objects\stringobject.c
5157
5158!IF "$(CFG)" == "vc40_dll - Win32 Release"
5159
5160DEP_CPP_STRIN=\
5161 ".\./Include\allobjects.h"\
5162 ".\./PC\config.h"\
5163 ".\./Include\myproto.h"\
5164 ".\Include\object.h"\
5165 ".\Include\objimpl.h"\
5166 ".\Include\pydebug.h"\
5167 ".\Include\accessobject.h"\
5168 ".\Include\intobject.h"\
5169 ".\Include\longobject.h"\
5170 ".\Include\floatobject.h"\
5171 ".\./Include\complexobject.h"\
5172 ".\Include\rangeobject.h"\
5173 ".\Include\stringobject.h"\
5174 ".\Include\tupleobject.h"\
5175 ".\Include\listobject.h"\
5176 ".\Include\mappingobject.h"\
5177 ".\Include\methodobject.h"\
5178 ".\Include\moduleobject.h"\
5179 ".\Include\funcobject.h"\
5180 ".\Include\classobject.h"\
5181 ".\Include\fileobject.h"\
5182 ".\Include\cobject.h"\
5183 ".\./Include\traceback.h"\
5184 ".\Include\errors.h"\
5185 ".\./Include\mymalloc.h"\
5186 ".\./Include\modsupport.h"\
5187 ".\./Include\ceval.h"\
5188 ".\./Include\pythonrun.h"\
5189 ".\./Include\sysmodule.h"\
5190 ".\./Include\intrcheck.h"\
5191 ".\./Include\import.h"\
5192 ".\./Include\bltinmodule.h"\
5193 ".\Include\abstract.h"\
5194 ".\./Include\rename2.h"\
5195 ".\./Include\thread.h"\
5196
5197
5198"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
5199 $(CPP) $(CPP_PROJ) $(SOURCE)
5200
5201
5202!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5203
5204DEP_CPP_STRIN=\
5205 ".\./Include\allobjects.h"\
5206 ".\./PC\config.h"\
5207 ".\./Include\myproto.h"\
5208 ".\Include\object.h"\
5209 ".\Include\objimpl.h"\
5210 ".\Include\pydebug.h"\
5211 ".\Include\accessobject.h"\
5212 ".\Include\intobject.h"\
5213 ".\Include\longobject.h"\
5214 ".\Include\floatobject.h"\
5215 ".\./Include\complexobject.h"\
5216 ".\Include\rangeobject.h"\
5217 ".\Include\stringobject.h"\
5218 ".\Include\tupleobject.h"\
5219 ".\Include\listobject.h"\
5220 ".\Include\mappingobject.h"\
5221 ".\Include\methodobject.h"\
5222 ".\Include\moduleobject.h"\
5223 ".\Include\funcobject.h"\
5224 ".\Include\classobject.h"\
5225 ".\Include\fileobject.h"\
5226 ".\Include\cobject.h"\
5227 ".\./Include\traceback.h"\
5228 ".\Include\errors.h"\
5229 ".\./Include\mymalloc.h"\
5230 ".\./Include\modsupport.h"\
5231 ".\./Include\ceval.h"\
5232 ".\./Include\pythonrun.h"\
5233 ".\./Include\sysmodule.h"\
5234 ".\./Include\rename2.h"\
5235 ".\./Include\thread.h"\
5236
5237
5238"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
5239 $(CPP) $(CPP_PROJ) $(SOURCE)
5240
5241
5242!ENDIF
5243
5244# End Source File
5245################################################################################
5246# Begin Source File
5247
5248SOURCE=.\Modules\soundex.c
5249
5250!IF "$(CFG)" == "vc40_dll - Win32 Release"
5251
5252DEP_CPP_SOUND=\
5253 ".\./Include\Python.h"\
5254 ".\./Include\allobjects.h"\
5255 ".\./PC\config.h"\
5256 ".\./Include\myproto.h"\
5257 ".\Include\object.h"\
5258 ".\Include\objimpl.h"\
5259 ".\Include\pydebug.h"\
5260 ".\Include\accessobject.h"\
5261 ".\Include\intobject.h"\
5262 ".\Include\longobject.h"\
5263 ".\Include\floatobject.h"\
5264 ".\./Include\complexobject.h"\
5265 ".\Include\rangeobject.h"\
5266 ".\Include\stringobject.h"\
5267 ".\Include\tupleobject.h"\
5268 ".\Include\listobject.h"\
5269 ".\Include\mappingobject.h"\
5270 ".\Include\methodobject.h"\
5271 ".\Include\moduleobject.h"\
5272 ".\Include\funcobject.h"\
5273 ".\Include\classobject.h"\
5274 ".\Include\fileobject.h"\
5275 ".\Include\cobject.h"\
5276 ".\./Include\traceback.h"\
5277 ".\Include\errors.h"\
5278 ".\./Include\mymalloc.h"\
5279 ".\./Include\modsupport.h"\
5280 ".\./Include\ceval.h"\
5281 ".\./Include\pythonrun.h"\
5282 ".\./Include\sysmodule.h"\
5283 ".\./Include\intrcheck.h"\
5284 ".\./Include\import.h"\
5285 ".\./Include\bltinmodule.h"\
5286 ".\Include\abstract.h"\
5287 ".\./Include\rename2.h"\
5288 ".\./Include\thread.h"\
5289
5290
5291"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
5292 $(CPP) $(CPP_PROJ) $(SOURCE)
5293
5294
5295!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5296
5297DEP_CPP_SOUND=\
5298 ".\./Include\Python.h"\
5299 ".\./Include\allobjects.h"\
5300 ".\./PC\config.h"\
5301 ".\./Include\myproto.h"\
5302 ".\Include\object.h"\
5303 ".\Include\objimpl.h"\
5304 ".\Include\pydebug.h"\
5305 ".\Include\accessobject.h"\
5306 ".\Include\intobject.h"\
5307 ".\Include\longobject.h"\
5308 ".\Include\floatobject.h"\
5309 ".\./Include\complexobject.h"\
5310 ".\Include\rangeobject.h"\
5311 ".\Include\stringobject.h"\
5312 ".\Include\tupleobject.h"\
5313 ".\Include\listobject.h"\
5314 ".\Include\mappingobject.h"\
5315 ".\Include\methodobject.h"\
5316 ".\Include\moduleobject.h"\
5317 ".\Include\funcobject.h"\
5318 ".\Include\classobject.h"\
5319 ".\Include\fileobject.h"\
5320 ".\Include\cobject.h"\
5321 ".\./Include\traceback.h"\
5322 ".\Include\errors.h"\
5323 ".\./Include\mymalloc.h"\
5324 ".\./Include\modsupport.h"\
5325 ".\./Include\ceval.h"\
5326 ".\./Include\pythonrun.h"\
5327 ".\./Include\sysmodule.h"\
5328 ".\./Include\rename2.h"\
5329 ".\./Include\thread.h"\
5330
5331
5332"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
5333 $(CPP) $(CPP_PROJ) $(SOURCE)
5334
5335
5336!ENDIF
5337
5338# End Source File
5339################################################################################
5340# Begin Source File
5341
5342SOURCE=.\Modules\signalmodule.c
5343
5344!IF "$(CFG)" == "vc40_dll - Win32 Release"
5345
5346DEP_CPP_SIGNA=\
5347 ".\./Include\Python.h"\
5348 ".\./Include\allobjects.h"\
5349 ".\./PC\config.h"\
5350 ".\./Include\myproto.h"\
5351 ".\Include\object.h"\
5352 ".\Include\objimpl.h"\
5353 ".\Include\pydebug.h"\
5354 ".\Include\accessobject.h"\
5355 ".\Include\intobject.h"\
5356 ".\Include\longobject.h"\
5357 ".\Include\floatobject.h"\
5358 ".\./Include\complexobject.h"\
5359 ".\Include\rangeobject.h"\
5360 ".\Include\stringobject.h"\
5361 ".\Include\tupleobject.h"\
5362 ".\Include\listobject.h"\
5363 ".\Include\mappingobject.h"\
5364 ".\Include\methodobject.h"\
5365 ".\Include\moduleobject.h"\
5366 ".\Include\funcobject.h"\
5367 ".\Include\classobject.h"\
5368 ".\Include\fileobject.h"\
5369 ".\Include\cobject.h"\
5370 ".\./Include\traceback.h"\
5371 ".\Include\errors.h"\
5372 ".\./Include\mymalloc.h"\
5373 ".\./Include\modsupport.h"\
5374 ".\./Include\ceval.h"\
5375 ".\./Include\pythonrun.h"\
5376 ".\./Include\sysmodule.h"\
5377 ".\./Include\intrcheck.h"\
5378 ".\./Include\import.h"\
5379 ".\./Include\bltinmodule.h"\
5380 ".\Include\abstract.h"\
5381 ".\./Include\rename2.h"\
5382 ".\./Include\thread.h"\
5383
5384NODEP_CPP_SIGNA=\
5385 ".\Modules\intrcheck.h"\
5386 ".\Modules\thread.h"\
5387
5388
5389"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
5390 $(CPP) $(CPP_PROJ) $(SOURCE)
5391
5392
5393!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5394
5395DEP_CPP_SIGNA=\
5396 ".\./Include\Python.h"\
5397 ".\./Include\intrcheck.h"\
5398 ".\./Include\thread.h"\
5399 ".\./Include\allobjects.h"\
5400 ".\./PC\config.h"\
5401 ".\./Include\myproto.h"\
5402 ".\Include\object.h"\
5403 ".\Include\objimpl.h"\
5404 ".\Include\pydebug.h"\
5405 ".\Include\accessobject.h"\
5406 ".\Include\intobject.h"\
5407 ".\Include\longobject.h"\
5408 ".\Include\floatobject.h"\
5409 ".\./Include\complexobject.h"\
5410 ".\Include\rangeobject.h"\
5411 ".\Include\stringobject.h"\
5412 ".\Include\tupleobject.h"\
5413 ".\Include\listobject.h"\
5414 ".\Include\mappingobject.h"\
5415 ".\Include\methodobject.h"\
5416 ".\Include\moduleobject.h"\
5417 ".\Include\funcobject.h"\
5418 ".\Include\classobject.h"\
5419 ".\Include\fileobject.h"\
5420 ".\Include\cobject.h"\
5421 ".\./Include\traceback.h"\
5422 ".\Include\errors.h"\
5423 ".\./Include\mymalloc.h"\
5424 ".\./Include\modsupport.h"\
5425 ".\./Include\ceval.h"\
5426 ".\./Include\pythonrun.h"\
5427 ".\./Include\sysmodule.h"\
5428 ".\./Include\rename2.h"\
5429
5430
5431"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
5432 $(CPP) $(CPP_PROJ) $(SOURCE)
5433
5434
5435!ENDIF
5436
5437# End Source File
5438################################################################################
5439# Begin Source File
5440
5441SOURCE=.\Modules\rotormodule.c
5442
5443!IF "$(CFG)" == "vc40_dll - Win32 Release"
5444
5445DEP_CPP_ROTOR=\
5446 ".\./Include\Python.h"\
5447 ".\./Include\mymath.h"\
5448 ".\./Include\allobjects.h"\
5449 ".\./PC\config.h"\
5450 ".\./Include\myproto.h"\
5451 ".\Include\object.h"\
5452 ".\Include\objimpl.h"\
5453 ".\Include\pydebug.h"\
5454 ".\Include\accessobject.h"\
5455 ".\Include\intobject.h"\
5456 ".\Include\longobject.h"\
5457 ".\Include\floatobject.h"\
5458 ".\./Include\complexobject.h"\
5459 ".\Include\rangeobject.h"\
5460 ".\Include\stringobject.h"\
5461 ".\Include\tupleobject.h"\
5462 ".\Include\listobject.h"\
5463 ".\Include\mappingobject.h"\
5464 ".\Include\methodobject.h"\
5465 ".\Include\moduleobject.h"\
5466 ".\Include\funcobject.h"\
5467 ".\Include\classobject.h"\
5468 ".\Include\fileobject.h"\
5469 ".\Include\cobject.h"\
5470 ".\./Include\traceback.h"\
5471 ".\Include\errors.h"\
5472 ".\./Include\mymalloc.h"\
5473 ".\./Include\modsupport.h"\
5474 ".\./Include\ceval.h"\
5475 ".\./Include\pythonrun.h"\
5476 ".\./Include\sysmodule.h"\
5477 ".\./Include\intrcheck.h"\
5478 ".\./Include\import.h"\
5479 ".\./Include\bltinmodule.h"\
5480 ".\Include\abstract.h"\
5481 ".\./Include\rename2.h"\
5482 ".\./Include\thread.h"\
5483
5484
5485"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
5486 $(CPP) $(CPP_PROJ) $(SOURCE)
5487
5488
5489!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5490
5491DEP_CPP_ROTOR=\
5492 ".\./Include\Python.h"\
5493 ".\./Include\mymath.h"\
5494 ".\./Include\allobjects.h"\
5495 ".\./PC\config.h"\
5496 ".\./Include\myproto.h"\
5497 ".\Include\object.h"\
5498 ".\Include\objimpl.h"\
5499 ".\Include\pydebug.h"\
5500 ".\Include\accessobject.h"\
5501 ".\Include\intobject.h"\
5502 ".\Include\longobject.h"\
5503 ".\Include\floatobject.h"\
5504 ".\./Include\complexobject.h"\
5505 ".\Include\rangeobject.h"\
5506 ".\Include\stringobject.h"\
5507 ".\Include\tupleobject.h"\
5508 ".\Include\listobject.h"\
5509 ".\Include\mappingobject.h"\
5510 ".\Include\methodobject.h"\
5511 ".\Include\moduleobject.h"\
5512 ".\Include\funcobject.h"\
5513 ".\Include\classobject.h"\
5514 ".\Include\fileobject.h"\
5515 ".\Include\cobject.h"\
5516 ".\./Include\traceback.h"\
5517 ".\Include\errors.h"\
5518 ".\./Include\mymalloc.h"\
5519 ".\./Include\modsupport.h"\
5520 ".\./Include\ceval.h"\
5521 ".\./Include\pythonrun.h"\
5522 ".\./Include\sysmodule.h"\
5523 ".\./Include\rename2.h"\
5524 ".\./Include\thread.h"\
5525
5526
5527"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
5528 $(CPP) $(CPP_PROJ) $(SOURCE)
5529
5530
5531!ENDIF
5532
5533# End Source File
5534################################################################################
5535# Begin Source File
5536
5537SOURCE=.\Modules\rgbimgmodule.c
5538
5539!IF "$(CFG)" == "vc40_dll - Win32 Release"
5540
5541DEP_CPP_RGBIM=\
5542 ".\./Include\allobjects.h"\
5543 ".\./Include\modsupport.h"\
5544 {$(INCLUDE)}"\unistd.h"\
5545 ".\./PC\config.h"\
5546 ".\./Include\myproto.h"\
5547 ".\Include\object.h"\
5548 ".\Include\objimpl.h"\
5549 ".\Include\pydebug.h"\
5550 ".\Include\accessobject.h"\
5551 ".\Include\intobject.h"\
5552 ".\Include\longobject.h"\
5553 ".\Include\floatobject.h"\
5554 ".\./Include\complexobject.h"\
5555 ".\Include\rangeobject.h"\
5556 ".\Include\stringobject.h"\
5557 ".\Include\tupleobject.h"\
5558 ".\Include\listobject.h"\
5559 ".\Include\mappingobject.h"\
5560 ".\Include\methodobject.h"\
5561 ".\Include\moduleobject.h"\
5562 ".\Include\funcobject.h"\
5563 ".\Include\classobject.h"\
5564 ".\Include\fileobject.h"\
5565 ".\Include\cobject.h"\
5566 ".\./Include\traceback.h"\
5567 ".\Include\errors.h"\
5568 ".\./Include\mymalloc.h"\
5569 ".\./Include\ceval.h"\
5570 ".\./Include\pythonrun.h"\
5571 ".\./Include\sysmodule.h"\
5572 ".\./Include\intrcheck.h"\
5573 ".\./Include\import.h"\
5574 ".\./Include\bltinmodule.h"\
5575 ".\Include\abstract.h"\
5576 ".\./Include\rename2.h"\
5577 ".\./Include\thread.h"\
5578
5579
5580"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
5581 $(CPP) $(CPP_PROJ) $(SOURCE)
5582
5583
5584!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5585
5586DEP_CPP_RGBIM=\
5587 ".\./Include\allobjects.h"\
5588 ".\./Include\modsupport.h"\
5589 {$(INCLUDE)}"\unistd.h"\
5590 ".\./PC\config.h"\
5591 ".\./Include\myproto.h"\
5592 ".\Include\object.h"\
5593 ".\Include\objimpl.h"\
5594 ".\Include\pydebug.h"\
5595 ".\Include\accessobject.h"\
5596 ".\Include\intobject.h"\
5597 ".\Include\longobject.h"\
5598 ".\Include\floatobject.h"\
5599 ".\./Include\complexobject.h"\
5600 ".\Include\rangeobject.h"\
5601 ".\Include\stringobject.h"\
5602 ".\Include\tupleobject.h"\
5603 ".\Include\listobject.h"\
5604 ".\Include\mappingobject.h"\
5605 ".\Include\methodobject.h"\
5606 ".\Include\moduleobject.h"\
5607 ".\Include\funcobject.h"\
5608 ".\Include\classobject.h"\
5609 ".\Include\fileobject.h"\
5610 ".\Include\cobject.h"\
5611 ".\./Include\traceback.h"\
5612 ".\Include\errors.h"\
5613 ".\./Include\mymalloc.h"\
5614 ".\./Include\ceval.h"\
5615 ".\./Include\pythonrun.h"\
5616 ".\./Include\sysmodule.h"\
5617 ".\./Include\rename2.h"\
5618 ".\./Include\thread.h"\
5619
5620
5621"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
5622 $(CPP) $(CPP_PROJ) $(SOURCE)
5623
5624
5625!ENDIF
5626
5627# End Source File
5628################################################################################
5629# Begin Source File
5630
5631SOURCE=.\Modules\regexpr.c
5632DEP_CPP_REGEX=\
5633 ".\./Include\myproto.h"\
5634 ".\Modules\regexpr.h"\
5635 ".\./PC\config.h"\
5636 ".\./Include\rename2.h"\
5637
5638NODEP_CPP_REGEX=\
5639 ".\Modules\lisp.h"\
5640 ".\Modules\buffer.h"\
5641 ".\Modules\syntax.h"\
5642
5643
5644"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
5645 $(CPP) $(CPP_PROJ) $(SOURCE)
5646
5647
5648# End Source File
5649################################################################################
5650# Begin Source File
5651
5652SOURCE=.\Modules\regexmodule.c
5653
5654!IF "$(CFG)" == "vc40_dll - Win32 Release"
5655
5656DEP_CPP_REGEXM=\
5657 ".\./Include\Python.h"\
5658 ".\Modules\regexpr.h"\
5659 ".\./Include\allobjects.h"\
5660 ".\./PC\config.h"\
5661 ".\./Include\myproto.h"\
5662 ".\Include\object.h"\
5663 ".\Include\objimpl.h"\
5664 ".\Include\pydebug.h"\
5665 ".\Include\accessobject.h"\
5666 ".\Include\intobject.h"\
5667 ".\Include\longobject.h"\
5668 ".\Include\floatobject.h"\
5669 ".\./Include\complexobject.h"\
5670 ".\Include\rangeobject.h"\
5671 ".\Include\stringobject.h"\
5672 ".\Include\tupleobject.h"\
5673 ".\Include\listobject.h"\
5674 ".\Include\mappingobject.h"\
5675 ".\Include\methodobject.h"\
5676 ".\Include\moduleobject.h"\
5677 ".\Include\funcobject.h"\
5678 ".\Include\classobject.h"\
5679 ".\Include\fileobject.h"\
5680 ".\Include\cobject.h"\
5681 ".\./Include\traceback.h"\
5682 ".\Include\errors.h"\
5683 ".\./Include\mymalloc.h"\
5684 ".\./Include\modsupport.h"\
5685 ".\./Include\ceval.h"\
5686 ".\./Include\pythonrun.h"\
5687 ".\./Include\sysmodule.h"\
5688 ".\./Include\intrcheck.h"\
5689 ".\./Include\import.h"\
5690 ".\./Include\bltinmodule.h"\
5691 ".\Include\abstract.h"\
5692 ".\./Include\rename2.h"\
5693 ".\./Include\thread.h"\
5694
5695
5696"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
5697 $(CPP) $(CPP_PROJ) $(SOURCE)
5698
5699
5700!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5701
5702DEP_CPP_REGEXM=\
5703 ".\./Include\Python.h"\
5704 ".\Modules\regexpr.h"\
5705 ".\./Include\allobjects.h"\
5706 ".\./PC\config.h"\
5707 ".\./Include\myproto.h"\
5708 ".\Include\object.h"\
5709 ".\Include\objimpl.h"\
5710 ".\Include\pydebug.h"\
5711 ".\Include\accessobject.h"\
5712 ".\Include\intobject.h"\
5713 ".\Include\longobject.h"\
5714 ".\Include\floatobject.h"\
5715 ".\./Include\complexobject.h"\
5716 ".\Include\rangeobject.h"\
5717 ".\Include\stringobject.h"\
5718 ".\Include\tupleobject.h"\
5719 ".\Include\listobject.h"\
5720 ".\Include\mappingobject.h"\
5721 ".\Include\methodobject.h"\
5722 ".\Include\moduleobject.h"\
5723 ".\Include\funcobject.h"\
5724 ".\Include\classobject.h"\
5725 ".\Include\fileobject.h"\
5726 ".\Include\cobject.h"\
5727 ".\./Include\traceback.h"\
5728 ".\Include\errors.h"\
5729 ".\./Include\mymalloc.h"\
5730 ".\./Include\modsupport.h"\
5731 ".\./Include\ceval.h"\
5732 ".\./Include\pythonrun.h"\
5733 ".\./Include\sysmodule.h"\
5734 ".\./Include\rename2.h"\
5735 ".\./Include\thread.h"\
5736
5737
5738"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
5739 $(CPP) $(CPP_PROJ) $(SOURCE)
5740
5741
5742!ENDIF
5743
5744# End Source File
5745################################################################################
5746# Begin Source File
5747
5748SOURCE=.\Objects\rangeobject.c
5749
5750!IF "$(CFG)" == "vc40_dll - Win32 Release"
5751
5752DEP_CPP_RANGE=\
5753 ".\./Include\allobjects.h"\
5754 ".\./PC\config.h"\
5755 ".\./Include\myproto.h"\
5756 ".\Include\object.h"\
5757 ".\Include\objimpl.h"\
5758 ".\Include\pydebug.h"\
5759 ".\Include\accessobject.h"\
5760 ".\Include\intobject.h"\
5761 ".\Include\longobject.h"\
5762 ".\Include\floatobject.h"\
5763 ".\./Include\complexobject.h"\
5764 ".\Include\rangeobject.h"\
5765 ".\Include\stringobject.h"\
5766 ".\Include\tupleobject.h"\
5767 ".\Include\listobject.h"\
5768 ".\Include\mappingobject.h"\
5769 ".\Include\methodobject.h"\
5770 ".\Include\moduleobject.h"\
5771 ".\Include\funcobject.h"\
5772 ".\Include\classobject.h"\
5773 ".\Include\fileobject.h"\
5774 ".\Include\cobject.h"\
5775 ".\./Include\traceback.h"\
5776 ".\Include\errors.h"\
5777 ".\./Include\mymalloc.h"\
5778 ".\./Include\modsupport.h"\
5779 ".\./Include\ceval.h"\
5780 ".\./Include\pythonrun.h"\
5781 ".\./Include\sysmodule.h"\
5782 ".\./Include\intrcheck.h"\
5783 ".\./Include\import.h"\
5784 ".\./Include\bltinmodule.h"\
5785 ".\Include\abstract.h"\
5786 ".\./Include\rename2.h"\
5787 ".\./Include\thread.h"\
5788
5789
5790"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
5791 $(CPP) $(CPP_PROJ) $(SOURCE)
5792
5793
5794!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5795
5796DEP_CPP_RANGE=\
5797 ".\./Include\allobjects.h"\
5798 ".\./PC\config.h"\
5799 ".\./Include\myproto.h"\
5800 ".\Include\object.h"\
5801 ".\Include\objimpl.h"\
5802 ".\Include\pydebug.h"\
5803 ".\Include\accessobject.h"\
5804 ".\Include\intobject.h"\
5805 ".\Include\longobject.h"\
5806 ".\Include\floatobject.h"\
5807 ".\./Include\complexobject.h"\
5808 ".\Include\rangeobject.h"\
5809 ".\Include\stringobject.h"\
5810 ".\Include\tupleobject.h"\
5811 ".\Include\listobject.h"\
5812 ".\Include\mappingobject.h"\
5813 ".\Include\methodobject.h"\
5814 ".\Include\moduleobject.h"\
5815 ".\Include\funcobject.h"\
5816 ".\Include\classobject.h"\
5817 ".\Include\fileobject.h"\
5818 ".\Include\cobject.h"\
5819 ".\./Include\traceback.h"\
5820 ".\Include\errors.h"\
5821 ".\./Include\mymalloc.h"\
5822 ".\./Include\modsupport.h"\
5823 ".\./Include\ceval.h"\
5824 ".\./Include\pythonrun.h"\
5825 ".\./Include\sysmodule.h"\
5826 ".\./Include\rename2.h"\
5827 ".\./Include\thread.h"\
5828
5829
5830"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
5831 $(CPP) $(CPP_PROJ) $(SOURCE)
5832
5833
5834!ENDIF
5835
5836# End Source File
5837################################################################################
5838# Begin Source File
5839
5840SOURCE=.\Python\pythonrun.c
5841
5842!IF "$(CFG)" == "vc40_dll - Win32 Release"
5843
5844DEP_CPP_PYTHO=\
5845 ".\./Include\allobjects.h"\
5846 ".\./Include\grammar.h"\
5847 ".\./Include\node.h"\
5848 ".\./Include\parsetok.h"\
5849 ".\./Include\graminit.h"\
5850 ".\./Include\errcode.h"\
5851 ".\./Include\sysmodule.h"\
5852 ".\./Include\bltinmodule.h"\
5853 ".\./Include\compile.h"\
5854 ".\./Include\eval.h"\
5855 ".\./Include\ceval.h"\
5856 ".\./Include\import.h"\
5857 ".\./Include\marshal.h"\
5858 ".\./Include\thread.h"\
5859 ".\./PC\config.h"\
5860 ".\./Include\myproto.h"\
5861 ".\Include\object.h"\
5862 ".\Include\objimpl.h"\
5863 ".\Include\pydebug.h"\
5864 ".\Include\accessobject.h"\
5865 ".\Include\intobject.h"\
5866 ".\Include\longobject.h"\
5867 ".\Include\floatobject.h"\
5868 ".\./Include\complexobject.h"\
5869 ".\Include\rangeobject.h"\
5870 ".\Include\stringobject.h"\
5871 ".\Include\tupleobject.h"\
5872 ".\Include\listobject.h"\
5873 ".\Include\mappingobject.h"\
5874 ".\Include\methodobject.h"\
5875 ".\Include\moduleobject.h"\
5876 ".\Include\funcobject.h"\
5877 ".\Include\classobject.h"\
5878 ".\Include\fileobject.h"\
5879 ".\Include\cobject.h"\
5880 ".\./Include\traceback.h"\
5881 ".\Include\errors.h"\
5882 ".\./Include\mymalloc.h"\
5883 ".\./Include\modsupport.h"\
5884 ".\./Include\pythonrun.h"\
5885 ".\./Include\intrcheck.h"\
5886 ".\Include\abstract.h"\
5887 ".\./Include\rename2.h"\
5888 ".\Include\bitset.h"\
5889
5890
5891"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
5892 $(CPP) $(CPP_PROJ) $(SOURCE)
5893
5894
5895!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5896
5897DEP_CPP_PYTHO=\
5898 ".\./Include\allobjects.h"\
5899 ".\./Include\grammar.h"\
5900 ".\./Include\node.h"\
5901 ".\./Include\parsetok.h"\
5902 ".\./Include\graminit.h"\
5903 ".\./Include\errcode.h"\
5904 ".\./Include\sysmodule.h"\
5905 ".\./Include\bltinmodule.h"\
5906 ".\./Include\compile.h"\
5907 ".\./Include\eval.h"\
5908 ".\./Include\ceval.h"\
5909 ".\./Include\import.h"\
5910 ".\./Include\marshal.h"\
5911 ".\./Include\thread.h"\
5912 ".\./PC\config.h"\
5913 ".\./Include\myproto.h"\
5914 ".\Include\object.h"\
5915 ".\Include\objimpl.h"\
5916 ".\Include\pydebug.h"\
5917 ".\Include\accessobject.h"\
5918 ".\Include\intobject.h"\
5919 ".\Include\longobject.h"\
5920 ".\Include\floatobject.h"\
5921 ".\./Include\complexobject.h"\
5922 ".\Include\rangeobject.h"\
5923 ".\Include\stringobject.h"\
5924 ".\Include\tupleobject.h"\
5925 ".\Include\listobject.h"\
5926 ".\Include\mappingobject.h"\
5927 ".\Include\methodobject.h"\
5928 ".\Include\moduleobject.h"\
5929 ".\Include\funcobject.h"\
5930 ".\Include\classobject.h"\
5931 ".\Include\fileobject.h"\
5932 ".\Include\cobject.h"\
5933 ".\./Include\traceback.h"\
5934 ".\Include\errors.h"\
5935 ".\./Include\mymalloc.h"\
5936 ".\./Include\modsupport.h"\
5937 ".\./Include\pythonrun.h"\
5938 ".\./Include\rename2.h"\
5939 ".\Include\bitset.h"\
5940
5941
5942"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
5943 $(CPP) $(CPP_PROJ) $(SOURCE)
5944
5945
5946!ENDIF
5947
5948# End Source File
5949################################################################################
5950# Begin Source File
5951
5952SOURCE=.\Parser\parsetok.c
5953DEP_CPP_PARSE=\
5954 ".\./Include\pgenheaders.h"\
5955 ".\Parser\tokenizer.h"\
5956 ".\./Include\node.h"\
5957 ".\./Include\grammar.h"\
5958 ".\Parser\parser.h"\
5959 ".\./Include\parsetok.h"\
5960 ".\./Include\errcode.h"\
5961 ".\./PC\config.h"\
5962 ".\./Include\myproto.h"\
5963 ".\./Include\mymalloc.h"\
5964 ".\Include\pydebug.h"\
5965 ".\./Include\rename2.h"\
5966 ".\./Include\token.h"\
5967 ".\Include\bitset.h"\
5968
5969
5970"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
5971 $(CPP) $(CPP_PROJ) $(SOURCE)
5972
5973
5974# End Source File
5975################################################################################
5976# Begin Source File
5977
5978SOURCE=.\Parser\parser.c
5979DEP_CPP_PARSER=\
5980 ".\./Include\pgenheaders.h"\
5981 ".\./Include\token.h"\
5982 ".\./Include\grammar.h"\
5983 ".\./Include\node.h"\
5984 ".\Parser\parser.h"\
5985 ".\./Include\errcode.h"\
5986 ".\./PC\config.h"\
5987 ".\./Include\myproto.h"\
5988 ".\./Include\mymalloc.h"\
5989 ".\Include\pydebug.h"\
5990 ".\./Include\rename2.h"\
5991 ".\Include\bitset.h"\
5992
5993
5994"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
5995 $(CPP) $(CPP_PROJ) $(SOURCE)
5996
5997
5998# End Source File
5999################################################################################
6000# Begin Source File
6001
6002SOURCE=.\Objects\object.c
6003
6004!IF "$(CFG)" == "vc40_dll - Win32 Release"
6005
6006DEP_CPP_OBJEC=\
6007 ".\./Include\allobjects.h"\
6008 ".\./PC\config.h"\
6009 ".\./Include\myproto.h"\
6010 ".\Include\object.h"\
6011 ".\Include\objimpl.h"\
6012 ".\Include\pydebug.h"\
6013 ".\Include\accessobject.h"\
6014 ".\Include\intobject.h"\
6015 ".\Include\longobject.h"\
6016 ".\Include\floatobject.h"\
6017 ".\./Include\complexobject.h"\
6018 ".\Include\rangeobject.h"\
6019 ".\Include\stringobject.h"\
6020 ".\Include\tupleobject.h"\
6021 ".\Include\listobject.h"\
6022 ".\Include\mappingobject.h"\
6023 ".\Include\methodobject.h"\
6024 ".\Include\moduleobject.h"\
6025 ".\Include\funcobject.h"\
6026 ".\Include\classobject.h"\
6027 ".\Include\fileobject.h"\
6028 ".\Include\cobject.h"\
6029 ".\./Include\traceback.h"\
6030 ".\Include\errors.h"\
6031 ".\./Include\mymalloc.h"\
6032 ".\./Include\modsupport.h"\
6033 ".\./Include\ceval.h"\
6034 ".\./Include\pythonrun.h"\
6035 ".\./Include\sysmodule.h"\
6036 ".\./Include\intrcheck.h"\
6037 ".\./Include\import.h"\
6038 ".\./Include\bltinmodule.h"\
6039 ".\Include\abstract.h"\
6040 ".\./Include\rename2.h"\
6041 ".\./Include\thread.h"\
6042
6043
6044"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
6045 $(CPP) $(CPP_PROJ) $(SOURCE)
6046
6047
6048!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6049
6050DEP_CPP_OBJEC=\
6051 ".\./Include\allobjects.h"\
6052 ".\./PC\config.h"\
6053 ".\./Include\myproto.h"\
6054 ".\Include\object.h"\
6055 ".\Include\objimpl.h"\
6056 ".\Include\pydebug.h"\
6057 ".\Include\accessobject.h"\
6058 ".\Include\intobject.h"\
6059 ".\Include\longobject.h"\
6060 ".\Include\floatobject.h"\
6061 ".\./Include\complexobject.h"\
6062 ".\Include\rangeobject.h"\
6063 ".\Include\stringobject.h"\
6064 ".\Include\tupleobject.h"\
6065 ".\Include\listobject.h"\
6066 ".\Include\mappingobject.h"\
6067 ".\Include\methodobject.h"\
6068 ".\Include\moduleobject.h"\
6069 ".\Include\funcobject.h"\
6070 ".\Include\classobject.h"\
6071 ".\Include\fileobject.h"\
6072 ".\Include\cobject.h"\
6073 ".\./Include\traceback.h"\
6074 ".\Include\errors.h"\
6075 ".\./Include\mymalloc.h"\
6076 ".\./Include\modsupport.h"\
6077 ".\./Include\ceval.h"\
6078 ".\./Include\pythonrun.h"\
6079 ".\./Include\sysmodule.h"\
6080 ".\./Include\rename2.h"\
6081 ".\./Include\thread.h"\
6082
6083
6084"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
6085 $(CPP) $(CPP_PROJ) $(SOURCE)
6086
6087
6088!ENDIF
6089
6090# End Source File
6091################################################################################
6092# Begin Source File
6093
6094SOURCE=.\Parser\node.c
6095DEP_CPP_NODE_=\
6096 ".\./Include\pgenheaders.h"\
6097 ".\./Include\node.h"\
6098 ".\./PC\config.h"\
6099 ".\./Include\myproto.h"\
6100 ".\./Include\mymalloc.h"\
6101 ".\Include\pydebug.h"\
6102 ".\./Include\rename2.h"\
6103
6104
6105"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
6106 $(CPP) $(CPP_PROJ) $(SOURCE)
6107
6108
6109# End Source File
6110################################################################################
6111# Begin Source File
6112
6113SOURCE=.\Modules\newmodule.c
6114
6115!IF "$(CFG)" == "vc40_dll - Win32 Release"
6116
6117DEP_CPP_NEWMO=\
6118 ".\./Include\allobjects.h"\
6119 ".\./Include\compile.h"\
6120 ".\./PC\config.h"\
6121 ".\./Include\myproto.h"\
6122 ".\Include\object.h"\
6123 ".\Include\objimpl.h"\
6124 ".\Include\pydebug.h"\
6125 ".\Include\accessobject.h"\
6126 ".\Include\intobject.h"\
6127 ".\Include\longobject.h"\
6128 ".\Include\floatobject.h"\
6129 ".\./Include\complexobject.h"\
6130 ".\Include\rangeobject.h"\
6131 ".\Include\stringobject.h"\
6132 ".\Include\tupleobject.h"\
6133 ".\Include\listobject.h"\
6134 ".\Include\mappingobject.h"\
6135 ".\Include\methodobject.h"\
6136 ".\Include\moduleobject.h"\
6137 ".\Include\funcobject.h"\
6138 ".\Include\classobject.h"\
6139 ".\Include\fileobject.h"\
6140 ".\Include\cobject.h"\
6141 ".\./Include\traceback.h"\
6142 ".\Include\errors.h"\
6143 ".\./Include\mymalloc.h"\
6144 ".\./Include\modsupport.h"\
6145 ".\./Include\ceval.h"\
6146 ".\./Include\pythonrun.h"\
6147 ".\./Include\sysmodule.h"\
6148 ".\./Include\intrcheck.h"\
6149 ".\./Include\import.h"\
6150 ".\./Include\bltinmodule.h"\
6151 ".\Include\abstract.h"\
6152 ".\./Include\rename2.h"\
6153 ".\./Include\thread.h"\
6154
6155
6156"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
6157 $(CPP) $(CPP_PROJ) $(SOURCE)
6158
6159
6160!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6161
6162DEP_CPP_NEWMO=\
6163 ".\./Include\allobjects.h"\
6164 ".\./Include\compile.h"\
6165 ".\./PC\config.h"\
6166 ".\./Include\myproto.h"\
6167 ".\Include\object.h"\
6168 ".\Include\objimpl.h"\
6169 ".\Include\pydebug.h"\
6170 ".\Include\accessobject.h"\
6171 ".\Include\intobject.h"\
6172 ".\Include\longobject.h"\
6173 ".\Include\floatobject.h"\
6174 ".\./Include\complexobject.h"\
6175 ".\Include\rangeobject.h"\
6176 ".\Include\stringobject.h"\
6177 ".\Include\tupleobject.h"\
6178 ".\Include\listobject.h"\
6179 ".\Include\mappingobject.h"\
6180 ".\Include\methodobject.h"\
6181 ".\Include\moduleobject.h"\
6182 ".\Include\funcobject.h"\
6183 ".\Include\classobject.h"\
6184 ".\Include\fileobject.h"\
6185 ".\Include\cobject.h"\
6186 ".\./Include\traceback.h"\
6187 ".\Include\errors.h"\
6188 ".\./Include\mymalloc.h"\
6189 ".\./Include\modsupport.h"\
6190 ".\./Include\ceval.h"\
6191 ".\./Include\pythonrun.h"\
6192 ".\./Include\sysmodule.h"\
6193 ".\./Include\rename2.h"\
6194 ".\./Include\thread.h"\
6195
6196
6197"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
6198 $(CPP) $(CPP_PROJ) $(SOURCE)
6199
6200
6201!ENDIF
6202
6203# End Source File
6204################################################################################
6205# Begin Source File
6206
6207SOURCE=.\Python\marshal.c
6208
6209!IF "$(CFG)" == "vc40_dll - Win32 Release"
6210
6211DEP_CPP_MARSH=\
6212 ".\./Include\allobjects.h"\
6213 ".\./Include\modsupport.h"\
6214 ".\./Include\longintrepr.h"\
6215 ".\./Include\compile.h"\
6216 ".\./Include\marshal.h"\
6217 ".\./PC\config.h"\
6218 ".\./Include\myproto.h"\
6219 ".\Include\object.h"\
6220 ".\Include\objimpl.h"\
6221 ".\Include\pydebug.h"\
6222 ".\Include\accessobject.h"\
6223 ".\Include\intobject.h"\
6224 ".\Include\longobject.h"\
6225 ".\Include\floatobject.h"\
6226 ".\./Include\complexobject.h"\
6227 ".\Include\rangeobject.h"\
6228 ".\Include\stringobject.h"\
6229 ".\Include\tupleobject.h"\
6230 ".\Include\listobject.h"\
6231 ".\Include\mappingobject.h"\
6232 ".\Include\methodobject.h"\
6233 ".\Include\moduleobject.h"\
6234 ".\Include\funcobject.h"\
6235 ".\Include\classobject.h"\
6236 ".\Include\fileobject.h"\
6237 ".\Include\cobject.h"\
6238 ".\./Include\traceback.h"\
6239 ".\Include\errors.h"\
6240 ".\./Include\mymalloc.h"\
6241 ".\./Include\ceval.h"\
6242 ".\./Include\pythonrun.h"\
6243 ".\./Include\sysmodule.h"\
6244 ".\./Include\intrcheck.h"\
6245 ".\./Include\import.h"\
6246 ".\./Include\bltinmodule.h"\
6247 ".\Include\abstract.h"\
6248 ".\./Include\rename2.h"\
6249 ".\./Include\thread.h"\
6250
6251
6252"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
6253 $(CPP) $(CPP_PROJ) $(SOURCE)
6254
6255
6256!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6257
6258DEP_CPP_MARSH=\
6259 ".\./Include\allobjects.h"\
6260 ".\./Include\modsupport.h"\
6261 ".\./Include\longintrepr.h"\
6262 ".\./Include\compile.h"\
6263 ".\./Include\marshal.h"\
6264 ".\./PC\config.h"\
6265 ".\./Include\myproto.h"\
6266 ".\Include\object.h"\
6267 ".\Include\objimpl.h"\
6268 ".\Include\pydebug.h"\
6269 ".\Include\accessobject.h"\
6270 ".\Include\intobject.h"\
6271 ".\Include\longobject.h"\
6272 ".\Include\floatobject.h"\
6273 ".\./Include\complexobject.h"\
6274 ".\Include\rangeobject.h"\
6275 ".\Include\stringobject.h"\
6276 ".\Include\tupleobject.h"\
6277 ".\Include\listobject.h"\
6278 ".\Include\mappingobject.h"\
6279 ".\Include\methodobject.h"\
6280 ".\Include\moduleobject.h"\
6281 ".\Include\funcobject.h"\
6282 ".\Include\classobject.h"\
6283 ".\Include\fileobject.h"\
6284 ".\Include\cobject.h"\
6285 ".\./Include\traceback.h"\
6286 ".\Include\errors.h"\
6287 ".\./Include\mymalloc.h"\
6288 ".\./Include\ceval.h"\
6289 ".\./Include\pythonrun.h"\
6290 ".\./Include\sysmodule.h"\
6291 ".\./Include\rename2.h"\
6292 ".\./Include\thread.h"\
6293
6294
6295"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
6296 $(CPP) $(CPP_PROJ) $(SOURCE)
6297
6298
6299!ENDIF
6300
6301# End Source File
6302################################################################################
6303# Begin Source File
6304
6305SOURCE=.\Python\mystrtoul.c
6306DEP_CPP_MYSTR=\
6307 ".\./PC\config.h"\
6308 ".\./Include\rename2.h"\
6309
6310
6311"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
6312 $(CPP) $(CPP_PROJ) $(SOURCE)
6313
6314
6315# End Source File
6316################################################################################
6317# Begin Source File
6318
6319SOURCE=.\Parser\myreadline.c
6320DEP_CPP_MYREA=\
6321 ".\./PC\config.h"\
6322 ".\./Include\myproto.h"\
6323 ".\./Include\mymalloc.h"\
6324 ".\./Include\intrcheck.h"\
6325 ".\./Include\rename2.h"\
6326
6327
6328"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
6329 $(CPP) $(CPP_PROJ) $(SOURCE)
6330
6331
6332# End Source File
6333################################################################################
6334# Begin Source File
6335
6336SOURCE=.\Objects\moduleobject.c
6337
6338!IF "$(CFG)" == "vc40_dll - Win32 Release"
6339
6340DEP_CPP_MODUL=\
6341 ".\./Include\allobjects.h"\
6342 ".\./Include\ceval.h"\
6343 ".\./PC\config.h"\
6344 ".\./Include\myproto.h"\
6345 ".\Include\object.h"\
6346 ".\Include\objimpl.h"\
6347 ".\Include\pydebug.h"\
6348 ".\Include\accessobject.h"\
6349 ".\Include\intobject.h"\
6350 ".\Include\longobject.h"\
6351 ".\Include\floatobject.h"\
6352 ".\./Include\complexobject.h"\
6353 ".\Include\rangeobject.h"\
6354 ".\Include\stringobject.h"\
6355 ".\Include\tupleobject.h"\
6356 ".\Include\listobject.h"\
6357 ".\Include\mappingobject.h"\
6358 ".\Include\methodobject.h"\
6359 ".\Include\moduleobject.h"\
6360 ".\Include\funcobject.h"\
6361 ".\Include\classobject.h"\
6362 ".\Include\fileobject.h"\
6363 ".\Include\cobject.h"\
6364 ".\./Include\traceback.h"\
6365 ".\Include\errors.h"\
6366 ".\./Include\mymalloc.h"\
6367 ".\./Include\modsupport.h"\
6368 ".\./Include\pythonrun.h"\
6369 ".\./Include\sysmodule.h"\
6370 ".\./Include\intrcheck.h"\
6371 ".\./Include\import.h"\
6372 ".\./Include\bltinmodule.h"\
6373 ".\Include\abstract.h"\
6374 ".\./Include\rename2.h"\
6375 ".\./Include\thread.h"\
6376
6377
6378"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
6379 $(CPP) $(CPP_PROJ) $(SOURCE)
6380
6381
6382!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6383
6384DEP_CPP_MODUL=\
6385 ".\./Include\allobjects.h"\
6386 ".\./Include\ceval.h"\
6387 ".\./PC\config.h"\
6388 ".\./Include\myproto.h"\
6389 ".\Include\object.h"\
6390 ".\Include\objimpl.h"\
6391 ".\Include\pydebug.h"\
6392 ".\Include\accessobject.h"\
6393 ".\Include\intobject.h"\
6394 ".\Include\longobject.h"\
6395 ".\Include\floatobject.h"\
6396 ".\./Include\complexobject.h"\
6397 ".\Include\rangeobject.h"\
6398 ".\Include\stringobject.h"\
6399 ".\Include\tupleobject.h"\
6400 ".\Include\listobject.h"\
6401 ".\Include\mappingobject.h"\
6402 ".\Include\methodobject.h"\
6403 ".\Include\moduleobject.h"\
6404 ".\Include\funcobject.h"\
6405 ".\Include\classobject.h"\
6406 ".\Include\fileobject.h"\
6407 ".\Include\cobject.h"\
6408 ".\./Include\traceback.h"\
6409 ".\Include\errors.h"\
6410 ".\./Include\mymalloc.h"\
6411 ".\./Include\modsupport.h"\
6412 ".\./Include\pythonrun.h"\
6413 ".\./Include\sysmodule.h"\
6414 ".\./Include\rename2.h"\
6415 ".\./Include\thread.h"\
6416
6417
6418"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
6419 $(CPP) $(CPP_PROJ) $(SOURCE)
6420
6421
6422!ENDIF
6423
6424# End Source File
6425################################################################################
6426# Begin Source File
6427
6428SOURCE=.\Python\modsupport.c
6429
6430!IF "$(CFG)" == "vc40_dll - Win32 Release"
6431
6432DEP_CPP_MODSU=\
6433 ".\./Include\allobjects.h"\
6434 ".\./PC\config.h"\
6435 ".\./Include\myproto.h"\
6436 ".\Include\object.h"\
6437 ".\Include\objimpl.h"\
6438 ".\Include\pydebug.h"\
6439 ".\Include\accessobject.h"\
6440 ".\Include\intobject.h"\
6441 ".\Include\longobject.h"\
6442 ".\Include\floatobject.h"\
6443 ".\./Include\complexobject.h"\
6444 ".\Include\rangeobject.h"\
6445 ".\Include\stringobject.h"\
6446 ".\Include\tupleobject.h"\
6447 ".\Include\listobject.h"\
6448 ".\Include\mappingobject.h"\
6449 ".\Include\methodobject.h"\
6450 ".\Include\moduleobject.h"\
6451 ".\Include\funcobject.h"\
6452 ".\Include\classobject.h"\
6453 ".\Include\fileobject.h"\
6454 ".\Include\cobject.h"\
6455 ".\./Include\traceback.h"\
6456 ".\Include\errors.h"\
6457 ".\./Include\mymalloc.h"\
6458 ".\./Include\modsupport.h"\
6459 ".\./Include\ceval.h"\
6460 ".\./Include\pythonrun.h"\
6461 ".\./Include\sysmodule.h"\
6462 ".\./Include\intrcheck.h"\
6463 ".\./Include\import.h"\
6464 ".\./Include\bltinmodule.h"\
6465 ".\Include\abstract.h"\
6466 ".\./Include\rename2.h"\
6467 ".\./Include\thread.h"\
6468
6469NODEP_CPP_MODSU=\
6470 ".\Python\import.h"\
6471
6472
6473"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
6474 $(CPP) $(CPP_PROJ) $(SOURCE)
6475
6476
6477!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6478
6479DEP_CPP_MODSU=\
6480 ".\./Include\allobjects.h"\
6481 ".\./Include\import.h"\
6482 ".\./PC\config.h"\
6483 ".\./Include\myproto.h"\
6484 ".\Include\object.h"\
6485 ".\Include\objimpl.h"\
6486 ".\Include\pydebug.h"\
6487 ".\Include\accessobject.h"\
6488 ".\Include\intobject.h"\
6489 ".\Include\longobject.h"\
6490 ".\Include\floatobject.h"\
6491 ".\./Include\complexobject.h"\
6492 ".\Include\rangeobject.h"\
6493 ".\Include\stringobject.h"\
6494 ".\Include\tupleobject.h"\
6495 ".\Include\listobject.h"\
6496 ".\Include\mappingobject.h"\
6497 ".\Include\methodobject.h"\
6498 ".\Include\moduleobject.h"\
6499 ".\Include\funcobject.h"\
6500 ".\Include\classobject.h"\
6501 ".\Include\fileobject.h"\
6502 ".\Include\cobject.h"\
6503 ".\./Include\traceback.h"\
6504 ".\Include\errors.h"\
6505 ".\./Include\mymalloc.h"\
6506 ".\./Include\modsupport.h"\
6507 ".\./Include\ceval.h"\
6508 ".\./Include\pythonrun.h"\
6509 ".\./Include\sysmodule.h"\
6510 ".\./Include\rename2.h"\
6511 ".\./Include\thread.h"\
6512
6513
6514"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
6515 $(CPP) $(CPP_PROJ) $(SOURCE)
6516
6517
6518!ENDIF
6519
6520# End Source File
6521################################################################################
6522# Begin Source File
6523
6524SOURCE=.\Objects\methodobject.c
6525
6526!IF "$(CFG)" == "vc40_dll - Win32 Release"
6527
6528DEP_CPP_METHO=\
6529 ".\./Include\allobjects.h"\
6530 ".\./Include\token.h"\
6531 ".\./PC\config.h"\
6532 ".\./Include\myproto.h"\
6533 ".\Include\object.h"\
6534 ".\Include\objimpl.h"\
6535 ".\Include\pydebug.h"\
6536 ".\Include\accessobject.h"\
6537 ".\Include\intobject.h"\
6538 ".\Include\longobject.h"\
6539 ".\Include\floatobject.h"\
6540 ".\./Include\complexobject.h"\
6541 ".\Include\rangeobject.h"\
6542 ".\Include\stringobject.h"\
6543 ".\Include\tupleobject.h"\
6544 ".\Include\listobject.h"\
6545 ".\Include\mappingobject.h"\
6546 ".\Include\methodobject.h"\
6547 ".\Include\moduleobject.h"\
6548 ".\Include\funcobject.h"\
6549 ".\Include\classobject.h"\
6550 ".\Include\fileobject.h"\
6551 ".\Include\cobject.h"\
6552 ".\./Include\traceback.h"\
6553 ".\Include\errors.h"\
6554 ".\./Include\mymalloc.h"\
6555 ".\./Include\modsupport.h"\
6556 ".\./Include\ceval.h"\
6557 ".\./Include\pythonrun.h"\
6558 ".\./Include\sysmodule.h"\
6559 ".\./Include\intrcheck.h"\
6560 ".\./Include\import.h"\
6561 ".\./Include\bltinmodule.h"\
6562 ".\Include\abstract.h"\
6563 ".\./Include\rename2.h"\
6564 ".\./Include\thread.h"\
6565
6566
6567"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
6568 $(CPP) $(CPP_PROJ) $(SOURCE)
6569
6570
6571!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6572
6573DEP_CPP_METHO=\
6574 ".\./Include\allobjects.h"\
6575 ".\./Include\token.h"\
6576 ".\./PC\config.h"\
6577 ".\./Include\myproto.h"\
6578 ".\Include\object.h"\
6579 ".\Include\objimpl.h"\
6580 ".\Include\pydebug.h"\
6581 ".\Include\accessobject.h"\
6582 ".\Include\intobject.h"\
6583 ".\Include\longobject.h"\
6584 ".\Include\floatobject.h"\
6585 ".\./Include\complexobject.h"\
6586 ".\Include\rangeobject.h"\
6587 ".\Include\stringobject.h"\
6588 ".\Include\tupleobject.h"\
6589 ".\Include\listobject.h"\
6590 ".\Include\mappingobject.h"\
6591 ".\Include\methodobject.h"\
6592 ".\Include\moduleobject.h"\
6593 ".\Include\funcobject.h"\
6594 ".\Include\classobject.h"\
6595 ".\Include\fileobject.h"\
6596 ".\Include\cobject.h"\
6597 ".\./Include\traceback.h"\
6598 ".\Include\errors.h"\
6599 ".\./Include\mymalloc.h"\
6600 ".\./Include\modsupport.h"\
6601 ".\./Include\ceval.h"\
6602 ".\./Include\pythonrun.h"\
6603 ".\./Include\sysmodule.h"\
6604 ".\./Include\rename2.h"\
6605 ".\./Include\thread.h"\
6606
6607
6608"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
6609 $(CPP) $(CPP_PROJ) $(SOURCE)
6610
6611
6612!ENDIF
6613
6614# End Source File
6615################################################################################
6616# Begin Source File
6617
6618SOURCE=.\Modules\md5module.c
6619
6620!IF "$(CFG)" == "vc40_dll - Win32 Release"
6621
6622DEP_CPP_MD5MO=\
6623 ".\./Include\allobjects.h"\
6624 ".\./Include\modsupport.h"\
6625 ".\Modules\md5.h"\
6626 ".\./PC\config.h"\
6627 ".\./Include\myproto.h"\
6628 ".\Include\object.h"\
6629 ".\Include\objimpl.h"\
6630 ".\Include\pydebug.h"\
6631 ".\Include\accessobject.h"\
6632 ".\Include\intobject.h"\
6633 ".\Include\longobject.h"\
6634 ".\Include\floatobject.h"\
6635 ".\./Include\complexobject.h"\
6636 ".\Include\rangeobject.h"\
6637 ".\Include\stringobject.h"\
6638 ".\Include\tupleobject.h"\
6639 ".\Include\listobject.h"\
6640 ".\Include\mappingobject.h"\
6641 ".\Include\methodobject.h"\
6642 ".\Include\moduleobject.h"\
6643 ".\Include\funcobject.h"\
6644 ".\Include\classobject.h"\
6645 ".\Include\fileobject.h"\
6646 ".\Include\cobject.h"\
6647 ".\./Include\traceback.h"\
6648 ".\Include\errors.h"\
6649 ".\./Include\mymalloc.h"\
6650 ".\./Include\ceval.h"\
6651 ".\./Include\pythonrun.h"\
6652 ".\./Include\sysmodule.h"\
6653 ".\./Include\intrcheck.h"\
6654 ".\./Include\import.h"\
6655 ".\./Include\bltinmodule.h"\
6656 ".\Include\abstract.h"\
6657 ".\./Include\rename2.h"\
6658 ".\./Include\thread.h"\
6659
6660
6661"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
6662 $(CPP) $(CPP_PROJ) $(SOURCE)
6663
6664
6665!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6666
6667DEP_CPP_MD5MO=\
6668 ".\./Include\allobjects.h"\
6669 ".\./Include\modsupport.h"\
6670 ".\Modules\md5.h"\
6671 ".\./PC\config.h"\
6672 ".\./Include\myproto.h"\
6673 ".\Include\object.h"\
6674 ".\Include\objimpl.h"\
6675 ".\Include\pydebug.h"\
6676 ".\Include\accessobject.h"\
6677 ".\Include\intobject.h"\
6678 ".\Include\longobject.h"\
6679 ".\Include\floatobject.h"\
6680 ".\./Include\complexobject.h"\
6681 ".\Include\rangeobject.h"\
6682 ".\Include\stringobject.h"\
6683 ".\Include\tupleobject.h"\
6684 ".\Include\listobject.h"\
6685 ".\Include\mappingobject.h"\
6686 ".\Include\methodobject.h"\
6687 ".\Include\moduleobject.h"\
6688 ".\Include\funcobject.h"\
6689 ".\Include\classobject.h"\
6690 ".\Include\fileobject.h"\
6691 ".\Include\cobject.h"\
6692 ".\./Include\traceback.h"\
6693 ".\Include\errors.h"\
6694 ".\./Include\mymalloc.h"\
6695 ".\./Include\ceval.h"\
6696 ".\./Include\pythonrun.h"\
6697 ".\./Include\sysmodule.h"\
6698 ".\./Include\rename2.h"\
6699 ".\./Include\thread.h"\
6700
6701
6702"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
6703 $(CPP) $(CPP_PROJ) $(SOURCE)
6704
6705
6706!ENDIF
6707
6708# End Source File
6709################################################################################
6710# Begin Source File
6711
6712SOURCE=.\Modules\md5c.c
6713DEP_CPP_MD5C_=\
6714 ".\./PC\config.h"\
6715 ".\Modules\md5.h"\
6716
6717
6718"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
6719 $(CPP) $(CPP_PROJ) $(SOURCE)
6720
6721
6722# End Source File
6723################################################################################
6724# Begin Source File
6725
6726SOURCE=.\Modules\mathmodule.c
6727
6728!IF "$(CFG)" == "vc40_dll - Win32 Release"
6729
6730DEP_CPP_MATHM=\
6731 ".\./Include\allobjects.h"\
6732 ".\./Include\mymath.h"\
6733 ".\./PC\config.h"\
6734 ".\./Include\myproto.h"\
6735 ".\Include\object.h"\
6736 ".\Include\objimpl.h"\
6737 ".\Include\pydebug.h"\
6738 ".\Include\accessobject.h"\
6739 ".\Include\intobject.h"\
6740 ".\Include\longobject.h"\
6741 ".\Include\floatobject.h"\
6742 ".\./Include\complexobject.h"\
6743 ".\Include\rangeobject.h"\
6744 ".\Include\stringobject.h"\
6745 ".\Include\tupleobject.h"\
6746 ".\Include\listobject.h"\
6747 ".\Include\mappingobject.h"\
6748 ".\Include\methodobject.h"\
6749 ".\Include\moduleobject.h"\
6750 ".\Include\funcobject.h"\
6751 ".\Include\classobject.h"\
6752 ".\Include\fileobject.h"\
6753 ".\Include\cobject.h"\
6754 ".\./Include\traceback.h"\
6755 ".\Include\errors.h"\
6756 ".\./Include\mymalloc.h"\
6757 ".\./Include\modsupport.h"\
6758 ".\./Include\ceval.h"\
6759 ".\./Include\pythonrun.h"\
6760 ".\./Include\sysmodule.h"\
6761 ".\./Include\intrcheck.h"\
6762 ".\./Include\import.h"\
6763 ".\./Include\bltinmodule.h"\
6764 ".\Include\abstract.h"\
6765 ".\./Include\rename2.h"\
6766 ".\./Include\thread.h"\
6767
6768
6769"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
6770 $(CPP) $(CPP_PROJ) $(SOURCE)
6771
6772
6773!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6774
6775DEP_CPP_MATHM=\
6776 ".\./Include\allobjects.h"\
6777 ".\./Include\mymath.h"\
6778 ".\./PC\config.h"\
6779 ".\./Include\myproto.h"\
6780 ".\Include\object.h"\
6781 ".\Include\objimpl.h"\
6782 ".\Include\pydebug.h"\
6783 ".\Include\accessobject.h"\
6784 ".\Include\intobject.h"\
6785 ".\Include\longobject.h"\
6786 ".\Include\floatobject.h"\
6787 ".\./Include\complexobject.h"\
6788 ".\Include\rangeobject.h"\
6789 ".\Include\stringobject.h"\
6790 ".\Include\tupleobject.h"\
6791 ".\Include\listobject.h"\
6792 ".\Include\mappingobject.h"\
6793 ".\Include\methodobject.h"\
6794 ".\Include\moduleobject.h"\
6795 ".\Include\funcobject.h"\
6796 ".\Include\classobject.h"\
6797 ".\Include\fileobject.h"\
6798 ".\Include\cobject.h"\
6799 ".\./Include\traceback.h"\
6800 ".\Include\errors.h"\
6801 ".\./Include\mymalloc.h"\
6802 ".\./Include\modsupport.h"\
6803 ".\./Include\ceval.h"\
6804 ".\./Include\pythonrun.h"\
6805 ".\./Include\sysmodule.h"\
6806 ".\./Include\rename2.h"\
6807 ".\./Include\thread.h"\
6808
6809
6810"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
6811 $(CPP) $(CPP_PROJ) $(SOURCE)
6812
6813
6814!ENDIF
6815
6816# End Source File
6817################################################################################
6818# Begin Source File
6819
6820SOURCE=.\Objects\mappingobject.c
6821
6822!IF "$(CFG)" == "vc40_dll - Win32 Release"
6823
6824DEP_CPP_MAPPI=\
6825 ".\./Include\allobjects.h"\
6826 ".\./Include\modsupport.h"\
6827 ".\./PC\config.h"\
6828 ".\./Include\myproto.h"\
6829 ".\Include\object.h"\
6830 ".\Include\objimpl.h"\
6831 ".\Include\pydebug.h"\
6832 ".\Include\accessobject.h"\
6833 ".\Include\intobject.h"\
6834 ".\Include\longobject.h"\
6835 ".\Include\floatobject.h"\
6836 ".\./Include\complexobject.h"\
6837 ".\Include\rangeobject.h"\
6838 ".\Include\stringobject.h"\
6839 ".\Include\tupleobject.h"\
6840 ".\Include\listobject.h"\
6841 ".\Include\mappingobject.h"\
6842 ".\Include\methodobject.h"\
6843 ".\Include\moduleobject.h"\
6844 ".\Include\funcobject.h"\
6845 ".\Include\classobject.h"\
6846 ".\Include\fileobject.h"\
6847 ".\Include\cobject.h"\
6848 ".\./Include\traceback.h"\
6849 ".\Include\errors.h"\
6850 ".\./Include\mymalloc.h"\
6851 ".\./Include\ceval.h"\
6852 ".\./Include\pythonrun.h"\
6853 ".\./Include\sysmodule.h"\
6854 ".\./Include\intrcheck.h"\
6855 ".\./Include\import.h"\
6856 ".\./Include\bltinmodule.h"\
6857 ".\Include\abstract.h"\
6858 ".\./Include\rename2.h"\
6859 ".\./Include\thread.h"\
6860
6861
6862"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
6863 $(CPP) $(CPP_PROJ) $(SOURCE)
6864
6865
6866!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6867
6868DEP_CPP_MAPPI=\
6869 ".\./Include\allobjects.h"\
6870 ".\./Include\modsupport.h"\
6871 ".\./PC\config.h"\
6872 ".\./Include\myproto.h"\
6873 ".\Include\object.h"\
6874 ".\Include\objimpl.h"\
6875 ".\Include\pydebug.h"\
6876 ".\Include\accessobject.h"\
6877 ".\Include\intobject.h"\
6878 ".\Include\longobject.h"\
6879 ".\Include\floatobject.h"\
6880 ".\./Include\complexobject.h"\
6881 ".\Include\rangeobject.h"\
6882 ".\Include\stringobject.h"\
6883 ".\Include\tupleobject.h"\
6884 ".\Include\listobject.h"\
6885 ".\Include\mappingobject.h"\
6886 ".\Include\methodobject.h"\
6887 ".\Include\moduleobject.h"\
6888 ".\Include\funcobject.h"\
6889 ".\Include\classobject.h"\
6890 ".\Include\fileobject.h"\
6891 ".\Include\cobject.h"\
6892 ".\./Include\traceback.h"\
6893 ".\Include\errors.h"\
6894 ".\./Include\mymalloc.h"\
6895 ".\./Include\ceval.h"\
6896 ".\./Include\pythonrun.h"\
6897 ".\./Include\sysmodule.h"\
6898 ".\./Include\rename2.h"\
6899 ".\./Include\thread.h"\
6900
6901
6902"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
6903 $(CPP) $(CPP_PROJ) $(SOURCE)
6904
6905
6906!ENDIF
6907
6908# End Source File
6909################################################################################
6910# Begin Source File
6911
6912SOURCE=.\PC\python.def
6913
6914!IF "$(CFG)" == "vc40_dll - Win32 Release"
6915
6916!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6917
6918!ENDIF
6919
6920# End Source File
6921################################################################################
6922# Begin Source File
6923
6924SOURCE=.\Modules\socketmodule.c
6925
6926!IF "$(CFG)" == "vc40_dll - Win32 Release"
6927
6928DEP_CPP_SOCKE=\
6929 ".\./Include\Python.h"\
6930 {$(INCLUDE)}"\sys\TYPES.H"\
6931 ".\./Include\mytime.h"\
6932 ".\./Include\allobjects.h"\
6933 ".\./PC\config.h"\
6934 ".\./Include\myproto.h"\
6935 ".\Include\object.h"\
6936 ".\Include\objimpl.h"\
6937 ".\Include\pydebug.h"\
6938 ".\Include\accessobject.h"\
6939 ".\Include\intobject.h"\
6940 ".\Include\longobject.h"\
6941 ".\Include\floatobject.h"\
6942 ".\./Include\complexobject.h"\
6943 ".\Include\rangeobject.h"\
6944 ".\Include\stringobject.h"\
6945 ".\Include\tupleobject.h"\
6946 ".\Include\listobject.h"\
6947 ".\Include\mappingobject.h"\
6948 ".\Include\methodobject.h"\
6949 ".\Include\moduleobject.h"\
6950 ".\Include\funcobject.h"\
6951 ".\Include\classobject.h"\
6952 ".\Include\fileobject.h"\
6953 ".\Include\cobject.h"\
6954 ".\./Include\traceback.h"\
6955 ".\Include\errors.h"\
6956 ".\./Include\mymalloc.h"\
6957 ".\./Include\modsupport.h"\
6958 ".\./Include\ceval.h"\
6959 ".\./Include\pythonrun.h"\
6960 ".\./Include\sysmodule.h"\
6961 ".\./Include\intrcheck.h"\
6962 ".\./Include\import.h"\
6963 ".\./Include\bltinmodule.h"\
6964 ".\Include\abstract.h"\
6965 ".\./Include\rename2.h"\
6966 ".\./Include\thread.h"\
6967
6968
6969"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
6970 $(CPP) $(CPP_PROJ) $(SOURCE)
6971
6972
6973!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
6974
6975DEP_CPP_SOCKE=\
6976 ".\./Include\Python.h"\
6977 {$(INCLUDE)}"\sys\TYPES.H"\
6978 ".\./Include\mytime.h"\
6979 ".\./Include\allobjects.h"\
6980 ".\./PC\config.h"\
6981 ".\./Include\myproto.h"\
6982 ".\Include\object.h"\
6983 ".\Include\objimpl.h"\
6984 ".\Include\pydebug.h"\
6985 ".\Include\accessobject.h"\
6986 ".\Include\intobject.h"\
6987 ".\Include\longobject.h"\
6988 ".\Include\floatobject.h"\
6989 ".\./Include\complexobject.h"\
6990 ".\Include\rangeobject.h"\
6991 ".\Include\stringobject.h"\
6992 ".\Include\tupleobject.h"\
6993 ".\Include\listobject.h"\
6994 ".\Include\mappingobject.h"\
6995 ".\Include\methodobject.h"\
6996 ".\Include\moduleobject.h"\
6997 ".\Include\funcobject.h"\
6998 ".\Include\classobject.h"\
6999 ".\Include\fileobject.h"\
7000 ".\Include\cobject.h"\
7001 ".\./Include\traceback.h"\
7002 ".\Include\errors.h"\
7003 ".\./Include\mymalloc.h"\
7004 ".\./Include\modsupport.h"\
7005 ".\./Include\ceval.h"\
7006 ".\./Include\pythonrun.h"\
7007 ".\./Include\sysmodule.h"\
7008 ".\./Include\rename2.h"\
7009 ".\./Include\thread.h"\
7010
7011
7012"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
7013 $(CPP) $(CPP_PROJ) $(SOURCE)
7014
7015
7016!ENDIF
7017
7018# End Source File
7019################################################################################
7020# Begin Source File
7021
7022SOURCE=.\Modules\selectmodule.c
7023
7024!IF "$(CFG)" == "vc40_dll - Win32 Release"
7025
7026DEP_CPP_SELEC=\
7027 ".\./Include\allobjects.h"\
7028 ".\./Include\modsupport.h"\
7029 ".\./Include\ceval.h"\
7030 {$(INCLUDE)}"\sys\TYPES.H"\
7031 ".\./Include\myselect.h"\
7032 ".\./PC\config.h"\
7033 ".\./Include\myproto.h"\
7034 ".\Include\object.h"\
7035 ".\Include\objimpl.h"\
7036 ".\Include\pydebug.h"\
7037 ".\Include\accessobject.h"\
7038 ".\Include\intobject.h"\
7039 ".\Include\longobject.h"\
7040 ".\Include\floatobject.h"\
7041 ".\./Include\complexobject.h"\
7042 ".\Include\rangeobject.h"\
7043 ".\Include\stringobject.h"\
7044 ".\Include\tupleobject.h"\
7045 ".\Include\listobject.h"\
7046 ".\Include\mappingobject.h"\
7047 ".\Include\methodobject.h"\
7048 ".\Include\moduleobject.h"\
7049 ".\Include\funcobject.h"\
7050 ".\Include\classobject.h"\
7051 ".\Include\fileobject.h"\
7052 ".\Include\cobject.h"\
7053 ".\./Include\traceback.h"\
7054 ".\Include\errors.h"\
7055 ".\./Include\mymalloc.h"\
7056 ".\./Include\pythonrun.h"\
7057 ".\./Include\sysmodule.h"\
7058 ".\./Include\intrcheck.h"\
7059 ".\./Include\import.h"\
7060 ".\./Include\bltinmodule.h"\
7061 ".\Include\abstract.h"\
7062 ".\./Include\rename2.h"\
7063 ".\./Include\thread.h"\
7064 ".\./Include\mytime.h"\
7065
7066
7067"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
7068 $(CPP) $(CPP_PROJ) $(SOURCE)
7069
7070
7071!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
7072
7073DEP_CPP_SELEC=\
7074 ".\./Include\allobjects.h"\
7075 ".\./Include\modsupport.h"\
7076 ".\./Include\ceval.h"\
7077 {$(INCLUDE)}"\sys\TYPES.H"\
7078 ".\./Include\myselect.h"\
7079 ".\./PC\config.h"\
7080 ".\./Include\myproto.h"\
7081 ".\Include\object.h"\
7082 ".\Include\objimpl.h"\
7083 ".\Include\pydebug.h"\
7084 ".\Include\accessobject.h"\
7085 ".\Include\intobject.h"\
7086 ".\Include\longobject.h"\
7087 ".\Include\floatobject.h"\
7088 ".\./Include\complexobject.h"\
7089 ".\Include\rangeobject.h"\
7090 ".\Include\stringobject.h"\
7091 ".\Include\tupleobject.h"\
7092 ".\Include\listobject.h"\
7093 ".\Include\mappingobject.h"\
7094 ".\Include\methodobject.h"\
7095 ".\Include\moduleobject.h"\
7096 ".\Include\funcobject.h"\
7097 ".\Include\classobject.h"\
7098 ".\Include\fileobject.h"\
7099 ".\Include\cobject.h"\
7100 ".\./Include\traceback.h"\
7101 ".\Include\errors.h"\
7102 ".\./Include\mymalloc.h"\
7103 ".\./Include\pythonrun.h"\
7104 ".\./Include\sysmodule.h"\
7105 ".\./Include\rename2.h"\
7106 ".\./Include\thread.h"\
7107 ".\./Include\mytime.h"\
7108
7109
7110"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
7111 $(CPP) $(CPP_PROJ) $(SOURCE)
7112
7113
7114!ENDIF
7115
7116# End Source File
7117################################################################################
7118# Begin Source File
7119
7120SOURCE=.\Python\sysmodule.c
7121
7122!IF "$(CFG)" == "vc40_dll - Win32 Release"
7123
7124DEP_CPP_SYSMO=\
7125 ".\./Include\allobjects.h"\
7126 ".\./Include\modsupport.h"\
7127 ".\./Include\osdefs.h"\
7128 ".\./PC\config.h"\
7129 ".\./Include\myproto.h"\
7130 ".\Include\object.h"\
7131 ".\Include\objimpl.h"\
7132 ".\Include\pydebug.h"\
7133 ".\Include\accessobject.h"\
7134 ".\Include\intobject.h"\
7135 ".\Include\longobject.h"\
7136 ".\Include\floatobject.h"\
7137 ".\./Include\complexobject.h"\
7138 ".\Include\rangeobject.h"\
7139 ".\Include\stringobject.h"\
7140 ".\Include\tupleobject.h"\
7141 ".\Include\listobject.h"\
7142 ".\Include\mappingobject.h"\
7143 ".\Include\methodobject.h"\
7144 ".\Include\moduleobject.h"\
7145 ".\Include\funcobject.h"\
7146 ".\Include\classobject.h"\
7147 ".\Include\fileobject.h"\
7148 ".\Include\cobject.h"\
7149 ".\./Include\traceback.h"\
7150 ".\Include\errors.h"\
7151 ".\./Include\mymalloc.h"\
7152 ".\./Include\ceval.h"\
7153 ".\./Include\pythonrun.h"\
7154 ".\./Include\sysmodule.h"\
7155 ".\./Include\intrcheck.h"\
7156 ".\./Include\import.h"\
7157 ".\./Include\bltinmodule.h"\
7158 ".\Include\abstract.h"\
7159 ".\./Include\rename2.h"\
7160 ".\./Include\thread.h"\
7161
7162NODEP_CPP_SYSMO=\
7163 ".\Python\sysmodule.h"\
7164 ".\Python\import.h"\
7165
7166
7167"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
7168 $(CPP) $(CPP_PROJ) $(SOURCE)
7169
7170
7171!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
7172
7173DEP_CPP_SYSMO=\
7174 ".\./Include\allobjects.h"\
7175 ".\./Include\sysmodule.h"\
7176 ".\./Include\import.h"\
7177 ".\./Include\modsupport.h"\
7178 ".\./Include\osdefs.h"\
7179 ".\./PC\config.h"\
7180 ".\./Include\myproto.h"\
7181 ".\Include\object.h"\
7182 ".\Include\objimpl.h"\
7183 ".\Include\pydebug.h"\
7184 ".\Include\accessobject.h"\
7185 ".\Include\intobject.h"\
7186 ".\Include\longobject.h"\
7187 ".\Include\floatobject.h"\
7188 ".\./Include\complexobject.h"\
7189 ".\Include\rangeobject.h"\
7190 ".\Include\stringobject.h"\
7191 ".\Include\tupleobject.h"\
7192 ".\Include\listobject.h"\
7193 ".\Include\mappingobject.h"\
7194 ".\Include\methodobject.h"\
7195 ".\Include\moduleobject.h"\
7196 ".\Include\funcobject.h"\
7197 ".\Include\classobject.h"\
7198 ".\Include\fileobject.h"\
7199 ".\Include\cobject.h"\
7200 ".\./Include\traceback.h"\
7201 ".\Include\errors.h"\
7202 ".\./Include\mymalloc.h"\
7203 ".\./Include\ceval.h"\
7204 ".\./Include\pythonrun.h"\
7205 ".\./Include\rename2.h"\
7206 ".\./Include\thread.h"\
7207
7208
7209"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
7210 $(CPP) $(CPP_PROJ) $(SOURCE)
7211
7212
7213!ENDIF
7214
7215# End Source File
7216################################################################################
7217# Begin Source File
7218
7219SOURCE=.\Python\import.c
7220
7221!IF "$(CFG)" == "vc40_dll - Win32 Release"
7222
7223DEP_CPP_IMPORT=\
7224 ".\./Include\allobjects.h"\
7225 ".\./Include\node.h"\
7226 ".\./Include\token.h"\
7227 ".\./Include\graminit.h"\
7228 ".\./Include\import.h"\
7229 ".\./Include\errcode.h"\
7230 ".\./Include\sysmodule.h"\
7231 ".\./Include\bltinmodule.h"\
7232 ".\./Include\pythonrun.h"\
7233 ".\./Include\marshal.h"\
7234 ".\./Include\compile.h"\
7235 ".\./Include\eval.h"\
7236 ".\./Include\osdefs.h"\
7237 ".\Python\importdl.h"\
7238 ".\./PC\config.h"\
7239 ".\./Include\myproto.h"\
7240 ".\Include\object.h"\
7241 ".\Include\objimpl.h"\
7242 ".\Include\pydebug.h"\
7243 ".\Include\accessobject.h"\
7244 ".\Include\intobject.h"\
7245 ".\Include\longobject.h"\
7246 ".\Include\floatobject.h"\
7247 ".\./Include\complexobject.h"\
7248 ".\Include\rangeobject.h"\
7249 ".\Include\stringobject.h"\
7250 ".\Include\tupleobject.h"\
7251 ".\Include\listobject.h"\
7252 ".\Include\mappingobject.h"\
7253 ".\Include\methodobject.h"\
7254 ".\Include\moduleobject.h"\
7255 ".\Include\funcobject.h"\
7256 ".\Include\classobject.h"\
7257 ".\Include\fileobject.h"\
7258 ".\Include\cobject.h"\
7259 ".\./Include\traceback.h"\
7260 ".\Include\errors.h"\
7261 ".\./Include\mymalloc.h"\
7262 ".\./Include\modsupport.h"\
7263 ".\./Include\ceval.h"\
7264 ".\./Include\intrcheck.h"\
7265 ".\Include\abstract.h"\
7266 ".\./Include\rename2.h"\
7267 ".\./Include\thread.h"\
7268
7269NODEP_CPP_IMPORT=\
7270 ".\Python\macglue.h"\
7271
7272
7273"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
7274 $(CPP) $(CPP_PROJ) $(SOURCE)
7275
7276
7277!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
7278
7279DEP_CPP_IMPORT=\
7280 ".\./Include\allobjects.h"\
7281 ".\./Include\node.h"\
7282 ".\./Include\token.h"\
7283 ".\./Include\graminit.h"\
7284 ".\./Include\import.h"\
7285 ".\./Include\errcode.h"\
7286 ".\./Include\sysmodule.h"\
7287 ".\./Include\bltinmodule.h"\
7288 ".\./Include\pythonrun.h"\
7289 ".\./Include\marshal.h"\
7290 ".\./Include\compile.h"\
7291 ".\./Include\eval.h"\
7292 ".\./Include\osdefs.h"\
7293 ".\Python\importdl.h"\
7294 ".\./PC\config.h"\
7295 ".\./Include\myproto.h"\
7296 ".\Include\object.h"\
7297 ".\Include\objimpl.h"\
7298 ".\Include\pydebug.h"\
7299 ".\Include\accessobject.h"\
7300 ".\Include\intobject.h"\
7301 ".\Include\longobject.h"\
7302 ".\Include\floatobject.h"\
7303 ".\./Include\complexobject.h"\
7304 ".\Include\rangeobject.h"\
7305 ".\Include\stringobject.h"\
7306 ".\Include\tupleobject.h"\
7307 ".\Include\listobject.h"\
7308 ".\Include\mappingobject.h"\
7309 ".\Include\methodobject.h"\
7310 ".\Include\moduleobject.h"\
7311 ".\Include\funcobject.h"\
7312 ".\Include\classobject.h"\
7313 ".\Include\fileobject.h"\
7314 ".\Include\cobject.h"\
7315 ".\./Include\traceback.h"\
7316 ".\Include\errors.h"\
7317 ".\./Include\mymalloc.h"\
7318 ".\./Include\modsupport.h"\
7319 ".\./Include\ceval.h"\
7320 ".\./Include\rename2.h"\
7321 ".\./Include\thread.h"\
7322
7323NODEP_CPP_IMPORT=\
7324 ".\Python\macglue.h"\
7325
7326
7327"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
7328 $(CPP) $(CPP_PROJ) $(SOURCE)
7329
7330
7331!ENDIF
7332
7333# End Source File
7334################################################################################
7335# Begin Source File
7336
7337SOURCE=.\Modules\posixmodule.c
7338
7339!IF "$(CFG)" == "vc40_dll - Win32 Release"
7340
7341DEP_CPP_POSIX=\
7342 ".\./Include\allobjects.h"\
7343 ".\./Include\modsupport.h"\
7344 ".\./Include\ceval.h"\
7345 {$(INCLUDE)}"\sys\TYPES.H"\
7346 {$(INCLUDE)}"\sys\STAT.H"\
7347 ".\./Include\mytime.h"\
7348 {$(INCLUDE)}"\unistd.h"\
7349 {$(INCLUDE)}"\sys\UTIME.H"\
7350 ".\./PC\config.h"\
7351 ".\./Include\myproto.h"\
7352 ".\Include\object.h"\
7353 ".\Include\objimpl.h"\
7354 ".\Include\pydebug.h"\
7355 ".\Include\accessobject.h"\
7356 ".\Include\intobject.h"\
7357 ".\Include\longobject.h"\
7358 ".\Include\floatobject.h"\
7359 ".\./Include\complexobject.h"\
7360 ".\Include\rangeobject.h"\
7361 ".\Include\stringobject.h"\
7362 ".\Include\tupleobject.h"\
7363 ".\Include\listobject.h"\
7364 ".\Include\mappingobject.h"\
7365 ".\Include\methodobject.h"\
7366 ".\Include\moduleobject.h"\
7367 ".\Include\funcobject.h"\
7368 ".\Include\classobject.h"\
7369 ".\Include\fileobject.h"\
7370 ".\Include\cobject.h"\
7371 ".\./Include\traceback.h"\
7372 ".\Include\errors.h"\
7373 ".\./Include\mymalloc.h"\
7374 ".\./Include\pythonrun.h"\
7375 ".\./Include\sysmodule.h"\
7376 ".\./Include\intrcheck.h"\
7377 ".\./Include\import.h"\
7378 ".\./Include\bltinmodule.h"\
7379 ".\Include\abstract.h"\
7380 ".\./Include\rename2.h"\
7381 ".\./Include\thread.h"\
7382
7383
7384"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
7385 $(CPP) $(CPP_PROJ) $(SOURCE)
7386
7387
7388!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
7389
7390DEP_CPP_POSIX=\
7391 ".\./Include\allobjects.h"\
7392 ".\./Include\modsupport.h"\
7393 ".\./Include\ceval.h"\
7394 {$(INCLUDE)}"\sys\TYPES.H"\
7395 {$(INCLUDE)}"\sys\STAT.H"\
7396 ".\./Include\mytime.h"\
7397 {$(INCLUDE)}"\unistd.h"\
7398 {$(INCLUDE)}"\sys\UTIME.H"\
7399 ".\./PC\config.h"\
7400 ".\./Include\myproto.h"\
7401 ".\Include\object.h"\
7402 ".\Include\objimpl.h"\
7403 ".\Include\pydebug.h"\
7404 ".\Include\accessobject.h"\
7405 ".\Include\intobject.h"\
7406 ".\Include\longobject.h"\
7407 ".\Include\floatobject.h"\
7408 ".\./Include\complexobject.h"\
7409 ".\Include\rangeobject.h"\
7410 ".\Include\stringobject.h"\
7411 ".\Include\tupleobject.h"\
7412 ".\Include\listobject.h"\
7413 ".\Include\mappingobject.h"\
7414 ".\Include\methodobject.h"\
7415 ".\Include\moduleobject.h"\
7416 ".\Include\funcobject.h"\
7417 ".\Include\classobject.h"\
7418 ".\Include\fileobject.h"\
7419 ".\Include\cobject.h"\
7420 ".\./Include\traceback.h"\
7421 ".\Include\errors.h"\
7422 ".\./Include\mymalloc.h"\
7423 ".\./Include\pythonrun.h"\
7424 ".\./Include\sysmodule.h"\
7425 ".\./Include\rename2.h"\
7426 ".\./Include\thread.h"\
7427
7428
7429"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
7430 $(CPP) $(CPP_PROJ) $(SOURCE)
7431
7432
7433!ENDIF
7434
7435# End Source File
7436################################################################################
7437# Begin Source File
7438
7439SOURCE=.\Modules\operator.c
7440
7441!IF "$(CFG)" == "vc40_dll - Win32 Release"
7442
7443DEP_CPP_OPERA=\
7444 ".\./Include\Python.h"\
7445 ".\./Include\allobjects.h"\
7446 ".\./PC\config.h"\
7447 ".\./Include\myproto.h"\
7448 ".\Include\object.h"\
7449 ".\Include\objimpl.h"\
7450 ".\Include\pydebug.h"\
7451 ".\Include\accessobject.h"\
7452 ".\Include\intobject.h"\
7453 ".\Include\longobject.h"\
7454 ".\Include\floatobject.h"\
7455 ".\./Include\complexobject.h"\
7456 ".\Include\rangeobject.h"\
7457 ".\Include\stringobject.h"\
7458 ".\Include\tupleobject.h"\
7459 ".\Include\listobject.h"\
7460 ".\Include\mappingobject.h"\
7461 ".\Include\methodobject.h"\
7462 ".\Include\moduleobject.h"\
7463 ".\Include\funcobject.h"\
7464 ".\Include\classobject.h"\
7465 ".\Include\fileobject.h"\
7466 ".\Include\cobject.h"\
7467 ".\./Include\traceback.h"\
7468 ".\Include\errors.h"\
7469 ".\./Include\mymalloc.h"\
7470 ".\./Include\modsupport.h"\
7471 ".\./Include\ceval.h"\
7472 ".\./Include\pythonrun.h"\
7473 ".\./Include\sysmodule.h"\
7474 ".\./Include\intrcheck.h"\
7475 ".\./Include\import.h"\
7476 ".\./Include\bltinmodule.h"\
7477 ".\Include\abstract.h"\
7478 ".\./Include\rename2.h"\
7479 ".\./Include\thread.h"\
7480
7481
7482"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"
7483 $(CPP) $(CPP_PROJ) $(SOURCE)
7484
7485
7486!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
7487
7488DEP_CPP_OPERA=\
7489 ".\./Include\Python.h"\
7490 ".\./Include\allobjects.h"\
7491 ".\./PC\config.h"\
7492 ".\./Include\myproto.h"\
7493 ".\Include\object.h"\
7494 ".\Include\objimpl.h"\
7495 ".\Include\pydebug.h"\
7496 ".\Include\accessobject.h"\
7497 ".\Include\intobject.h"\
7498 ".\Include\longobject.h"\
7499 ".\Include\floatobject.h"\
7500 ".\./Include\complexobject.h"\
7501 ".\Include\rangeobject.h"\
7502 ".\Include\stringobject.h"\
7503 ".\Include\tupleobject.h"\
7504 ".\Include\listobject.h"\
7505 ".\Include\mappingobject.h"\
7506 ".\Include\methodobject.h"\
7507 ".\Include\moduleobject.h"\
7508 ".\Include\funcobject.h"\
7509 ".\Include\classobject.h"\
7510 ".\Include\fileobject.h"\
7511 ".\Include\cobject.h"\
7512 ".\./Include\traceback.h"\
7513 ".\Include\errors.h"\
7514 ".\./Include\mymalloc.h"\
7515 ".\./Include\modsupport.h"\
7516 ".\./Include\ceval.h"\
7517 ".\./Include\pythonrun.h"\
7518 ".\./Include\sysmodule.h"\
7519 ".\./Include\rename2.h"\
7520 ".\./Include\thread.h"\
7521
7522
7523"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"
7524 $(CPP) $(CPP_PROJ) $(SOURCE)
7525
7526
7527!ENDIF
7528
7529# End Source File
7530################################################################################
7531# Begin Source File
7532
7533SOURCE=.\Modules\errnomodule.c
7534
7535!IF "$(CFG)" == "vc40_dll - Win32 Release"
7536
7537DEP_CPP_ERRNO=\
7538 ".\./Include\Python.h"\
7539 ".\./Include\allobjects.h"\
7540 ".\./PC\config.h"\
7541 ".\./Include\myproto.h"\
7542 ".\Include\object.h"\
7543 ".\Include\objimpl.h"\
7544 ".\Include\pydebug.h"\
7545 ".\Include\accessobject.h"\
7546 ".\Include\intobject.h"\
7547 ".\Include\longobject.h"\
7548 ".\Include\floatobject.h"\
7549 ".\./Include\complexobject.h"\
7550 ".\Include\rangeobject.h"\
7551 ".\Include\stringobject.h"\
7552 ".\Include\tupleobject.h"\
7553 ".\Include\listobject.h"\
7554 ".\Include\mappingobject.h"\
7555 ".\Include\methodobject.h"\
7556 ".\Include\moduleobject.h"\
7557 ".\Include\funcobject.h"\
7558 ".\Include\classobject.h"\
7559 ".\Include\fileobject.h"\
7560 ".\Include\cobject.h"\
7561 ".\./Include\traceback.h"\
7562 ".\Include\errors.h"\
7563 ".\./Include\mymalloc.h"\
7564 ".\./Include\modsupport.h"\
7565 ".\./Include\ceval.h"\
7566 ".\./Include\pythonrun.h"\
7567 ".\./Include\sysmodule.h"\
7568 ".\./Include\intrcheck.h"\
7569 ".\./Include\import.h"\
7570 ".\./Include\bltinmodule.h"\
7571 ".\Include\abstract.h"\
7572 ".\./Include\rename2.h"\
7573 ".\./Include\thread.h"\
7574
7575
7576"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)"
7577 $(CPP) $(CPP_PROJ) $(SOURCE)
7578
7579
7580!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
7581
7582NODEP_CPP_ERRNO=\
7583 ".\Modules\Python.h"\
7584
7585
7586"$(INTDIR)\errnomodule.obj" : $(SOURCE) "$(INTDIR)"
7587 $(CPP) $(CPP_PROJ) $(SOURCE)
7588
7589
7590!ENDIF
7591
7592# End Source File
7593# End Target
7594################################################################################
7595# Begin Target
7596
7597# Name "vc40_nt - Win32 Release"
7598# Name "vc40_nt - Win32 Debug"
7599
7600!IF "$(CFG)" == "vc40_nt - Win32 Release"
7601
7602!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7603
7604!ENDIF
7605
7606################################################################################
7607# Begin Source File
7608
7609SOURCE=.\Objects\longobject.c
7610
7611!IF "$(CFG)" == "vc40_nt - Win32 Release"
7612
7613DEP_CPP_LONGO=\
7614 ".\./Include\allobjects.h"\
7615 ".\./Include\longintrepr.h"\
7616 ".\./Include\mymath.h"\
7617 ".\./PC\config.h"\
7618 ".\./Include\myproto.h"\
7619 ".\Include\object.h"\
7620 ".\Include\objimpl.h"\
7621 ".\Include\pydebug.h"\
7622 ".\Include\accessobject.h"\
7623 ".\Include\intobject.h"\
7624 ".\Include\longobject.h"\
7625 ".\Include\floatobject.h"\
7626 ".\./Include\complexobject.h"\
7627 ".\Include\rangeobject.h"\
7628 ".\Include\stringobject.h"\
7629 ".\Include\tupleobject.h"\
7630 ".\Include\listobject.h"\
7631 ".\Include\mappingobject.h"\
7632 ".\Include\methodobject.h"\
7633 ".\Include\moduleobject.h"\
7634 ".\Include\funcobject.h"\
7635 ".\Include\classobject.h"\
7636 ".\Include\fileobject.h"\
7637 ".\Include\cobject.h"\
7638 ".\./Include\traceback.h"\
7639 ".\Include\errors.h"\
7640 ".\./Include\mymalloc.h"\
7641 ".\./Include\modsupport.h"\
7642 ".\./Include\ceval.h"\
7643 ".\./Include\pythonrun.h"\
7644 ".\./Include\sysmodule.h"\
7645 ".\./Include\intrcheck.h"\
7646 ".\./Include\import.h"\
7647 ".\./Include\bltinmodule.h"\
7648 ".\Include\abstract.h"\
7649 ".\./Include\rename2.h"\
7650 ".\./Include\thread.h"\
7651
7652
7653"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
7654 $(CPP) $(CPP_PROJ) $(SOURCE)
7655
7656
7657!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7658
7659DEP_CPP_LONGO=\
7660 ".\./Include\allobjects.h"\
7661 ".\./Include\longintrepr.h"\
7662 ".\./Include\mymath.h"\
7663 ".\./PC\config.h"\
7664 ".\./Include\myproto.h"\
7665 ".\Include\object.h"\
7666 ".\Include\objimpl.h"\
7667 ".\Include\pydebug.h"\
7668 ".\Include\accessobject.h"\
7669 ".\Include\intobject.h"\
7670 ".\Include\longobject.h"\
7671 ".\Include\floatobject.h"\
7672 ".\./Include\complexobject.h"\
7673 ".\Include\rangeobject.h"\
7674 ".\Include\stringobject.h"\
7675 ".\Include\tupleobject.h"\
7676 ".\Include\listobject.h"\
7677 ".\Include\mappingobject.h"\
7678 ".\Include\methodobject.h"\
7679 ".\Include\moduleobject.h"\
7680 ".\Include\funcobject.h"\
7681 ".\Include\classobject.h"\
7682 ".\Include\fileobject.h"\
7683 ".\Include\cobject.h"\
7684 ".\./Include\traceback.h"\
7685 ".\Include\errors.h"\
7686 ".\./Include\mymalloc.h"\
7687 ".\./Include\modsupport.h"\
7688 ".\./Include\ceval.h"\
7689 ".\./Include\pythonrun.h"\
7690 ".\./Include\sysmodule.h"\
7691 ".\./Include\intrcheck.h"\
7692 ".\./Include\rename2.h"\
7693 ".\./Include\thread.h"\
7694
7695
7696"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
7697 $(CPP) $(CPP_PROJ) $(SOURCE)
7698
7699
7700!ENDIF
7701
7702# End Source File
7703################################################################################
7704# Begin Source File
7705
7706SOURCE=.\Objects\listobject.c
7707
7708!IF "$(CFG)" == "vc40_nt - Win32 Release"
7709
7710DEP_CPP_LISTO=\
7711 ".\./Include\allobjects.h"\
7712 ".\./Include\modsupport.h"\
7713 ".\./Include\ceval.h"\
7714 {$(INCLUDE)}"\sys\TYPES.H"\
7715 ".\./PC\config.h"\
7716 ".\./Include\myproto.h"\
7717 ".\Include\object.h"\
7718 ".\Include\objimpl.h"\
7719 ".\Include\pydebug.h"\
7720 ".\Include\accessobject.h"\
7721 ".\Include\intobject.h"\
7722 ".\Include\longobject.h"\
7723 ".\Include\floatobject.h"\
7724 ".\./Include\complexobject.h"\
7725 ".\Include\rangeobject.h"\
7726 ".\Include\stringobject.h"\
7727 ".\Include\tupleobject.h"\
7728 ".\Include\listobject.h"\
7729 ".\Include\mappingobject.h"\
7730 ".\Include\methodobject.h"\
7731 ".\Include\moduleobject.h"\
7732 ".\Include\funcobject.h"\
7733 ".\Include\classobject.h"\
7734 ".\Include\fileobject.h"\
7735 ".\Include\cobject.h"\
7736 ".\./Include\traceback.h"\
7737 ".\Include\errors.h"\
7738 ".\./Include\mymalloc.h"\
7739 ".\./Include\pythonrun.h"\
7740 ".\./Include\sysmodule.h"\
7741 ".\./Include\intrcheck.h"\
7742 ".\./Include\import.h"\
7743 ".\./Include\bltinmodule.h"\
7744 ".\Include\abstract.h"\
7745 ".\./Include\rename2.h"\
7746 ".\./Include\thread.h"\
7747
7748
7749"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
7750 $(CPP) $(CPP_PROJ) $(SOURCE)
7751
7752
7753!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7754
7755DEP_CPP_LISTO=\
7756 ".\./Include\allobjects.h"\
7757 ".\./Include\modsupport.h"\
7758 ".\./Include\ceval.h"\
7759 {$(INCLUDE)}"\sys\TYPES.H"\
7760 ".\./PC\config.h"\
7761 ".\./Include\myproto.h"\
7762 ".\Include\object.h"\
7763 ".\Include\objimpl.h"\
7764 ".\Include\pydebug.h"\
7765 ".\Include\accessobject.h"\
7766 ".\Include\intobject.h"\
7767 ".\Include\longobject.h"\
7768 ".\Include\floatobject.h"\
7769 ".\./Include\complexobject.h"\
7770 ".\Include\rangeobject.h"\
7771 ".\Include\stringobject.h"\
7772 ".\Include\tupleobject.h"\
7773 ".\Include\listobject.h"\
7774 ".\Include\mappingobject.h"\
7775 ".\Include\methodobject.h"\
7776 ".\Include\moduleobject.h"\
7777 ".\Include\funcobject.h"\
7778 ".\Include\classobject.h"\
7779 ".\Include\fileobject.h"\
7780 ".\Include\cobject.h"\
7781 ".\./Include\traceback.h"\
7782 ".\Include\errors.h"\
7783 ".\./Include\mymalloc.h"\
7784 ".\./Include\pythonrun.h"\
7785 ".\./Include\sysmodule.h"\
7786 ".\./Include\intrcheck.h"\
7787 ".\./Include\rename2.h"\
7788 ".\./Include\thread.h"\
7789
7790
7791"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
7792 $(CPP) $(CPP_PROJ) $(SOURCE)
7793
7794
7795!ENDIF
7796
7797# End Source File
7798################################################################################
7799# Begin Source File
7800
7801SOURCE=.\Objects\intobject.c
7802
7803!IF "$(CFG)" == "vc40_nt - Win32 Release"
7804
7805DEP_CPP_INTOB=\
7806 ".\./Include\allobjects.h"\
7807 ".\./Include\modsupport.h"\
7808 ".\./PC\config.h"\
7809 ".\./Include\myproto.h"\
7810 ".\Include\object.h"\
7811 ".\Include\objimpl.h"\
7812 ".\Include\pydebug.h"\
7813 ".\Include\accessobject.h"\
7814 ".\Include\intobject.h"\
7815 ".\Include\longobject.h"\
7816 ".\Include\floatobject.h"\
7817 ".\./Include\complexobject.h"\
7818 ".\Include\rangeobject.h"\
7819 ".\Include\stringobject.h"\
7820 ".\Include\tupleobject.h"\
7821 ".\Include\listobject.h"\
7822 ".\Include\mappingobject.h"\
7823 ".\Include\methodobject.h"\
7824 ".\Include\moduleobject.h"\
7825 ".\Include\funcobject.h"\
7826 ".\Include\classobject.h"\
7827 ".\Include\fileobject.h"\
7828 ".\Include\cobject.h"\
7829 ".\./Include\traceback.h"\
7830 ".\Include\errors.h"\
7831 ".\./Include\mymalloc.h"\
7832 ".\./Include\ceval.h"\
7833 ".\./Include\pythonrun.h"\
7834 ".\./Include\sysmodule.h"\
7835 ".\./Include\intrcheck.h"\
7836 ".\./Include\import.h"\
7837 ".\./Include\bltinmodule.h"\
7838 ".\Include\abstract.h"\
7839 ".\./Include\rename2.h"\
7840 ".\./Include\thread.h"\
7841
7842
7843"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
7844 $(CPP) $(CPP_PROJ) $(SOURCE)
7845
7846
7847!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7848
7849DEP_CPP_INTOB=\
7850 ".\./Include\allobjects.h"\
7851 ".\./Include\modsupport.h"\
7852 ".\./PC\config.h"\
7853 ".\./Include\myproto.h"\
7854 ".\Include\object.h"\
7855 ".\Include\objimpl.h"\
7856 ".\Include\pydebug.h"\
7857 ".\Include\accessobject.h"\
7858 ".\Include\intobject.h"\
7859 ".\Include\longobject.h"\
7860 ".\Include\floatobject.h"\
7861 ".\./Include\complexobject.h"\
7862 ".\Include\rangeobject.h"\
7863 ".\Include\stringobject.h"\
7864 ".\Include\tupleobject.h"\
7865 ".\Include\listobject.h"\
7866 ".\Include\mappingobject.h"\
7867 ".\Include\methodobject.h"\
7868 ".\Include\moduleobject.h"\
7869 ".\Include\funcobject.h"\
7870 ".\Include\classobject.h"\
7871 ".\Include\fileobject.h"\
7872 ".\Include\cobject.h"\
7873 ".\./Include\traceback.h"\
7874 ".\Include\errors.h"\
7875 ".\./Include\mymalloc.h"\
7876 ".\./Include\ceval.h"\
7877 ".\./Include\pythonrun.h"\
7878 ".\./Include\sysmodule.h"\
7879 ".\./Include\intrcheck.h"\
7880 ".\./Include\rename2.h"\
7881 ".\./Include\thread.h"\
7882
7883
7884"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
7885 $(CPP) $(CPP_PROJ) $(SOURCE)
7886
7887
7888!ENDIF
7889
7890# End Source File
7891################################################################################
7892# Begin Source File
7893
7894SOURCE=.\Python\importdl.c
7895
7896!IF "$(CFG)" == "vc40_nt - Win32 Release"
7897
7898DEP_CPP_IMPOR=\
7899 ".\./Include\allobjects.h"\
7900 ".\./Include\osdefs.h"\
7901 ".\Python\importdl.h"\
7902 {$(INCLUDE)}"\sys\TYPES.H"\
7903 {$(INCLUDE)}"\sys\STAT.H"\
7904 ".\./PC\config.h"\
7905 ".\./Include\myproto.h"\
7906 ".\Include\object.h"\
7907 ".\Include\objimpl.h"\
7908 ".\Include\pydebug.h"\
7909 ".\Include\accessobject.h"\
7910 ".\Include\intobject.h"\
7911 ".\Include\longobject.h"\
7912 ".\Include\floatobject.h"\
7913 ".\./Include\complexobject.h"\
7914 ".\Include\rangeobject.h"\
7915 ".\Include\stringobject.h"\
7916 ".\Include\tupleobject.h"\
7917 ".\Include\listobject.h"\
7918 ".\Include\mappingobject.h"\
7919 ".\Include\methodobject.h"\
7920 ".\Include\moduleobject.h"\
7921 ".\Include\funcobject.h"\
7922 ".\Include\classobject.h"\
7923 ".\Include\fileobject.h"\
7924 ".\Include\cobject.h"\
7925 ".\./Include\traceback.h"\
7926 ".\Include\errors.h"\
7927 ".\./Include\mymalloc.h"\
7928 ".\./Include\modsupport.h"\
7929 ".\./Include\ceval.h"\
7930 ".\./Include\pythonrun.h"\
7931 ".\./Include\sysmodule.h"\
7932 ".\./Include\intrcheck.h"\
7933 ".\./Include\import.h"\
7934 ".\./Include\bltinmodule.h"\
7935 ".\Include\abstract.h"\
7936 ".\./Include\rename2.h"\
7937 ".\./Include\thread.h"\
7938
7939NODEP_CPP_IMPOR=\
7940 ".\Python\dl.h"\
7941 ".\Python\macdefs.h"\
7942 ".\Python\macglue.h"\
7943
7944
7945"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
7946 $(CPP) $(CPP_PROJ) $(SOURCE)
7947
7948
7949!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7950
7951DEP_CPP_IMPOR=\
7952 ".\./Include\allobjects.h"\
7953 ".\./Include\osdefs.h"\
7954 ".\Python\importdl.h"\
7955 {$(INCLUDE)}"\sys\TYPES.H"\
7956 {$(INCLUDE)}"\sys\STAT.H"\
7957 ".\./PC\config.h"\
7958 ".\./Include\myproto.h"\
7959 ".\Include\object.h"\
7960 ".\Include\objimpl.h"\
7961 ".\Include\pydebug.h"\
7962 ".\Include\accessobject.h"\
7963 ".\Include\intobject.h"\
7964 ".\Include\longobject.h"\
7965 ".\Include\floatobject.h"\
7966 ".\./Include\complexobject.h"\
7967 ".\Include\rangeobject.h"\
7968 ".\Include\stringobject.h"\
7969 ".\Include\tupleobject.h"\
7970 ".\Include\listobject.h"\
7971 ".\Include\mappingobject.h"\
7972 ".\Include\methodobject.h"\
7973 ".\Include\moduleobject.h"\
7974 ".\Include\funcobject.h"\
7975 ".\Include\classobject.h"\
7976 ".\Include\fileobject.h"\
7977 ".\Include\cobject.h"\
7978 ".\./Include\traceback.h"\
7979 ".\Include\errors.h"\
7980 ".\./Include\mymalloc.h"\
7981 ".\./Include\modsupport.h"\
7982 ".\./Include\ceval.h"\
7983 ".\./Include\pythonrun.h"\
7984 ".\./Include\sysmodule.h"\
7985 ".\./Include\intrcheck.h"\
7986 ".\./Include\rename2.h"\
7987 ".\./Include\thread.h"\
7988
7989NODEP_CPP_IMPOR=\
7990 ".\Python\dl.h"\
7991 ".\Python\macdefs.h"\
7992 ".\Python\macglue.h"\
7993
7994
7995"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
7996 $(CPP) $(CPP_PROJ) $(SOURCE)
7997
7998
7999!ENDIF
8000
8001# End Source File
8002################################################################################
8003# Begin Source File
8004
8005SOURCE=.\Modules\imageop.c
8006
8007!IF "$(CFG)" == "vc40_nt - Win32 Release"
8008
8009DEP_CPP_IMAGE=\
8010 ".\./Include\allobjects.h"\
8011 ".\./Include\modsupport.h"\
8012 ".\./PC\config.h"\
8013 ".\./Include\myproto.h"\
8014 ".\Include\object.h"\
8015 ".\Include\objimpl.h"\
8016 ".\Include\pydebug.h"\
8017 ".\Include\accessobject.h"\
8018 ".\Include\intobject.h"\
8019 ".\Include\longobject.h"\
8020 ".\Include\floatobject.h"\
8021 ".\./Include\complexobject.h"\
8022 ".\Include\rangeobject.h"\
8023 ".\Include\stringobject.h"\
8024 ".\Include\tupleobject.h"\
8025 ".\Include\listobject.h"\
8026 ".\Include\mappingobject.h"\
8027 ".\Include\methodobject.h"\
8028 ".\Include\moduleobject.h"\
8029 ".\Include\funcobject.h"\
8030 ".\Include\classobject.h"\
8031 ".\Include\fileobject.h"\
8032 ".\Include\cobject.h"\
8033 ".\./Include\traceback.h"\
8034 ".\Include\errors.h"\
8035 ".\./Include\mymalloc.h"\
8036 ".\./Include\ceval.h"\
8037 ".\./Include\pythonrun.h"\
8038 ".\./Include\sysmodule.h"\
8039 ".\./Include\intrcheck.h"\
8040 ".\./Include\import.h"\
8041 ".\./Include\bltinmodule.h"\
8042 ".\Include\abstract.h"\
8043 ".\./Include\rename2.h"\
8044 ".\./Include\thread.h"\
8045
8046
8047"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
8048 $(CPP) $(CPP_PROJ) $(SOURCE)
8049
8050
8051!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8052
8053DEP_CPP_IMAGE=\
8054 ".\./Include\allobjects.h"\
8055 ".\./Include\modsupport.h"\
8056 ".\./PC\config.h"\
8057 ".\./Include\myproto.h"\
8058 ".\Include\object.h"\
8059 ".\Include\objimpl.h"\
8060 ".\Include\pydebug.h"\
8061 ".\Include\accessobject.h"\
8062 ".\Include\intobject.h"\
8063 ".\Include\longobject.h"\
8064 ".\Include\floatobject.h"\
8065 ".\./Include\complexobject.h"\
8066 ".\Include\rangeobject.h"\
8067 ".\Include\stringobject.h"\
8068 ".\Include\tupleobject.h"\
8069 ".\Include\listobject.h"\
8070 ".\Include\mappingobject.h"\
8071 ".\Include\methodobject.h"\
8072 ".\Include\moduleobject.h"\
8073 ".\Include\funcobject.h"\
8074 ".\Include\classobject.h"\
8075 ".\Include\fileobject.h"\
8076 ".\Include\cobject.h"\
8077 ".\./Include\traceback.h"\
8078 ".\Include\errors.h"\
8079 ".\./Include\mymalloc.h"\
8080 ".\./Include\ceval.h"\
8081 ".\./Include\pythonrun.h"\
8082 ".\./Include\sysmodule.h"\
8083 ".\./Include\intrcheck.h"\
8084 ".\./Include\rename2.h"\
8085 ".\./Include\thread.h"\
8086
8087
8088"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
8089 $(CPP) $(CPP_PROJ) $(SOURCE)
8090
8091
8092!ENDIF
8093
8094# End Source File
8095################################################################################
8096# Begin Source File
8097
8098SOURCE=.\Parser\grammar1.c
8099DEP_CPP_GRAMM=\
8100 ".\./Include\pgenheaders.h"\
8101 ".\./Include\grammar.h"\
8102 ".\./Include\token.h"\
8103 ".\./PC\config.h"\
8104 ".\./Include\myproto.h"\
8105 ".\./Include\mymalloc.h"\
8106 ".\Include\pydebug.h"\
8107 ".\Include\bitset.h"\
8108 ".\./Include\rename2.h"\
8109
8110
8111"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
8112 $(CPP) $(CPP_PROJ) $(SOURCE)
8113
8114
8115# End Source File
8116################################################################################
8117# Begin Source File
8118
8119SOURCE=.\Python\graminit.c
8120DEP_CPP_GRAMI=\
8121 ".\./Include\pgenheaders.h"\
8122 ".\./Include\grammar.h"\
8123 ".\./PC\config.h"\
8124 ".\./Include\myproto.h"\
8125 ".\./Include\mymalloc.h"\
8126 ".\Include\pydebug.h"\
8127 ".\Include\bitset.h"\
8128 ".\./Include\rename2.h"\
8129
8130
8131"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
8132 $(CPP) $(CPP_PROJ) $(SOURCE)
8133
8134
8135# End Source File
8136################################################################################
8137# Begin Source File
8138
8139SOURCE=.\Python\getversion.c
8140
8141!IF "$(CFG)" == "vc40_nt - Win32 Release"
8142
8143DEP_CPP_GETVE=\
8144 ".\./Include\Python.h"\
8145 ".\./Include\patchlevel.h"\
8146 ".\./Include\allobjects.h"\
8147 ".\./PC\config.h"\
8148 ".\./Include\myproto.h"\
8149 ".\Include\object.h"\
8150 ".\Include\objimpl.h"\
8151 ".\Include\pydebug.h"\
8152 ".\Include\accessobject.h"\
8153 ".\Include\intobject.h"\
8154 ".\Include\longobject.h"\
8155 ".\Include\floatobject.h"\
8156 ".\./Include\complexobject.h"\
8157 ".\Include\rangeobject.h"\
8158 ".\Include\stringobject.h"\
8159 ".\Include\tupleobject.h"\
8160 ".\Include\listobject.h"\
8161 ".\Include\mappingobject.h"\
8162 ".\Include\methodobject.h"\
8163 ".\Include\moduleobject.h"\
8164 ".\Include\funcobject.h"\
8165 ".\Include\classobject.h"\
8166 ".\Include\fileobject.h"\
8167 ".\Include\cobject.h"\
8168 ".\./Include\traceback.h"\
8169 ".\Include\errors.h"\
8170 ".\./Include\mymalloc.h"\
8171 ".\./Include\modsupport.h"\
8172 ".\./Include\ceval.h"\
8173 ".\./Include\pythonrun.h"\
8174 ".\./Include\sysmodule.h"\
8175 ".\./Include\intrcheck.h"\
8176 ".\./Include\import.h"\
8177 ".\./Include\bltinmodule.h"\
8178 ".\Include\abstract.h"\
8179 ".\./Include\rename2.h"\
8180 ".\./Include\thread.h"\
8181
8182
8183"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
8184 $(CPP) $(CPP_PROJ) $(SOURCE)
8185
8186
8187!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8188
8189DEP_CPP_GETVE=\
8190 ".\./Include\Python.h"\
8191 ".\./Include\patchlevel.h"\
8192 ".\./Include\allobjects.h"\
8193 ".\./PC\config.h"\
8194 ".\./Include\myproto.h"\
8195 ".\Include\object.h"\
8196 ".\Include\objimpl.h"\
8197 ".\Include\pydebug.h"\
8198 ".\Include\accessobject.h"\
8199 ".\Include\intobject.h"\
8200 ".\Include\longobject.h"\
8201 ".\Include\floatobject.h"\
8202 ".\./Include\complexobject.h"\
8203 ".\Include\rangeobject.h"\
8204 ".\Include\stringobject.h"\
8205 ".\Include\tupleobject.h"\
8206 ".\Include\listobject.h"\
8207 ".\Include\mappingobject.h"\
8208 ".\Include\methodobject.h"\
8209 ".\Include\moduleobject.h"\
8210 ".\Include\funcobject.h"\
8211 ".\Include\classobject.h"\
8212 ".\Include\fileobject.h"\
8213 ".\Include\cobject.h"\
8214 ".\./Include\traceback.h"\
8215 ".\Include\errors.h"\
8216 ".\./Include\mymalloc.h"\
8217 ".\./Include\modsupport.h"\
8218 ".\./Include\ceval.h"\
8219 ".\./Include\pythonrun.h"\
8220 ".\./Include\sysmodule.h"\
8221 ".\./Include\intrcheck.h"\
8222 ".\./Include\rename2.h"\
8223 ".\./Include\thread.h"\
8224
8225
8226"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
8227 $(CPP) $(CPP_PROJ) $(SOURCE)
8228
8229
8230!ENDIF
8231
8232# End Source File
8233################################################################################
8234# Begin Source File
8235
8236SOURCE=.\Python\getplatform.c
8237
8238!IF "$(CFG)" == "vc40_nt - Win32 Release"
8239
8240DEP_CPP_GETPL=\
8241 ".\./Include\Python.h"\
8242 ".\./Include\allobjects.h"\
8243 ".\./PC\config.h"\
8244 ".\./Include\myproto.h"\
8245 ".\Include\object.h"\
8246 ".\Include\objimpl.h"\
8247 ".\Include\pydebug.h"\
8248 ".\Include\accessobject.h"\
8249 ".\Include\intobject.h"\
8250 ".\Include\longobject.h"\
8251 ".\Include\floatobject.h"\
8252 ".\./Include\complexobject.h"\
8253 ".\Include\rangeobject.h"\
8254 ".\Include\stringobject.h"\
8255 ".\Include\tupleobject.h"\
8256 ".\Include\listobject.h"\
8257 ".\Include\mappingobject.h"\
8258 ".\Include\methodobject.h"\
8259 ".\Include\moduleobject.h"\
8260 ".\Include\funcobject.h"\
8261 ".\Include\classobject.h"\
8262 ".\Include\fileobject.h"\
8263 ".\Include\cobject.h"\
8264 ".\./Include\traceback.h"\
8265 ".\Include\errors.h"\
8266 ".\./Include\mymalloc.h"\
8267 ".\./Include\modsupport.h"\
8268 ".\./Include\ceval.h"\
8269 ".\./Include\pythonrun.h"\
8270 ".\./Include\sysmodule.h"\
8271 ".\./Include\intrcheck.h"\
8272 ".\./Include\import.h"\
8273 ".\./Include\bltinmodule.h"\
8274 ".\Include\abstract.h"\
8275 ".\./Include\rename2.h"\
8276 ".\./Include\thread.h"\
8277
8278
8279"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
8280 $(CPP) $(CPP_PROJ) $(SOURCE)
8281
8282
8283!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8284
8285DEP_CPP_GETPL=\
8286 ".\./Include\Python.h"\
8287 ".\./Include\allobjects.h"\
8288 ".\./PC\config.h"\
8289 ".\./Include\myproto.h"\
8290 ".\Include\object.h"\
8291 ".\Include\objimpl.h"\
8292 ".\Include\pydebug.h"\
8293 ".\Include\accessobject.h"\
8294 ".\Include\intobject.h"\
8295 ".\Include\longobject.h"\
8296 ".\Include\floatobject.h"\
8297 ".\./Include\complexobject.h"\
8298 ".\Include\rangeobject.h"\
8299 ".\Include\stringobject.h"\
8300 ".\Include\tupleobject.h"\
8301 ".\Include\listobject.h"\
8302 ".\Include\mappingobject.h"\
8303 ".\Include\methodobject.h"\
8304 ".\Include\moduleobject.h"\
8305 ".\Include\funcobject.h"\
8306 ".\Include\classobject.h"\
8307 ".\Include\fileobject.h"\
8308 ".\Include\cobject.h"\
8309 ".\./Include\traceback.h"\
8310 ".\Include\errors.h"\
8311 ".\./Include\mymalloc.h"\
8312 ".\./Include\modsupport.h"\
8313 ".\./Include\ceval.h"\
8314 ".\./Include\pythonrun.h"\
8315 ".\./Include\sysmodule.h"\
8316 ".\./Include\intrcheck.h"\
8317 ".\./Include\rename2.h"\
8318 ".\./Include\thread.h"\
8319
8320
8321"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
8322 $(CPP) $(CPP_PROJ) $(SOURCE)
8323
8324
8325!ENDIF
8326
8327# End Source File
8328################################################################################
8329# Begin Source File
8330
8331SOURCE=.\Modules\getpath.c
8332
8333!IF "$(CFG)" == "vc40_nt - Win32 Release"
8334
8335DEP_CPP_GETPA=\
8336 ".\./Include\Python.h"\
8337 ".\./Include\osdefs.h"\
8338 ".\./Include\allobjects.h"\
8339 ".\./PC\config.h"\
8340 ".\./Include\myproto.h"\
8341 ".\Include\object.h"\
8342 ".\Include\objimpl.h"\
8343 ".\Include\pydebug.h"\
8344 ".\Include\accessobject.h"\
8345 ".\Include\intobject.h"\
8346 ".\Include\longobject.h"\
8347 ".\Include\floatobject.h"\
8348 ".\./Include\complexobject.h"\
8349 ".\Include\rangeobject.h"\
8350 ".\Include\stringobject.h"\
8351 ".\Include\tupleobject.h"\
8352 ".\Include\listobject.h"\
8353 ".\Include\mappingobject.h"\
8354 ".\Include\methodobject.h"\
8355 ".\Include\moduleobject.h"\
8356 ".\Include\funcobject.h"\
8357 ".\Include\classobject.h"\
8358 ".\Include\fileobject.h"\
8359 ".\Include\cobject.h"\
8360 ".\./Include\traceback.h"\
8361 ".\Include\errors.h"\
8362 ".\./Include\mymalloc.h"\
8363 ".\./Include\modsupport.h"\
8364 ".\./Include\ceval.h"\
8365 ".\./Include\pythonrun.h"\
8366 ".\./Include\sysmodule.h"\
8367 ".\./Include\intrcheck.h"\
8368 ".\./Include\import.h"\
8369 ".\./Include\bltinmodule.h"\
8370 ".\Include\abstract.h"\
8371 ".\./Include\rename2.h"\
8372 ".\./Include\thread.h"\
8373
8374
8375"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
8376 $(CPP) $(CPP_PROJ) $(SOURCE)
8377
8378
8379!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8380
8381DEP_CPP_GETPA=\
8382 ".\./Include\Python.h"\
8383 ".\./Include\osdefs.h"\
8384 ".\./Include\allobjects.h"\
8385 ".\./PC\config.h"\
8386 ".\./Include\myproto.h"\
8387 ".\Include\object.h"\
8388 ".\Include\objimpl.h"\
8389 ".\Include\pydebug.h"\
8390 ".\Include\accessobject.h"\
8391 ".\Include\intobject.h"\
8392 ".\Include\longobject.h"\
8393 ".\Include\floatobject.h"\
8394 ".\./Include\complexobject.h"\
8395 ".\Include\rangeobject.h"\
8396 ".\Include\stringobject.h"\
8397 ".\Include\tupleobject.h"\
8398 ".\Include\listobject.h"\
8399 ".\Include\mappingobject.h"\
8400 ".\Include\methodobject.h"\
8401 ".\Include\moduleobject.h"\
8402 ".\Include\funcobject.h"\
8403 ".\Include\classobject.h"\
8404 ".\Include\fileobject.h"\
8405 ".\Include\cobject.h"\
8406 ".\./Include\traceback.h"\
8407 ".\Include\errors.h"\
8408 ".\./Include\mymalloc.h"\
8409 ".\./Include\modsupport.h"\
8410 ".\./Include\ceval.h"\
8411 ".\./Include\pythonrun.h"\
8412 ".\./Include\sysmodule.h"\
8413 ".\./Include\intrcheck.h"\
8414 ".\./Include\rename2.h"\
8415 ".\./Include\thread.h"\
8416
8417
8418"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
8419 $(CPP) $(CPP_PROJ) $(SOURCE)
8420
8421
8422!ENDIF
8423
8424# End Source File
8425################################################################################
8426# Begin Source File
8427
8428SOURCE=.\Python\getmtime.c
8429DEP_CPP_GETMT=\
8430 ".\./PC\config.h"\
8431 {$(INCLUDE)}"\sys\TYPES.H"\
8432 {$(INCLUDE)}"\sys\STAT.H"\
8433 ".\./Include\rename2.h"\
8434
8435
8436"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
8437 $(CPP) $(CPP_PROJ) $(SOURCE)
8438
8439
8440# End Source File
8441################################################################################
8442# Begin Source File
8443
8444SOURCE=.\Python\getcopyright.c
8445
8446!IF "$(CFG)" == "vc40_nt - Win32 Release"
8447
8448DEP_CPP_GETCO=\
8449 ".\./Include\Python.h"\
8450 ".\./Include\allobjects.h"\
8451 ".\./PC\config.h"\
8452 ".\./Include\myproto.h"\
8453 ".\Include\object.h"\
8454 ".\Include\objimpl.h"\
8455 ".\Include\pydebug.h"\
8456 ".\Include\accessobject.h"\
8457 ".\Include\intobject.h"\
8458 ".\Include\longobject.h"\
8459 ".\Include\floatobject.h"\
8460 ".\./Include\complexobject.h"\
8461 ".\Include\rangeobject.h"\
8462 ".\Include\stringobject.h"\
8463 ".\Include\tupleobject.h"\
8464 ".\Include\listobject.h"\
8465 ".\Include\mappingobject.h"\
8466 ".\Include\methodobject.h"\
8467 ".\Include\moduleobject.h"\
8468 ".\Include\funcobject.h"\
8469 ".\Include\classobject.h"\
8470 ".\Include\fileobject.h"\
8471 ".\Include\cobject.h"\
8472 ".\./Include\traceback.h"\
8473 ".\Include\errors.h"\
8474 ".\./Include\mymalloc.h"\
8475 ".\./Include\modsupport.h"\
8476 ".\./Include\ceval.h"\
8477 ".\./Include\pythonrun.h"\
8478 ".\./Include\sysmodule.h"\
8479 ".\./Include\intrcheck.h"\
8480 ".\./Include\import.h"\
8481 ".\./Include\bltinmodule.h"\
8482 ".\Include\abstract.h"\
8483 ".\./Include\rename2.h"\
8484 ".\./Include\thread.h"\
8485
8486
8487"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
8488 $(CPP) $(CPP_PROJ) $(SOURCE)
8489
8490
8491!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8492
8493DEP_CPP_GETCO=\
8494 ".\./Include\Python.h"\
8495 ".\./Include\allobjects.h"\
8496 ".\./PC\config.h"\
8497 ".\./Include\myproto.h"\
8498 ".\Include\object.h"\
8499 ".\Include\objimpl.h"\
8500 ".\Include\pydebug.h"\
8501 ".\Include\accessobject.h"\
8502 ".\Include\intobject.h"\
8503 ".\Include\longobject.h"\
8504 ".\Include\floatobject.h"\
8505 ".\./Include\complexobject.h"\
8506 ".\Include\rangeobject.h"\
8507 ".\Include\stringobject.h"\
8508 ".\Include\tupleobject.h"\
8509 ".\Include\listobject.h"\
8510 ".\Include\mappingobject.h"\
8511 ".\Include\methodobject.h"\
8512 ".\Include\moduleobject.h"\
8513 ".\Include\funcobject.h"\
8514 ".\Include\classobject.h"\
8515 ".\Include\fileobject.h"\
8516 ".\Include\cobject.h"\
8517 ".\./Include\traceback.h"\
8518 ".\Include\errors.h"\
8519 ".\./Include\mymalloc.h"\
8520 ".\./Include\modsupport.h"\
8521 ".\./Include\ceval.h"\
8522 ".\./Include\pythonrun.h"\
8523 ".\./Include\sysmodule.h"\
8524 ".\./Include\intrcheck.h"\
8525 ".\./Include\rename2.h"\
8526 ".\./Include\thread.h"\
8527
8528
8529"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
8530 $(CPP) $(CPP_PROJ) $(SOURCE)
8531
8532
8533!ENDIF
8534
8535# End Source File
8536################################################################################
8537# Begin Source File
8538
8539SOURCE=.\Python\getcompiler.c
8540
8541!IF "$(CFG)" == "vc40_nt - Win32 Release"
8542
8543DEP_CPP_GETCOM=\
8544 ".\./Include\Python.h"\
8545 ".\./Include\allobjects.h"\
8546 ".\./PC\config.h"\
8547 ".\./Include\myproto.h"\
8548 ".\Include\object.h"\
8549 ".\Include\objimpl.h"\
8550 ".\Include\pydebug.h"\
8551 ".\Include\accessobject.h"\
8552 ".\Include\intobject.h"\
8553 ".\Include\longobject.h"\
8554 ".\Include\floatobject.h"\
8555 ".\./Include\complexobject.h"\
8556 ".\Include\rangeobject.h"\
8557 ".\Include\stringobject.h"\
8558 ".\Include\tupleobject.h"\
8559 ".\Include\listobject.h"\
8560 ".\Include\mappingobject.h"\
8561 ".\Include\methodobject.h"\
8562 ".\Include\moduleobject.h"\
8563 ".\Include\funcobject.h"\
8564 ".\Include\classobject.h"\
8565 ".\Include\fileobject.h"\
8566 ".\Include\cobject.h"\
8567 ".\./Include\traceback.h"\
8568 ".\Include\errors.h"\
8569 ".\./Include\mymalloc.h"\
8570 ".\./Include\modsupport.h"\
8571 ".\./Include\ceval.h"\
8572 ".\./Include\pythonrun.h"\
8573 ".\./Include\sysmodule.h"\
8574 ".\./Include\intrcheck.h"\
8575 ".\./Include\import.h"\
8576 ".\./Include\bltinmodule.h"\
8577 ".\Include\abstract.h"\
8578 ".\./Include\rename2.h"\
8579 ".\./Include\thread.h"\
8580
8581
8582"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
8583 $(CPP) $(CPP_PROJ) $(SOURCE)
8584
8585
8586!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8587
8588DEP_CPP_GETCOM=\
8589 ".\./Include\Python.h"\
8590 ".\./Include\allobjects.h"\
8591 ".\./PC\config.h"\
8592 ".\./Include\myproto.h"\
8593 ".\Include\object.h"\
8594 ".\Include\objimpl.h"\
8595 ".\Include\pydebug.h"\
8596 ".\Include\accessobject.h"\
8597 ".\Include\intobject.h"\
8598 ".\Include\longobject.h"\
8599 ".\Include\floatobject.h"\
8600 ".\./Include\complexobject.h"\
8601 ".\Include\rangeobject.h"\
8602 ".\Include\stringobject.h"\
8603 ".\Include\tupleobject.h"\
8604 ".\Include\listobject.h"\
8605 ".\Include\mappingobject.h"\
8606 ".\Include\methodobject.h"\
8607 ".\Include\moduleobject.h"\
8608 ".\Include\funcobject.h"\
8609 ".\Include\classobject.h"\
8610 ".\Include\fileobject.h"\
8611 ".\Include\cobject.h"\
8612 ".\./Include\traceback.h"\
8613 ".\Include\errors.h"\
8614 ".\./Include\mymalloc.h"\
8615 ".\./Include\modsupport.h"\
8616 ".\./Include\ceval.h"\
8617 ".\./Include\pythonrun.h"\
8618 ".\./Include\sysmodule.h"\
8619 ".\./Include\intrcheck.h"\
8620 ".\./Include\rename2.h"\
8621 ".\./Include\thread.h"\
8622
8623
8624"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
8625 $(CPP) $(CPP_PROJ) $(SOURCE)
8626
8627
8628!ENDIF
8629
8630# End Source File
8631################################################################################
8632# Begin Source File
8633
8634SOURCE=.\Python\getargs.c
8635
8636!IF "$(CFG)" == "vc40_nt - Win32 Release"
8637
8638DEP_CPP_GETAR=\
8639 ".\./Include\allobjects.h"\
8640 ".\./PC\config.h"\
8641 ".\./Include\myproto.h"\
8642 ".\Include\object.h"\
8643 ".\Include\objimpl.h"\
8644 ".\Include\pydebug.h"\
8645 ".\Include\accessobject.h"\
8646 ".\Include\intobject.h"\
8647 ".\Include\longobject.h"\
8648 ".\Include\floatobject.h"\
8649 ".\./Include\complexobject.h"\
8650 ".\Include\rangeobject.h"\
8651 ".\Include\stringobject.h"\
8652 ".\Include\tupleobject.h"\
8653 ".\Include\listobject.h"\
8654 ".\Include\mappingobject.h"\
8655 ".\Include\methodobject.h"\
8656 ".\Include\moduleobject.h"\
8657 ".\Include\funcobject.h"\
8658 ".\Include\classobject.h"\
8659 ".\Include\fileobject.h"\
8660 ".\Include\cobject.h"\
8661 ".\./Include\traceback.h"\
8662 ".\Include\errors.h"\
8663 ".\./Include\mymalloc.h"\
8664 ".\./Include\modsupport.h"\
8665 ".\./Include\ceval.h"\
8666 ".\./Include\pythonrun.h"\
8667 ".\./Include\sysmodule.h"\
8668 ".\./Include\intrcheck.h"\
8669 ".\./Include\import.h"\
8670 ".\./Include\bltinmodule.h"\
8671 ".\Include\abstract.h"\
8672 ".\./Include\rename2.h"\
8673 ".\./Include\thread.h"\
8674
8675
8676"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
8677 $(CPP) $(CPP_PROJ) $(SOURCE)
8678
8679
8680!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8681
8682DEP_CPP_GETAR=\
8683 ".\./Include\allobjects.h"\
8684 ".\./PC\config.h"\
8685 ".\./Include\myproto.h"\
8686 ".\Include\object.h"\
8687 ".\Include\objimpl.h"\
8688 ".\Include\pydebug.h"\
8689 ".\Include\accessobject.h"\
8690 ".\Include\intobject.h"\
8691 ".\Include\longobject.h"\
8692 ".\Include\floatobject.h"\
8693 ".\./Include\complexobject.h"\
8694 ".\Include\rangeobject.h"\
8695 ".\Include\stringobject.h"\
8696 ".\Include\tupleobject.h"\
8697 ".\Include\listobject.h"\
8698 ".\Include\mappingobject.h"\
8699 ".\Include\methodobject.h"\
8700 ".\Include\moduleobject.h"\
8701 ".\Include\funcobject.h"\
8702 ".\Include\classobject.h"\
8703 ".\Include\fileobject.h"\
8704 ".\Include\cobject.h"\
8705 ".\./Include\traceback.h"\
8706 ".\Include\errors.h"\
8707 ".\./Include\mymalloc.h"\
8708 ".\./Include\modsupport.h"\
8709 ".\./Include\ceval.h"\
8710 ".\./Include\pythonrun.h"\
8711 ".\./Include\sysmodule.h"\
8712 ".\./Include\intrcheck.h"\
8713 ".\./Include\rename2.h"\
8714 ".\./Include\thread.h"\
8715
8716
8717"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
8718 $(CPP) $(CPP_PROJ) $(SOURCE)
8719
8720
8721!ENDIF
8722
8723# End Source File
8724################################################################################
8725# Begin Source File
8726
8727SOURCE=.\Objects\funcobject.c
8728
8729!IF "$(CFG)" == "vc40_nt - Win32 Release"
8730
8731DEP_CPP_FUNCO=\
8732 ".\./Include\allobjects.h"\
8733 ".\./Include\compile.h"\
8734 ".\./Include\structmember.h"\
8735 ".\./PC\config.h"\
8736 ".\./Include\myproto.h"\
8737 ".\Include\object.h"\
8738 ".\Include\objimpl.h"\
8739 ".\Include\pydebug.h"\
8740 ".\Include\accessobject.h"\
8741 ".\Include\intobject.h"\
8742 ".\Include\longobject.h"\
8743 ".\Include\floatobject.h"\
8744 ".\./Include\complexobject.h"\
8745 ".\Include\rangeobject.h"\
8746 ".\Include\stringobject.h"\
8747 ".\Include\tupleobject.h"\
8748 ".\Include\listobject.h"\
8749 ".\Include\mappingobject.h"\
8750 ".\Include\methodobject.h"\
8751 ".\Include\moduleobject.h"\
8752 ".\Include\funcobject.h"\
8753 ".\Include\classobject.h"\
8754 ".\Include\fileobject.h"\
8755 ".\Include\cobject.h"\
8756 ".\./Include\traceback.h"\
8757 ".\Include\errors.h"\
8758 ".\./Include\mymalloc.h"\
8759 ".\./Include\modsupport.h"\
8760 ".\./Include\ceval.h"\
8761 ".\./Include\pythonrun.h"\
8762 ".\./Include\sysmodule.h"\
8763 ".\./Include\intrcheck.h"\
8764 ".\./Include\import.h"\
8765 ".\./Include\bltinmodule.h"\
8766 ".\Include\abstract.h"\
8767 ".\./Include\rename2.h"\
8768 ".\./Include\thread.h"\
8769
8770
8771"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
8772 $(CPP) $(CPP_PROJ) $(SOURCE)
8773
8774
8775!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8776
8777DEP_CPP_FUNCO=\
8778 ".\./Include\allobjects.h"\
8779 ".\./Include\compile.h"\
8780 ".\./Include\structmember.h"\
8781 ".\./PC\config.h"\
8782 ".\./Include\myproto.h"\
8783 ".\Include\object.h"\
8784 ".\Include\objimpl.h"\
8785 ".\Include\pydebug.h"\
8786 ".\Include\accessobject.h"\
8787 ".\Include\intobject.h"\
8788 ".\Include\longobject.h"\
8789 ".\Include\floatobject.h"\
8790 ".\./Include\complexobject.h"\
8791 ".\Include\rangeobject.h"\
8792 ".\Include\stringobject.h"\
8793 ".\Include\tupleobject.h"\
8794 ".\Include\listobject.h"\
8795 ".\Include\mappingobject.h"\
8796 ".\Include\methodobject.h"\
8797 ".\Include\moduleobject.h"\
8798 ".\Include\funcobject.h"\
8799 ".\Include\classobject.h"\
8800 ".\Include\fileobject.h"\
8801 ".\Include\cobject.h"\
8802 ".\./Include\traceback.h"\
8803 ".\Include\errors.h"\
8804 ".\./Include\mymalloc.h"\
8805 ".\./Include\modsupport.h"\
8806 ".\./Include\ceval.h"\
8807 ".\./Include\pythonrun.h"\
8808 ".\./Include\sysmodule.h"\
8809 ".\./Include\intrcheck.h"\
8810 ".\./Include\rename2.h"\
8811 ".\./Include\thread.h"\
8812
8813
8814"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
8815 $(CPP) $(CPP_PROJ) $(SOURCE)
8816
8817
8818!ENDIF
8819
8820# End Source File
8821################################################################################
8822# Begin Source File
8823
8824SOURCE=.\Python\frozen.c
8825
8826!IF "$(CFG)" == "vc40_nt - Win32 Release"
8827
8828DEP_CPP_FROZE=\
8829 ".\./Include\Python.h"\
8830 ".\./Include\allobjects.h"\
8831 ".\./PC\config.h"\
8832 ".\./Include\myproto.h"\
8833 ".\Include\object.h"\
8834 ".\Include\objimpl.h"\
8835 ".\Include\pydebug.h"\
8836 ".\Include\accessobject.h"\
8837 ".\Include\intobject.h"\
8838 ".\Include\longobject.h"\
8839 ".\Include\floatobject.h"\
8840 ".\./Include\complexobject.h"\
8841 ".\Include\rangeobject.h"\
8842 ".\Include\stringobject.h"\
8843 ".\Include\tupleobject.h"\
8844 ".\Include\listobject.h"\
8845 ".\Include\mappingobject.h"\
8846 ".\Include\methodobject.h"\
8847 ".\Include\moduleobject.h"\
8848 ".\Include\funcobject.h"\
8849 ".\Include\classobject.h"\
8850 ".\Include\fileobject.h"\
8851 ".\Include\cobject.h"\
8852 ".\./Include\traceback.h"\
8853 ".\Include\errors.h"\
8854 ".\./Include\mymalloc.h"\
8855 ".\./Include\modsupport.h"\
8856 ".\./Include\ceval.h"\
8857 ".\./Include\pythonrun.h"\
8858 ".\./Include\sysmodule.h"\
8859 ".\./Include\intrcheck.h"\
8860 ".\./Include\import.h"\
8861 ".\./Include\bltinmodule.h"\
8862 ".\Include\abstract.h"\
8863 ".\./Include\rename2.h"\
8864 ".\./Include\thread.h"\
8865
8866
8867"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
8868 $(CPP) $(CPP_PROJ) $(SOURCE)
8869
8870
8871!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8872
8873DEP_CPP_FROZE=\
8874 ".\./Include\Python.h"\
8875 ".\./Include\allobjects.h"\
8876 ".\./PC\config.h"\
8877 ".\./Include\myproto.h"\
8878 ".\Include\object.h"\
8879 ".\Include\objimpl.h"\
8880 ".\Include\pydebug.h"\
8881 ".\Include\accessobject.h"\
8882 ".\Include\intobject.h"\
8883 ".\Include\longobject.h"\
8884 ".\Include\floatobject.h"\
8885 ".\./Include\complexobject.h"\
8886 ".\Include\rangeobject.h"\
8887 ".\Include\stringobject.h"\
8888 ".\Include\tupleobject.h"\
8889 ".\Include\listobject.h"\
8890 ".\Include\mappingobject.h"\
8891 ".\Include\methodobject.h"\
8892 ".\Include\moduleobject.h"\
8893 ".\Include\funcobject.h"\
8894 ".\Include\classobject.h"\
8895 ".\Include\fileobject.h"\
8896 ".\Include\cobject.h"\
8897 ".\./Include\traceback.h"\
8898 ".\Include\errors.h"\
8899 ".\./Include\mymalloc.h"\
8900 ".\./Include\modsupport.h"\
8901 ".\./Include\ceval.h"\
8902 ".\./Include\pythonrun.h"\
8903 ".\./Include\sysmodule.h"\
8904 ".\./Include\intrcheck.h"\
8905 ".\./Include\rename2.h"\
8906 ".\./Include\thread.h"\
8907
8908
8909"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
8910 $(CPP) $(CPP_PROJ) $(SOURCE)
8911
8912
8913!ENDIF
8914
8915# End Source File
8916################################################################################
8917# Begin Source File
8918
8919SOURCE=.\Objects\frameobject.c
8920
8921!IF "$(CFG)" == "vc40_nt - Win32 Release"
8922
8923DEP_CPP_FRAME=\
8924 ".\./Include\allobjects.h"\
8925 ".\./Include\compile.h"\
8926 ".\./Include\frameobject.h"\
8927 ".\./Include\opcode.h"\
8928 ".\./Include\structmember.h"\
8929 ".\./Include\bltinmodule.h"\
8930 ".\./PC\config.h"\
8931 ".\./Include\myproto.h"\
8932 ".\Include\object.h"\
8933 ".\Include\objimpl.h"\
8934 ".\Include\pydebug.h"\
8935 ".\Include\accessobject.h"\
8936 ".\Include\intobject.h"\
8937 ".\Include\longobject.h"\
8938 ".\Include\floatobject.h"\
8939 ".\./Include\complexobject.h"\
8940 ".\Include\rangeobject.h"\
8941 ".\Include\stringobject.h"\
8942 ".\Include\tupleobject.h"\
8943 ".\Include\listobject.h"\
8944 ".\Include\mappingobject.h"\
8945 ".\Include\methodobject.h"\
8946 ".\Include\moduleobject.h"\
8947 ".\Include\funcobject.h"\
8948 ".\Include\classobject.h"\
8949 ".\Include\fileobject.h"\
8950 ".\Include\cobject.h"\
8951 ".\./Include\traceback.h"\
8952 ".\Include\errors.h"\
8953 ".\./Include\mymalloc.h"\
8954 ".\./Include\modsupport.h"\
8955 ".\./Include\ceval.h"\
8956 ".\./Include\pythonrun.h"\
8957 ".\./Include\sysmodule.h"\
8958 ".\./Include\intrcheck.h"\
8959 ".\./Include\import.h"\
8960 ".\Include\abstract.h"\
8961 ".\./Include\rename2.h"\
8962 ".\./Include\thread.h"\
8963
8964
8965"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
8966 $(CPP) $(CPP_PROJ) $(SOURCE)
8967
8968
8969!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8970
8971DEP_CPP_FRAME=\
8972 ".\./Include\allobjects.h"\
8973 ".\./Include\compile.h"\
8974 ".\./Include\frameobject.h"\
8975 ".\./Include\opcode.h"\
8976 ".\./Include\structmember.h"\
8977 ".\./Include\bltinmodule.h"\
8978 ".\./PC\config.h"\
8979 ".\./Include\myproto.h"\
8980 ".\Include\object.h"\
8981 ".\Include\objimpl.h"\
8982 ".\Include\pydebug.h"\
8983 ".\Include\accessobject.h"\
8984 ".\Include\intobject.h"\
8985 ".\Include\longobject.h"\
8986 ".\Include\floatobject.h"\
8987 ".\./Include\complexobject.h"\
8988 ".\Include\rangeobject.h"\
8989 ".\Include\stringobject.h"\
8990 ".\Include\tupleobject.h"\
8991 ".\Include\listobject.h"\
8992 ".\Include\mappingobject.h"\
8993 ".\Include\methodobject.h"\
8994 ".\Include\moduleobject.h"\
8995 ".\Include\funcobject.h"\
8996 ".\Include\classobject.h"\
8997 ".\Include\fileobject.h"\
8998 ".\Include\cobject.h"\
8999 ".\./Include\traceback.h"\
9000 ".\Include\errors.h"\
9001 ".\./Include\mymalloc.h"\
9002 ".\./Include\modsupport.h"\
9003 ".\./Include\ceval.h"\
9004 ".\./Include\pythonrun.h"\
9005 ".\./Include\sysmodule.h"\
9006 ".\./Include\intrcheck.h"\
9007 ".\./Include\rename2.h"\
9008 ".\./Include\thread.h"\
9009
9010
9011"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
9012 $(CPP) $(CPP_PROJ) $(SOURCE)
9013
9014
9015!ENDIF
9016
9017# End Source File
9018################################################################################
9019# Begin Source File
9020
9021SOURCE=.\Objects\floatobject.c
9022
9023!IF "$(CFG)" == "vc40_nt - Win32 Release"
9024
9025DEP_CPP_FLOAT=\
9026 ".\./Include\allobjects.h"\
9027 ".\./Include\modsupport.h"\
9028 ".\./Include\mymath.h"\
9029 ".\./PC\config.h"\
9030 ".\./Include\myproto.h"\
9031 ".\Include\object.h"\
9032 ".\Include\objimpl.h"\
9033 ".\Include\pydebug.h"\
9034 ".\Include\accessobject.h"\
9035 ".\Include\intobject.h"\
9036 ".\Include\longobject.h"\
9037 ".\Include\floatobject.h"\
9038 ".\./Include\complexobject.h"\
9039 ".\Include\rangeobject.h"\
9040 ".\Include\stringobject.h"\
9041 ".\Include\tupleobject.h"\
9042 ".\Include\listobject.h"\
9043 ".\Include\mappingobject.h"\
9044 ".\Include\methodobject.h"\
9045 ".\Include\moduleobject.h"\
9046 ".\Include\funcobject.h"\
9047 ".\Include\classobject.h"\
9048 ".\Include\fileobject.h"\
9049 ".\Include\cobject.h"\
9050 ".\./Include\traceback.h"\
9051 ".\Include\errors.h"\
9052 ".\./Include\mymalloc.h"\
9053 ".\./Include\ceval.h"\
9054 ".\./Include\pythonrun.h"\
9055 ".\./Include\sysmodule.h"\
9056 ".\./Include\intrcheck.h"\
9057 ".\./Include\import.h"\
9058 ".\./Include\bltinmodule.h"\
9059 ".\Include\abstract.h"\
9060 ".\./Include\rename2.h"\
9061 ".\./Include\thread.h"\
9062
9063
9064"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
9065 $(CPP) $(CPP_PROJ) $(SOURCE)
9066
9067
9068!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9069
9070DEP_CPP_FLOAT=\
9071 ".\./Include\allobjects.h"\
9072 ".\./Include\modsupport.h"\
9073 ".\./Include\mymath.h"\
9074 ".\./PC\config.h"\
9075 ".\./Include\myproto.h"\
9076 ".\Include\object.h"\
9077 ".\Include\objimpl.h"\
9078 ".\Include\pydebug.h"\
9079 ".\Include\accessobject.h"\
9080 ".\Include\intobject.h"\
9081 ".\Include\longobject.h"\
9082 ".\Include\floatobject.h"\
9083 ".\./Include\complexobject.h"\
9084 ".\Include\rangeobject.h"\
9085 ".\Include\stringobject.h"\
9086 ".\Include\tupleobject.h"\
9087 ".\Include\listobject.h"\
9088 ".\Include\mappingobject.h"\
9089 ".\Include\methodobject.h"\
9090 ".\Include\moduleobject.h"\
9091 ".\Include\funcobject.h"\
9092 ".\Include\classobject.h"\
9093 ".\Include\fileobject.h"\
9094 ".\Include\cobject.h"\
9095 ".\./Include\traceback.h"\
9096 ".\Include\errors.h"\
9097 ".\./Include\mymalloc.h"\
9098 ".\./Include\ceval.h"\
9099 ".\./Include\pythonrun.h"\
9100 ".\./Include\sysmodule.h"\
9101 ".\./Include\intrcheck.h"\
9102 ".\./Include\rename2.h"\
9103 ".\./Include\thread.h"\
9104
9105
9106"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
9107 $(CPP) $(CPP_PROJ) $(SOURCE)
9108
9109
9110!ENDIF
9111
9112# End Source File
9113################################################################################
9114# Begin Source File
9115
9116SOURCE=.\Objects\fileobject.c
9117
9118!IF "$(CFG)" == "vc40_nt - Win32 Release"
9119
9120DEP_CPP_FILEO=\
9121 ".\./Include\allobjects.h"\
9122 ".\./Include\modsupport.h"\
9123 ".\./Include\structmember.h"\
9124 ".\./Include\ceval.h"\
9125 ".\./PC\config.h"\
9126 ".\./Include\myproto.h"\
9127 ".\Include\object.h"\
9128 ".\Include\objimpl.h"\
9129 ".\Include\pydebug.h"\
9130 ".\Include\accessobject.h"\
9131 ".\Include\intobject.h"\
9132 ".\Include\longobject.h"\
9133 ".\Include\floatobject.h"\
9134 ".\./Include\complexobject.h"\
9135 ".\Include\rangeobject.h"\
9136 ".\Include\stringobject.h"\
9137 ".\Include\tupleobject.h"\
9138 ".\Include\listobject.h"\
9139 ".\Include\mappingobject.h"\
9140 ".\Include\methodobject.h"\
9141 ".\Include\moduleobject.h"\
9142 ".\Include\funcobject.h"\
9143 ".\Include\classobject.h"\
9144 ".\Include\fileobject.h"\
9145 ".\Include\cobject.h"\
9146 ".\./Include\traceback.h"\
9147 ".\Include\errors.h"\
9148 ".\./Include\mymalloc.h"\
9149 ".\./Include\pythonrun.h"\
9150 ".\./Include\sysmodule.h"\
9151 ".\./Include\intrcheck.h"\
9152 ".\./Include\import.h"\
9153 ".\./Include\bltinmodule.h"\
9154 ".\Include\abstract.h"\
9155 ".\./Include\rename2.h"\
9156 ".\./Include\thread.h"\
9157
9158
9159"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
9160 $(CPP) $(CPP_PROJ) $(SOURCE)
9161
9162
9163!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9164
9165DEP_CPP_FILEO=\
9166 ".\./Include\allobjects.h"\
9167 ".\./Include\modsupport.h"\
9168 ".\./Include\structmember.h"\
9169 ".\./Include\ceval.h"\
9170 ".\./PC\config.h"\
9171 ".\./Include\myproto.h"\
9172 ".\Include\object.h"\
9173 ".\Include\objimpl.h"\
9174 ".\Include\pydebug.h"\
9175 ".\Include\accessobject.h"\
9176 ".\Include\intobject.h"\
9177 ".\Include\longobject.h"\
9178 ".\Include\floatobject.h"\
9179 ".\./Include\complexobject.h"\
9180 ".\Include\rangeobject.h"\
9181 ".\Include\stringobject.h"\
9182 ".\Include\tupleobject.h"\
9183 ".\Include\listobject.h"\
9184 ".\Include\mappingobject.h"\
9185 ".\Include\methodobject.h"\
9186 ".\Include\moduleobject.h"\
9187 ".\Include\funcobject.h"\
9188 ".\Include\classobject.h"\
9189 ".\Include\fileobject.h"\
9190 ".\Include\cobject.h"\
9191 ".\./Include\traceback.h"\
9192 ".\Include\errors.h"\
9193 ".\./Include\mymalloc.h"\
9194 ".\./Include\pythonrun.h"\
9195 ".\./Include\sysmodule.h"\
9196 ".\./Include\intrcheck.h"\
9197 ".\./Include\rename2.h"\
9198 ".\./Include\thread.h"\
9199
9200
9201"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
9202 $(CPP) $(CPP_PROJ) $(SOURCE)
9203
9204
9205!ENDIF
9206
9207# End Source File
9208################################################################################
9209# Begin Source File
9210
9211SOURCE=.\Python\errors.c
9212
9213!IF "$(CFG)" == "vc40_nt - Win32 Release"
9214
9215DEP_CPP_ERROR=\
9216 ".\./Include\allobjects.h"\
9217 ".\./Include\traceback.h"\
9218 ".\./PC\config.h"\
9219 ".\./Include\myproto.h"\
9220 ".\Include\object.h"\
9221 ".\Include\objimpl.h"\
9222 ".\Include\pydebug.h"\
9223 ".\Include\accessobject.h"\
9224 ".\Include\intobject.h"\
9225 ".\Include\longobject.h"\
9226 ".\Include\floatobject.h"\
9227 ".\./Include\complexobject.h"\
9228 ".\Include\rangeobject.h"\
9229 ".\Include\stringobject.h"\
9230 ".\Include\tupleobject.h"\
9231 ".\Include\listobject.h"\
9232 ".\Include\mappingobject.h"\
9233 ".\Include\methodobject.h"\
9234 ".\Include\moduleobject.h"\
9235 ".\Include\funcobject.h"\
9236 ".\Include\classobject.h"\
9237 ".\Include\fileobject.h"\
9238 ".\Include\cobject.h"\
9239 ".\Include\errors.h"\
9240 ".\./Include\mymalloc.h"\
9241 ".\./Include\modsupport.h"\
9242 ".\./Include\ceval.h"\
9243 ".\./Include\pythonrun.h"\
9244 ".\./Include\sysmodule.h"\
9245 ".\./Include\intrcheck.h"\
9246 ".\./Include\import.h"\
9247 ".\./Include\bltinmodule.h"\
9248 ".\Include\abstract.h"\
9249 ".\./Include\rename2.h"\
9250 ".\./Include\thread.h"\
9251
9252
9253"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
9254 $(CPP) $(CPP_PROJ) $(SOURCE)
9255
9256
9257!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9258
9259DEP_CPP_ERROR=\
9260 ".\./Include\allobjects.h"\
9261 ".\./Include\traceback.h"\
9262 ".\./PC\config.h"\
9263 ".\./Include\myproto.h"\
9264 ".\Include\object.h"\
9265 ".\Include\objimpl.h"\
9266 ".\Include\pydebug.h"\
9267 ".\Include\accessobject.h"\
9268 ".\Include\intobject.h"\
9269 ".\Include\longobject.h"\
9270 ".\Include\floatobject.h"\
9271 ".\./Include\complexobject.h"\
9272 ".\Include\rangeobject.h"\
9273 ".\Include\stringobject.h"\
9274 ".\Include\tupleobject.h"\
9275 ".\Include\listobject.h"\
9276 ".\Include\mappingobject.h"\
9277 ".\Include\methodobject.h"\
9278 ".\Include\moduleobject.h"\
9279 ".\Include\funcobject.h"\
9280 ".\Include\classobject.h"\
9281 ".\Include\fileobject.h"\
9282 ".\Include\cobject.h"\
9283 ".\Include\errors.h"\
9284 ".\./Include\mymalloc.h"\
9285 ".\./Include\modsupport.h"\
9286 ".\./Include\ceval.h"\
9287 ".\./Include\pythonrun.h"\
9288 ".\./Include\sysmodule.h"\
9289 ".\./Include\intrcheck.h"\
9290 ".\./Include\rename2.h"\
9291 ".\./Include\thread.h"\
9292
9293
9294"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
9295 $(CPP) $(CPP_PROJ) $(SOURCE)
9296
9297
9298!ENDIF
9299
9300# End Source File
9301################################################################################
9302# Begin Source File
9303
9304SOURCE=.\Modules\environment.c
9305
9306!IF "$(CFG)" == "vc40_nt - Win32 Release"
9307
9308DEP_CPP_ENVIR=\
9309 ".\./Include\allobjects.h"\
9310 ".\./PC\config.h"\
9311 ".\./Include\myproto.h"\
9312 ".\Include\object.h"\
9313 ".\Include\objimpl.h"\
9314 ".\Include\pydebug.h"\
9315 ".\Include\accessobject.h"\
9316 ".\Include\intobject.h"\
9317 ".\Include\longobject.h"\
9318 ".\Include\floatobject.h"\
9319 ".\./Include\complexobject.h"\
9320 ".\Include\rangeobject.h"\
9321 ".\Include\stringobject.h"\
9322 ".\Include\tupleobject.h"\
9323 ".\Include\listobject.h"\
9324 ".\Include\mappingobject.h"\
9325 ".\Include\methodobject.h"\
9326 ".\Include\moduleobject.h"\
9327 ".\Include\funcobject.h"\
9328 ".\Include\classobject.h"\
9329 ".\Include\fileobject.h"\
9330 ".\Include\cobject.h"\
9331 ".\./Include\traceback.h"\
9332 ".\Include\errors.h"\
9333 ".\./Include\mymalloc.h"\
9334 ".\./Include\modsupport.h"\
9335 ".\./Include\ceval.h"\
9336 ".\./Include\pythonrun.h"\
9337 ".\./Include\sysmodule.h"\
9338 ".\./Include\intrcheck.h"\
9339 ".\./Include\import.h"\
9340 ".\./Include\bltinmodule.h"\
9341 ".\Include\abstract.h"\
9342 ".\./Include\rename2.h"\
9343 ".\./Include\thread.h"\
9344
9345
9346"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
9347 $(CPP) $(CPP_PROJ) $(SOURCE)
9348
9349
9350!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9351
9352DEP_CPP_ENVIR=\
9353 ".\./Include\allobjects.h"\
9354 ".\./PC\config.h"\
9355 ".\./Include\myproto.h"\
9356 ".\Include\object.h"\
9357 ".\Include\objimpl.h"\
9358 ".\Include\pydebug.h"\
9359 ".\Include\accessobject.h"\
9360 ".\Include\intobject.h"\
9361 ".\Include\longobject.h"\
9362 ".\Include\floatobject.h"\
9363 ".\./Include\complexobject.h"\
9364 ".\Include\rangeobject.h"\
9365 ".\Include\stringobject.h"\
9366 ".\Include\tupleobject.h"\
9367 ".\Include\listobject.h"\
9368 ".\Include\mappingobject.h"\
9369 ".\Include\methodobject.h"\
9370 ".\Include\moduleobject.h"\
9371 ".\Include\funcobject.h"\
9372 ".\Include\classobject.h"\
9373 ".\Include\fileobject.h"\
9374 ".\Include\cobject.h"\
9375 ".\./Include\traceback.h"\
9376 ".\Include\errors.h"\
9377 ".\./Include\mymalloc.h"\
9378 ".\./Include\modsupport.h"\
9379 ".\./Include\ceval.h"\
9380 ".\./Include\pythonrun.h"\
9381 ".\./Include\sysmodule.h"\
9382 ".\./Include\intrcheck.h"\
9383 ".\./Include\rename2.h"\
9384 ".\./Include\thread.h"\
9385
9386
9387"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
9388 $(CPP) $(CPP_PROJ) $(SOURCE)
9389
9390
9391!ENDIF
9392
9393# End Source File
9394################################################################################
9395# Begin Source File
9396
9397SOURCE=.\PC\config.c
9398
9399!IF "$(CFG)" == "vc40_nt - Win32 Release"
9400
9401DEP_CPP_CONFI=\
9402 ".\./Include\Python.h"\
9403 ".\./Include\allobjects.h"\
9404 ".\./PC\config.h"\
9405 ".\./Include\myproto.h"\
9406 ".\Include\object.h"\
9407 ".\Include\objimpl.h"\
9408 ".\Include\pydebug.h"\
9409 ".\Include\accessobject.h"\
9410 ".\Include\intobject.h"\
9411 ".\Include\longobject.h"\
9412 ".\Include\floatobject.h"\
9413 ".\./Include\complexobject.h"\
9414 ".\Include\rangeobject.h"\
9415 ".\Include\stringobject.h"\
9416 ".\Include\tupleobject.h"\
9417 ".\Include\listobject.h"\
9418 ".\Include\mappingobject.h"\
9419 ".\Include\methodobject.h"\
9420 ".\Include\moduleobject.h"\
9421 ".\Include\funcobject.h"\
9422 ".\Include\classobject.h"\
9423 ".\Include\fileobject.h"\
9424 ".\Include\cobject.h"\
9425 ".\./Include\traceback.h"\
9426 ".\Include\errors.h"\
9427 ".\./Include\mymalloc.h"\
9428 ".\./Include\modsupport.h"\
9429 ".\./Include\ceval.h"\
9430 ".\./Include\pythonrun.h"\
9431 ".\./Include\sysmodule.h"\
9432 ".\./Include\intrcheck.h"\
9433 ".\./Include\import.h"\
9434 ".\./Include\bltinmodule.h"\
9435 ".\Include\abstract.h"\
9436 ".\./Include\rename2.h"\
9437 ".\./Include\thread.h"\
9438
9439
9440"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
9441 $(CPP) $(CPP_PROJ) $(SOURCE)
9442
9443
9444!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9445
9446DEP_CPP_CONFI=\
9447 ".\./Include\Python.h"\
9448 ".\./Include\allobjects.h"\
9449 ".\./PC\config.h"\
9450 ".\./Include\myproto.h"\
9451 ".\Include\object.h"\
9452 ".\Include\objimpl.h"\
9453 ".\Include\pydebug.h"\
9454 ".\Include\accessobject.h"\
9455 ".\Include\intobject.h"\
9456 ".\Include\longobject.h"\
9457 ".\Include\floatobject.h"\
9458 ".\./Include\complexobject.h"\
9459 ".\Include\rangeobject.h"\
9460 ".\Include\stringobject.h"\
9461 ".\Include\tupleobject.h"\
9462 ".\Include\listobject.h"\
9463 ".\Include\mappingobject.h"\
9464 ".\Include\methodobject.h"\
9465 ".\Include\moduleobject.h"\
9466 ".\Include\funcobject.h"\
9467 ".\Include\classobject.h"\
9468 ".\Include\fileobject.h"\
9469 ".\Include\cobject.h"\
9470 ".\./Include\traceback.h"\
9471 ".\Include\errors.h"\
9472 ".\./Include\mymalloc.h"\
9473 ".\./Include\modsupport.h"\
9474 ".\./Include\ceval.h"\
9475 ".\./Include\pythonrun.h"\
9476 ".\./Include\sysmodule.h"\
9477 ".\./Include\intrcheck.h"\
9478 ".\./Include\rename2.h"\
9479 ".\./Include\thread.h"\
9480
9481
9482"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
9483 $(CPP) $(CPP_PROJ) $(SOURCE)
9484
9485
9486!ENDIF
9487
9488# End Source File
9489################################################################################
9490# Begin Source File
9491
9492SOURCE=.\Objects\complexobject.c
9493
9494!IF "$(CFG)" == "vc40_nt - Win32 Release"
9495
9496DEP_CPP_COMPL=\
9497 ".\./Include\allobjects.h"\
9498 ".\./Include\modsupport.h"\
9499 ".\./Include\mymath.h"\
9500 ".\./PC\config.h"\
9501 ".\./Include\myproto.h"\
9502 ".\Include\object.h"\
9503 ".\Include\objimpl.h"\
9504 ".\Include\pydebug.h"\
9505 ".\Include\accessobject.h"\
9506 ".\Include\intobject.h"\
9507 ".\Include\longobject.h"\
9508 ".\Include\floatobject.h"\
9509 ".\./Include\complexobject.h"\
9510 ".\Include\rangeobject.h"\
9511 ".\Include\stringobject.h"\
9512 ".\Include\tupleobject.h"\
9513 ".\Include\listobject.h"\
9514 ".\Include\mappingobject.h"\
9515 ".\Include\methodobject.h"\
9516 ".\Include\moduleobject.h"\
9517 ".\Include\funcobject.h"\
9518 ".\Include\classobject.h"\
9519 ".\Include\fileobject.h"\
9520 ".\Include\cobject.h"\
9521 ".\./Include\traceback.h"\
9522 ".\Include\errors.h"\
9523 ".\./Include\mymalloc.h"\
9524 ".\./Include\ceval.h"\
9525 ".\./Include\pythonrun.h"\
9526 ".\./Include\sysmodule.h"\
9527 ".\./Include\intrcheck.h"\
9528 ".\./Include\import.h"\
9529 ".\./Include\bltinmodule.h"\
9530 ".\Include\abstract.h"\
9531 ".\./Include\rename2.h"\
9532 ".\./Include\thread.h"\
9533
9534
9535"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
9536 $(CPP) $(CPP_PROJ) $(SOURCE)
9537
9538
9539!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9540
9541DEP_CPP_COMPL=\
9542 ".\./Include\allobjects.h"\
9543 ".\./Include\modsupport.h"\
9544 ".\./Include\mymath.h"\
9545 ".\./PC\config.h"\
9546 ".\./Include\myproto.h"\
9547 ".\Include\object.h"\
9548 ".\Include\objimpl.h"\
9549 ".\Include\pydebug.h"\
9550 ".\Include\accessobject.h"\
9551 ".\Include\intobject.h"\
9552 ".\Include\longobject.h"\
9553 ".\Include\floatobject.h"\
9554 ".\./Include\complexobject.h"\
9555 ".\Include\rangeobject.h"\
9556 ".\Include\stringobject.h"\
9557 ".\Include\tupleobject.h"\
9558 ".\Include\listobject.h"\
9559 ".\Include\mappingobject.h"\
9560 ".\Include\methodobject.h"\
9561 ".\Include\moduleobject.h"\
9562 ".\Include\funcobject.h"\
9563 ".\Include\classobject.h"\
9564 ".\Include\fileobject.h"\
9565 ".\Include\cobject.h"\
9566 ".\./Include\traceback.h"\
9567 ".\Include\errors.h"\
9568 ".\./Include\mymalloc.h"\
9569 ".\./Include\ceval.h"\
9570 ".\./Include\pythonrun.h"\
9571 ".\./Include\sysmodule.h"\
9572 ".\./Include\intrcheck.h"\
9573 ".\./Include\rename2.h"\
9574 ".\./Include\thread.h"\
9575
9576
9577"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
9578 $(CPP) $(CPP_PROJ) $(SOURCE)
9579
9580
9581!ENDIF
9582
9583# End Source File
9584################################################################################
9585# Begin Source File
9586
9587SOURCE=.\Python\compile.c
9588
9589!IF "$(CFG)" == "vc40_nt - Win32 Release"
9590
9591DEP_CPP_COMPI=\
9592 ".\./Include\allobjects.h"\
9593 ".\./Include\node.h"\
9594 ".\./Include\token.h"\
9595 ".\./Include\graminit.h"\
9596 ".\./Include\compile.h"\
9597 ".\./Include\opcode.h"\
9598 ".\./Include\structmember.h"\
9599 ".\./PC\config.h"\
9600 ".\./Include\myproto.h"\
9601 ".\Include\object.h"\
9602 ".\Include\objimpl.h"\
9603 ".\Include\pydebug.h"\
9604 ".\Include\accessobject.h"\
9605 ".\Include\intobject.h"\
9606 ".\Include\longobject.h"\
9607 ".\Include\floatobject.h"\
9608 ".\./Include\complexobject.h"\
9609 ".\Include\rangeobject.h"\
9610 ".\Include\stringobject.h"\
9611 ".\Include\tupleobject.h"\
9612 ".\Include\listobject.h"\
9613 ".\Include\mappingobject.h"\
9614 ".\Include\methodobject.h"\
9615 ".\Include\moduleobject.h"\
9616 ".\Include\funcobject.h"\
9617 ".\Include\classobject.h"\
9618 ".\Include\fileobject.h"\
9619 ".\Include\cobject.h"\
9620 ".\./Include\traceback.h"\
9621 ".\Include\errors.h"\
9622 ".\./Include\mymalloc.h"\
9623 ".\./Include\modsupport.h"\
9624 ".\./Include\ceval.h"\
9625 ".\./Include\pythonrun.h"\
9626 ".\./Include\sysmodule.h"\
9627 ".\./Include\intrcheck.h"\
9628 ".\./Include\import.h"\
9629 ".\./Include\bltinmodule.h"\
9630 ".\Include\abstract.h"\
9631 ".\./Include\rename2.h"\
9632 ".\./Include\thread.h"\
9633
9634
9635"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
9636 $(CPP) $(CPP_PROJ) $(SOURCE)
9637
9638
9639!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9640
9641DEP_CPP_COMPI=\
9642 ".\./Include\allobjects.h"\
9643 ".\./Include\node.h"\
9644 ".\./Include\token.h"\
9645 ".\./Include\graminit.h"\
9646 ".\./Include\compile.h"\
9647 ".\./Include\opcode.h"\
9648 ".\./Include\structmember.h"\
9649 ".\./PC\config.h"\
9650 ".\./Include\myproto.h"\
9651 ".\Include\object.h"\
9652 ".\Include\objimpl.h"\
9653 ".\Include\pydebug.h"\
9654 ".\Include\accessobject.h"\
9655 ".\Include\intobject.h"\
9656 ".\Include\longobject.h"\
9657 ".\Include\floatobject.h"\
9658 ".\./Include\complexobject.h"\
9659 ".\Include\rangeobject.h"\
9660 ".\Include\stringobject.h"\
9661 ".\Include\tupleobject.h"\
9662 ".\Include\listobject.h"\
9663 ".\Include\mappingobject.h"\
9664 ".\Include\methodobject.h"\
9665 ".\Include\moduleobject.h"\
9666 ".\Include\funcobject.h"\
9667 ".\Include\classobject.h"\
9668 ".\Include\fileobject.h"\
9669 ".\Include\cobject.h"\
9670 ".\./Include\traceback.h"\
9671 ".\Include\errors.h"\
9672 ".\./Include\mymalloc.h"\
9673 ".\./Include\modsupport.h"\
9674 ".\./Include\ceval.h"\
9675 ".\./Include\pythonrun.h"\
9676 ".\./Include\sysmodule.h"\
9677 ".\./Include\intrcheck.h"\
9678 ".\./Include\rename2.h"\
9679 ".\./Include\thread.h"\
9680
9681
9682"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
9683 $(CPP) $(CPP_PROJ) $(SOURCE)
9684
9685
9686!ENDIF
9687
9688# End Source File
9689################################################################################
9690# Begin Source File
9691
9692SOURCE=.\Objects\cobject.c
9693
9694!IF "$(CFG)" == "vc40_nt - Win32 Release"
9695
9696DEP_CPP_COBJE=\
9697 ".\./Include\Python.h"\
9698 ".\./Include\allobjects.h"\
9699 ".\./PC\config.h"\
9700 ".\./Include\myproto.h"\
9701 ".\Include\object.h"\
9702 ".\Include\objimpl.h"\
9703 ".\Include\pydebug.h"\
9704 ".\Include\accessobject.h"\
9705 ".\Include\intobject.h"\
9706 ".\Include\longobject.h"\
9707 ".\Include\floatobject.h"\
9708 ".\./Include\complexobject.h"\
9709 ".\Include\rangeobject.h"\
9710 ".\Include\stringobject.h"\
9711 ".\Include\tupleobject.h"\
9712 ".\Include\listobject.h"\
9713 ".\Include\mappingobject.h"\
9714 ".\Include\methodobject.h"\
9715 ".\Include\moduleobject.h"\
9716 ".\Include\funcobject.h"\
9717 ".\Include\classobject.h"\
9718 ".\Include\fileobject.h"\
9719 ".\Include\cobject.h"\
9720 ".\./Include\traceback.h"\
9721 ".\Include\errors.h"\
9722 ".\./Include\mymalloc.h"\
9723 ".\./Include\modsupport.h"\
9724 ".\./Include\ceval.h"\
9725 ".\./Include\pythonrun.h"\
9726 ".\./Include\sysmodule.h"\
9727 ".\./Include\intrcheck.h"\
9728 ".\./Include\import.h"\
9729 ".\./Include\bltinmodule.h"\
9730 ".\Include\abstract.h"\
9731 ".\./Include\rename2.h"\
9732 ".\./Include\thread.h"\
9733
9734
9735"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
9736 $(CPP) $(CPP_PROJ) $(SOURCE)
9737
9738
9739!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9740
9741DEP_CPP_COBJE=\
9742 ".\./Include\Python.h"\
9743 ".\./Include\allobjects.h"\
9744 ".\./PC\config.h"\
9745 ".\./Include\myproto.h"\
9746 ".\Include\object.h"\
9747 ".\Include\objimpl.h"\
9748 ".\Include\pydebug.h"\
9749 ".\Include\accessobject.h"\
9750 ".\Include\intobject.h"\
9751 ".\Include\longobject.h"\
9752 ".\Include\floatobject.h"\
9753 ".\./Include\complexobject.h"\
9754 ".\Include\rangeobject.h"\
9755 ".\Include\stringobject.h"\
9756 ".\Include\tupleobject.h"\
9757 ".\Include\listobject.h"\
9758 ".\Include\mappingobject.h"\
9759 ".\Include\methodobject.h"\
9760 ".\Include\moduleobject.h"\
9761 ".\Include\funcobject.h"\
9762 ".\Include\classobject.h"\
9763 ".\Include\fileobject.h"\
9764 ".\Include\cobject.h"\
9765 ".\./Include\traceback.h"\
9766 ".\Include\errors.h"\
9767 ".\./Include\mymalloc.h"\
9768 ".\./Include\modsupport.h"\
9769 ".\./Include\ceval.h"\
9770 ".\./Include\pythonrun.h"\
9771 ".\./Include\sysmodule.h"\
9772 ".\./Include\intrcheck.h"\
9773 ".\./Include\rename2.h"\
9774 ".\./Include\thread.h"\
9775
9776
9777"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
9778 $(CPP) $(CPP_PROJ) $(SOURCE)
9779
9780
9781!ENDIF
9782
9783# End Source File
9784################################################################################
9785# Begin Source File
9786
9787SOURCE=.\Modules\cmathmodule.c
9788
9789!IF "$(CFG)" == "vc40_nt - Win32 Release"
9790
9791DEP_CPP_CMATH=\
9792 ".\./Include\allobjects.h"\
9793 ".\./Include\mymath.h"\
9794 ".\./PC\config.h"\
9795 ".\./Include\myproto.h"\
9796 ".\Include\object.h"\
9797 ".\Include\objimpl.h"\
9798 ".\Include\pydebug.h"\
9799 ".\Include\accessobject.h"\
9800 ".\Include\intobject.h"\
9801 ".\Include\longobject.h"\
9802 ".\Include\floatobject.h"\
9803 ".\./Include\complexobject.h"\
9804 ".\Include\rangeobject.h"\
9805 ".\Include\stringobject.h"\
9806 ".\Include\tupleobject.h"\
9807 ".\Include\listobject.h"\
9808 ".\Include\mappingobject.h"\
9809 ".\Include\methodobject.h"\
9810 ".\Include\moduleobject.h"\
9811 ".\Include\funcobject.h"\
9812 ".\Include\classobject.h"\
9813 ".\Include\fileobject.h"\
9814 ".\Include\cobject.h"\
9815 ".\./Include\traceback.h"\
9816 ".\Include\errors.h"\
9817 ".\./Include\mymalloc.h"\
9818 ".\./Include\modsupport.h"\
9819 ".\./Include\ceval.h"\
9820 ".\./Include\pythonrun.h"\
9821 ".\./Include\sysmodule.h"\
9822 ".\./Include\intrcheck.h"\
9823 ".\./Include\import.h"\
9824 ".\./Include\bltinmodule.h"\
9825 ".\Include\abstract.h"\
9826 ".\./Include\rename2.h"\
9827 ".\./Include\thread.h"\
9828
9829NODEP_CPP_CMATH=\
9830 ".\Modules\complexobject.h"\
9831
9832
9833"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
9834 $(CPP) $(CPP_PROJ) $(SOURCE)
9835
9836
9837!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9838
9839DEP_CPP_CMATH=\
9840 ".\./Include\allobjects.h"\
9841 ".\./Include\complexobject.h"\
9842 ".\./Include\mymath.h"\
9843 ".\./PC\config.h"\
9844 ".\./Include\myproto.h"\
9845 ".\Include\object.h"\
9846 ".\Include\objimpl.h"\
9847 ".\Include\pydebug.h"\
9848 ".\Include\accessobject.h"\
9849 ".\Include\intobject.h"\
9850 ".\Include\longobject.h"\
9851 ".\Include\floatobject.h"\
9852 ".\Include\rangeobject.h"\
9853 ".\Include\stringobject.h"\
9854 ".\Include\tupleobject.h"\
9855 ".\Include\listobject.h"\
9856 ".\Include\mappingobject.h"\
9857 ".\Include\methodobject.h"\
9858 ".\Include\moduleobject.h"\
9859 ".\Include\funcobject.h"\
9860 ".\Include\classobject.h"\
9861 ".\Include\fileobject.h"\
9862 ".\Include\cobject.h"\
9863 ".\./Include\traceback.h"\
9864 ".\Include\errors.h"\
9865 ".\./Include\mymalloc.h"\
9866 ".\./Include\modsupport.h"\
9867 ".\./Include\ceval.h"\
9868 ".\./Include\pythonrun.h"\
9869 ".\./Include\sysmodule.h"\
9870 ".\./Include\intrcheck.h"\
9871 ".\./Include\rename2.h"\
9872 ".\./Include\thread.h"\
9873
9874
9875"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
9876 $(CPP) $(CPP_PROJ) $(SOURCE)
9877
9878
9879!ENDIF
9880
9881# End Source File
9882################################################################################
9883# Begin Source File
9884
9885SOURCE=.\Objects\classobject.c
9886
9887!IF "$(CFG)" == "vc40_nt - Win32 Release"
9888
9889DEP_CPP_CLASS=\
9890 ".\./Include\allobjects.h"\
9891 ".\./Include\structmember.h"\
9892 ".\./PC\config.h"\
9893 ".\./Include\myproto.h"\
9894 ".\Include\object.h"\
9895 ".\Include\objimpl.h"\
9896 ".\Include\pydebug.h"\
9897 ".\Include\accessobject.h"\
9898 ".\Include\intobject.h"\
9899 ".\Include\longobject.h"\
9900 ".\Include\floatobject.h"\
9901 ".\./Include\complexobject.h"\
9902 ".\Include\rangeobject.h"\
9903 ".\Include\stringobject.h"\
9904 ".\Include\tupleobject.h"\
9905 ".\Include\listobject.h"\
9906 ".\Include\mappingobject.h"\
9907 ".\Include\methodobject.h"\
9908 ".\Include\moduleobject.h"\
9909 ".\Include\funcobject.h"\
9910 ".\Include\classobject.h"\
9911 ".\Include\fileobject.h"\
9912 ".\Include\cobject.h"\
9913 ".\./Include\traceback.h"\
9914 ".\Include\errors.h"\
9915 ".\./Include\mymalloc.h"\
9916 ".\./Include\modsupport.h"\
9917 ".\./Include\ceval.h"\
9918 ".\./Include\pythonrun.h"\
9919 ".\./Include\sysmodule.h"\
9920 ".\./Include\intrcheck.h"\
9921 ".\./Include\import.h"\
9922 ".\./Include\bltinmodule.h"\
9923 ".\Include\abstract.h"\
9924 ".\./Include\rename2.h"\
9925 ".\./Include\thread.h"\
9926
9927
9928"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
9929 $(CPP) $(CPP_PROJ) $(SOURCE)
9930
9931
9932!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9933
9934DEP_CPP_CLASS=\
9935 ".\./Include\allobjects.h"\
9936 ".\./Include\structmember.h"\
9937 ".\./PC\config.h"\
9938 ".\./Include\myproto.h"\
9939 ".\Include\object.h"\
9940 ".\Include\objimpl.h"\
9941 ".\Include\pydebug.h"\
9942 ".\Include\accessobject.h"\
9943 ".\Include\intobject.h"\
9944 ".\Include\longobject.h"\
9945 ".\Include\floatobject.h"\
9946 ".\./Include\complexobject.h"\
9947 ".\Include\rangeobject.h"\
9948 ".\Include\stringobject.h"\
9949 ".\Include\tupleobject.h"\
9950 ".\Include\listobject.h"\
9951 ".\Include\mappingobject.h"\
9952 ".\Include\methodobject.h"\
9953 ".\Include\moduleobject.h"\
9954 ".\Include\funcobject.h"\
9955 ".\Include\classobject.h"\
9956 ".\Include\fileobject.h"\
9957 ".\Include\cobject.h"\
9958 ".\./Include\traceback.h"\
9959 ".\Include\errors.h"\
9960 ".\./Include\mymalloc.h"\
9961 ".\./Include\modsupport.h"\
9962 ".\./Include\ceval.h"\
9963 ".\./Include\pythonrun.h"\
9964 ".\./Include\sysmodule.h"\
9965 ".\./Include\intrcheck.h"\
9966 ".\./Include\rename2.h"\
9967 ".\./Include\thread.h"\
9968
9969
9970"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
9971 $(CPP) $(CPP_PROJ) $(SOURCE)
9972
9973
9974!ENDIF
9975
9976# End Source File
9977################################################################################
9978# Begin Source File
9979
9980SOURCE=.\Python\cgensupport.c
9981
9982!IF "$(CFG)" == "vc40_nt - Win32 Release"
9983
9984DEP_CPP_CGENS=\
9985 ".\./Include\allobjects.h"\
9986 ".\./Include\cgensupport.h"\
9987 ".\./PC\config.h"\
9988 ".\./Include\myproto.h"\
9989 ".\Include\object.h"\
9990 ".\Include\objimpl.h"\
9991 ".\Include\pydebug.h"\
9992 ".\Include\accessobject.h"\
9993 ".\Include\intobject.h"\
9994 ".\Include\longobject.h"\
9995 ".\Include\floatobject.h"\
9996 ".\./Include\complexobject.h"\
9997 ".\Include\rangeobject.h"\
9998 ".\Include\stringobject.h"\
9999 ".\Include\tupleobject.h"\
10000 ".\Include\listobject.h"\
10001 ".\Include\mappingobject.h"\
10002 ".\Include\methodobject.h"\
10003 ".\Include\moduleobject.h"\
10004 ".\Include\funcobject.h"\
10005 ".\Include\classobject.h"\
10006 ".\Include\fileobject.h"\
10007 ".\Include\cobject.h"\
10008 ".\./Include\traceback.h"\
10009 ".\Include\errors.h"\
10010 ".\./Include\mymalloc.h"\
10011 ".\./Include\modsupport.h"\
10012 ".\./Include\ceval.h"\
10013 ".\./Include\pythonrun.h"\
10014 ".\./Include\sysmodule.h"\
10015 ".\./Include\intrcheck.h"\
10016 ".\./Include\import.h"\
10017 ".\./Include\bltinmodule.h"\
10018 ".\Include\abstract.h"\
10019 ".\./Include\rename2.h"\
10020 ".\./Include\thread.h"\
10021
10022
10023"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
10024 $(CPP) $(CPP_PROJ) $(SOURCE)
10025
10026
10027!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10028
10029DEP_CPP_CGENS=\
10030 ".\./Include\allobjects.h"\
10031 ".\./Include\cgensupport.h"\
10032 ".\./PC\config.h"\
10033 ".\./Include\myproto.h"\
10034 ".\Include\object.h"\
10035 ".\Include\objimpl.h"\
10036 ".\Include\pydebug.h"\
10037 ".\Include\accessobject.h"\
10038 ".\Include\intobject.h"\
10039 ".\Include\longobject.h"\
10040 ".\Include\floatobject.h"\
10041 ".\./Include\complexobject.h"\
10042 ".\Include\rangeobject.h"\
10043 ".\Include\stringobject.h"\
10044 ".\Include\tupleobject.h"\
10045 ".\Include\listobject.h"\
10046 ".\Include\mappingobject.h"\
10047 ".\Include\methodobject.h"\
10048 ".\Include\moduleobject.h"\
10049 ".\Include\funcobject.h"\
10050 ".\Include\classobject.h"\
10051 ".\Include\fileobject.h"\
10052 ".\Include\cobject.h"\
10053 ".\./Include\traceback.h"\
10054 ".\Include\errors.h"\
10055 ".\./Include\mymalloc.h"\
10056 ".\./Include\modsupport.h"\
10057 ".\./Include\ceval.h"\
10058 ".\./Include\pythonrun.h"\
10059 ".\./Include\sysmodule.h"\
10060 ".\./Include\intrcheck.h"\
10061 ".\./Include\rename2.h"\
10062 ".\./Include\thread.h"\
10063
10064
10065"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
10066 $(CPP) $(CPP_PROJ) $(SOURCE)
10067
10068
10069!ENDIF
10070
10071# End Source File
10072################################################################################
10073# Begin Source File
10074
10075SOURCE=.\Python\ceval.c
10076
10077!IF "$(CFG)" == "vc40_nt - Win32 Release"
10078
10079DEP_CPP_CEVAL=\
10080 ".\./Include\allobjects.h"\
10081 ".\./Include\compile.h"\
10082 ".\./Include\frameobject.h"\
10083 ".\./Include\eval.h"\
10084 ".\./Include\opcode.h"\
10085 ".\./Include\graminit.h"\
10086 ".\./Include\thread.h"\
10087 ".\./PC\config.h"\
10088 ".\./Include\myproto.h"\
10089 ".\Include\object.h"\
10090 ".\Include\objimpl.h"\
10091 ".\Include\pydebug.h"\
10092 ".\Include\accessobject.h"\
10093 ".\Include\intobject.h"\
10094 ".\Include\longobject.h"\
10095 ".\Include\floatobject.h"\
10096 ".\./Include\complexobject.h"\
10097 ".\Include\rangeobject.h"\
10098 ".\Include\stringobject.h"\
10099 ".\Include\tupleobject.h"\
10100 ".\Include\listobject.h"\
10101 ".\Include\mappingobject.h"\
10102 ".\Include\methodobject.h"\
10103 ".\Include\moduleobject.h"\
10104 ".\Include\funcobject.h"\
10105 ".\Include\classobject.h"\
10106 ".\Include\fileobject.h"\
10107 ".\Include\cobject.h"\
10108 ".\./Include\traceback.h"\
10109 ".\Include\errors.h"\
10110 ".\./Include\mymalloc.h"\
10111 ".\./Include\modsupport.h"\
10112 ".\./Include\ceval.h"\
10113 ".\./Include\pythonrun.h"\
10114 ".\./Include\sysmodule.h"\
10115 ".\./Include\intrcheck.h"\
10116 ".\./Include\import.h"\
10117 ".\./Include\bltinmodule.h"\
10118 ".\Include\abstract.h"\
10119 ".\./Include\rename2.h"\
10120
10121
10122"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
10123 $(CPP) $(CPP_PROJ) $(SOURCE)
10124
10125
10126!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10127
10128DEP_CPP_CEVAL=\
10129 ".\./Include\allobjects.h"\
10130 ".\./Include\compile.h"\
10131 ".\./Include\frameobject.h"\
10132 ".\./Include\eval.h"\
10133 ".\./Include\opcode.h"\
10134 ".\./Include\graminit.h"\
10135 ".\./Include\thread.h"\
10136 ".\./PC\config.h"\
10137 ".\./Include\myproto.h"\
10138 ".\Include\object.h"\
10139 ".\Include\objimpl.h"\
10140 ".\Include\pydebug.h"\
10141 ".\Include\accessobject.h"\
10142 ".\Include\intobject.h"\
10143 ".\Include\longobject.h"\
10144 ".\Include\floatobject.h"\
10145 ".\./Include\complexobject.h"\
10146 ".\Include\rangeobject.h"\
10147 ".\Include\stringobject.h"\
10148 ".\Include\tupleobject.h"\
10149 ".\Include\listobject.h"\
10150 ".\Include\mappingobject.h"\
10151 ".\Include\methodobject.h"\
10152 ".\Include\moduleobject.h"\
10153 ".\Include\funcobject.h"\
10154 ".\Include\classobject.h"\
10155 ".\Include\fileobject.h"\
10156 ".\Include\cobject.h"\
10157 ".\./Include\traceback.h"\
10158 ".\Include\errors.h"\
10159 ".\./Include\mymalloc.h"\
10160 ".\./Include\modsupport.h"\
10161 ".\./Include\ceval.h"\
10162 ".\./Include\pythonrun.h"\
10163 ".\./Include\sysmodule.h"\
10164 ".\./Include\intrcheck.h"\
10165 ".\./Include\rename2.h"\
10166
10167
10168"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
10169 $(CPP) $(CPP_PROJ) $(SOURCE)
10170
10171
10172!ENDIF
10173
10174# End Source File
10175################################################################################
10176# Begin Source File
10177
10178SOURCE=.\Python\bltinmodule.c
10179
10180!IF "$(CFG)" == "vc40_nt - Win32 Release"
10181
10182DEP_CPP_BLTIN=\
10183 ".\./Include\allobjects.h"\
10184 ".\./Include\node.h"\
10185 ".\./Include\graminit.h"\
10186 ".\./Include\bltinmodule.h"\
10187 ".\./Include\import.h"\
10188 ".\./Include\compile.h"\
10189 ".\./Include\eval.h"\
10190 ".\./PC\config.h"\
10191 ".\./Include\myproto.h"\
10192 ".\Include\object.h"\
10193 ".\Include\objimpl.h"\
10194 ".\Include\pydebug.h"\
10195 ".\Include\accessobject.h"\
10196 ".\Include\intobject.h"\
10197 ".\Include\longobject.h"\
10198 ".\Include\floatobject.h"\
10199 ".\./Include\complexobject.h"\
10200 ".\Include\rangeobject.h"\
10201 ".\Include\stringobject.h"\
10202 ".\Include\tupleobject.h"\
10203 ".\Include\listobject.h"\
10204 ".\Include\mappingobject.h"\
10205 ".\Include\methodobject.h"\
10206 ".\Include\moduleobject.h"\
10207 ".\Include\funcobject.h"\
10208 ".\Include\classobject.h"\
10209 ".\Include\fileobject.h"\
10210 ".\Include\cobject.h"\
10211 ".\./Include\traceback.h"\
10212 ".\Include\errors.h"\
10213 ".\./Include\mymalloc.h"\
10214 ".\./Include\modsupport.h"\
10215 ".\./Include\ceval.h"\
10216 ".\./Include\pythonrun.h"\
10217 ".\./Include\sysmodule.h"\
10218 ".\./Include\intrcheck.h"\
10219 ".\Include\abstract.h"\
10220 ".\./Include\rename2.h"\
10221 ".\./Include\thread.h"\
10222
10223
10224"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
10225 $(CPP) $(CPP_PROJ) $(SOURCE)
10226
10227
10228!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10229
10230DEP_CPP_BLTIN=\
10231 ".\./Include\allobjects.h"\
10232 ".\./Include\node.h"\
10233 ".\./Include\graminit.h"\
10234 ".\./Include\bltinmodule.h"\
10235 ".\./Include\import.h"\
10236 ".\./Include\compile.h"\
10237 ".\./Include\eval.h"\
10238 ".\./PC\config.h"\
10239 ".\./Include\myproto.h"\
10240 ".\Include\object.h"\
10241 ".\Include\objimpl.h"\
10242 ".\Include\pydebug.h"\
10243 ".\Include\accessobject.h"\
10244 ".\Include\intobject.h"\
10245 ".\Include\longobject.h"\
10246 ".\Include\floatobject.h"\
10247 ".\./Include\complexobject.h"\
10248 ".\Include\rangeobject.h"\
10249 ".\Include\stringobject.h"\
10250 ".\Include\tupleobject.h"\
10251 ".\Include\listobject.h"\
10252 ".\Include\mappingobject.h"\
10253 ".\Include\methodobject.h"\
10254 ".\Include\moduleobject.h"\
10255 ".\Include\funcobject.h"\
10256 ".\Include\classobject.h"\
10257 ".\Include\fileobject.h"\
10258 ".\Include\cobject.h"\
10259 ".\./Include\traceback.h"\
10260 ".\Include\errors.h"\
10261 ".\./Include\mymalloc.h"\
10262 ".\./Include\modsupport.h"\
10263 ".\./Include\ceval.h"\
10264 ".\./Include\pythonrun.h"\
10265 ".\./Include\sysmodule.h"\
10266 ".\./Include\intrcheck.h"\
10267 ".\./Include\rename2.h"\
10268 ".\./Include\thread.h"\
10269
10270
10271"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
10272 $(CPP) $(CPP_PROJ) $(SOURCE)
10273
10274
10275!ENDIF
10276
10277# End Source File
10278################################################################################
10279# Begin Source File
10280
10281SOURCE=.\Modules\binascii.c
10282
10283!IF "$(CFG)" == "vc40_nt - Win32 Release"
10284
10285DEP_CPP_BINAS=\
10286 ".\./Include\Python.h"\
10287 ".\./Include\allobjects.h"\
10288 ".\./PC\config.h"\
10289 ".\./Include\myproto.h"\
10290 ".\Include\object.h"\
10291 ".\Include\objimpl.h"\
10292 ".\Include\pydebug.h"\
10293 ".\Include\accessobject.h"\
10294 ".\Include\intobject.h"\
10295 ".\Include\longobject.h"\
10296 ".\Include\floatobject.h"\
10297 ".\./Include\complexobject.h"\
10298 ".\Include\rangeobject.h"\
10299 ".\Include\stringobject.h"\
10300 ".\Include\tupleobject.h"\
10301 ".\Include\listobject.h"\
10302 ".\Include\mappingobject.h"\
10303 ".\Include\methodobject.h"\
10304 ".\Include\moduleobject.h"\
10305 ".\Include\funcobject.h"\
10306 ".\Include\classobject.h"\
10307 ".\Include\fileobject.h"\
10308 ".\Include\cobject.h"\
10309 ".\./Include\traceback.h"\
10310 ".\Include\errors.h"\
10311 ".\./Include\mymalloc.h"\
10312 ".\./Include\modsupport.h"\
10313 ".\./Include\ceval.h"\
10314 ".\./Include\pythonrun.h"\
10315 ".\./Include\sysmodule.h"\
10316 ".\./Include\intrcheck.h"\
10317 ".\./Include\import.h"\
10318 ".\./Include\bltinmodule.h"\
10319 ".\Include\abstract.h"\
10320 ".\./Include\rename2.h"\
10321 ".\./Include\thread.h"\
10322
10323
10324"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
10325 $(CPP) $(CPP_PROJ) $(SOURCE)
10326
10327
10328!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10329
10330DEP_CPP_BINAS=\
10331 ".\./Include\Python.h"\
10332 ".\./Include\allobjects.h"\
10333 ".\./PC\config.h"\
10334 ".\./Include\myproto.h"\
10335 ".\Include\object.h"\
10336 ".\Include\objimpl.h"\
10337 ".\Include\pydebug.h"\
10338 ".\Include\accessobject.h"\
10339 ".\Include\intobject.h"\
10340 ".\Include\longobject.h"\
10341 ".\Include\floatobject.h"\
10342 ".\./Include\complexobject.h"\
10343 ".\Include\rangeobject.h"\
10344 ".\Include\stringobject.h"\
10345 ".\Include\tupleobject.h"\
10346 ".\Include\listobject.h"\
10347 ".\Include\mappingobject.h"\
10348 ".\Include\methodobject.h"\
10349 ".\Include\moduleobject.h"\
10350 ".\Include\funcobject.h"\
10351 ".\Include\classobject.h"\
10352 ".\Include\fileobject.h"\
10353 ".\Include\cobject.h"\
10354 ".\./Include\traceback.h"\
10355 ".\Include\errors.h"\
10356 ".\./Include\mymalloc.h"\
10357 ".\./Include\modsupport.h"\
10358 ".\./Include\ceval.h"\
10359 ".\./Include\pythonrun.h"\
10360 ".\./Include\sysmodule.h"\
10361 ".\./Include\intrcheck.h"\
10362 ".\./Include\rename2.h"\
10363 ".\./Include\thread.h"\
10364
10365
10366"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
10367 $(CPP) $(CPP_PROJ) $(SOURCE)
10368
10369
10370!ENDIF
10371
10372# End Source File
10373################################################################################
10374# Begin Source File
10375
10376SOURCE=.\Modules\audioop.c
10377
10378!IF "$(CFG)" == "vc40_nt - Win32 Release"
10379
10380DEP_CPP_AUDIO=\
10381 ".\./Include\allobjects.h"\
10382 ".\./Include\modsupport.h"\
10383 ".\./Include\mymath.h"\
10384 ".\./PC\config.h"\
10385 ".\./Include\myproto.h"\
10386 ".\Include\object.h"\
10387 ".\Include\objimpl.h"\
10388 ".\Include\pydebug.h"\
10389 ".\Include\accessobject.h"\
10390 ".\Include\intobject.h"\
10391 ".\Include\longobject.h"\
10392 ".\Include\floatobject.h"\
10393 ".\./Include\complexobject.h"\
10394 ".\Include\rangeobject.h"\
10395 ".\Include\stringobject.h"\
10396 ".\Include\tupleobject.h"\
10397 ".\Include\listobject.h"\
10398 ".\Include\mappingobject.h"\
10399 ".\Include\methodobject.h"\
10400 ".\Include\moduleobject.h"\
10401 ".\Include\funcobject.h"\
10402 ".\Include\classobject.h"\
10403 ".\Include\fileobject.h"\
10404 ".\Include\cobject.h"\
10405 ".\./Include\traceback.h"\
10406 ".\Include\errors.h"\
10407 ".\./Include\mymalloc.h"\
10408 ".\./Include\ceval.h"\
10409 ".\./Include\pythonrun.h"\
10410 ".\./Include\sysmodule.h"\
10411 ".\./Include\intrcheck.h"\
10412 ".\./Include\import.h"\
10413 ".\./Include\bltinmodule.h"\
10414 ".\Include\abstract.h"\
10415 ".\./Include\rename2.h"\
10416 ".\./Include\thread.h"\
10417
10418
10419"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
10420 $(CPP) $(CPP_PROJ) $(SOURCE)
10421
10422
10423!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10424
10425DEP_CPP_AUDIO=\
10426 ".\./Include\allobjects.h"\
10427 ".\./Include\modsupport.h"\
10428 ".\./Include\mymath.h"\
10429 ".\./PC\config.h"\
10430 ".\./Include\myproto.h"\
10431 ".\Include\object.h"\
10432 ".\Include\objimpl.h"\
10433 ".\Include\pydebug.h"\
10434 ".\Include\accessobject.h"\
10435 ".\Include\intobject.h"\
10436 ".\Include\longobject.h"\
10437 ".\Include\floatobject.h"\
10438 ".\./Include\complexobject.h"\
10439 ".\Include\rangeobject.h"\
10440 ".\Include\stringobject.h"\
10441 ".\Include\tupleobject.h"\
10442 ".\Include\listobject.h"\
10443 ".\Include\mappingobject.h"\
10444 ".\Include\methodobject.h"\
10445 ".\Include\moduleobject.h"\
10446 ".\Include\funcobject.h"\
10447 ".\Include\classobject.h"\
10448 ".\Include\fileobject.h"\
10449 ".\Include\cobject.h"\
10450 ".\./Include\traceback.h"\
10451 ".\Include\errors.h"\
10452 ".\./Include\mymalloc.h"\
10453 ".\./Include\ceval.h"\
10454 ".\./Include\pythonrun.h"\
10455 ".\./Include\sysmodule.h"\
10456 ".\./Include\intrcheck.h"\
10457 ".\./Include\rename2.h"\
10458 ".\./Include\thread.h"\
10459
10460
10461"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
10462 $(CPP) $(CPP_PROJ) $(SOURCE)
10463
10464
10465!ENDIF
10466
10467# End Source File
10468################################################################################
10469# Begin Source File
10470
10471SOURCE=.\Modules\arraymodule.c
10472
10473!IF "$(CFG)" == "vc40_nt - Win32 Release"
10474
10475DEP_CPP_ARRAY=\
10476 ".\./Include\allobjects.h"\
10477 ".\./Include\modsupport.h"\
10478 ".\./Include\ceval.h"\
10479 {$(INCLUDE)}"\sys\TYPES.H"\
10480 ".\./PC\config.h"\
10481 ".\./Include\myproto.h"\
10482 ".\Include\object.h"\
10483 ".\Include\objimpl.h"\
10484 ".\Include\pydebug.h"\
10485 ".\Include\accessobject.h"\
10486 ".\Include\intobject.h"\
10487 ".\Include\longobject.h"\
10488 ".\Include\floatobject.h"\
10489 ".\./Include\complexobject.h"\
10490 ".\Include\rangeobject.h"\
10491 ".\Include\stringobject.h"\
10492 ".\Include\tupleobject.h"\
10493 ".\Include\listobject.h"\
10494 ".\Include\mappingobject.h"\
10495 ".\Include\methodobject.h"\
10496 ".\Include\moduleobject.h"\
10497 ".\Include\funcobject.h"\
10498 ".\Include\classobject.h"\
10499 ".\Include\fileobject.h"\
10500 ".\Include\cobject.h"\
10501 ".\./Include\traceback.h"\
10502 ".\Include\errors.h"\
10503 ".\./Include\mymalloc.h"\
10504 ".\./Include\pythonrun.h"\
10505 ".\./Include\sysmodule.h"\
10506 ".\./Include\intrcheck.h"\
10507 ".\./Include\import.h"\
10508 ".\./Include\bltinmodule.h"\
10509 ".\Include\abstract.h"\
10510 ".\./Include\rename2.h"\
10511 ".\./Include\thread.h"\
10512
10513
10514"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
10515 $(CPP) $(CPP_PROJ) $(SOURCE)
10516
10517
10518!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10519
10520DEP_CPP_ARRAY=\
10521 ".\./Include\allobjects.h"\
10522 ".\./Include\modsupport.h"\
10523 ".\./Include\ceval.h"\
10524 {$(INCLUDE)}"\sys\TYPES.H"\
10525 ".\./PC\config.h"\
10526 ".\./Include\myproto.h"\
10527 ".\Include\object.h"\
10528 ".\Include\objimpl.h"\
10529 ".\Include\pydebug.h"\
10530 ".\Include\accessobject.h"\
10531 ".\Include\intobject.h"\
10532 ".\Include\longobject.h"\
10533 ".\Include\floatobject.h"\
10534 ".\./Include\complexobject.h"\
10535 ".\Include\rangeobject.h"\
10536 ".\Include\stringobject.h"\
10537 ".\Include\tupleobject.h"\
10538 ".\Include\listobject.h"\
10539 ".\Include\mappingobject.h"\
10540 ".\Include\methodobject.h"\
10541 ".\Include\moduleobject.h"\
10542 ".\Include\funcobject.h"\
10543 ".\Include\classobject.h"\
10544 ".\Include\fileobject.h"\
10545 ".\Include\cobject.h"\
10546 ".\./Include\traceback.h"\
10547 ".\Include\errors.h"\
10548 ".\./Include\mymalloc.h"\
10549 ".\./Include\pythonrun.h"\
10550 ".\./Include\sysmodule.h"\
10551 ".\./Include\intrcheck.h"\
10552 ".\./Include\rename2.h"\
10553 ".\./Include\thread.h"\
10554
10555
10556"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
10557 $(CPP) $(CPP_PROJ) $(SOURCE)
10558
10559
10560!ENDIF
10561
10562# End Source File
10563################################################################################
10564# Begin Source File
10565
10566SOURCE=.\Objects\accessobject.c
10567
10568!IF "$(CFG)" == "vc40_nt - Win32 Release"
10569
10570DEP_CPP_ACCES=\
10571 ".\./Include\allobjects.h"\
10572 ".\./Include\ceval.h"\
10573 ".\./Include\structmember.h"\
10574 ".\./Include\modsupport.h"\
10575 ".\./PC\config.h"\
10576 ".\./Include\myproto.h"\
10577 ".\Include\object.h"\
10578 ".\Include\objimpl.h"\
10579 ".\Include\pydebug.h"\
10580 ".\Include\accessobject.h"\
10581 ".\Include\intobject.h"\
10582 ".\Include\longobject.h"\
10583 ".\Include\floatobject.h"\
10584 ".\./Include\complexobject.h"\
10585 ".\Include\rangeobject.h"\
10586 ".\Include\stringobject.h"\
10587 ".\Include\tupleobject.h"\
10588 ".\Include\listobject.h"\
10589 ".\Include\mappingobject.h"\
10590 ".\Include\methodobject.h"\
10591 ".\Include\moduleobject.h"\
10592 ".\Include\funcobject.h"\
10593 ".\Include\classobject.h"\
10594 ".\Include\fileobject.h"\
10595 ".\Include\cobject.h"\
10596 ".\./Include\traceback.h"\
10597 ".\Include\errors.h"\
10598 ".\./Include\mymalloc.h"\
10599 ".\./Include\pythonrun.h"\
10600 ".\./Include\sysmodule.h"\
10601 ".\./Include\intrcheck.h"\
10602 ".\./Include\import.h"\
10603 ".\./Include\bltinmodule.h"\
10604 ".\Include\abstract.h"\
10605 ".\./Include\rename2.h"\
10606 ".\./Include\thread.h"\
10607
10608
10609"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
10610 $(CPP) $(CPP_PROJ) $(SOURCE)
10611
10612
10613!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10614
10615DEP_CPP_ACCES=\
10616 ".\./Include\allobjects.h"\
10617 ".\./Include\ceval.h"\
10618 ".\./Include\structmember.h"\
10619 ".\./Include\modsupport.h"\
10620 ".\./PC\config.h"\
10621 ".\./Include\myproto.h"\
10622 ".\Include\object.h"\
10623 ".\Include\objimpl.h"\
10624 ".\Include\pydebug.h"\
10625 ".\Include\accessobject.h"\
10626 ".\Include\intobject.h"\
10627 ".\Include\longobject.h"\
10628 ".\Include\floatobject.h"\
10629 ".\./Include\complexobject.h"\
10630 ".\Include\rangeobject.h"\
10631 ".\Include\stringobject.h"\
10632 ".\Include\tupleobject.h"\
10633 ".\Include\listobject.h"\
10634 ".\Include\mappingobject.h"\
10635 ".\Include\methodobject.h"\
10636 ".\Include\moduleobject.h"\
10637 ".\Include\funcobject.h"\
10638 ".\Include\classobject.h"\
10639 ".\Include\fileobject.h"\
10640 ".\Include\cobject.h"\
10641 ".\./Include\traceback.h"\
10642 ".\Include\errors.h"\
10643 ".\./Include\mymalloc.h"\
10644 ".\./Include\pythonrun.h"\
10645 ".\./Include\sysmodule.h"\
10646 ".\./Include\intrcheck.h"\
10647 ".\./Include\rename2.h"\
10648 ".\./Include\thread.h"\
10649
10650
10651"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
10652 $(CPP) $(CPP_PROJ) $(SOURCE)
10653
10654
10655!ENDIF
10656
10657# End Source File
10658################################################################################
10659# Begin Source File
10660
10661SOURCE=.\Parser\acceler.c
10662
10663!IF "$(CFG)" == "vc40_nt - Win32 Release"
10664
10665DEP_CPP_ACCEL=\
10666 ".\./Include\pgenheaders.h"\
10667 ".\./Include\grammar.h"\
10668 ".\./Include\node.h"\
10669 ".\./Include\token.h"\
10670 ".\Parser\parser.h"\
10671 ".\./PC\config.h"\
10672 ".\./Include\myproto.h"\
10673 ".\./Include\mymalloc.h"\
10674 ".\Include\pydebug.h"\
10675 ".\Include\bitset.h"\
10676 ".\./Include\rename2.h"\
10677
10678
10679"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
10680 $(CPP) $(CPP_PROJ) $(SOURCE)
10681
10682
10683!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10684
10685DEP_CPP_ACCEL=\
10686 ".\./Include\pgenheaders.h"\
10687 ".\./Include\grammar.h"\
10688 ".\./Include\node.h"\
10689 ".\./Include\token.h"\
10690 ".\Parser\parser.h"\
10691 ".\./PC\config.h"\
10692 ".\./Include\myproto.h"\
10693 ".\./Include\mymalloc.h"\
10694 ".\Include\pydebug.h"\
10695 ".\./Include\rename2.h"\
10696 ".\Include\bitset.h"\
10697
10698
10699"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
10700 $(CPP) $(CPP_PROJ) $(SOURCE)
10701
10702
10703!ENDIF
10704
10705# End Source File
10706################################################################################
10707# Begin Source File
10708
10709SOURCE=.\Objects\abstract.c
10710
10711!IF "$(CFG)" == "vc40_nt - Win32 Release"
10712
10713DEP_CPP_ABSTR=\
10714 ".\./Include\Python.h"\
10715 ".\./Include\allobjects.h"\
10716 ".\./PC\config.h"\
10717 ".\./Include\myproto.h"\
10718 ".\Include\object.h"\
10719 ".\Include\objimpl.h"\
10720 ".\Include\pydebug.h"\
10721 ".\Include\accessobject.h"\
10722 ".\Include\intobject.h"\
10723 ".\Include\longobject.h"\
10724 ".\Include\floatobject.h"\
10725 ".\./Include\complexobject.h"\
10726 ".\Include\rangeobject.h"\
10727 ".\Include\stringobject.h"\
10728 ".\Include\tupleobject.h"\
10729 ".\Include\listobject.h"\
10730 ".\Include\mappingobject.h"\
10731 ".\Include\methodobject.h"\
10732 ".\Include\moduleobject.h"\
10733 ".\Include\funcobject.h"\
10734 ".\Include\classobject.h"\
10735 ".\Include\fileobject.h"\
10736 ".\Include\cobject.h"\
10737 ".\./Include\traceback.h"\
10738 ".\Include\errors.h"\
10739 ".\./Include\mymalloc.h"\
10740 ".\./Include\modsupport.h"\
10741 ".\./Include\ceval.h"\
10742 ".\./Include\pythonrun.h"\
10743 ".\./Include\sysmodule.h"\
10744 ".\./Include\intrcheck.h"\
10745 ".\./Include\import.h"\
10746 ".\./Include\bltinmodule.h"\
10747 ".\Include\abstract.h"\
10748 ".\./Include\rename2.h"\
10749 ".\./Include\thread.h"\
10750
10751
10752"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
10753 $(CPP) $(CPP_PROJ) $(SOURCE)
10754
10755
10756!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10757
10758DEP_CPP_ABSTR=\
10759 ".\./Include\Python.h"\
10760 ".\./Include\allobjects.h"\
10761 ".\./PC\config.h"\
10762 ".\./Include\myproto.h"\
10763 ".\Include\object.h"\
10764 ".\Include\objimpl.h"\
10765 ".\Include\pydebug.h"\
10766 ".\Include\accessobject.h"\
10767 ".\Include\intobject.h"\
10768 ".\Include\longobject.h"\
10769 ".\Include\floatobject.h"\
10770 ".\./Include\complexobject.h"\
10771 ".\Include\rangeobject.h"\
10772 ".\Include\stringobject.h"\
10773 ".\Include\tupleobject.h"\
10774 ".\Include\listobject.h"\
10775 ".\Include\mappingobject.h"\
10776 ".\Include\methodobject.h"\
10777 ".\Include\moduleobject.h"\
10778 ".\Include\funcobject.h"\
10779 ".\Include\classobject.h"\
10780 ".\Include\fileobject.h"\
10781 ".\Include\cobject.h"\
10782 ".\./Include\traceback.h"\
10783 ".\Include\errors.h"\
10784 ".\./Include\mymalloc.h"\
10785 ".\./Include\modsupport.h"\
10786 ".\./Include\ceval.h"\
10787 ".\./Include\pythonrun.h"\
10788 ".\./Include\sysmodule.h"\
10789 ".\./Include\intrcheck.h"\
10790 ".\./Include\rename2.h"\
10791 ".\./Include\thread.h"\
10792
10793
10794"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
10795 $(CPP) $(CPP_PROJ) $(SOURCE)
10796
10797
10798!ENDIF
10799
10800# End Source File
10801################################################################################
10802# Begin Source File
10803
10804SOURCE=.\Modules\yuvconvert.c
10805DEP_CPP_YUVCO=\
10806 ".\Modules\yuv.h"\
10807
10808
10809"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
10810 $(CPP) $(CPP_PROJ) $(SOURCE)
10811
10812
10813# End Source File
10814################################################################################
10815# Begin Source File
10816
10817SOURCE=.\Objects\typeobject.c
10818
10819!IF "$(CFG)" == "vc40_nt - Win32 Release"
10820
10821DEP_CPP_TYPEO=\
10822 ".\./Include\allobjects.h"\
10823 ".\./PC\config.h"\
10824 ".\./Include\myproto.h"\
10825 ".\Include\object.h"\
10826 ".\Include\objimpl.h"\
10827 ".\Include\pydebug.h"\
10828 ".\Include\accessobject.h"\
10829 ".\Include\intobject.h"\
10830 ".\Include\longobject.h"\
10831 ".\Include\floatobject.h"\
10832 ".\./Include\complexobject.h"\
10833 ".\Include\rangeobject.h"\
10834 ".\Include\stringobject.h"\
10835 ".\Include\tupleobject.h"\
10836 ".\Include\listobject.h"\
10837 ".\Include\mappingobject.h"\
10838 ".\Include\methodobject.h"\
10839 ".\Include\moduleobject.h"\
10840 ".\Include\funcobject.h"\
10841 ".\Include\classobject.h"\
10842 ".\Include\fileobject.h"\
10843 ".\Include\cobject.h"\
10844 ".\./Include\traceback.h"\
10845 ".\Include\errors.h"\
10846 ".\./Include\mymalloc.h"\
10847 ".\./Include\modsupport.h"\
10848 ".\./Include\ceval.h"\
10849 ".\./Include\pythonrun.h"\
10850 ".\./Include\sysmodule.h"\
10851 ".\./Include\intrcheck.h"\
10852 ".\./Include\import.h"\
10853 ".\./Include\bltinmodule.h"\
10854 ".\Include\abstract.h"\
10855 ".\./Include\rename2.h"\
10856 ".\./Include\thread.h"\
10857
10858
10859"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
10860 $(CPP) $(CPP_PROJ) $(SOURCE)
10861
10862
10863!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10864
10865DEP_CPP_TYPEO=\
10866 ".\./Include\allobjects.h"\
10867 ".\./PC\config.h"\
10868 ".\./Include\myproto.h"\
10869 ".\Include\object.h"\
10870 ".\Include\objimpl.h"\
10871 ".\Include\pydebug.h"\
10872 ".\Include\accessobject.h"\
10873 ".\Include\intobject.h"\
10874 ".\Include\longobject.h"\
10875 ".\Include\floatobject.h"\
10876 ".\./Include\complexobject.h"\
10877 ".\Include\rangeobject.h"\
10878 ".\Include\stringobject.h"\
10879 ".\Include\tupleobject.h"\
10880 ".\Include\listobject.h"\
10881 ".\Include\mappingobject.h"\
10882 ".\Include\methodobject.h"\
10883 ".\Include\moduleobject.h"\
10884 ".\Include\funcobject.h"\
10885 ".\Include\classobject.h"\
10886 ".\Include\fileobject.h"\
10887 ".\Include\cobject.h"\
10888 ".\./Include\traceback.h"\
10889 ".\Include\errors.h"\
10890 ".\./Include\mymalloc.h"\
10891 ".\./Include\modsupport.h"\
10892 ".\./Include\ceval.h"\
10893 ".\./Include\pythonrun.h"\
10894 ".\./Include\sysmodule.h"\
10895 ".\./Include\intrcheck.h"\
10896 ".\./Include\rename2.h"\
10897 ".\./Include\thread.h"\
10898
10899
10900"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
10901 $(CPP) $(CPP_PROJ) $(SOURCE)
10902
10903
10904!ENDIF
10905
10906# End Source File
10907################################################################################
10908# Begin Source File
10909
10910SOURCE=.\Objects\tupleobject.c
10911
10912!IF "$(CFG)" == "vc40_nt - Win32 Release"
10913
10914DEP_CPP_TUPLE=\
10915 ".\./Include\allobjects.h"\
10916 ".\./PC\config.h"\
10917 ".\./Include\myproto.h"\
10918 ".\Include\object.h"\
10919 ".\Include\objimpl.h"\
10920 ".\Include\pydebug.h"\
10921 ".\Include\accessobject.h"\
10922 ".\Include\intobject.h"\
10923 ".\Include\longobject.h"\
10924 ".\Include\floatobject.h"\
10925 ".\./Include\complexobject.h"\
10926 ".\Include\rangeobject.h"\
10927 ".\Include\stringobject.h"\
10928 ".\Include\tupleobject.h"\
10929 ".\Include\listobject.h"\
10930 ".\Include\mappingobject.h"\
10931 ".\Include\methodobject.h"\
10932 ".\Include\moduleobject.h"\
10933 ".\Include\funcobject.h"\
10934 ".\Include\classobject.h"\
10935 ".\Include\fileobject.h"\
10936 ".\Include\cobject.h"\
10937 ".\./Include\traceback.h"\
10938 ".\Include\errors.h"\
10939 ".\./Include\mymalloc.h"\
10940 ".\./Include\modsupport.h"\
10941 ".\./Include\ceval.h"\
10942 ".\./Include\pythonrun.h"\
10943 ".\./Include\sysmodule.h"\
10944 ".\./Include\intrcheck.h"\
10945 ".\./Include\import.h"\
10946 ".\./Include\bltinmodule.h"\
10947 ".\Include\abstract.h"\
10948 ".\./Include\rename2.h"\
10949 ".\./Include\thread.h"\
10950
10951
10952"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
10953 $(CPP) $(CPP_PROJ) $(SOURCE)
10954
10955
10956!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
10957
10958DEP_CPP_TUPLE=\
10959 ".\./Include\allobjects.h"\
10960 ".\./PC\config.h"\
10961 ".\./Include\myproto.h"\
10962 ".\Include\object.h"\
10963 ".\Include\objimpl.h"\
10964 ".\Include\pydebug.h"\
10965 ".\Include\accessobject.h"\
10966 ".\Include\intobject.h"\
10967 ".\Include\longobject.h"\
10968 ".\Include\floatobject.h"\
10969 ".\./Include\complexobject.h"\
10970 ".\Include\rangeobject.h"\
10971 ".\Include\stringobject.h"\
10972 ".\Include\tupleobject.h"\
10973 ".\Include\listobject.h"\
10974 ".\Include\mappingobject.h"\
10975 ".\Include\methodobject.h"\
10976 ".\Include\moduleobject.h"\
10977 ".\Include\funcobject.h"\
10978 ".\Include\classobject.h"\
10979 ".\Include\fileobject.h"\
10980 ".\Include\cobject.h"\
10981 ".\./Include\traceback.h"\
10982 ".\Include\errors.h"\
10983 ".\./Include\mymalloc.h"\
10984 ".\./Include\modsupport.h"\
10985 ".\./Include\ceval.h"\
10986 ".\./Include\pythonrun.h"\
10987 ".\./Include\sysmodule.h"\
10988 ".\./Include\intrcheck.h"\
10989 ".\./Include\rename2.h"\
10990 ".\./Include\thread.h"\
10991
10992
10993"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
10994 $(CPP) $(CPP_PROJ) $(SOURCE)
10995
10996
10997!ENDIF
10998
10999# End Source File
11000################################################################################
11001# Begin Source File
11002
11003SOURCE=.\Python\traceback.c
11004
11005!IF "$(CFG)" == "vc40_nt - Win32 Release"
11006
11007DEP_CPP_TRACE=\
11008 ".\./Include\allobjects.h"\
11009 ".\./Include\sysmodule.h"\
11010 ".\./Include\compile.h"\
11011 ".\./Include\frameobject.h"\
11012 ".\./Include\traceback.h"\
11013 ".\./Include\structmember.h"\
11014 ".\./Include\osdefs.h"\
11015 ".\./PC\config.h"\
11016 ".\./Include\myproto.h"\
11017 ".\Include\object.h"\
11018 ".\Include\objimpl.h"\
11019 ".\Include\pydebug.h"\
11020 ".\Include\accessobject.h"\
11021 ".\Include\intobject.h"\
11022 ".\Include\longobject.h"\
11023 ".\Include\floatobject.h"\
11024 ".\./Include\complexobject.h"\
11025 ".\Include\rangeobject.h"\
11026 ".\Include\stringobject.h"\
11027 ".\Include\tupleobject.h"\
11028 ".\Include\listobject.h"\
11029 ".\Include\mappingobject.h"\
11030 ".\Include\methodobject.h"\
11031 ".\Include\moduleobject.h"\
11032 ".\Include\funcobject.h"\
11033 ".\Include\classobject.h"\
11034 ".\Include\fileobject.h"\
11035 ".\Include\cobject.h"\
11036 ".\Include\errors.h"\
11037 ".\./Include\mymalloc.h"\
11038 ".\./Include\modsupport.h"\
11039 ".\./Include\ceval.h"\
11040 ".\./Include\pythonrun.h"\
11041 ".\./Include\intrcheck.h"\
11042 ".\./Include\import.h"\
11043 ".\./Include\bltinmodule.h"\
11044 ".\Include\abstract.h"\
11045 ".\./Include\rename2.h"\
11046 ".\./Include\thread.h"\
11047
11048
11049"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
11050 $(CPP) $(CPP_PROJ) $(SOURCE)
11051
11052
11053!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11054
11055DEP_CPP_TRACE=\
11056 ".\./Include\allobjects.h"\
11057 ".\./Include\sysmodule.h"\
11058 ".\./Include\compile.h"\
11059 ".\./Include\frameobject.h"\
11060 ".\./Include\traceback.h"\
11061 ".\./Include\structmember.h"\
11062 ".\./Include\osdefs.h"\
11063 ".\./PC\config.h"\
11064 ".\./Include\myproto.h"\
11065 ".\Include\object.h"\
11066 ".\Include\objimpl.h"\
11067 ".\Include\pydebug.h"\
11068 ".\Include\accessobject.h"\
11069 ".\Include\intobject.h"\
11070 ".\Include\longobject.h"\
11071 ".\Include\floatobject.h"\
11072 ".\./Include\complexobject.h"\
11073 ".\Include\rangeobject.h"\
11074 ".\Include\stringobject.h"\
11075 ".\Include\tupleobject.h"\
11076 ".\Include\listobject.h"\
11077 ".\Include\mappingobject.h"\
11078 ".\Include\methodobject.h"\
11079 ".\Include\moduleobject.h"\
11080 ".\Include\funcobject.h"\
11081 ".\Include\classobject.h"\
11082 ".\Include\fileobject.h"\
11083 ".\Include\cobject.h"\
11084 ".\Include\errors.h"\
11085 ".\./Include\mymalloc.h"\
11086 ".\./Include\modsupport.h"\
11087 ".\./Include\ceval.h"\
11088 ".\./Include\pythonrun.h"\
11089 ".\./Include\intrcheck.h"\
11090 ".\./Include\rename2.h"\
11091 ".\./Include\thread.h"\
11092
11093
11094"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
11095 $(CPP) $(CPP_PROJ) $(SOURCE)
11096
11097
11098!ENDIF
11099
11100# End Source File
11101################################################################################
11102# Begin Source File
11103
11104SOURCE=.\Parser\tokenizer.c
11105
11106!IF "$(CFG)" == "vc40_nt - Win32 Release"
11107
11108DEP_CPP_TOKEN=\
11109 ".\./Include\pgenheaders.h"\
11110 ".\Parser\tokenizer.h"\
11111 ".\./Include\errcode.h"\
11112 ".\./PC\config.h"\
11113 ".\./Include\myproto.h"\
11114 ".\./Include\mymalloc.h"\
11115 ".\Include\pydebug.h"\
11116 ".\./Include\token.h"\
11117 ".\./Include\rename2.h"\
11118
11119
11120"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
11121 $(CPP) $(CPP_PROJ) $(SOURCE)
11122
11123
11124!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11125
11126DEP_CPP_TOKEN=\
11127 ".\./Include\pgenheaders.h"\
11128 ".\Parser\tokenizer.h"\
11129 ".\./Include\errcode.h"\
11130 ".\./PC\config.h"\
11131 ".\./Include\myproto.h"\
11132 ".\./Include\mymalloc.h"\
11133 ".\Include\pydebug.h"\
11134 ".\./Include\rename2.h"\
11135 ".\./Include\token.h"\
11136
11137
11138"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
11139 $(CPP) $(CPP_PROJ) $(SOURCE)
11140
11141
11142!ENDIF
11143
11144# End Source File
11145################################################################################
11146# Begin Source File
11147
11148SOURCE=.\Modules\timemodule.c
11149
11150!IF "$(CFG)" == "vc40_nt - Win32 Release"
11151
11152DEP_CPP_TIMEM=\
11153 ".\./Include\allobjects.h"\
11154 ".\./Include\modsupport.h"\
11155 ".\./Include\ceval.h"\
11156 {$(INCLUDE)}"\sys\TYPES.H"\
11157 {$(INCLUDE)}"\unistd.h"\
11158 ".\./Include\myselect.h"\
11159 ".\./Include\mytime.h"\
11160 {$(INCLUDE)}"\sys\TIMEB.H"\
11161 {$(INCLUDE)}"\i86.h"\
11162 ".\./PC\config.h"\
11163 ".\./Include\myproto.h"\
11164 ".\Include\object.h"\
11165 ".\Include\objimpl.h"\
11166 ".\Include\pydebug.h"\
11167 ".\Include\accessobject.h"\
11168 ".\Include\intobject.h"\
11169 ".\Include\longobject.h"\
11170 ".\Include\floatobject.h"\
11171 ".\./Include\complexobject.h"\
11172 ".\Include\rangeobject.h"\
11173 ".\Include\stringobject.h"\
11174 ".\Include\tupleobject.h"\
11175 ".\Include\listobject.h"\
11176 ".\Include\mappingobject.h"\
11177 ".\Include\methodobject.h"\
11178 ".\Include\moduleobject.h"\
11179 ".\Include\funcobject.h"\
11180 ".\Include\classobject.h"\
11181 ".\Include\fileobject.h"\
11182 ".\Include\cobject.h"\
11183 ".\./Include\traceback.h"\
11184 ".\Include\errors.h"\
11185 ".\./Include\mymalloc.h"\
11186 ".\./Include\pythonrun.h"\
11187 ".\./Include\sysmodule.h"\
11188 ".\./Include\intrcheck.h"\
11189 ".\./Include\import.h"\
11190 ".\./Include\bltinmodule.h"\
11191 ".\Include\abstract.h"\
11192 ".\./Include\rename2.h"\
11193 ".\./Include\thread.h"\
11194
11195
11196"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
11197 $(CPP) $(CPP_PROJ) $(SOURCE)
11198
11199
11200!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11201
11202DEP_CPP_TIMEM=\
11203 ".\./Include\allobjects.h"\
11204 ".\./Include\modsupport.h"\
11205 ".\./Include\ceval.h"\
11206 {$(INCLUDE)}"\sys\TYPES.H"\
11207 {$(INCLUDE)}"\unistd.h"\
11208 ".\./Include\myselect.h"\
11209 ".\./Include\mytime.h"\
11210 {$(INCLUDE)}"\sys\TIMEB.H"\
11211 {$(INCLUDE)}"\i86.h"\
11212 ".\./PC\config.h"\
11213 ".\./Include\myproto.h"\
11214 ".\Include\object.h"\
11215 ".\Include\objimpl.h"\
11216 ".\Include\pydebug.h"\
11217 ".\Include\accessobject.h"\
11218 ".\Include\intobject.h"\
11219 ".\Include\longobject.h"\
11220 ".\Include\floatobject.h"\
11221 ".\./Include\complexobject.h"\
11222 ".\Include\rangeobject.h"\
11223 ".\Include\stringobject.h"\
11224 ".\Include\tupleobject.h"\
11225 ".\Include\listobject.h"\
11226 ".\Include\mappingobject.h"\
11227 ".\Include\methodobject.h"\
11228 ".\Include\moduleobject.h"\
11229 ".\Include\funcobject.h"\
11230 ".\Include\classobject.h"\
11231 ".\Include\fileobject.h"\
11232 ".\Include\cobject.h"\
11233 ".\./Include\traceback.h"\
11234 ".\Include\errors.h"\
11235 ".\./Include\mymalloc.h"\
11236 ".\./Include\pythonrun.h"\
11237 ".\./Include\sysmodule.h"\
11238 ".\./Include\intrcheck.h"\
11239 ".\./Include\rename2.h"\
11240 ".\./Include\thread.h"\
11241
11242
11243"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
11244 $(CPP) $(CPP_PROJ) $(SOURCE)
11245
11246
11247!ENDIF
11248
11249# End Source File
11250################################################################################
11251# Begin Source File
11252
11253SOURCE=.\Modules\threadmodule.c
11254
11255!IF "$(CFG)" == "vc40_nt - Win32 Release"
11256
11257DEP_CPP_THREA=\
11258 ".\./Include\allobjects.h"\
11259 ".\./Include\thread.h"\
11260 ".\./PC\config.h"\
11261 ".\./Include\myproto.h"\
11262 ".\Include\object.h"\
11263 ".\Include\objimpl.h"\
11264 ".\Include\pydebug.h"\
11265 ".\Include\accessobject.h"\
11266 ".\Include\intobject.h"\
11267 ".\Include\longobject.h"\
11268 ".\Include\floatobject.h"\
11269 ".\./Include\complexobject.h"\
11270 ".\Include\rangeobject.h"\
11271 ".\Include\stringobject.h"\
11272 ".\Include\tupleobject.h"\
11273 ".\Include\listobject.h"\
11274 ".\Include\mappingobject.h"\
11275 ".\Include\methodobject.h"\
11276 ".\Include\moduleobject.h"\
11277 ".\Include\funcobject.h"\
11278 ".\Include\classobject.h"\
11279 ".\Include\fileobject.h"\
11280 ".\Include\cobject.h"\
11281 ".\./Include\traceback.h"\
11282 ".\Include\errors.h"\
11283 ".\./Include\mymalloc.h"\
11284 ".\./Include\modsupport.h"\
11285 ".\./Include\ceval.h"\
11286 ".\./Include\pythonrun.h"\
11287 ".\./Include\sysmodule.h"\
11288 ".\./Include\intrcheck.h"\
11289 ".\./Include\import.h"\
11290 ".\./Include\bltinmodule.h"\
11291 ".\Include\abstract.h"\
11292 ".\./Include\rename2.h"\
11293
11294
11295"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
11296 $(CPP) $(CPP_PROJ) $(SOURCE)
11297
11298
11299!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11300
11301DEP_CPP_THREA=\
11302 ".\./Include\allobjects.h"\
11303 ".\./Include\thread.h"\
11304 ".\./PC\config.h"\
11305 ".\./Include\myproto.h"\
11306 ".\Include\object.h"\
11307 ".\Include\objimpl.h"\
11308 ".\Include\pydebug.h"\
11309 ".\Include\accessobject.h"\
11310 ".\Include\intobject.h"\
11311 ".\Include\longobject.h"\
11312 ".\Include\floatobject.h"\
11313 ".\./Include\complexobject.h"\
11314 ".\Include\rangeobject.h"\
11315 ".\Include\stringobject.h"\
11316 ".\Include\tupleobject.h"\
11317 ".\Include\listobject.h"\
11318 ".\Include\mappingobject.h"\
11319 ".\Include\methodobject.h"\
11320 ".\Include\moduleobject.h"\
11321 ".\Include\funcobject.h"\
11322 ".\Include\classobject.h"\
11323 ".\Include\fileobject.h"\
11324 ".\Include\cobject.h"\
11325 ".\./Include\traceback.h"\
11326 ".\Include\errors.h"\
11327 ".\./Include\mymalloc.h"\
11328 ".\./Include\modsupport.h"\
11329 ".\./Include\ceval.h"\
11330 ".\./Include\pythonrun.h"\
11331 ".\./Include\sysmodule.h"\
11332 ".\./Include\intrcheck.h"\
11333 ".\./Include\rename2.h"\
11334
11335
11336"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
11337 $(CPP) $(CPP_PROJ) $(SOURCE)
11338
11339
11340!ENDIF
11341
11342# End Source File
11343################################################################################
11344# Begin Source File
11345
11346SOURCE=.\Python\thread.c
11347DEP_CPP_THREAD=\
11348 ".\./PC\config.h"\
11349 ".\./Include\thread.h"\
11350 ".\Python\thread_sgi.h"\
11351 ".\Python\thread_solaris.h"\
11352 ".\Python\thread_lwp.h"\
11353 ".\Python\thread_pthread.h"\
11354 ".\Python\thread_cthread.h"\
11355 ".\Python\thread_nt.h"\
11356 {$(INCLUDE)}"\sys\TYPES.H"\
11357 {$(INCLUDE)}"\unistd.h"\
11358
11359
11360"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
11361 $(CPP) $(CPP_PROJ) $(SOURCE)
11362
11363
11364# End Source File
11365################################################################################
11366# Begin Source File
11367
11368SOURCE=.\Modules\structmodule.c
11369
11370!IF "$(CFG)" == "vc40_nt - Win32 Release"
11371
11372DEP_CPP_STRUC=\
11373 ".\./Include\allobjects.h"\
11374 ".\./Include\modsupport.h"\
11375 ".\./PC\config.h"\
11376 ".\./Include\myproto.h"\
11377 ".\Include\object.h"\
11378 ".\Include\objimpl.h"\
11379 ".\Include\pydebug.h"\
11380 ".\Include\accessobject.h"\
11381 ".\Include\intobject.h"\
11382 ".\Include\longobject.h"\
11383 ".\Include\floatobject.h"\
11384 ".\./Include\complexobject.h"\
11385 ".\Include\rangeobject.h"\
11386 ".\Include\stringobject.h"\
11387 ".\Include\tupleobject.h"\
11388 ".\Include\listobject.h"\
11389 ".\Include\mappingobject.h"\
11390 ".\Include\methodobject.h"\
11391 ".\Include\moduleobject.h"\
11392 ".\Include\funcobject.h"\
11393 ".\Include\classobject.h"\
11394 ".\Include\fileobject.h"\
11395 ".\Include\cobject.h"\
11396 ".\./Include\traceback.h"\
11397 ".\Include\errors.h"\
11398 ".\./Include\mymalloc.h"\
11399 ".\./Include\ceval.h"\
11400 ".\./Include\pythonrun.h"\
11401 ".\./Include\sysmodule.h"\
11402 ".\./Include\intrcheck.h"\
11403 ".\./Include\import.h"\
11404 ".\./Include\bltinmodule.h"\
11405 ".\Include\abstract.h"\
11406 ".\./Include\rename2.h"\
11407 ".\./Include\thread.h"\
11408
11409
11410"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
11411 $(CPP) $(CPP_PROJ) $(SOURCE)
11412
11413
11414!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11415
11416DEP_CPP_STRUC=\
11417 ".\./Include\allobjects.h"\
11418 ".\./Include\modsupport.h"\
11419 ".\./PC\config.h"\
11420 ".\./Include\myproto.h"\
11421 ".\Include\object.h"\
11422 ".\Include\objimpl.h"\
11423 ".\Include\pydebug.h"\
11424 ".\Include\accessobject.h"\
11425 ".\Include\intobject.h"\
11426 ".\Include\longobject.h"\
11427 ".\Include\floatobject.h"\
11428 ".\./Include\complexobject.h"\
11429 ".\Include\rangeobject.h"\
11430 ".\Include\stringobject.h"\
11431 ".\Include\tupleobject.h"\
11432 ".\Include\listobject.h"\
11433 ".\Include\mappingobject.h"\
11434 ".\Include\methodobject.h"\
11435 ".\Include\moduleobject.h"\
11436 ".\Include\funcobject.h"\
11437 ".\Include\classobject.h"\
11438 ".\Include\fileobject.h"\
11439 ".\Include\cobject.h"\
11440 ".\./Include\traceback.h"\
11441 ".\Include\errors.h"\
11442 ".\./Include\mymalloc.h"\
11443 ".\./Include\ceval.h"\
11444 ".\./Include\pythonrun.h"\
11445 ".\./Include\sysmodule.h"\
11446 ".\./Include\intrcheck.h"\
11447 ".\./Include\rename2.h"\
11448 ".\./Include\thread.h"\
11449
11450
11451"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
11452 $(CPP) $(CPP_PROJ) $(SOURCE)
11453
11454
11455!ENDIF
11456
11457# End Source File
11458################################################################################
11459# Begin Source File
11460
11461SOURCE=.\Python\structmember.c
11462
11463!IF "$(CFG)" == "vc40_nt - Win32 Release"
11464
11465DEP_CPP_STRUCT=\
11466 ".\./Include\allobjects.h"\
11467 ".\./Include\structmember.h"\
11468 ".\./PC\config.h"\
11469 ".\./Include\myproto.h"\
11470 ".\Include\object.h"\
11471 ".\Include\objimpl.h"\
11472 ".\Include\pydebug.h"\
11473 ".\Include\accessobject.h"\
11474 ".\Include\intobject.h"\
11475 ".\Include\longobject.h"\
11476 ".\Include\floatobject.h"\
11477 ".\./Include\complexobject.h"\
11478 ".\Include\rangeobject.h"\
11479 ".\Include\stringobject.h"\
11480 ".\Include\tupleobject.h"\
11481 ".\Include\listobject.h"\
11482 ".\Include\mappingobject.h"\
11483 ".\Include\methodobject.h"\
11484 ".\Include\moduleobject.h"\
11485 ".\Include\funcobject.h"\
11486 ".\Include\classobject.h"\
11487 ".\Include\fileobject.h"\
11488 ".\Include\cobject.h"\
11489 ".\./Include\traceback.h"\
11490 ".\Include\errors.h"\
11491 ".\./Include\mymalloc.h"\
11492 ".\./Include\modsupport.h"\
11493 ".\./Include\ceval.h"\
11494 ".\./Include\pythonrun.h"\
11495 ".\./Include\sysmodule.h"\
11496 ".\./Include\intrcheck.h"\
11497 ".\./Include\import.h"\
11498 ".\./Include\bltinmodule.h"\
11499 ".\Include\abstract.h"\
11500 ".\./Include\rename2.h"\
11501 ".\./Include\thread.h"\
11502
11503
11504"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
11505 $(CPP) $(CPP_PROJ) $(SOURCE)
11506
11507
11508!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11509
11510DEP_CPP_STRUCT=\
11511 ".\./Include\allobjects.h"\
11512 ".\./Include\structmember.h"\
11513 ".\./PC\config.h"\
11514 ".\./Include\myproto.h"\
11515 ".\Include\object.h"\
11516 ".\Include\objimpl.h"\
11517 ".\Include\pydebug.h"\
11518 ".\Include\accessobject.h"\
11519 ".\Include\intobject.h"\
11520 ".\Include\longobject.h"\
11521 ".\Include\floatobject.h"\
11522 ".\./Include\complexobject.h"\
11523 ".\Include\rangeobject.h"\
11524 ".\Include\stringobject.h"\
11525 ".\Include\tupleobject.h"\
11526 ".\Include\listobject.h"\
11527 ".\Include\mappingobject.h"\
11528 ".\Include\methodobject.h"\
11529 ".\Include\moduleobject.h"\
11530 ".\Include\funcobject.h"\
11531 ".\Include\classobject.h"\
11532 ".\Include\fileobject.h"\
11533 ".\Include\cobject.h"\
11534 ".\./Include\traceback.h"\
11535 ".\Include\errors.h"\
11536 ".\./Include\mymalloc.h"\
11537 ".\./Include\modsupport.h"\
11538 ".\./Include\ceval.h"\
11539 ".\./Include\pythonrun.h"\
11540 ".\./Include\sysmodule.h"\
11541 ".\./Include\intrcheck.h"\
11542 ".\./Include\rename2.h"\
11543 ".\./Include\thread.h"\
11544
11545
11546"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
11547 $(CPP) $(CPP_PROJ) $(SOURCE)
11548
11549
11550!ENDIF
11551
11552# End Source File
11553################################################################################
11554# Begin Source File
11555
11556SOURCE=.\Modules\stropmodule.c
11557
11558!IF "$(CFG)" == "vc40_nt - Win32 Release"
11559
11560DEP_CPP_STROP=\
11561 ".\./Include\allobjects.h"\
11562 ".\./Include\modsupport.h"\
11563 ".\./PC\config.h"\
11564 ".\./Include\myproto.h"\
11565 ".\Include\object.h"\
11566 ".\Include\objimpl.h"\
11567 ".\Include\pydebug.h"\
11568 ".\Include\accessobject.h"\
11569 ".\Include\intobject.h"\
11570 ".\Include\longobject.h"\
11571 ".\Include\floatobject.h"\
11572 ".\./Include\complexobject.h"\
11573 ".\Include\rangeobject.h"\
11574 ".\Include\stringobject.h"\
11575 ".\Include\tupleobject.h"\
11576 ".\Include\listobject.h"\
11577 ".\Include\mappingobject.h"\
11578 ".\Include\methodobject.h"\
11579 ".\Include\moduleobject.h"\
11580 ".\Include\funcobject.h"\
11581 ".\Include\classobject.h"\
11582 ".\Include\fileobject.h"\
11583 ".\Include\cobject.h"\
11584 ".\./Include\traceback.h"\
11585 ".\Include\errors.h"\
11586 ".\./Include\mymalloc.h"\
11587 ".\./Include\ceval.h"\
11588 ".\./Include\pythonrun.h"\
11589 ".\./Include\sysmodule.h"\
11590 ".\./Include\intrcheck.h"\
11591 ".\./Include\import.h"\
11592 ".\./Include\bltinmodule.h"\
11593 ".\Include\abstract.h"\
11594 ".\./Include\rename2.h"\
11595 ".\./Include\thread.h"\
11596
11597
11598"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
11599 $(CPP) $(CPP_PROJ) $(SOURCE)
11600
11601
11602!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11603
11604DEP_CPP_STROP=\
11605 ".\./Include\allobjects.h"\
11606 ".\./Include\modsupport.h"\
11607 ".\./PC\config.h"\
11608 ".\./Include\myproto.h"\
11609 ".\Include\object.h"\
11610 ".\Include\objimpl.h"\
11611 ".\Include\pydebug.h"\
11612 ".\Include\accessobject.h"\
11613 ".\Include\intobject.h"\
11614 ".\Include\longobject.h"\
11615 ".\Include\floatobject.h"\
11616 ".\./Include\complexobject.h"\
11617 ".\Include\rangeobject.h"\
11618 ".\Include\stringobject.h"\
11619 ".\Include\tupleobject.h"\
11620 ".\Include\listobject.h"\
11621 ".\Include\mappingobject.h"\
11622 ".\Include\methodobject.h"\
11623 ".\Include\moduleobject.h"\
11624 ".\Include\funcobject.h"\
11625 ".\Include\classobject.h"\
11626 ".\Include\fileobject.h"\
11627 ".\Include\cobject.h"\
11628 ".\./Include\traceback.h"\
11629 ".\Include\errors.h"\
11630 ".\./Include\mymalloc.h"\
11631 ".\./Include\ceval.h"\
11632 ".\./Include\pythonrun.h"\
11633 ".\./Include\sysmodule.h"\
11634 ".\./Include\intrcheck.h"\
11635 ".\./Include\rename2.h"\
11636 ".\./Include\thread.h"\
11637
11638
11639"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
11640 $(CPP) $(CPP_PROJ) $(SOURCE)
11641
11642
11643!ENDIF
11644
11645# End Source File
11646################################################################################
11647# Begin Source File
11648
11649SOURCE=.\Objects\stringobject.c
11650
11651!IF "$(CFG)" == "vc40_nt - Win32 Release"
11652
11653DEP_CPP_STRIN=\
11654 ".\./Include\allobjects.h"\
11655 ".\./PC\config.h"\
11656 ".\./Include\myproto.h"\
11657 ".\Include\object.h"\
11658 ".\Include\objimpl.h"\
11659 ".\Include\pydebug.h"\
11660 ".\Include\accessobject.h"\
11661 ".\Include\intobject.h"\
11662 ".\Include\longobject.h"\
11663 ".\Include\floatobject.h"\
11664 ".\./Include\complexobject.h"\
11665 ".\Include\rangeobject.h"\
11666 ".\Include\stringobject.h"\
11667 ".\Include\tupleobject.h"\
11668 ".\Include\listobject.h"\
11669 ".\Include\mappingobject.h"\
11670 ".\Include\methodobject.h"\
11671 ".\Include\moduleobject.h"\
11672 ".\Include\funcobject.h"\
11673 ".\Include\classobject.h"\
11674 ".\Include\fileobject.h"\
11675 ".\Include\cobject.h"\
11676 ".\./Include\traceback.h"\
11677 ".\Include\errors.h"\
11678 ".\./Include\mymalloc.h"\
11679 ".\./Include\modsupport.h"\
11680 ".\./Include\ceval.h"\
11681 ".\./Include\pythonrun.h"\
11682 ".\./Include\sysmodule.h"\
11683 ".\./Include\intrcheck.h"\
11684 ".\./Include\import.h"\
11685 ".\./Include\bltinmodule.h"\
11686 ".\Include\abstract.h"\
11687 ".\./Include\rename2.h"\
11688 ".\./Include\thread.h"\
11689
11690
11691"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
11692 $(CPP) $(CPP_PROJ) $(SOURCE)
11693
11694
11695!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11696
11697DEP_CPP_STRIN=\
11698 ".\./Include\allobjects.h"\
11699 ".\./PC\config.h"\
11700 ".\./Include\myproto.h"\
11701 ".\Include\object.h"\
11702 ".\Include\objimpl.h"\
11703 ".\Include\pydebug.h"\
11704 ".\Include\accessobject.h"\
11705 ".\Include\intobject.h"\
11706 ".\Include\longobject.h"\
11707 ".\Include\floatobject.h"\
11708 ".\./Include\complexobject.h"\
11709 ".\Include\rangeobject.h"\
11710 ".\Include\stringobject.h"\
11711 ".\Include\tupleobject.h"\
11712 ".\Include\listobject.h"\
11713 ".\Include\mappingobject.h"\
11714 ".\Include\methodobject.h"\
11715 ".\Include\moduleobject.h"\
11716 ".\Include\funcobject.h"\
11717 ".\Include\classobject.h"\
11718 ".\Include\fileobject.h"\
11719 ".\Include\cobject.h"\
11720 ".\./Include\traceback.h"\
11721 ".\Include\errors.h"\
11722 ".\./Include\mymalloc.h"\
11723 ".\./Include\modsupport.h"\
11724 ".\./Include\ceval.h"\
11725 ".\./Include\pythonrun.h"\
11726 ".\./Include\sysmodule.h"\
11727 ".\./Include\intrcheck.h"\
11728 ".\./Include\rename2.h"\
11729 ".\./Include\thread.h"\
11730
11731
11732"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
11733 $(CPP) $(CPP_PROJ) $(SOURCE)
11734
11735
11736!ENDIF
11737
11738# End Source File
11739################################################################################
11740# Begin Source File
11741
11742SOURCE=.\Modules\soundex.c
11743
11744!IF "$(CFG)" == "vc40_nt - Win32 Release"
11745
11746DEP_CPP_SOUND=\
11747 ".\./Include\Python.h"\
11748 ".\./Include\allobjects.h"\
11749 ".\./PC\config.h"\
11750 ".\./Include\myproto.h"\
11751 ".\Include\object.h"\
11752 ".\Include\objimpl.h"\
11753 ".\Include\pydebug.h"\
11754 ".\Include\accessobject.h"\
11755 ".\Include\intobject.h"\
11756 ".\Include\longobject.h"\
11757 ".\Include\floatobject.h"\
11758 ".\./Include\complexobject.h"\
11759 ".\Include\rangeobject.h"\
11760 ".\Include\stringobject.h"\
11761 ".\Include\tupleobject.h"\
11762 ".\Include\listobject.h"\
11763 ".\Include\mappingobject.h"\
11764 ".\Include\methodobject.h"\
11765 ".\Include\moduleobject.h"\
11766 ".\Include\funcobject.h"\
11767 ".\Include\classobject.h"\
11768 ".\Include\fileobject.h"\
11769 ".\Include\cobject.h"\
11770 ".\./Include\traceback.h"\
11771 ".\Include\errors.h"\
11772 ".\./Include\mymalloc.h"\
11773 ".\./Include\modsupport.h"\
11774 ".\./Include\ceval.h"\
11775 ".\./Include\pythonrun.h"\
11776 ".\./Include\sysmodule.h"\
11777 ".\./Include\intrcheck.h"\
11778 ".\./Include\import.h"\
11779 ".\./Include\bltinmodule.h"\
11780 ".\Include\abstract.h"\
11781 ".\./Include\rename2.h"\
11782 ".\./Include\thread.h"\
11783
11784
11785"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
11786 $(CPP) $(CPP_PROJ) $(SOURCE)
11787
11788
11789!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11790
11791DEP_CPP_SOUND=\
11792 ".\./Include\Python.h"\
11793 ".\./Include\allobjects.h"\
11794 ".\./PC\config.h"\
11795 ".\./Include\myproto.h"\
11796 ".\Include\object.h"\
11797 ".\Include\objimpl.h"\
11798 ".\Include\pydebug.h"\
11799 ".\Include\accessobject.h"\
11800 ".\Include\intobject.h"\
11801 ".\Include\longobject.h"\
11802 ".\Include\floatobject.h"\
11803 ".\./Include\complexobject.h"\
11804 ".\Include\rangeobject.h"\
11805 ".\Include\stringobject.h"\
11806 ".\Include\tupleobject.h"\
11807 ".\Include\listobject.h"\
11808 ".\Include\mappingobject.h"\
11809 ".\Include\methodobject.h"\
11810 ".\Include\moduleobject.h"\
11811 ".\Include\funcobject.h"\
11812 ".\Include\classobject.h"\
11813 ".\Include\fileobject.h"\
11814 ".\Include\cobject.h"\
11815 ".\./Include\traceback.h"\
11816 ".\Include\errors.h"\
11817 ".\./Include\mymalloc.h"\
11818 ".\./Include\modsupport.h"\
11819 ".\./Include\ceval.h"\
11820 ".\./Include\pythonrun.h"\
11821 ".\./Include\sysmodule.h"\
11822 ".\./Include\intrcheck.h"\
11823 ".\./Include\rename2.h"\
11824 ".\./Include\thread.h"\
11825
11826
11827"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
11828 $(CPP) $(CPP_PROJ) $(SOURCE)
11829
11830
11831!ENDIF
11832
11833# End Source File
11834################################################################################
11835# Begin Source File
11836
11837SOURCE=.\Modules\signalmodule.c
11838
11839!IF "$(CFG)" == "vc40_nt - Win32 Release"
11840
11841DEP_CPP_SIGNA=\
11842 ".\./Include\Python.h"\
11843 ".\./Include\intrcheck.h"\
11844 ".\./Include\thread.h"\
11845 ".\./Include\allobjects.h"\
11846 ".\./PC\config.h"\
11847 ".\./Include\myproto.h"\
11848 ".\Include\object.h"\
11849 ".\Include\objimpl.h"\
11850 ".\Include\pydebug.h"\
11851 ".\Include\accessobject.h"\
11852 ".\Include\intobject.h"\
11853 ".\Include\longobject.h"\
11854 ".\Include\floatobject.h"\
11855 ".\./Include\complexobject.h"\
11856 ".\Include\rangeobject.h"\
11857 ".\Include\stringobject.h"\
11858 ".\Include\tupleobject.h"\
11859 ".\Include\listobject.h"\
11860 ".\Include\mappingobject.h"\
11861 ".\Include\methodobject.h"\
11862 ".\Include\moduleobject.h"\
11863 ".\Include\funcobject.h"\
11864 ".\Include\classobject.h"\
11865 ".\Include\fileobject.h"\
11866 ".\Include\cobject.h"\
11867 ".\./Include\traceback.h"\
11868 ".\Include\errors.h"\
11869 ".\./Include\mymalloc.h"\
11870 ".\./Include\modsupport.h"\
11871 ".\./Include\ceval.h"\
11872 ".\./Include\pythonrun.h"\
11873 ".\./Include\sysmodule.h"\
11874 ".\./Include\import.h"\
11875 ".\./Include\bltinmodule.h"\
11876 ".\Include\abstract.h"\
11877 ".\./Include\rename2.h"\
11878
11879
11880"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
11881 $(CPP) $(CPP_PROJ) $(SOURCE)
11882
11883
11884!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11885
11886DEP_CPP_SIGNA=\
11887 ".\./Include\Python.h"\
11888 ".\./Include\intrcheck.h"\
11889 ".\./Include\thread.h"\
11890 ".\./Include\allobjects.h"\
11891 ".\./PC\config.h"\
11892 ".\./Include\myproto.h"\
11893 ".\Include\object.h"\
11894 ".\Include\objimpl.h"\
11895 ".\Include\pydebug.h"\
11896 ".\Include\accessobject.h"\
11897 ".\Include\intobject.h"\
11898 ".\Include\longobject.h"\
11899 ".\Include\floatobject.h"\
11900 ".\./Include\complexobject.h"\
11901 ".\Include\rangeobject.h"\
11902 ".\Include\stringobject.h"\
11903 ".\Include\tupleobject.h"\
11904 ".\Include\listobject.h"\
11905 ".\Include\mappingobject.h"\
11906 ".\Include\methodobject.h"\
11907 ".\Include\moduleobject.h"\
11908 ".\Include\funcobject.h"\
11909 ".\Include\classobject.h"\
11910 ".\Include\fileobject.h"\
11911 ".\Include\cobject.h"\
11912 ".\./Include\traceback.h"\
11913 ".\Include\errors.h"\
11914 ".\./Include\mymalloc.h"\
11915 ".\./Include\modsupport.h"\
11916 ".\./Include\ceval.h"\
11917 ".\./Include\pythonrun.h"\
11918 ".\./Include\sysmodule.h"\
11919 ".\./Include\rename2.h"\
11920
11921
11922"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
11923 $(CPP) $(CPP_PROJ) $(SOURCE)
11924
11925
11926!ENDIF
11927
11928# End Source File
11929################################################################################
11930# Begin Source File
11931
11932SOURCE=.\Modules\rotormodule.c
11933
11934!IF "$(CFG)" == "vc40_nt - Win32 Release"
11935
11936DEP_CPP_ROTOR=\
11937 ".\./Include\Python.h"\
11938 ".\./Include\mymath.h"\
11939 ".\./Include\allobjects.h"\
11940 ".\./PC\config.h"\
11941 ".\./Include\myproto.h"\
11942 ".\Include\object.h"\
11943 ".\Include\objimpl.h"\
11944 ".\Include\pydebug.h"\
11945 ".\Include\accessobject.h"\
11946 ".\Include\intobject.h"\
11947 ".\Include\longobject.h"\
11948 ".\Include\floatobject.h"\
11949 ".\./Include\complexobject.h"\
11950 ".\Include\rangeobject.h"\
11951 ".\Include\stringobject.h"\
11952 ".\Include\tupleobject.h"\
11953 ".\Include\listobject.h"\
11954 ".\Include\mappingobject.h"\
11955 ".\Include\methodobject.h"\
11956 ".\Include\moduleobject.h"\
11957 ".\Include\funcobject.h"\
11958 ".\Include\classobject.h"\
11959 ".\Include\fileobject.h"\
11960 ".\Include\cobject.h"\
11961 ".\./Include\traceback.h"\
11962 ".\Include\errors.h"\
11963 ".\./Include\mymalloc.h"\
11964 ".\./Include\modsupport.h"\
11965 ".\./Include\ceval.h"\
11966 ".\./Include\pythonrun.h"\
11967 ".\./Include\sysmodule.h"\
11968 ".\./Include\intrcheck.h"\
11969 ".\./Include\import.h"\
11970 ".\./Include\bltinmodule.h"\
11971 ".\Include\abstract.h"\
11972 ".\./Include\rename2.h"\
11973 ".\./Include\thread.h"\
11974
11975
11976"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
11977 $(CPP) $(CPP_PROJ) $(SOURCE)
11978
11979
11980!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
11981
11982DEP_CPP_ROTOR=\
11983 ".\./Include\Python.h"\
11984 ".\./Include\mymath.h"\
11985 ".\./Include\allobjects.h"\
11986 ".\./PC\config.h"\
11987 ".\./Include\myproto.h"\
11988 ".\Include\object.h"\
11989 ".\Include\objimpl.h"\
11990 ".\Include\pydebug.h"\
11991 ".\Include\accessobject.h"\
11992 ".\Include\intobject.h"\
11993 ".\Include\longobject.h"\
11994 ".\Include\floatobject.h"\
11995 ".\./Include\complexobject.h"\
11996 ".\Include\rangeobject.h"\
11997 ".\Include\stringobject.h"\
11998 ".\Include\tupleobject.h"\
11999 ".\Include\listobject.h"\
12000 ".\Include\mappingobject.h"\
12001 ".\Include\methodobject.h"\
12002 ".\Include\moduleobject.h"\
12003 ".\Include\funcobject.h"\
12004 ".\Include\classobject.h"\
12005 ".\Include\fileobject.h"\
12006 ".\Include\cobject.h"\
12007 ".\./Include\traceback.h"\
12008 ".\Include\errors.h"\
12009 ".\./Include\mymalloc.h"\
12010 ".\./Include\modsupport.h"\
12011 ".\./Include\ceval.h"\
12012 ".\./Include\pythonrun.h"\
12013 ".\./Include\sysmodule.h"\
12014 ".\./Include\intrcheck.h"\
12015 ".\./Include\rename2.h"\
12016 ".\./Include\thread.h"\
12017
12018
12019"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
12020 $(CPP) $(CPP_PROJ) $(SOURCE)
12021
12022
12023!ENDIF
12024
12025# End Source File
12026################################################################################
12027# Begin Source File
12028
12029SOURCE=.\Modules\rgbimgmodule.c
12030
12031!IF "$(CFG)" == "vc40_nt - Win32 Release"
12032
12033DEP_CPP_RGBIM=\
12034 ".\./Include\allobjects.h"\
12035 ".\./Include\modsupport.h"\
12036 {$(INCLUDE)}"\unistd.h"\
12037 ".\./PC\config.h"\
12038 ".\./Include\myproto.h"\
12039 ".\Include\object.h"\
12040 ".\Include\objimpl.h"\
12041 ".\Include\pydebug.h"\
12042 ".\Include\accessobject.h"\
12043 ".\Include\intobject.h"\
12044 ".\Include\longobject.h"\
12045 ".\Include\floatobject.h"\
12046 ".\./Include\complexobject.h"\
12047 ".\Include\rangeobject.h"\
12048 ".\Include\stringobject.h"\
12049 ".\Include\tupleobject.h"\
12050 ".\Include\listobject.h"\
12051 ".\Include\mappingobject.h"\
12052 ".\Include\methodobject.h"\
12053 ".\Include\moduleobject.h"\
12054 ".\Include\funcobject.h"\
12055 ".\Include\classobject.h"\
12056 ".\Include\fileobject.h"\
12057 ".\Include\cobject.h"\
12058 ".\./Include\traceback.h"\
12059 ".\Include\errors.h"\
12060 ".\./Include\mymalloc.h"\
12061 ".\./Include\ceval.h"\
12062 ".\./Include\pythonrun.h"\
12063 ".\./Include\sysmodule.h"\
12064 ".\./Include\intrcheck.h"\
12065 ".\./Include\import.h"\
12066 ".\./Include\bltinmodule.h"\
12067 ".\Include\abstract.h"\
12068 ".\./Include\rename2.h"\
12069 ".\./Include\thread.h"\
12070
12071
12072"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
12073 $(CPP) $(CPP_PROJ) $(SOURCE)
12074
12075
12076!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12077
12078DEP_CPP_RGBIM=\
12079 ".\./Include\allobjects.h"\
12080 ".\./Include\modsupport.h"\
12081 {$(INCLUDE)}"\unistd.h"\
12082 ".\./PC\config.h"\
12083 ".\./Include\myproto.h"\
12084 ".\Include\object.h"\
12085 ".\Include\objimpl.h"\
12086 ".\Include\pydebug.h"\
12087 ".\Include\accessobject.h"\
12088 ".\Include\intobject.h"\
12089 ".\Include\longobject.h"\
12090 ".\Include\floatobject.h"\
12091 ".\./Include\complexobject.h"\
12092 ".\Include\rangeobject.h"\
12093 ".\Include\stringobject.h"\
12094 ".\Include\tupleobject.h"\
12095 ".\Include\listobject.h"\
12096 ".\Include\mappingobject.h"\
12097 ".\Include\methodobject.h"\
12098 ".\Include\moduleobject.h"\
12099 ".\Include\funcobject.h"\
12100 ".\Include\classobject.h"\
12101 ".\Include\fileobject.h"\
12102 ".\Include\cobject.h"\
12103 ".\./Include\traceback.h"\
12104 ".\Include\errors.h"\
12105 ".\./Include\mymalloc.h"\
12106 ".\./Include\ceval.h"\
12107 ".\./Include\pythonrun.h"\
12108 ".\./Include\sysmodule.h"\
12109 ".\./Include\intrcheck.h"\
12110 ".\./Include\rename2.h"\
12111 ".\./Include\thread.h"\
12112
12113
12114"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
12115 $(CPP) $(CPP_PROJ) $(SOURCE)
12116
12117
12118!ENDIF
12119
12120# End Source File
12121################################################################################
12122# Begin Source File
12123
12124SOURCE=.\Modules\regexpr.c
12125DEP_CPP_REGEX=\
12126 ".\./Include\myproto.h"\
12127 ".\Modules\regexpr.h"\
12128 ".\./PC\config.h"\
12129 ".\./Include\rename2.h"\
12130
12131NODEP_CPP_REGEX=\
12132 ".\Modules\lisp.h"\
12133 ".\Modules\buffer.h"\
12134 ".\Modules\syntax.h"\
12135
12136
12137"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
12138 $(CPP) $(CPP_PROJ) $(SOURCE)
12139
12140
12141# End Source File
12142################################################################################
12143# Begin Source File
12144
12145SOURCE=.\Modules\regexmodule.c
12146
12147!IF "$(CFG)" == "vc40_nt - Win32 Release"
12148
12149DEP_CPP_REGEXM=\
12150 ".\./Include\Python.h"\
12151 ".\Modules\regexpr.h"\
12152 ".\./Include\allobjects.h"\
12153 ".\./PC\config.h"\
12154 ".\./Include\myproto.h"\
12155 ".\Include\object.h"\
12156 ".\Include\objimpl.h"\
12157 ".\Include\pydebug.h"\
12158 ".\Include\accessobject.h"\
12159 ".\Include\intobject.h"\
12160 ".\Include\longobject.h"\
12161 ".\Include\floatobject.h"\
12162 ".\./Include\complexobject.h"\
12163 ".\Include\rangeobject.h"\
12164 ".\Include\stringobject.h"\
12165 ".\Include\tupleobject.h"\
12166 ".\Include\listobject.h"\
12167 ".\Include\mappingobject.h"\
12168 ".\Include\methodobject.h"\
12169 ".\Include\moduleobject.h"\
12170 ".\Include\funcobject.h"\
12171 ".\Include\classobject.h"\
12172 ".\Include\fileobject.h"\
12173 ".\Include\cobject.h"\
12174 ".\./Include\traceback.h"\
12175 ".\Include\errors.h"\
12176 ".\./Include\mymalloc.h"\
12177 ".\./Include\modsupport.h"\
12178 ".\./Include\ceval.h"\
12179 ".\./Include\pythonrun.h"\
12180 ".\./Include\sysmodule.h"\
12181 ".\./Include\intrcheck.h"\
12182 ".\./Include\import.h"\
12183 ".\./Include\bltinmodule.h"\
12184 ".\Include\abstract.h"\
12185 ".\./Include\rename2.h"\
12186 ".\./Include\thread.h"\
12187
12188
12189"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
12190 $(CPP) $(CPP_PROJ) $(SOURCE)
12191
12192
12193!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12194
12195DEP_CPP_REGEXM=\
12196 ".\./Include\Python.h"\
12197 ".\Modules\regexpr.h"\
12198 ".\./Include\allobjects.h"\
12199 ".\./PC\config.h"\
12200 ".\./Include\myproto.h"\
12201 ".\Include\object.h"\
12202 ".\Include\objimpl.h"\
12203 ".\Include\pydebug.h"\
12204 ".\Include\accessobject.h"\
12205 ".\Include\intobject.h"\
12206 ".\Include\longobject.h"\
12207 ".\Include\floatobject.h"\
12208 ".\./Include\complexobject.h"\
12209 ".\Include\rangeobject.h"\
12210 ".\Include\stringobject.h"\
12211 ".\Include\tupleobject.h"\
12212 ".\Include\listobject.h"\
12213 ".\Include\mappingobject.h"\
12214 ".\Include\methodobject.h"\
12215 ".\Include\moduleobject.h"\
12216 ".\Include\funcobject.h"\
12217 ".\Include\classobject.h"\
12218 ".\Include\fileobject.h"\
12219 ".\Include\cobject.h"\
12220 ".\./Include\traceback.h"\
12221 ".\Include\errors.h"\
12222 ".\./Include\mymalloc.h"\
12223 ".\./Include\modsupport.h"\
12224 ".\./Include\ceval.h"\
12225 ".\./Include\pythonrun.h"\
12226 ".\./Include\sysmodule.h"\
12227 ".\./Include\intrcheck.h"\
12228 ".\./Include\rename2.h"\
12229 ".\./Include\thread.h"\
12230
12231
12232"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
12233 $(CPP) $(CPP_PROJ) $(SOURCE)
12234
12235
12236!ENDIF
12237
12238# End Source File
12239################################################################################
12240# Begin Source File
12241
12242SOURCE=.\Objects\rangeobject.c
12243
12244!IF "$(CFG)" == "vc40_nt - Win32 Release"
12245
12246DEP_CPP_RANGE=\
12247 ".\./Include\allobjects.h"\
12248 ".\./PC\config.h"\
12249 ".\./Include\myproto.h"\
12250 ".\Include\object.h"\
12251 ".\Include\objimpl.h"\
12252 ".\Include\pydebug.h"\
12253 ".\Include\accessobject.h"\
12254 ".\Include\intobject.h"\
12255 ".\Include\longobject.h"\
12256 ".\Include\floatobject.h"\
12257 ".\./Include\complexobject.h"\
12258 ".\Include\rangeobject.h"\
12259 ".\Include\stringobject.h"\
12260 ".\Include\tupleobject.h"\
12261 ".\Include\listobject.h"\
12262 ".\Include\mappingobject.h"\
12263 ".\Include\methodobject.h"\
12264 ".\Include\moduleobject.h"\
12265 ".\Include\funcobject.h"\
12266 ".\Include\classobject.h"\
12267 ".\Include\fileobject.h"\
12268 ".\Include\cobject.h"\
12269 ".\./Include\traceback.h"\
12270 ".\Include\errors.h"\
12271 ".\./Include\mymalloc.h"\
12272 ".\./Include\modsupport.h"\
12273 ".\./Include\ceval.h"\
12274 ".\./Include\pythonrun.h"\
12275 ".\./Include\sysmodule.h"\
12276 ".\./Include\intrcheck.h"\
12277 ".\./Include\import.h"\
12278 ".\./Include\bltinmodule.h"\
12279 ".\Include\abstract.h"\
12280 ".\./Include\rename2.h"\
12281 ".\./Include\thread.h"\
12282
12283
12284"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
12285 $(CPP) $(CPP_PROJ) $(SOURCE)
12286
12287
12288!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12289
12290DEP_CPP_RANGE=\
12291 ".\./Include\allobjects.h"\
12292 ".\./PC\config.h"\
12293 ".\./Include\myproto.h"\
12294 ".\Include\object.h"\
12295 ".\Include\objimpl.h"\
12296 ".\Include\pydebug.h"\
12297 ".\Include\accessobject.h"\
12298 ".\Include\intobject.h"\
12299 ".\Include\longobject.h"\
12300 ".\Include\floatobject.h"\
12301 ".\./Include\complexobject.h"\
12302 ".\Include\rangeobject.h"\
12303 ".\Include\stringobject.h"\
12304 ".\Include\tupleobject.h"\
12305 ".\Include\listobject.h"\
12306 ".\Include\mappingobject.h"\
12307 ".\Include\methodobject.h"\
12308 ".\Include\moduleobject.h"\
12309 ".\Include\funcobject.h"\
12310 ".\Include\classobject.h"\
12311 ".\Include\fileobject.h"\
12312 ".\Include\cobject.h"\
12313 ".\./Include\traceback.h"\
12314 ".\Include\errors.h"\
12315 ".\./Include\mymalloc.h"\
12316 ".\./Include\modsupport.h"\
12317 ".\./Include\ceval.h"\
12318 ".\./Include\pythonrun.h"\
12319 ".\./Include\sysmodule.h"\
12320 ".\./Include\intrcheck.h"\
12321 ".\./Include\rename2.h"\
12322 ".\./Include\thread.h"\
12323
12324
12325"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
12326 $(CPP) $(CPP_PROJ) $(SOURCE)
12327
12328
12329!ENDIF
12330
12331# End Source File
12332################################################################################
12333# Begin Source File
12334
12335SOURCE=.\Python\pythonrun.c
12336
12337!IF "$(CFG)" == "vc40_nt - Win32 Release"
12338
12339DEP_CPP_PYTHO=\
12340 ".\./Include\allobjects.h"\
12341 ".\./Include\grammar.h"\
12342 ".\./Include\node.h"\
12343 ".\./Include\parsetok.h"\
12344 ".\./Include\graminit.h"\
12345 ".\./Include\errcode.h"\
12346 ".\./Include\sysmodule.h"\
12347 ".\./Include\bltinmodule.h"\
12348 ".\./Include\compile.h"\
12349 ".\./Include\eval.h"\
12350 ".\./Include\ceval.h"\
12351 ".\./Include\import.h"\
12352 ".\./Include\marshal.h"\
12353 ".\./Include\thread.h"\
12354 ".\./PC\config.h"\
12355 ".\./Include\myproto.h"\
12356 ".\Include\object.h"\
12357 ".\Include\objimpl.h"\
12358 ".\Include\pydebug.h"\
12359 ".\Include\accessobject.h"\
12360 ".\Include\intobject.h"\
12361 ".\Include\longobject.h"\
12362 ".\Include\floatobject.h"\
12363 ".\./Include\complexobject.h"\
12364 ".\Include\rangeobject.h"\
12365 ".\Include\stringobject.h"\
12366 ".\Include\tupleobject.h"\
12367 ".\Include\listobject.h"\
12368 ".\Include\mappingobject.h"\
12369 ".\Include\methodobject.h"\
12370 ".\Include\moduleobject.h"\
12371 ".\Include\funcobject.h"\
12372 ".\Include\classobject.h"\
12373 ".\Include\fileobject.h"\
12374 ".\Include\cobject.h"\
12375 ".\./Include\traceback.h"\
12376 ".\Include\errors.h"\
12377 ".\./Include\mymalloc.h"\
12378 ".\./Include\modsupport.h"\
12379 ".\./Include\pythonrun.h"\
12380 ".\./Include\intrcheck.h"\
12381 ".\Include\abstract.h"\
12382 ".\./Include\rename2.h"\
12383 ".\Include\bitset.h"\
12384
12385
12386"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
12387 $(CPP) $(CPP_PROJ) $(SOURCE)
12388
12389
12390!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12391
12392DEP_CPP_PYTHO=\
12393 ".\./Include\allobjects.h"\
12394 ".\./Include\grammar.h"\
12395 ".\./Include\node.h"\
12396 ".\./Include\parsetok.h"\
12397 ".\./Include\graminit.h"\
12398 ".\./Include\errcode.h"\
12399 ".\./Include\sysmodule.h"\
12400 ".\./Include\bltinmodule.h"\
12401 ".\./Include\compile.h"\
12402 ".\./Include\eval.h"\
12403 ".\./Include\ceval.h"\
12404 ".\./Include\import.h"\
12405 ".\./Include\marshal.h"\
12406 ".\./Include\thread.h"\
12407 ".\./PC\config.h"\
12408 ".\./Include\myproto.h"\
12409 ".\Include\object.h"\
12410 ".\Include\objimpl.h"\
12411 ".\Include\pydebug.h"\
12412 ".\Include\accessobject.h"\
12413 ".\Include\intobject.h"\
12414 ".\Include\longobject.h"\
12415 ".\Include\floatobject.h"\
12416 ".\./Include\complexobject.h"\
12417 ".\Include\rangeobject.h"\
12418 ".\Include\stringobject.h"\
12419 ".\Include\tupleobject.h"\
12420 ".\Include\listobject.h"\
12421 ".\Include\mappingobject.h"\
12422 ".\Include\methodobject.h"\
12423 ".\Include\moduleobject.h"\
12424 ".\Include\funcobject.h"\
12425 ".\Include\classobject.h"\
12426 ".\Include\fileobject.h"\
12427 ".\Include\cobject.h"\
12428 ".\./Include\traceback.h"\
12429 ".\Include\errors.h"\
12430 ".\./Include\mymalloc.h"\
12431 ".\./Include\modsupport.h"\
12432 ".\./Include\pythonrun.h"\
12433 ".\./Include\intrcheck.h"\
12434 ".\./Include\rename2.h"\
12435 ".\Include\bitset.h"\
12436
12437
12438"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
12439 $(CPP) $(CPP_PROJ) $(SOURCE)
12440
12441
12442!ENDIF
12443
12444# End Source File
12445################################################################################
12446# Begin Source File
12447
12448SOURCE=.\Parser\parsetok.c
12449DEP_CPP_PARSE=\
12450 ".\./Include\pgenheaders.h"\
12451 ".\Parser\tokenizer.h"\
12452 ".\./Include\node.h"\
12453 ".\./Include\grammar.h"\
12454 ".\Parser\parser.h"\
12455 ".\./Include\parsetok.h"\
12456 ".\./Include\errcode.h"\
12457 ".\./PC\config.h"\
12458 ".\./Include\myproto.h"\
12459 ".\./Include\mymalloc.h"\
12460 ".\Include\pydebug.h"\
12461 ".\./Include\rename2.h"\
12462 ".\./Include\token.h"\
12463 ".\Include\bitset.h"\
12464
12465
12466"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
12467 $(CPP) $(CPP_PROJ) $(SOURCE)
12468
12469
12470# End Source File
12471################################################################################
12472# Begin Source File
12473
12474SOURCE=.\Parser\parser.c
12475
12476!IF "$(CFG)" == "vc40_nt - Win32 Release"
12477
12478DEP_CPP_PARSER=\
12479 ".\./Include\pgenheaders.h"\
12480 ".\./Include\token.h"\
12481 ".\./Include\grammar.h"\
12482 ".\./Include\node.h"\
12483 ".\Parser\parser.h"\
12484 ".\./Include\errcode.h"\
12485 ".\./PC\config.h"\
12486 ".\./Include\myproto.h"\
12487 ".\./Include\mymalloc.h"\
12488 ".\Include\pydebug.h"\
12489 ".\Include\bitset.h"\
12490 ".\./Include\rename2.h"\
12491
12492
12493"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
12494 $(CPP) $(CPP_PROJ) $(SOURCE)
12495
12496
12497!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12498
12499DEP_CPP_PARSER=\
12500 ".\./Include\pgenheaders.h"\
12501 ".\./Include\token.h"\
12502 ".\./Include\grammar.h"\
12503 ".\./Include\node.h"\
12504 ".\Parser\parser.h"\
12505 ".\./Include\errcode.h"\
12506 ".\./PC\config.h"\
12507 ".\./Include\myproto.h"\
12508 ".\./Include\mymalloc.h"\
12509 ".\Include\pydebug.h"\
12510 ".\./Include\rename2.h"\
12511 ".\Include\bitset.h"\
12512
12513
12514"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
12515 $(CPP) $(CPP_PROJ) $(SOURCE)
12516
12517
12518!ENDIF
12519
12520# End Source File
12521################################################################################
12522# Begin Source File
12523
12524SOURCE=.\Objects\object.c
12525
12526!IF "$(CFG)" == "vc40_nt - Win32 Release"
12527
12528DEP_CPP_OBJEC=\
12529 ".\./Include\allobjects.h"\
12530 ".\./PC\config.h"\
12531 ".\./Include\myproto.h"\
12532 ".\Include\object.h"\
12533 ".\Include\objimpl.h"\
12534 ".\Include\pydebug.h"\
12535 ".\Include\accessobject.h"\
12536 ".\Include\intobject.h"\
12537 ".\Include\longobject.h"\
12538 ".\Include\floatobject.h"\
12539 ".\./Include\complexobject.h"\
12540 ".\Include\rangeobject.h"\
12541 ".\Include\stringobject.h"\
12542 ".\Include\tupleobject.h"\
12543 ".\Include\listobject.h"\
12544 ".\Include\mappingobject.h"\
12545 ".\Include\methodobject.h"\
12546 ".\Include\moduleobject.h"\
12547 ".\Include\funcobject.h"\
12548 ".\Include\classobject.h"\
12549 ".\Include\fileobject.h"\
12550 ".\Include\cobject.h"\
12551 ".\./Include\traceback.h"\
12552 ".\Include\errors.h"\
12553 ".\./Include\mymalloc.h"\
12554 ".\./Include\modsupport.h"\
12555 ".\./Include\ceval.h"\
12556 ".\./Include\pythonrun.h"\
12557 ".\./Include\sysmodule.h"\
12558 ".\./Include\intrcheck.h"\
12559 ".\./Include\import.h"\
12560 ".\./Include\bltinmodule.h"\
12561 ".\Include\abstract.h"\
12562 ".\./Include\rename2.h"\
12563 ".\./Include\thread.h"\
12564
12565
12566"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
12567 $(CPP) $(CPP_PROJ) $(SOURCE)
12568
12569
12570!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12571
12572DEP_CPP_OBJEC=\
12573 ".\./Include\allobjects.h"\
12574 ".\./PC\config.h"\
12575 ".\./Include\myproto.h"\
12576 ".\Include\object.h"\
12577 ".\Include\objimpl.h"\
12578 ".\Include\pydebug.h"\
12579 ".\Include\accessobject.h"\
12580 ".\Include\intobject.h"\
12581 ".\Include\longobject.h"\
12582 ".\Include\floatobject.h"\
12583 ".\./Include\complexobject.h"\
12584 ".\Include\rangeobject.h"\
12585 ".\Include\stringobject.h"\
12586 ".\Include\tupleobject.h"\
12587 ".\Include\listobject.h"\
12588 ".\Include\mappingobject.h"\
12589 ".\Include\methodobject.h"\
12590 ".\Include\moduleobject.h"\
12591 ".\Include\funcobject.h"\
12592 ".\Include\classobject.h"\
12593 ".\Include\fileobject.h"\
12594 ".\Include\cobject.h"\
12595 ".\./Include\traceback.h"\
12596 ".\Include\errors.h"\
12597 ".\./Include\mymalloc.h"\
12598 ".\./Include\modsupport.h"\
12599 ".\./Include\ceval.h"\
12600 ".\./Include\pythonrun.h"\
12601 ".\./Include\sysmodule.h"\
12602 ".\./Include\intrcheck.h"\
12603 ".\./Include\rename2.h"\
12604 ".\./Include\thread.h"\
12605
12606
12607"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
12608 $(CPP) $(CPP_PROJ) $(SOURCE)
12609
12610
12611!ENDIF
12612
12613# End Source File
12614################################################################################
12615# Begin Source File
12616
12617SOURCE=.\Parser\node.c
12618DEP_CPP_NODE_=\
12619 ".\./Include\pgenheaders.h"\
12620 ".\./Include\node.h"\
12621 ".\./PC\config.h"\
12622 ".\./Include\myproto.h"\
12623 ".\./Include\mymalloc.h"\
12624 ".\Include\pydebug.h"\
12625 ".\./Include\rename2.h"\
12626
12627
12628"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
12629 $(CPP) $(CPP_PROJ) $(SOURCE)
12630
12631
12632# End Source File
12633################################################################################
12634# Begin Source File
12635
12636SOURCE=.\Modules\newmodule.c
12637
12638!IF "$(CFG)" == "vc40_nt - Win32 Release"
12639
12640DEP_CPP_NEWMO=\
12641 ".\./Include\allobjects.h"\
12642 ".\./Include\compile.h"\
12643 ".\./PC\config.h"\
12644 ".\./Include\myproto.h"\
12645 ".\Include\object.h"\
12646 ".\Include\objimpl.h"\
12647 ".\Include\pydebug.h"\
12648 ".\Include\accessobject.h"\
12649 ".\Include\intobject.h"\
12650 ".\Include\longobject.h"\
12651 ".\Include\floatobject.h"\
12652 ".\./Include\complexobject.h"\
12653 ".\Include\rangeobject.h"\
12654 ".\Include\stringobject.h"\
12655 ".\Include\tupleobject.h"\
12656 ".\Include\listobject.h"\
12657 ".\Include\mappingobject.h"\
12658 ".\Include\methodobject.h"\
12659 ".\Include\moduleobject.h"\
12660 ".\Include\funcobject.h"\
12661 ".\Include\classobject.h"\
12662 ".\Include\fileobject.h"\
12663 ".\Include\cobject.h"\
12664 ".\./Include\traceback.h"\
12665 ".\Include\errors.h"\
12666 ".\./Include\mymalloc.h"\
12667 ".\./Include\modsupport.h"\
12668 ".\./Include\ceval.h"\
12669 ".\./Include\pythonrun.h"\
12670 ".\./Include\sysmodule.h"\
12671 ".\./Include\intrcheck.h"\
12672 ".\./Include\import.h"\
12673 ".\./Include\bltinmodule.h"\
12674 ".\Include\abstract.h"\
12675 ".\./Include\rename2.h"\
12676 ".\./Include\thread.h"\
12677
12678
12679"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
12680 $(CPP) $(CPP_PROJ) $(SOURCE)
12681
12682
12683!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12684
12685DEP_CPP_NEWMO=\
12686 ".\./Include\allobjects.h"\
12687 ".\./Include\compile.h"\
12688 ".\./PC\config.h"\
12689 ".\./Include\myproto.h"\
12690 ".\Include\object.h"\
12691 ".\Include\objimpl.h"\
12692 ".\Include\pydebug.h"\
12693 ".\Include\accessobject.h"\
12694 ".\Include\intobject.h"\
12695 ".\Include\longobject.h"\
12696 ".\Include\floatobject.h"\
12697 ".\./Include\complexobject.h"\
12698 ".\Include\rangeobject.h"\
12699 ".\Include\stringobject.h"\
12700 ".\Include\tupleobject.h"\
12701 ".\Include\listobject.h"\
12702 ".\Include\mappingobject.h"\
12703 ".\Include\methodobject.h"\
12704 ".\Include\moduleobject.h"\
12705 ".\Include\funcobject.h"\
12706 ".\Include\classobject.h"\
12707 ".\Include\fileobject.h"\
12708 ".\Include\cobject.h"\
12709 ".\./Include\traceback.h"\
12710 ".\Include\errors.h"\
12711 ".\./Include\mymalloc.h"\
12712 ".\./Include\modsupport.h"\
12713 ".\./Include\ceval.h"\
12714 ".\./Include\pythonrun.h"\
12715 ".\./Include\sysmodule.h"\
12716 ".\./Include\intrcheck.h"\
12717 ".\./Include\rename2.h"\
12718 ".\./Include\thread.h"\
12719
12720
12721"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
12722 $(CPP) $(CPP_PROJ) $(SOURCE)
12723
12724
12725!ENDIF
12726
12727# End Source File
12728################################################################################
12729# Begin Source File
12730
12731SOURCE=.\Python\mystrtoul.c
12732DEP_CPP_MYSTR=\
12733 ".\./PC\config.h"\
12734 ".\./Include\rename2.h"\
12735
12736
12737"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
12738 $(CPP) $(CPP_PROJ) $(SOURCE)
12739
12740
12741# End Source File
12742################################################################################
12743# Begin Source File
12744
12745SOURCE=.\Parser\myreadline.c
12746DEP_CPP_MYREA=\
12747 ".\./PC\config.h"\
12748 ".\./Include\myproto.h"\
12749 ".\./Include\mymalloc.h"\
12750 ".\./Include\intrcheck.h"\
12751 ".\./Include\rename2.h"\
12752
12753
12754"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
12755 $(CPP) $(CPP_PROJ) $(SOURCE)
12756
12757
12758# End Source File
12759################################################################################
12760# Begin Source File
12761
12762SOURCE=.\Objects\moduleobject.c
12763
12764!IF "$(CFG)" == "vc40_nt - Win32 Release"
12765
12766DEP_CPP_MODUL=\
12767 ".\./Include\allobjects.h"\
12768 ".\./Include\ceval.h"\
12769 ".\./PC\config.h"\
12770 ".\./Include\myproto.h"\
12771 ".\Include\object.h"\
12772 ".\Include\objimpl.h"\
12773 ".\Include\pydebug.h"\
12774 ".\Include\accessobject.h"\
12775 ".\Include\intobject.h"\
12776 ".\Include\longobject.h"\
12777 ".\Include\floatobject.h"\
12778 ".\./Include\complexobject.h"\
12779 ".\Include\rangeobject.h"\
12780 ".\Include\stringobject.h"\
12781 ".\Include\tupleobject.h"\
12782 ".\Include\listobject.h"\
12783 ".\Include\mappingobject.h"\
12784 ".\Include\methodobject.h"\
12785 ".\Include\moduleobject.h"\
12786 ".\Include\funcobject.h"\
12787 ".\Include\classobject.h"\
12788 ".\Include\fileobject.h"\
12789 ".\Include\cobject.h"\
12790 ".\./Include\traceback.h"\
12791 ".\Include\errors.h"\
12792 ".\./Include\mymalloc.h"\
12793 ".\./Include\modsupport.h"\
12794 ".\./Include\pythonrun.h"\
12795 ".\./Include\sysmodule.h"\
12796 ".\./Include\intrcheck.h"\
12797 ".\./Include\import.h"\
12798 ".\./Include\bltinmodule.h"\
12799 ".\Include\abstract.h"\
12800 ".\./Include\rename2.h"\
12801 ".\./Include\thread.h"\
12802
12803
12804"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
12805 $(CPP) $(CPP_PROJ) $(SOURCE)
12806
12807
12808!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12809
12810DEP_CPP_MODUL=\
12811 ".\./Include\allobjects.h"\
12812 ".\./Include\ceval.h"\
12813 ".\./PC\config.h"\
12814 ".\./Include\myproto.h"\
12815 ".\Include\object.h"\
12816 ".\Include\objimpl.h"\
12817 ".\Include\pydebug.h"\
12818 ".\Include\accessobject.h"\
12819 ".\Include\intobject.h"\
12820 ".\Include\longobject.h"\
12821 ".\Include\floatobject.h"\
12822 ".\./Include\complexobject.h"\
12823 ".\Include\rangeobject.h"\
12824 ".\Include\stringobject.h"\
12825 ".\Include\tupleobject.h"\
12826 ".\Include\listobject.h"\
12827 ".\Include\mappingobject.h"\
12828 ".\Include\methodobject.h"\
12829 ".\Include\moduleobject.h"\
12830 ".\Include\funcobject.h"\
12831 ".\Include\classobject.h"\
12832 ".\Include\fileobject.h"\
12833 ".\Include\cobject.h"\
12834 ".\./Include\traceback.h"\
12835 ".\Include\errors.h"\
12836 ".\./Include\mymalloc.h"\
12837 ".\./Include\modsupport.h"\
12838 ".\./Include\pythonrun.h"\
12839 ".\./Include\sysmodule.h"\
12840 ".\./Include\intrcheck.h"\
12841 ".\./Include\rename2.h"\
12842 ".\./Include\thread.h"\
12843
12844
12845"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
12846 $(CPP) $(CPP_PROJ) $(SOURCE)
12847
12848
12849!ENDIF
12850
12851# End Source File
12852################################################################################
12853# Begin Source File
12854
12855SOURCE=.\Python\modsupport.c
12856
12857!IF "$(CFG)" == "vc40_nt - Win32 Release"
12858
12859DEP_CPP_MODSU=\
12860 ".\./Include\allobjects.h"\
12861 ".\./Include\import.h"\
12862 ".\./PC\config.h"\
12863 ".\./Include\myproto.h"\
12864 ".\Include\object.h"\
12865 ".\Include\objimpl.h"\
12866 ".\Include\pydebug.h"\
12867 ".\Include\accessobject.h"\
12868 ".\Include\intobject.h"\
12869 ".\Include\longobject.h"\
12870 ".\Include\floatobject.h"\
12871 ".\./Include\complexobject.h"\
12872 ".\Include\rangeobject.h"\
12873 ".\Include\stringobject.h"\
12874 ".\Include\tupleobject.h"\
12875 ".\Include\listobject.h"\
12876 ".\Include\mappingobject.h"\
12877 ".\Include\methodobject.h"\
12878 ".\Include\moduleobject.h"\
12879 ".\Include\funcobject.h"\
12880 ".\Include\classobject.h"\
12881 ".\Include\fileobject.h"\
12882 ".\Include\cobject.h"\
12883 ".\./Include\traceback.h"\
12884 ".\Include\errors.h"\
12885 ".\./Include\mymalloc.h"\
12886 ".\./Include\modsupport.h"\
12887 ".\./Include\ceval.h"\
12888 ".\./Include\pythonrun.h"\
12889 ".\./Include\sysmodule.h"\
12890 ".\./Include\intrcheck.h"\
12891 ".\./Include\bltinmodule.h"\
12892 ".\Include\abstract.h"\
12893 ".\./Include\rename2.h"\
12894 ".\./Include\thread.h"\
12895
12896
12897"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
12898 $(CPP) $(CPP_PROJ) $(SOURCE)
12899
12900
12901!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12902
12903DEP_CPP_MODSU=\
12904 ".\./Include\allobjects.h"\
12905 ".\./Include\import.h"\
12906 ".\./PC\config.h"\
12907 ".\./Include\myproto.h"\
12908 ".\Include\object.h"\
12909 ".\Include\objimpl.h"\
12910 ".\Include\pydebug.h"\
12911 ".\Include\accessobject.h"\
12912 ".\Include\intobject.h"\
12913 ".\Include\longobject.h"\
12914 ".\Include\floatobject.h"\
12915 ".\./Include\complexobject.h"\
12916 ".\Include\rangeobject.h"\
12917 ".\Include\stringobject.h"\
12918 ".\Include\tupleobject.h"\
12919 ".\Include\listobject.h"\
12920 ".\Include\mappingobject.h"\
12921 ".\Include\methodobject.h"\
12922 ".\Include\moduleobject.h"\
12923 ".\Include\funcobject.h"\
12924 ".\Include\classobject.h"\
12925 ".\Include\fileobject.h"\
12926 ".\Include\cobject.h"\
12927 ".\./Include\traceback.h"\
12928 ".\Include\errors.h"\
12929 ".\./Include\mymalloc.h"\
12930 ".\./Include\modsupport.h"\
12931 ".\./Include\ceval.h"\
12932 ".\./Include\pythonrun.h"\
12933 ".\./Include\sysmodule.h"\
12934 ".\./Include\intrcheck.h"\
12935 ".\./Include\rename2.h"\
12936 ".\./Include\thread.h"\
12937
12938
12939"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
12940 $(CPP) $(CPP_PROJ) $(SOURCE)
12941
12942
12943!ENDIF
12944
12945# End Source File
12946################################################################################
12947# Begin Source File
12948
12949SOURCE=.\Objects\methodobject.c
12950
12951!IF "$(CFG)" == "vc40_nt - Win32 Release"
12952
12953DEP_CPP_METHO=\
12954 ".\./Include\allobjects.h"\
12955 ".\./Include\token.h"\
12956 ".\./PC\config.h"\
12957 ".\./Include\myproto.h"\
12958 ".\Include\object.h"\
12959 ".\Include\objimpl.h"\
12960 ".\Include\pydebug.h"\
12961 ".\Include\accessobject.h"\
12962 ".\Include\intobject.h"\
12963 ".\Include\longobject.h"\
12964 ".\Include\floatobject.h"\
12965 ".\./Include\complexobject.h"\
12966 ".\Include\rangeobject.h"\
12967 ".\Include\stringobject.h"\
12968 ".\Include\tupleobject.h"\
12969 ".\Include\listobject.h"\
12970 ".\Include\mappingobject.h"\
12971 ".\Include\methodobject.h"\
12972 ".\Include\moduleobject.h"\
12973 ".\Include\funcobject.h"\
12974 ".\Include\classobject.h"\
12975 ".\Include\fileobject.h"\
12976 ".\Include\cobject.h"\
12977 ".\./Include\traceback.h"\
12978 ".\Include\errors.h"\
12979 ".\./Include\mymalloc.h"\
12980 ".\./Include\modsupport.h"\
12981 ".\./Include\ceval.h"\
12982 ".\./Include\pythonrun.h"\
12983 ".\./Include\sysmodule.h"\
12984 ".\./Include\intrcheck.h"\
12985 ".\./Include\import.h"\
12986 ".\./Include\bltinmodule.h"\
12987 ".\Include\abstract.h"\
12988 ".\./Include\rename2.h"\
12989 ".\./Include\thread.h"\
12990
12991
12992"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
12993 $(CPP) $(CPP_PROJ) $(SOURCE)
12994
12995
12996!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
12997
12998DEP_CPP_METHO=\
12999 ".\./Include\allobjects.h"\
13000 ".\./Include\token.h"\
13001 ".\./PC\config.h"\
13002 ".\./Include\myproto.h"\
13003 ".\Include\object.h"\
13004 ".\Include\objimpl.h"\
13005 ".\Include\pydebug.h"\
13006 ".\Include\accessobject.h"\
13007 ".\Include\intobject.h"\
13008 ".\Include\longobject.h"\
13009 ".\Include\floatobject.h"\
13010 ".\./Include\complexobject.h"\
13011 ".\Include\rangeobject.h"\
13012 ".\Include\stringobject.h"\
13013 ".\Include\tupleobject.h"\
13014 ".\Include\listobject.h"\
13015 ".\Include\mappingobject.h"\
13016 ".\Include\methodobject.h"\
13017 ".\Include\moduleobject.h"\
13018 ".\Include\funcobject.h"\
13019 ".\Include\classobject.h"\
13020 ".\Include\fileobject.h"\
13021 ".\Include\cobject.h"\
13022 ".\./Include\traceback.h"\
13023 ".\Include\errors.h"\
13024 ".\./Include\mymalloc.h"\
13025 ".\./Include\modsupport.h"\
13026 ".\./Include\ceval.h"\
13027 ".\./Include\pythonrun.h"\
13028 ".\./Include\sysmodule.h"\
13029 ".\./Include\intrcheck.h"\
13030 ".\./Include\rename2.h"\
13031 ".\./Include\thread.h"\
13032
13033
13034"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
13035 $(CPP) $(CPP_PROJ) $(SOURCE)
13036
13037
13038!ENDIF
13039
13040# End Source File
13041################################################################################
13042# Begin Source File
13043
13044SOURCE=.\Modules\md5module.c
13045
13046!IF "$(CFG)" == "vc40_nt - Win32 Release"
13047
13048DEP_CPP_MD5MO=\
13049 ".\./Include\allobjects.h"\
13050 ".\./Include\modsupport.h"\
13051 ".\Modules\md5.h"\
13052 ".\./PC\config.h"\
13053 ".\./Include\myproto.h"\
13054 ".\Include\object.h"\
13055 ".\Include\objimpl.h"\
13056 ".\Include\pydebug.h"\
13057 ".\Include\accessobject.h"\
13058 ".\Include\intobject.h"\
13059 ".\Include\longobject.h"\
13060 ".\Include\floatobject.h"\
13061 ".\./Include\complexobject.h"\
13062 ".\Include\rangeobject.h"\
13063 ".\Include\stringobject.h"\
13064 ".\Include\tupleobject.h"\
13065 ".\Include\listobject.h"\
13066 ".\Include\mappingobject.h"\
13067 ".\Include\methodobject.h"\
13068 ".\Include\moduleobject.h"\
13069 ".\Include\funcobject.h"\
13070 ".\Include\classobject.h"\
13071 ".\Include\fileobject.h"\
13072 ".\Include\cobject.h"\
13073 ".\./Include\traceback.h"\
13074 ".\Include\errors.h"\
13075 ".\./Include\mymalloc.h"\
13076 ".\./Include\ceval.h"\
13077 ".\./Include\pythonrun.h"\
13078 ".\./Include\sysmodule.h"\
13079 ".\./Include\intrcheck.h"\
13080 ".\./Include\import.h"\
13081 ".\./Include\bltinmodule.h"\
13082 ".\Include\abstract.h"\
13083 ".\./Include\rename2.h"\
13084 ".\./Include\thread.h"\
13085
13086
13087"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
13088 $(CPP) $(CPP_PROJ) $(SOURCE)
13089
13090
13091!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13092
13093DEP_CPP_MD5MO=\
13094 ".\./Include\allobjects.h"\
13095 ".\./Include\modsupport.h"\
13096 ".\Modules\md5.h"\
13097 ".\./PC\config.h"\
13098 ".\./Include\myproto.h"\
13099 ".\Include\object.h"\
13100 ".\Include\objimpl.h"\
13101 ".\Include\pydebug.h"\
13102 ".\Include\accessobject.h"\
13103 ".\Include\intobject.h"\
13104 ".\Include\longobject.h"\
13105 ".\Include\floatobject.h"\
13106 ".\./Include\complexobject.h"\
13107 ".\Include\rangeobject.h"\
13108 ".\Include\stringobject.h"\
13109 ".\Include\tupleobject.h"\
13110 ".\Include\listobject.h"\
13111 ".\Include\mappingobject.h"\
13112 ".\Include\methodobject.h"\
13113 ".\Include\moduleobject.h"\
13114 ".\Include\funcobject.h"\
13115 ".\Include\classobject.h"\
13116 ".\Include\fileobject.h"\
13117 ".\Include\cobject.h"\
13118 ".\./Include\traceback.h"\
13119 ".\Include\errors.h"\
13120 ".\./Include\mymalloc.h"\
13121 ".\./Include\ceval.h"\
13122 ".\./Include\pythonrun.h"\
13123 ".\./Include\sysmodule.h"\
13124 ".\./Include\intrcheck.h"\
13125 ".\./Include\rename2.h"\
13126 ".\./Include\thread.h"\
13127
13128
13129"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
13130 $(CPP) $(CPP_PROJ) $(SOURCE)
13131
13132
13133!ENDIF
13134
13135# End Source File
13136################################################################################
13137# Begin Source File
13138
13139SOURCE=.\Modules\md5c.c
13140DEP_CPP_MD5C_=\
13141 ".\./PC\config.h"\
13142 ".\Modules\md5.h"\
13143
13144
13145"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
13146 $(CPP) $(CPP_PROJ) $(SOURCE)
13147
13148
13149# End Source File
13150################################################################################
13151# Begin Source File
13152
13153SOURCE=.\Modules\mathmodule.c
13154
13155!IF "$(CFG)" == "vc40_nt - Win32 Release"
13156
13157DEP_CPP_MATHM=\
13158 ".\./Include\allobjects.h"\
13159 ".\./Include\mymath.h"\
13160 ".\./PC\config.h"\
13161 ".\./Include\myproto.h"\
13162 ".\Include\object.h"\
13163 ".\Include\objimpl.h"\
13164 ".\Include\pydebug.h"\
13165 ".\Include\accessobject.h"\
13166 ".\Include\intobject.h"\
13167 ".\Include\longobject.h"\
13168 ".\Include\floatobject.h"\
13169 ".\./Include\complexobject.h"\
13170 ".\Include\rangeobject.h"\
13171 ".\Include\stringobject.h"\
13172 ".\Include\tupleobject.h"\
13173 ".\Include\listobject.h"\
13174 ".\Include\mappingobject.h"\
13175 ".\Include\methodobject.h"\
13176 ".\Include\moduleobject.h"\
13177 ".\Include\funcobject.h"\
13178 ".\Include\classobject.h"\
13179 ".\Include\fileobject.h"\
13180 ".\Include\cobject.h"\
13181 ".\./Include\traceback.h"\
13182 ".\Include\errors.h"\
13183 ".\./Include\mymalloc.h"\
13184 ".\./Include\modsupport.h"\
13185 ".\./Include\ceval.h"\
13186 ".\./Include\pythonrun.h"\
13187 ".\./Include\sysmodule.h"\
13188 ".\./Include\intrcheck.h"\
13189 ".\./Include\import.h"\
13190 ".\./Include\bltinmodule.h"\
13191 ".\Include\abstract.h"\
13192 ".\./Include\rename2.h"\
13193 ".\./Include\thread.h"\
13194
13195
13196"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
13197 $(CPP) $(CPP_PROJ) $(SOURCE)
13198
13199
13200!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13201
13202DEP_CPP_MATHM=\
13203 ".\./Include\allobjects.h"\
13204 ".\./Include\mymath.h"\
13205 ".\./PC\config.h"\
13206 ".\./Include\myproto.h"\
13207 ".\Include\object.h"\
13208 ".\Include\objimpl.h"\
13209 ".\Include\pydebug.h"\
13210 ".\Include\accessobject.h"\
13211 ".\Include\intobject.h"\
13212 ".\Include\longobject.h"\
13213 ".\Include\floatobject.h"\
13214 ".\./Include\complexobject.h"\
13215 ".\Include\rangeobject.h"\
13216 ".\Include\stringobject.h"\
13217 ".\Include\tupleobject.h"\
13218 ".\Include\listobject.h"\
13219 ".\Include\mappingobject.h"\
13220 ".\Include\methodobject.h"\
13221 ".\Include\moduleobject.h"\
13222 ".\Include\funcobject.h"\
13223 ".\Include\classobject.h"\
13224 ".\Include\fileobject.h"\
13225 ".\Include\cobject.h"\
13226 ".\./Include\traceback.h"\
13227 ".\Include\errors.h"\
13228 ".\./Include\mymalloc.h"\
13229 ".\./Include\modsupport.h"\
13230 ".\./Include\ceval.h"\
13231 ".\./Include\pythonrun.h"\
13232 ".\./Include\sysmodule.h"\
13233 ".\./Include\intrcheck.h"\
13234 ".\./Include\rename2.h"\
13235 ".\./Include\thread.h"\
13236
13237
13238"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
13239 $(CPP) $(CPP_PROJ) $(SOURCE)
13240
13241
13242!ENDIF
13243
13244# End Source File
13245################################################################################
13246# Begin Source File
13247
13248SOURCE=.\Python\marshal.c
13249
13250!IF "$(CFG)" == "vc40_nt - Win32 Release"
13251
13252DEP_CPP_MARSH=\
13253 ".\./Include\allobjects.h"\
13254 ".\./Include\modsupport.h"\
13255 ".\./Include\longintrepr.h"\
13256 ".\./Include\compile.h"\
13257 ".\./Include\marshal.h"\
13258 ".\./PC\config.h"\
13259 ".\./Include\myproto.h"\
13260 ".\Include\object.h"\
13261 ".\Include\objimpl.h"\
13262 ".\Include\pydebug.h"\
13263 ".\Include\accessobject.h"\
13264 ".\Include\intobject.h"\
13265 ".\Include\longobject.h"\
13266 ".\Include\floatobject.h"\
13267 ".\./Include\complexobject.h"\
13268 ".\Include\rangeobject.h"\
13269 ".\Include\stringobject.h"\
13270 ".\Include\tupleobject.h"\
13271 ".\Include\listobject.h"\
13272 ".\Include\mappingobject.h"\
13273 ".\Include\methodobject.h"\
13274 ".\Include\moduleobject.h"\
13275 ".\Include\funcobject.h"\
13276 ".\Include\classobject.h"\
13277 ".\Include\fileobject.h"\
13278 ".\Include\cobject.h"\
13279 ".\./Include\traceback.h"\
13280 ".\Include\errors.h"\
13281 ".\./Include\mymalloc.h"\
13282 ".\./Include\ceval.h"\
13283 ".\./Include\pythonrun.h"\
13284 ".\./Include\sysmodule.h"\
13285 ".\./Include\intrcheck.h"\
13286 ".\./Include\import.h"\
13287 ".\./Include\bltinmodule.h"\
13288 ".\Include\abstract.h"\
13289 ".\./Include\rename2.h"\
13290 ".\./Include\thread.h"\
13291
13292
13293"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
13294 $(CPP) $(CPP_PROJ) $(SOURCE)
13295
13296
13297!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13298
13299DEP_CPP_MARSH=\
13300 ".\./Include\allobjects.h"\
13301 ".\./Include\modsupport.h"\
13302 ".\./Include\longintrepr.h"\
13303 ".\./Include\compile.h"\
13304 ".\./Include\marshal.h"\
13305 ".\./PC\config.h"\
13306 ".\./Include\myproto.h"\
13307 ".\Include\object.h"\
13308 ".\Include\objimpl.h"\
13309 ".\Include\pydebug.h"\
13310 ".\Include\accessobject.h"\
13311 ".\Include\intobject.h"\
13312 ".\Include\longobject.h"\
13313 ".\Include\floatobject.h"\
13314 ".\./Include\complexobject.h"\
13315 ".\Include\rangeobject.h"\
13316 ".\Include\stringobject.h"\
13317 ".\Include\tupleobject.h"\
13318 ".\Include\listobject.h"\
13319 ".\Include\mappingobject.h"\
13320 ".\Include\methodobject.h"\
13321 ".\Include\moduleobject.h"\
13322 ".\Include\funcobject.h"\
13323 ".\Include\classobject.h"\
13324 ".\Include\fileobject.h"\
13325 ".\Include\cobject.h"\
13326 ".\./Include\traceback.h"\
13327 ".\Include\errors.h"\
13328 ".\./Include\mymalloc.h"\
13329 ".\./Include\ceval.h"\
13330 ".\./Include\pythonrun.h"\
13331 ".\./Include\sysmodule.h"\
13332 ".\./Include\intrcheck.h"\
13333 ".\./Include\rename2.h"\
13334 ".\./Include\thread.h"\
13335
13336
13337"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
13338 $(CPP) $(CPP_PROJ) $(SOURCE)
13339
13340
13341!ENDIF
13342
13343# End Source File
13344################################################################################
13345# Begin Source File
13346
13347SOURCE=.\Objects\mappingobject.c
13348
13349!IF "$(CFG)" == "vc40_nt - Win32 Release"
13350
13351DEP_CPP_MAPPI=\
13352 ".\./Include\allobjects.h"\
13353 ".\./Include\modsupport.h"\
13354 ".\./PC\config.h"\
13355 ".\./Include\myproto.h"\
13356 ".\Include\object.h"\
13357 ".\Include\objimpl.h"\
13358 ".\Include\pydebug.h"\
13359 ".\Include\accessobject.h"\
13360 ".\Include\intobject.h"\
13361 ".\Include\longobject.h"\
13362 ".\Include\floatobject.h"\
13363 ".\./Include\complexobject.h"\
13364 ".\Include\rangeobject.h"\
13365 ".\Include\stringobject.h"\
13366 ".\Include\tupleobject.h"\
13367 ".\Include\listobject.h"\
13368 ".\Include\mappingobject.h"\
13369 ".\Include\methodobject.h"\
13370 ".\Include\moduleobject.h"\
13371 ".\Include\funcobject.h"\
13372 ".\Include\classobject.h"\
13373 ".\Include\fileobject.h"\
13374 ".\Include\cobject.h"\
13375 ".\./Include\traceback.h"\
13376 ".\Include\errors.h"\
13377 ".\./Include\mymalloc.h"\
13378 ".\./Include\ceval.h"\
13379 ".\./Include\pythonrun.h"\
13380 ".\./Include\sysmodule.h"\
13381 ".\./Include\intrcheck.h"\
13382 ".\./Include\import.h"\
13383 ".\./Include\bltinmodule.h"\
13384 ".\Include\abstract.h"\
13385 ".\./Include\rename2.h"\
13386 ".\./Include\thread.h"\
13387
13388
13389"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
13390 $(CPP) $(CPP_PROJ) $(SOURCE)
13391
13392
13393!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13394
13395DEP_CPP_MAPPI=\
13396 ".\./Include\allobjects.h"\
13397 ".\./Include\modsupport.h"\
13398 ".\./PC\config.h"\
13399 ".\./Include\myproto.h"\
13400 ".\Include\object.h"\
13401 ".\Include\objimpl.h"\
13402 ".\Include\pydebug.h"\
13403 ".\Include\accessobject.h"\
13404 ".\Include\intobject.h"\
13405 ".\Include\longobject.h"\
13406 ".\Include\floatobject.h"\
13407 ".\./Include\complexobject.h"\
13408 ".\Include\rangeobject.h"\
13409 ".\Include\stringobject.h"\
13410 ".\Include\tupleobject.h"\
13411 ".\Include\listobject.h"\
13412 ".\Include\mappingobject.h"\
13413 ".\Include\methodobject.h"\
13414 ".\Include\moduleobject.h"\
13415 ".\Include\funcobject.h"\
13416 ".\Include\classobject.h"\
13417 ".\Include\fileobject.h"\
13418 ".\Include\cobject.h"\
13419 ".\./Include\traceback.h"\
13420 ".\Include\errors.h"\
13421 ".\./Include\mymalloc.h"\
13422 ".\./Include\ceval.h"\
13423 ".\./Include\pythonrun.h"\
13424 ".\./Include\sysmodule.h"\
13425 ".\./Include\intrcheck.h"\
13426 ".\./Include\rename2.h"\
13427 ".\./Include\thread.h"\
13428
13429
13430"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
13431 $(CPP) $(CPP_PROJ) $(SOURCE)
13432
13433
13434!ENDIF
13435
13436# End Source File
13437################################################################################
13438# Begin Source File
13439
13440SOURCE=.\Modules\main.c
13441
13442!IF "$(CFG)" == "vc40_nt - Win32 Release"
13443
13444DEP_CPP_MAIN_=\
13445 ".\./Include\Python.h"\
13446 ".\./Include\allobjects.h"\
13447 ".\./PC\config.h"\
13448 ".\./Include\myproto.h"\
13449 ".\Include\object.h"\
13450 ".\Include\objimpl.h"\
13451 ".\Include\pydebug.h"\
13452 ".\Include\accessobject.h"\
13453 ".\Include\intobject.h"\
13454 ".\Include\longobject.h"\
13455 ".\Include\floatobject.h"\
13456 ".\./Include\complexobject.h"\
13457 ".\Include\rangeobject.h"\
13458 ".\Include\stringobject.h"\
13459 ".\Include\tupleobject.h"\
13460 ".\Include\listobject.h"\
13461 ".\Include\mappingobject.h"\
13462 ".\Include\methodobject.h"\
13463 ".\Include\moduleobject.h"\
13464 ".\Include\funcobject.h"\
13465 ".\Include\classobject.h"\
13466 ".\Include\fileobject.h"\
13467 ".\Include\cobject.h"\
13468 ".\./Include\traceback.h"\
13469 ".\Include\errors.h"\
13470 ".\./Include\mymalloc.h"\
13471 ".\./Include\modsupport.h"\
13472 ".\./Include\ceval.h"\
13473 ".\./Include\pythonrun.h"\
13474 ".\./Include\sysmodule.h"\
13475 ".\./Include\intrcheck.h"\
13476 ".\./Include\import.h"\
13477 ".\./Include\bltinmodule.h"\
13478 ".\Include\abstract.h"\
13479 ".\./Include\rename2.h"\
13480 ".\./Include\thread.h"\
13481
13482
13483"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
13484 $(CPP) $(CPP_PROJ) $(SOURCE)
13485
13486
13487!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13488
13489DEP_CPP_MAIN_=\
13490 ".\./Include\Python.h"\
13491 ".\./Include\allobjects.h"\
13492 ".\./PC\config.h"\
13493 ".\./Include\myproto.h"\
13494 ".\Include\object.h"\
13495 ".\Include\objimpl.h"\
13496 ".\Include\pydebug.h"\
13497 ".\Include\accessobject.h"\
13498 ".\Include\intobject.h"\
13499 ".\Include\longobject.h"\
13500 ".\Include\floatobject.h"\
13501 ".\./Include\complexobject.h"\
13502 ".\Include\rangeobject.h"\
13503 ".\Include\stringobject.h"\
13504 ".\Include\tupleobject.h"\
13505 ".\Include\listobject.h"\
13506 ".\Include\mappingobject.h"\
13507 ".\Include\methodobject.h"\
13508 ".\Include\moduleobject.h"\
13509 ".\Include\funcobject.h"\
13510 ".\Include\classobject.h"\
13511 ".\Include\fileobject.h"\
13512 ".\Include\cobject.h"\
13513 ".\./Include\traceback.h"\
13514 ".\Include\errors.h"\
13515 ".\./Include\mymalloc.h"\
13516 ".\./Include\modsupport.h"\
13517 ".\./Include\ceval.h"\
13518 ".\./Include\pythonrun.h"\
13519 ".\./Include\sysmodule.h"\
13520 ".\./Include\intrcheck.h"\
13521 ".\./Include\rename2.h"\
13522 ".\./Include\thread.h"\
13523
13524
13525"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
13526 $(CPP) $(CPP_PROJ) $(SOURCE)
13527
13528
13529!ENDIF
13530
13531# End Source File
13532################################################################################
13533# Begin Source File
13534
13535SOURCE=.\Python\getopt.c
13536
13537"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)"
13538 $(CPP) $(CPP_PROJ) $(SOURCE)
13539
13540
13541# End Source File
13542################################################################################
13543# Begin Source File
13544
13545SOURCE=.\Python\sysmodule.c
13546
13547!IF "$(CFG)" == "vc40_nt - Win32 Release"
13548
13549DEP_CPP_SYSMO=\
13550 ".\./Include\allobjects.h"\
13551 ".\./Include\sysmodule.h"\
13552 ".\./Include\import.h"\
13553 ".\./Include\modsupport.h"\
13554 ".\./Include\osdefs.h"\
13555 ".\./PC\config.h"\
13556 ".\./Include\myproto.h"\
13557 ".\Include\object.h"\
13558 ".\Include\objimpl.h"\
13559 ".\Include\pydebug.h"\
13560 ".\Include\accessobject.h"\
13561 ".\Include\intobject.h"\
13562 ".\Include\longobject.h"\
13563 ".\Include\floatobject.h"\
13564 ".\./Include\complexobject.h"\
13565 ".\Include\rangeobject.h"\
13566 ".\Include\stringobject.h"\
13567 ".\Include\tupleobject.h"\
13568 ".\Include\listobject.h"\
13569 ".\Include\mappingobject.h"\
13570 ".\Include\methodobject.h"\
13571 ".\Include\moduleobject.h"\
13572 ".\Include\funcobject.h"\
13573 ".\Include\classobject.h"\
13574 ".\Include\fileobject.h"\
13575 ".\Include\cobject.h"\
13576 ".\./Include\traceback.h"\
13577 ".\Include\errors.h"\
13578 ".\./Include\mymalloc.h"\
13579 ".\./Include\ceval.h"\
13580 ".\./Include\pythonrun.h"\
13581 ".\./Include\intrcheck.h"\
13582 ".\./Include\bltinmodule.h"\
13583 ".\Include\abstract.h"\
13584 ".\./Include\rename2.h"\
13585 ".\./Include\thread.h"\
13586
13587
13588"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
13589 $(CPP) $(CPP_PROJ) $(SOURCE)
13590
13591
13592!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13593
13594DEP_CPP_SYSMO=\
13595 ".\./Include\allobjects.h"\
13596 ".\./Include\sysmodule.h"\
13597 ".\./Include\import.h"\
13598 ".\./Include\modsupport.h"\
13599 ".\./Include\osdefs.h"\
13600 ".\./PC\config.h"\
13601 ".\./Include\myproto.h"\
13602 ".\Include\object.h"\
13603 ".\Include\objimpl.h"\
13604 ".\Include\pydebug.h"\
13605 ".\Include\accessobject.h"\
13606 ".\Include\intobject.h"\
13607 ".\Include\longobject.h"\
13608 ".\Include\floatobject.h"\
13609 ".\./Include\complexobject.h"\
13610 ".\Include\rangeobject.h"\
13611 ".\Include\stringobject.h"\
13612 ".\Include\tupleobject.h"\
13613 ".\Include\listobject.h"\
13614 ".\Include\mappingobject.h"\
13615 ".\Include\methodobject.h"\
13616 ".\Include\moduleobject.h"\
13617 ".\Include\funcobject.h"\
13618 ".\Include\classobject.h"\
13619 ".\Include\fileobject.h"\
13620 ".\Include\cobject.h"\
13621 ".\./Include\traceback.h"\
13622 ".\Include\errors.h"\
13623 ".\./Include\mymalloc.h"\
13624 ".\./Include\ceval.h"\
13625 ".\./Include\pythonrun.h"\
13626 ".\./Include\intrcheck.h"\
13627 ".\./Include\rename2.h"\
13628 ".\./Include\thread.h"\
13629
13630
13631"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
13632 $(CPP) $(CPP_PROJ) $(SOURCE)
13633
13634
13635!ENDIF
13636
13637# End Source File
13638################################################################################
13639# Begin Source File
13640
13641SOURCE=.\Modules\socketmodule.c
13642
13643!IF "$(CFG)" == "vc40_nt - Win32 Release"
13644
13645DEP_CPP_SOCKE=\
13646 ".\./Include\Python.h"\
13647 {$(INCLUDE)}"\sys\TYPES.H"\
13648 ".\./Include\mytime.h"\
13649 ".\./Include\allobjects.h"\
13650 ".\./PC\config.h"\
13651 ".\./Include\myproto.h"\
13652 ".\Include\object.h"\
13653 ".\Include\objimpl.h"\
13654 ".\Include\pydebug.h"\
13655 ".\Include\accessobject.h"\
13656 ".\Include\intobject.h"\
13657 ".\Include\longobject.h"\
13658 ".\Include\floatobject.h"\
13659 ".\./Include\complexobject.h"\
13660 ".\Include\rangeobject.h"\
13661 ".\Include\stringobject.h"\
13662 ".\Include\tupleobject.h"\
13663 ".\Include\listobject.h"\
13664 ".\Include\mappingobject.h"\
13665 ".\Include\methodobject.h"\
13666 ".\Include\moduleobject.h"\
13667 ".\Include\funcobject.h"\
13668 ".\Include\classobject.h"\
13669 ".\Include\fileobject.h"\
13670 ".\Include\cobject.h"\
13671 ".\./Include\traceback.h"\
13672 ".\Include\errors.h"\
13673 ".\./Include\mymalloc.h"\
13674 ".\./Include\modsupport.h"\
13675 ".\./Include\ceval.h"\
13676 ".\./Include\pythonrun.h"\
13677 ".\./Include\sysmodule.h"\
13678 ".\./Include\intrcheck.h"\
13679 ".\./Include\import.h"\
13680 ".\./Include\bltinmodule.h"\
13681 ".\Include\abstract.h"\
13682 ".\./Include\rename2.h"\
13683 ".\./Include\thread.h"\
13684
13685
13686"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
13687 $(CPP) $(CPP_PROJ) $(SOURCE)
13688
13689
13690!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13691
13692DEP_CPP_SOCKE=\
13693 ".\./Include\Python.h"\
13694 {$(INCLUDE)}"\sys\TYPES.H"\
13695 ".\./Include\mytime.h"\
13696 ".\./Include\allobjects.h"\
13697 ".\./PC\config.h"\
13698 ".\./Include\myproto.h"\
13699 ".\Include\object.h"\
13700 ".\Include\objimpl.h"\
13701 ".\Include\pydebug.h"\
13702 ".\Include\accessobject.h"\
13703 ".\Include\intobject.h"\
13704 ".\Include\longobject.h"\
13705 ".\Include\floatobject.h"\
13706 ".\./Include\complexobject.h"\
13707 ".\Include\rangeobject.h"\
13708 ".\Include\stringobject.h"\
13709 ".\Include\tupleobject.h"\
13710 ".\Include\listobject.h"\
13711 ".\Include\mappingobject.h"\
13712 ".\Include\methodobject.h"\
13713 ".\Include\moduleobject.h"\
13714 ".\Include\funcobject.h"\
13715 ".\Include\classobject.h"\
13716 ".\Include\fileobject.h"\
13717 ".\Include\cobject.h"\
13718 ".\./Include\traceback.h"\
13719 ".\Include\errors.h"\
13720 ".\./Include\mymalloc.h"\
13721 ".\./Include\modsupport.h"\
13722 ".\./Include\ceval.h"\
13723 ".\./Include\pythonrun.h"\
13724 ".\./Include\sysmodule.h"\
13725 ".\./Include\intrcheck.h"\
13726 ".\./Include\rename2.h"\
13727 ".\./Include\thread.h"\
13728
13729
13730"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
13731 $(CPP) $(CPP_PROJ) $(SOURCE)
13732
13733
13734!ENDIF
13735
13736# End Source File
13737################################################################################
13738# Begin Source File
13739
13740SOURCE=.\Modules\selectmodule.c
13741
13742!IF "$(CFG)" == "vc40_nt - Win32 Release"
13743
13744DEP_CPP_SELEC=\
13745 ".\./Include\allobjects.h"\
13746 ".\./Include\modsupport.h"\
13747 ".\./Include\ceval.h"\
13748 {$(INCLUDE)}"\sys\TYPES.H"\
13749 ".\./Include\myselect.h"\
13750 ".\./PC\config.h"\
13751 ".\./Include\myproto.h"\
13752 ".\Include\object.h"\
13753 ".\Include\objimpl.h"\
13754 ".\Include\pydebug.h"\
13755 ".\Include\accessobject.h"\
13756 ".\Include\intobject.h"\
13757 ".\Include\longobject.h"\
13758 ".\Include\floatobject.h"\
13759 ".\./Include\complexobject.h"\
13760 ".\Include\rangeobject.h"\
13761 ".\Include\stringobject.h"\
13762 ".\Include\tupleobject.h"\
13763 ".\Include\listobject.h"\
13764 ".\Include\mappingobject.h"\
13765 ".\Include\methodobject.h"\
13766 ".\Include\moduleobject.h"\
13767 ".\Include\funcobject.h"\
13768 ".\Include\classobject.h"\
13769 ".\Include\fileobject.h"\
13770 ".\Include\cobject.h"\
13771 ".\./Include\traceback.h"\
13772 ".\Include\errors.h"\
13773 ".\./Include\mymalloc.h"\
13774 ".\./Include\pythonrun.h"\
13775 ".\./Include\sysmodule.h"\
13776 ".\./Include\intrcheck.h"\
13777 ".\./Include\import.h"\
13778 ".\./Include\bltinmodule.h"\
13779 ".\Include\abstract.h"\
13780 ".\./Include\rename2.h"\
13781 ".\./Include\thread.h"\
13782 ".\./Include\mytime.h"\
13783
13784
13785"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
13786 $(CPP) $(CPP_PROJ) $(SOURCE)
13787
13788
13789!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13790
13791DEP_CPP_SELEC=\
13792 ".\./Include\allobjects.h"\
13793 ".\./Include\modsupport.h"\
13794 ".\./Include\ceval.h"\
13795 {$(INCLUDE)}"\sys\TYPES.H"\
13796 ".\./Include\myselect.h"\
13797 ".\./PC\config.h"\
13798 ".\./Include\myproto.h"\
13799 ".\Include\object.h"\
13800 ".\Include\objimpl.h"\
13801 ".\Include\pydebug.h"\
13802 ".\Include\accessobject.h"\
13803 ".\Include\intobject.h"\
13804 ".\Include\longobject.h"\
13805 ".\Include\floatobject.h"\
13806 ".\./Include\complexobject.h"\
13807 ".\Include\rangeobject.h"\
13808 ".\Include\stringobject.h"\
13809 ".\Include\tupleobject.h"\
13810 ".\Include\listobject.h"\
13811 ".\Include\mappingobject.h"\
13812 ".\Include\methodobject.h"\
13813 ".\Include\moduleobject.h"\
13814 ".\Include\funcobject.h"\
13815 ".\Include\classobject.h"\
13816 ".\Include\fileobject.h"\
13817 ".\Include\cobject.h"\
13818 ".\./Include\traceback.h"\
13819 ".\Include\errors.h"\
13820 ".\./Include\mymalloc.h"\
13821 ".\./Include\pythonrun.h"\
13822 ".\./Include\sysmodule.h"\
13823 ".\./Include\intrcheck.h"\
13824 ".\./Include\rename2.h"\
13825 ".\./Include\thread.h"\
13826 ".\./Include\mytime.h"\
13827
13828
13829"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
13830 $(CPP) $(CPP_PROJ) $(SOURCE)
13831
13832
13833!ENDIF
13834
13835# End Source File
13836################################################################################
13837# Begin Source File
13838
13839SOURCE=.\Modules\posixmodule.c
13840
13841!IF "$(CFG)" == "vc40_nt - Win32 Release"
13842
13843DEP_CPP_POSIX=\
13844 ".\./Include\allobjects.h"\
13845 ".\./Include\modsupport.h"\
13846 ".\./Include\ceval.h"\
13847 {$(INCLUDE)}"\sys\TYPES.H"\
13848 {$(INCLUDE)}"\sys\STAT.H"\
13849 ".\./Include\mytime.h"\
13850 {$(INCLUDE)}"\unistd.h"\
13851 {$(INCLUDE)}"\sys\UTIME.H"\
13852 ".\./PC\config.h"\
13853 ".\./Include\myproto.h"\
13854 ".\Include\object.h"\
13855 ".\Include\objimpl.h"\
13856 ".\Include\pydebug.h"\
13857 ".\Include\accessobject.h"\
13858 ".\Include\intobject.h"\
13859 ".\Include\longobject.h"\
13860 ".\Include\floatobject.h"\
13861 ".\./Include\complexobject.h"\
13862 ".\Include\rangeobject.h"\
13863 ".\Include\stringobject.h"\
13864 ".\Include\tupleobject.h"\
13865 ".\Include\listobject.h"\
13866 ".\Include\mappingobject.h"\
13867 ".\Include\methodobject.h"\
13868 ".\Include\moduleobject.h"\
13869 ".\Include\funcobject.h"\
13870 ".\Include\classobject.h"\
13871 ".\Include\fileobject.h"\
13872 ".\Include\cobject.h"\
13873 ".\./Include\traceback.h"\
13874 ".\Include\errors.h"\
13875 ".\./Include\mymalloc.h"\
13876 ".\./Include\pythonrun.h"\
13877 ".\./Include\sysmodule.h"\
13878 ".\./Include\intrcheck.h"\
13879 ".\./Include\import.h"\
13880 ".\./Include\bltinmodule.h"\
13881 ".\Include\abstract.h"\
13882 ".\./Include\rename2.h"\
13883 ".\./Include\thread.h"\
13884
13885
13886"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
13887 $(CPP) $(CPP_PROJ) $(SOURCE)
13888
13889
13890!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
13891
13892DEP_CPP_POSIX=\
13893 ".\./Include\allobjects.h"\
13894 ".\./Include\modsupport.h"\
13895 ".\./Include\ceval.h"\
13896 {$(INCLUDE)}"\sys\TYPES.H"\
13897 {$(INCLUDE)}"\sys\STAT.H"\
13898 ".\./Include\mytime.h"\
13899 {$(INCLUDE)}"\unistd.h"\
13900 {$(INCLUDE)}"\sys\UTIME.H"\
13901 ".\./PC\config.h"\
13902 ".\./Include\myproto.h"\
13903 ".\Include\object.h"\
13904 ".\Include\objimpl.h"\
13905 ".\Include\pydebug.h"\
13906 ".\Include\accessobject.h"\
13907 ".\Include\intobject.h"\
13908 ".\Include\longobject.h"\
13909 ".\Include\floatobject.h"\
13910 ".\./Include\complexobject.h"\
13911 ".\Include\rangeobject.h"\
13912 ".\Include\stringobject.h"\
13913 ".\Include\tupleobject.h"\
13914 ".\Include\listobject.h"\
13915 ".\Include\mappingobject.h"\
13916 ".\Include\methodobject.h"\
13917 ".\Include\moduleobject.h"\
13918 ".\Include\funcobject.h"\
13919 ".\Include\classobject.h"\
13920 ".\Include\fileobject.h"\
13921 ".\Include\cobject.h"\
13922 ".\./Include\traceback.h"\
13923 ".\Include\errors.h"\
13924 ".\./Include\mymalloc.h"\
13925 ".\./Include\pythonrun.h"\
13926 ".\./Include\sysmodule.h"\
13927 ".\./Include\intrcheck.h"\
13928 ".\./Include\rename2.h"\
13929 ".\./Include\thread.h"\
13930
13931
13932"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
13933 $(CPP) $(CPP_PROJ) $(SOURCE)
13934
13935
13936!ENDIF
13937
13938# End Source File
13939################################################################################
13940# Begin Source File
13941
13942SOURCE=.\Python\import.c
13943
13944!IF "$(CFG)" == "vc40_nt - Win32 Release"
13945
13946DEP_CPP_IMPORT=\
13947 ".\./Include\allobjects.h"\
13948 ".\./Include\node.h"\
13949 ".\./Include\token.h"\
13950 ".\./Include\graminit.h"\
13951 ".\./Include\import.h"\
13952 ".\./Include\errcode.h"\
13953 ".\./Include\sysmodule.h"\
13954 ".\./Include\bltinmodule.h"\
13955 ".\./Include\pythonrun.h"\
13956 ".\./Include\marshal.h"\
13957 ".\./Include\compile.h"\
13958 ".\./Include\eval.h"\
13959 ".\./Include\osdefs.h"\
13960 ".\Python\importdl.h"\
13961 ".\./PC\config.h"\
13962 ".\./Include\myproto.h"\
13963 ".\Include\object.h"\
13964 ".\Include\objimpl.h"\
13965 ".\Include\pydebug.h"\
13966 ".\Include\accessobject.h"\
13967 ".\Include\intobject.h"\
13968 ".\Include\longobject.h"\
13969 ".\Include\floatobject.h"\
13970 ".\./Include\complexobject.h"\
13971 ".\Include\rangeobject.h"\
13972 ".\Include\stringobject.h"\
13973 ".\Include\tupleobject.h"\
13974 ".\Include\listobject.h"\
13975 ".\Include\mappingobject.h"\
13976 ".\Include\methodobject.h"\
13977 ".\Include\moduleobject.h"\
13978 ".\Include\funcobject.h"\
13979 ".\Include\classobject.h"\
13980 ".\Include\fileobject.h"\
13981 ".\Include\cobject.h"\
13982 ".\./Include\traceback.h"\
13983 ".\Include\errors.h"\
13984 ".\./Include\mymalloc.h"\
13985 ".\./Include\modsupport.h"\
13986 ".\./Include\ceval.h"\
13987 ".\./Include\intrcheck.h"\
13988 ".\Include\abstract.h"\
13989 ".\./Include\rename2.h"\
13990 ".\./Include\thread.h"\
13991
13992NODEP_CPP_IMPORT=\
13993 ".\Python\macglue.h"\
13994
13995
13996"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
13997 $(CPP) $(CPP_PROJ) $(SOURCE)
13998
13999
14000!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
14001
14002DEP_CPP_IMPORT=\
14003 ".\./Include\allobjects.h"\
14004 ".\./Include\node.h"\
14005 ".\./Include\token.h"\
14006 ".\./Include\graminit.h"\
14007 ".\./Include\import.h"\
14008 ".\./Include\errcode.h"\
14009 ".\./Include\sysmodule.h"\
14010 ".\./Include\bltinmodule.h"\
14011 ".\./Include\pythonrun.h"\
14012 ".\./Include\marshal.h"\
14013 ".\./Include\compile.h"\
14014 ".\./Include\eval.h"\
14015 ".\./Include\osdefs.h"\
14016 ".\Python\importdl.h"\
14017 ".\./PC\config.h"\
14018 ".\./Include\myproto.h"\
14019 ".\Include\object.h"\
14020 ".\Include\objimpl.h"\
14021 ".\Include\pydebug.h"\
14022 ".\Include\accessobject.h"\
14023 ".\Include\intobject.h"\
14024 ".\Include\longobject.h"\
14025 ".\Include\floatobject.h"\
14026 ".\./Include\complexobject.h"\
14027 ".\Include\rangeobject.h"\
14028 ".\Include\stringobject.h"\
14029 ".\Include\tupleobject.h"\
14030 ".\Include\listobject.h"\
14031 ".\Include\mappingobject.h"\
14032 ".\Include\methodobject.h"\
14033 ".\Include\moduleobject.h"\
14034 ".\Include\funcobject.h"\
14035 ".\Include\classobject.h"\
14036 ".\Include\fileobject.h"\
14037 ".\Include\cobject.h"\
14038 ".\./Include\traceback.h"\
14039 ".\Include\errors.h"\
14040 ".\./Include\mymalloc.h"\
14041 ".\./Include\modsupport.h"\
14042 ".\./Include\ceval.h"\
14043 ".\./Include\intrcheck.h"\
14044 ".\./Include\rename2.h"\
14045 ".\./Include\thread.h"\
14046
14047NODEP_CPP_IMPORT=\
14048 ".\Python\macglue.h"\
14049
14050
14051"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
14052 $(CPP) $(CPP_PROJ) $(SOURCE)
14053
14054
14055!ENDIF
14056
14057# End Source File
14058################################################################################
14059# Begin Source File
14060
14061SOURCE=.\Modules\operator.c
14062
14063!IF "$(CFG)" == "vc40_nt - Win32 Release"
14064
14065DEP_CPP_OPERA=\
14066 ".\./Include\Python.h"\
14067 ".\./Include\allobjects.h"\
14068 ".\./PC\config.h"\
14069 ".\./Include\myproto.h"\
14070 ".\Include\object.h"\
14071 ".\Include\objimpl.h"\
14072 ".\Include\pydebug.h"\
14073 ".\Include\accessobject.h"\
14074 ".\Include\intobject.h"\
14075 ".\Include\longobject.h"\
14076 ".\Include\floatobject.h"\
14077 ".\./Include\complexobject.h"\
14078 ".\Include\rangeobject.h"\
14079 ".\Include\stringobject.h"\
14080 ".\Include\tupleobject.h"\
14081 ".\Include\listobject.h"\
14082 ".\Include\mappingobject.h"\
14083 ".\Include\methodobject.h"\
14084 ".\Include\moduleobject.h"\
14085 ".\Include\funcobject.h"\
14086 ".\Include\classobject.h"\
14087 ".\Include\fileobject.h"\
14088 ".\Include\cobject.h"\
14089 ".\./Include\traceback.h"\
14090 ".\Include\errors.h"\
14091 ".\./Include\mymalloc.h"\
14092 ".\./Include\modsupport.h"\
14093 ".\./Include\ceval.h"\
14094 ".\./Include\pythonrun.h"\
14095 ".\./Include\sysmodule.h"\
14096 ".\./Include\intrcheck.h"\
14097 ".\./Include\import.h"\
14098 ".\./Include\bltinmodule.h"\
14099 ".\Include\abstract.h"\
14100 ".\./Include\rename2.h"\
14101 ".\./Include\thread.h"\
14102
14103
14104"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"
14105 $(CPP) $(CPP_PROJ) $(SOURCE)
14106
14107
14108!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
14109
14110DEP_CPP_OPERA=\
14111 ".\./Include\Python.h"\
14112 ".\./Include\allobjects.h"\
14113 ".\./PC\config.h"\
14114 ".\./Include\myproto.h"\
14115 ".\Include\object.h"\
14116 ".\Include\objimpl.h"\
14117 ".\Include\pydebug.h"\
14118 ".\Include\accessobject.h"\
14119 ".\Include\intobject.h"\
14120 ".\Include\longobject.h"\
14121 ".\Include\floatobject.h"\
14122 ".\./Include\complexobject.h"\
14123 ".\Include\rangeobject.h"\
14124 ".\Include\stringobject.h"\
14125 ".\Include\tupleobject.h"\
14126 ".\Include\listobject.h"\
14127 ".\Include\mappingobject.h"\
14128 ".\Include\methodobject.h"\
14129 ".\Include\moduleobject.h"\
14130 ".\Include\funcobject.h"\
14131 ".\Include\classobject.h"\
14132 ".\Include\fileobject.h"\
14133 ".\Include\cobject.h"\
14134 ".\./Include\traceback.h"\
14135 ".\Include\errors.h"\
14136 ".\./Include\mymalloc.h"\
14137 ".\./Include\modsupport.h"\
14138 ".\./Include\ceval.h"\
14139 ".\./Include\pythonrun.h"\
14140 ".\./Include\sysmodule.h"\
14141 ".\./Include\intrcheck.h"\
14142 ".\./Include\rename2.h"\
14143 ".\./Include\thread.h"\
14144
14145
14146"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"
14147 $(CPP) $(CPP_PROJ) $(SOURCE)
14148
14149
14150!ENDIF
14151
14152# End Source File
14153################################################################################
14154# Begin Source File
14155
14156SOURCE=.\Modules\errnomodule.c
14157
14158!IF "$(CFG)" == "vc40_nt - Win32 Release"
14159
14160DEP_CPP_ERRNO=\
14161 ".\./Include\Python.h"\
14162 ".\./Include\allobjects.h"\
14163 ".\./PC\config.h"\
14164 ".\./Include\myproto.h"\
14165 ".\Include\object.h"\
14166 ".\Include\objimpl.h"\
14167 ".\Include\pydebug.h"\
14168 ".\Include\accessobject.h"\
14169 ".\Include\intobject.h"\
14170 ".\Include\longobject.h"\
14171 ".\Include\floatobject.h"\
14172 ".\./Include\complexobject.h"\
14173 ".\Include\rangeobject.h"\
14174 ".\Include\stringobject.h"\
14175 ".\Include\tupleobject.h"\
14176 ".\Include\listobject.h"\
14177 ".\Include\mappingobject.h"\
14178 ".\Include\methodobject.h"\
14179 ".\Include\moduleobject.h"\
14180 ".\Include\funcobject.h"\
14181 ".\Include\classobject.h"\
14182 ".\Include\fileobject.h"\
14183 ".\Include\cobject.h"\
14184 ".\./Include\traceback.h"\
14185 ".\Include\errors.h"\
14186 ".\./Include\mymalloc.h"\
14187 ".\./Include\modsupport.h"\
14188 ".\./Include\ceval.h"\
14189 ".\./Include\pythonrun.h"\
14190 ".\./Include\sysmodule.h"\
14191 ".\./Include\intrcheck.h"\
14192 ".\./Include\import.h"\
14193 ".\./Include\bltinmodule.h"\
14194 ".\Include\abstract.h"\
14195 ".\./Include\rename2.h"\
14196 ".\./Include\thread.h"\
14197
14198
14199"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)"
14200 $(CPP) $(CPP_PROJ) $(SOURCE)
14201
14202
14203!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
14204
14205DEP_CPP_ERRNO=\
14206 ".\./Include\Python.h"\
14207 ".\./Include\allobjects.h"\
14208 ".\./PC\config.h"\
14209 ".\./Include\myproto.h"\
14210 ".\Include\object.h"\
14211 ".\Include\objimpl.h"\
14212 ".\Include\pydebug.h"\
14213 ".\Include\accessobject.h"\
14214 ".\Include\intobject.h"\
14215 ".\Include\longobject.h"\
14216 ".\Include\floatobject.h"\
14217 ".\./Include\complexobject.h"\
14218 ".\Include\rangeobject.h"\
14219 ".\Include\stringobject.h"\
14220 ".\Include\tupleobject.h"\
14221 ".\Include\listobject.h"\
14222 ".\Include\mappingobject.h"\
14223 ".\Include\methodobject.h"\
14224 ".\Include\moduleobject.h"\
14225 ".\Include\funcobject.h"\
14226 ".\Include\classobject.h"\
14227 ".\Include\fileobject.h"\
14228 ".\Include\cobject.h"\
14229 ".\./Include\traceback.h"\
14230 ".\Include\errors.h"\
14231 ".\./Include\mymalloc.h"\
14232 ".\./Include\modsupport.h"\
14233 ".\./Include\ceval.h"\
14234 ".\./Include\pythonrun.h"\
14235 ".\./Include\sysmodule.h"\
14236 ".\./Include\intrcheck.h"\
14237 ".\./Include\rename2.h"\
14238 ".\./Include\thread.h"\
14239
14240
14241"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)"
14242 $(CPP) $(CPP_PROJ) $(SOURCE)
14243
14244
14245!ENDIF
14246
14247# End Source File
14248# End Target
14249# End Project
14250################################################################################