blob: 5a6c36c1ee00d019ac043a1704685e796046863d [file] [log] [blame]
Guido van Rossum1bc716f1996-06-28 19:12:06 +00001# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
2# ** DO NOT EDIT **
3
4# TARGTYPE "Win32 (x86) Console Application" 0x0103
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7!IF "$(CFG)" == ""
8CFG=vc40_nt - Win32 Debug
9!MESSAGE No configuration specified. Defaulting to vc40_nt - Win32 Debug.
10!ENDIF
11
12!IF "$(CFG)" != "vc40 - Win32 Release" && "$(CFG)" != "vc40 - Win32 Debug" &&\
13 "$(CFG)" != "vc40_dll - Win32 Release" && "$(CFG)" != "vc40_dll - Win32 Debug"\
14 && "$(CFG)" != "vc40_nt - Win32 Release" && "$(CFG)" != "vc40_nt - Win32 Debug"
15!MESSAGE Invalid configuration "$(CFG)" specified.
16!MESSAGE You can specify a configuration when running NMAKE on this makefile
17!MESSAGE by defining the macro CFG on the command line. For example:
18!MESSAGE
19!MESSAGE NMAKE /f "vc40.mak" CFG="vc40_nt - Win32 Debug"
20!MESSAGE
21!MESSAGE Possible choices for configuration are:
22!MESSAGE
23!MESSAGE "vc40 - Win32 Release" (based on "Win32 (x86) Console Application")
24!MESSAGE "vc40 - Win32 Debug" (based on "Win32 (x86) Console Application")
25!MESSAGE "vc40_dll - Win32 Release" (based on\
26 "Win32 (x86) Dynamic-Link Library")
27!MESSAGE "vc40_dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
28!MESSAGE "vc40_nt - Win32 Release" (based on "Win32 (x86) Console Application")
29!MESSAGE "vc40_nt - Win32 Debug" (based on "Win32 (x86) Console Application")
30!MESSAGE
31!ERROR An invalid configuration is specified.
32!ENDIF
33
34!IF "$(OS)" == "Windows_NT"
35NULL=
36!ELSE
37NULL=nul
38!ENDIF
39################################################################################
40# Begin Project
41# PROP Target_Last_Scanned "vc40_nt - Win32 Debug"
42
43!IF "$(CFG)" == "vc40 - Win32 Release"
44
45# PROP BASE Use_MFC 0
46# PROP BASE Use_Debug_Libraries 0
47# PROP BASE Output_Dir "Release"
48# PROP BASE Intermediate_Dir "Release"
49# PROP BASE Target_Dir ""
50# PROP Use_MFC 0
51# PROP Use_Debug_Libraries 0
52# PROP Output_Dir "pc\Release"
53# PROP Intermediate_Dir "pc\Release"
54# PROP Target_Dir ""
55OUTDIR=.\pc\Release
56INTDIR=.\pc\Release
57
58ALL :
59
60CLEAN :
61 -@erase
62
63"$(OUTDIR)" :
64 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
65
66CPP=cl.exe
67# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
68# ADD CPP /nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
69CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
70 "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40.pch" /YX\
71 /Fo"$(INTDIR)/" /c
72CPP_OBJS=.\pc\Release/
73CPP_SBRS=
74
75.c{$(CPP_OBJS)}.obj:
76 $(CPP) $(CPP_PROJ) $<
77
78.cpp{$(CPP_OBJS)}.obj:
79 $(CPP) $(CPP_PROJ) $<
80
81.cxx{$(CPP_OBJS)}.obj:
82 $(CPP) $(CPP_PROJ) $<
83
84.c{$(CPP_SBRS)}.sbr:
85 $(CPP) $(CPP_PROJ) $<
86
87.cpp{$(CPP_SBRS)}.sbr:
88 $(CPP) $(CPP_PROJ) $<
89
90.cxx{$(CPP_SBRS)}.sbr:
91 $(CPP) $(CPP_PROJ) $<
92
93RSC=rc.exe
94# ADD BASE RSC /l 0x409 /d "NDEBUG"
95# ADD RSC /l 0x409 /d "NDEBUG"
96BSC32=bscmake.exe
97# ADD BASE BSC32 /nologo
98# ADD BSC32 /nologo
99BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40.bsc"
100BSC32_SBRS=
101LINK32=link.exe
102# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
103# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
104LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
105 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
106 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\
107 /pdb:"$(OUTDIR)/vc40.pdb" /machine:I386 /out:"$(OUTDIR)/vc40.exe"
108LINK32_OBJS=
109
110!ELSEIF "$(CFG)" == "vc40 - Win32 Debug"
111
112# PROP BASE Use_MFC 0
113# PROP BASE Use_Debug_Libraries 1
114# PROP BASE Output_Dir "Debug"
115# PROP BASE Intermediate_Dir "Debug"
116# PROP BASE Target_Dir ""
117# PROP Use_MFC 0
118# PROP Use_Debug_Libraries 1
119# PROP Output_Dir "pc\Debug"
120# PROP Intermediate_Dir "pc\Debug"
121# PROP Target_Dir ""
122OUTDIR=.\pc\Debug
123INTDIR=.\pc\Debug
124
125ALL :
126
127CLEAN :
128 -@erase
129
130"$(OUTDIR)" :
131 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
132
133CPP=cl.exe
134# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
135# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
136CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
137 /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40.pch" /YX\
138 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
139CPP_OBJS=.\pc\Debug/
140CPP_SBRS=
141
142.c{$(CPP_OBJS)}.obj:
143 $(CPP) $(CPP_PROJ) $<
144
145.cpp{$(CPP_OBJS)}.obj:
146 $(CPP) $(CPP_PROJ) $<
147
148.cxx{$(CPP_OBJS)}.obj:
149 $(CPP) $(CPP_PROJ) $<
150
151.c{$(CPP_SBRS)}.sbr:
152 $(CPP) $(CPP_PROJ) $<
153
154.cpp{$(CPP_SBRS)}.sbr:
155 $(CPP) $(CPP_PROJ) $<
156
157.cxx{$(CPP_SBRS)}.sbr:
158 $(CPP) $(CPP_PROJ) $<
159
160RSC=rc.exe
161# ADD BASE RSC /l 0x409 /d "_DEBUG"
162# ADD RSC /l 0x409 /d "_DEBUG"
163BSC32=bscmake.exe
164# ADD BASE BSC32 /nologo
165# ADD BSC32 /nologo
166BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40.bsc"
167BSC32_SBRS=
168LINK32=link.exe
169# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
170# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
171LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
172 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
173 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes\
174 /pdb:"$(OUTDIR)/vc40.pdb" /debug /machine:I386 /out:"$(OUTDIR)/vc40.exe"
175LINK32_OBJS=
176
177!ELSEIF "$(CFG)" == "vc40_dll - Win32 Release"
178
179# PROP BASE Use_MFC 0
180# PROP BASE Use_Debug_Libraries 0
181# PROP BASE Output_Dir "vc40_dll\Release"
182# PROP BASE Intermediate_Dir "vc40_dll\Release"
183# PROP BASE Target_Dir "vc40_dll"
184# PROP Use_MFC 0
185# PROP Use_Debug_Libraries 0
186# PROP Output_Dir "vc40_dll\Release"
187# PROP Intermediate_Dir "vc40_dll\Release"
188# PROP Target_Dir "vc40_dll"
189OUTDIR=.\vc40_dll\Release
190INTDIR=.\vc40_dll\Release
191
192ALL : "$(OUTDIR)\py14an.dll"
193
194CLEAN :
195 -@erase ".\vc40_dll\Release\py14an.dll"
196 -@erase ".\vc40_dll\Release\longobject.obj"
197 -@erase ".\vc40_dll\Release\listobject.obj"
198 -@erase ".\vc40_dll\Release\intobject.obj"
199 -@erase ".\vc40_dll\Release\importdl.obj"
200 -@erase ".\vc40_dll\Release\import.obj"
201 -@erase ".\vc40_dll\Release\imageop.obj"
202 -@erase ".\vc40_dll\Release\grammar1.obj"
203 -@erase ".\vc40_dll\Release\graminit.obj"
204 -@erase ".\vc40_dll\Release\getversion.obj"
205 -@erase ".\vc40_dll\Release\getplatform.obj"
206 -@erase ".\vc40_dll\Release\getpath.obj"
207 -@erase ".\vc40_dll\Release\getmtime.obj"
208 -@erase ".\vc40_dll\Release\getcopyright.obj"
209 -@erase ".\vc40_dll\Release\getcompiler.obj"
210 -@erase ".\vc40_dll\Release\getargs.obj"
211 -@erase ".\vc40_dll\Release\funcobject.obj"
212 -@erase ".\vc40_dll\Release\frozen.obj"
213 -@erase ".\vc40_dll\Release\frameobject.obj"
214 -@erase ".\vc40_dll\Release\floatobject.obj"
215 -@erase ".\vc40_dll\Release\fileobject.obj"
216 -@erase ".\vc40_dll\Release\errors.obj"
217 -@erase ".\vc40_dll\Release\environment.obj"
218 -@erase ".\vc40_dll\Release\config.obj"
219 -@erase ".\vc40_dll\Release\complexobject.obj"
220 -@erase ".\vc40_dll\Release\compile.obj"
221 -@erase ".\vc40_dll\Release\cobject.obj"
222 -@erase ".\vc40_dll\Release\cmathmodule.obj"
223 -@erase ".\vc40_dll\Release\classobject.obj"
224 -@erase ".\vc40_dll\Release\cgensupport.obj"
225 -@erase ".\vc40_dll\Release\ceval.obj"
226 -@erase ".\vc40_dll\Release\bltinmodule.obj"
227 -@erase ".\vc40_dll\Release\binascii.obj"
228 -@erase ".\vc40_dll\Release\audioop.obj"
229 -@erase ".\vc40_dll\Release\arraymodule.obj"
230 -@erase ".\vc40_dll\Release\accessobject.obj"
231 -@erase ".\vc40_dll\Release\acceler.obj"
232 -@erase ".\vc40_dll\Release\abstract.obj"
233 -@erase ".\vc40_dll\Release\yuvconvert.obj"
234 -@erase ".\vc40_dll\Release\typeobject.obj"
235 -@erase ".\vc40_dll\Release\tupleobject.obj"
236 -@erase ".\vc40_dll\Release\traceback.obj"
237 -@erase ".\vc40_dll\Release\tokenizer.obj"
238 -@erase ".\vc40_dll\Release\timemodule.obj"
239 -@erase ".\vc40_dll\Release\threadmodule.obj"
240 -@erase ".\vc40_dll\Release\thread.obj"
241 -@erase ".\vc40_dll\Release\sysmodule.obj"
242 -@erase ".\vc40_dll\Release\structmodule.obj"
243 -@erase ".\vc40_dll\Release\structmember.obj"
244 -@erase ".\vc40_dll\Release\stropmodule.obj"
245 -@erase ".\vc40_dll\Release\stringobject.obj"
246 -@erase ".\vc40_dll\Release\soundex.obj"
247 -@erase ".\vc40_dll\Release\socketmodule.obj"
248 -@erase ".\vc40_dll\Release\signalmodule.obj"
249 -@erase ".\vc40_dll\Release\selectmodule.obj"
250 -@erase ".\vc40_dll\Release\rotormodule.obj"
251 -@erase ".\vc40_dll\Release\rgbimgmodule.obj"
252 -@erase ".\vc40_dll\Release\regexpr.obj"
253 -@erase ".\vc40_dll\Release\regexmodule.obj"
254 -@erase ".\vc40_dll\Release\rangeobject.obj"
255 -@erase ".\vc40_dll\Release\pythonrun.obj"
256 -@erase ".\vc40_dll\Release\posixmodule.obj"
257 -@erase ".\vc40_dll\Release\parsetok.obj"
258 -@erase ".\vc40_dll\Release\parser.obj"
259 -@erase ".\vc40_dll\Release\object.obj"
260 -@erase ".\vc40_dll\Release\node.obj"
261 -@erase ".\vc40_dll\Release\newmodule.obj"
262 -@erase ".\vc40_dll\Release\marshal.obj"
263 -@erase ".\vc40_dll\Release\mystrtoul.obj"
264 -@erase ".\vc40_dll\Release\myreadline.obj"
265 -@erase ".\vc40_dll\Release\moduleobject.obj"
266 -@erase ".\vc40_dll\Release\modsupport.obj"
267 -@erase ".\vc40_dll\Release\methodobject.obj"
268 -@erase ".\vc40_dll\Release\md5module.obj"
269 -@erase ".\vc40_dll\Release\md5c.obj"
270 -@erase ".\vc40_dll\Release\mathmodule.obj"
271 -@erase ".\vc40_dll\Release\mappingobject.obj"
272 -@erase ".\vc40_dll\Release\py14an.lib"
273 -@erase ".\vc40_dll\Release\py14an.exp"
274
275"$(OUTDIR)" :
276 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
277
278CPP=cl.exe
279# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
280# ADD CPP /nologo /MD /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /c
281CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
282 "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_dll.pch" /YX\
283 /Fo"$(INTDIR)/" /c
284CPP_OBJS=.\vc40_dll\Release/
285CPP_SBRS=
286
287.c{$(CPP_OBJS)}.obj:
288 $(CPP) $(CPP_PROJ) $<
289
290.cpp{$(CPP_OBJS)}.obj:
291 $(CPP) $(CPP_PROJ) $<
292
293.cxx{$(CPP_OBJS)}.obj:
294 $(CPP) $(CPP_PROJ) $<
295
296.c{$(CPP_SBRS)}.sbr:
297 $(CPP) $(CPP_PROJ) $<
298
299.cpp{$(CPP_SBRS)}.sbr:
300 $(CPP) $(CPP_PROJ) $<
301
302.cxx{$(CPP_SBRS)}.sbr:
303 $(CPP) $(CPP_PROJ) $<
304
305MTL=mktyplib.exe
306# ADD BASE MTL /nologo /D "NDEBUG" /win32
307# ADD MTL /nologo /D "NDEBUG" /win32
308MTL_PROJ=/nologo /D "NDEBUG" /win32
309RSC=rc.exe
310# ADD BASE RSC /l 0x409 /d "NDEBUG"
311# ADD RSC /l 0x409 /d "NDEBUG"
312BSC32=bscmake.exe
313# ADD BASE BSC32 /nologo
314# ADD BSC32 /nologo
315BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_dll.bsc"
316BSC32_SBRS=
317LINK32=link.exe
318# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
319# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"vc40_dll\Release/py14an.dll"
320LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
321 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
322 odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /incremental:no\
323 /pdb:"$(OUTDIR)/py14an.pdb" /machine:I386 /def:".\PC\python.def"\
324 /out:"$(OUTDIR)/py14an.dll" /implib:"$(OUTDIR)/py14an.lib"
325DEF_FILE= \
326 ".\PC\python.def"
327LINK32_OBJS= \
328 ".\vc40_dll\Release\longobject.obj" \
329 ".\vc40_dll\Release\listobject.obj" \
330 ".\vc40_dll\Release\intobject.obj" \
331 ".\vc40_dll\Release\importdl.obj" \
332 ".\vc40_dll\Release\import.obj" \
333 ".\vc40_dll\Release\imageop.obj" \
334 ".\vc40_dll\Release\grammar1.obj" \
335 ".\vc40_dll\Release\graminit.obj" \
336 ".\vc40_dll\Release\getversion.obj" \
337 ".\vc40_dll\Release\getplatform.obj" \
338 ".\vc40_dll\Release\getpath.obj" \
339 ".\vc40_dll\Release\getmtime.obj" \
340 ".\vc40_dll\Release\getcopyright.obj" \
341 ".\vc40_dll\Release\getcompiler.obj" \
342 ".\vc40_dll\Release\getargs.obj" \
343 ".\vc40_dll\Release\funcobject.obj" \
344 ".\vc40_dll\Release\frozen.obj" \
345 ".\vc40_dll\Release\frameobject.obj" \
346 ".\vc40_dll\Release\floatobject.obj" \
347 ".\vc40_dll\Release\fileobject.obj" \
348 ".\vc40_dll\Release\errors.obj" \
349 ".\vc40_dll\Release\environment.obj" \
350 ".\vc40_dll\Release\config.obj" \
351 ".\vc40_dll\Release\complexobject.obj" \
352 ".\vc40_dll\Release\compile.obj" \
353 ".\vc40_dll\Release\cobject.obj" \
354 ".\vc40_dll\Release\cmathmodule.obj" \
355 ".\vc40_dll\Release\classobject.obj" \
356 ".\vc40_dll\Release\cgensupport.obj" \
357 ".\vc40_dll\Release\ceval.obj" \
358 ".\vc40_dll\Release\bltinmodule.obj" \
359 ".\vc40_dll\Release\binascii.obj" \
360 ".\vc40_dll\Release\audioop.obj" \
361 ".\vc40_dll\Release\arraymodule.obj" \
362 ".\vc40_dll\Release\accessobject.obj" \
363 ".\vc40_dll\Release\acceler.obj" \
364 ".\vc40_dll\Release\abstract.obj" \
365 ".\vc40_dll\Release\yuvconvert.obj" \
366 ".\vc40_dll\Release\typeobject.obj" \
367 ".\vc40_dll\Release\tupleobject.obj" \
368 ".\vc40_dll\Release\traceback.obj" \
369 ".\vc40_dll\Release\tokenizer.obj" \
370 ".\vc40_dll\Release\timemodule.obj" \
371 ".\vc40_dll\Release\threadmodule.obj" \
372 ".\vc40_dll\Release\thread.obj" \
373 ".\vc40_dll\Release\sysmodule.obj" \
374 ".\vc40_dll\Release\structmodule.obj" \
375 ".\vc40_dll\Release\structmember.obj" \
376 ".\vc40_dll\Release\stropmodule.obj" \
377 ".\vc40_dll\Release\stringobject.obj" \
378 ".\vc40_dll\Release\soundex.obj" \
379 ".\vc40_dll\Release\socketmodule.obj" \
380 ".\vc40_dll\Release\signalmodule.obj" \
381 ".\vc40_dll\Release\selectmodule.obj" \
382 ".\vc40_dll\Release\rotormodule.obj" \
383 ".\vc40_dll\Release\rgbimgmodule.obj" \
384 ".\vc40_dll\Release\regexpr.obj" \
385 ".\vc40_dll\Release\regexmodule.obj" \
386 ".\vc40_dll\Release\rangeobject.obj" \
387 ".\vc40_dll\Release\pythonrun.obj" \
388 ".\vc40_dll\Release\posixmodule.obj" \
389 ".\vc40_dll\Release\parsetok.obj" \
390 ".\vc40_dll\Release\parser.obj" \
391 ".\vc40_dll\Release\object.obj" \
392 ".\vc40_dll\Release\node.obj" \
393 ".\vc40_dll\Release\newmodule.obj" \
394 ".\vc40_dll\Release\marshal.obj" \
395 ".\vc40_dll\Release\mystrtoul.obj" \
396 ".\vc40_dll\Release\myreadline.obj" \
397 ".\vc40_dll\Release\moduleobject.obj" \
398 ".\vc40_dll\Release\modsupport.obj" \
399 ".\vc40_dll\Release\methodobject.obj" \
400 ".\vc40_dll\Release\md5module.obj" \
401 ".\vc40_dll\Release\md5c.obj" \
402 ".\vc40_dll\Release\mathmodule.obj" \
403 ".\vc40_dll\Release\mappingobject.obj"
404
405"$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
406 $(LINK32) @<<
407 $(LINK32_FLAGS) $(LINK32_OBJS)
408<<
409
410!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
411
412# PROP BASE Use_MFC 0
413# PROP BASE Use_Debug_Libraries 1
414# PROP BASE Output_Dir "vc40_dll\Debug"
415# PROP BASE Intermediate_Dir "vc40_dll\Debug"
416# PROP BASE Target_Dir "vc40_dll"
417# PROP Use_MFC 0
418# PROP Use_Debug_Libraries 1
419# PROP Output_Dir "vc40_dll\Debug"
420# PROP Intermediate_Dir "vc40_dll\Debug"
421# PROP Target_Dir "vc40_dll"
422OUTDIR=.\vc40_dll\Debug
423INTDIR=.\vc40_dll\Debug
424
425ALL : "$(OUTDIR)\py14an.dll"
426
427CLEAN :
428 -@erase ".\vc40_dll\Debug\vc40.pdb"
429 -@erase ".\vc40_dll\Debug\vc40.idb"
430 -@erase ".\vc40_dll\Debug\py14an.dll"
431 -@erase ".\vc40_dll\Debug\longobject.obj"
432 -@erase ".\vc40_dll\Debug\listobject.obj"
433 -@erase ".\vc40_dll\Debug\intobject.obj"
434 -@erase ".\vc40_dll\Debug\importdl.obj"
435 -@erase ".\vc40_dll\Debug\import.obj"
436 -@erase ".\vc40_dll\Debug\imageop.obj"
437 -@erase ".\vc40_dll\Debug\grammar1.obj"
438 -@erase ".\vc40_dll\Debug\graminit.obj"
439 -@erase ".\vc40_dll\Debug\getversion.obj"
440 -@erase ".\vc40_dll\Debug\getplatform.obj"
441 -@erase ".\vc40_dll\Debug\getpath.obj"
442 -@erase ".\vc40_dll\Debug\getmtime.obj"
443 -@erase ".\vc40_dll\Debug\getcopyright.obj"
444 -@erase ".\vc40_dll\Debug\getcompiler.obj"
445 -@erase ".\vc40_dll\Debug\getargs.obj"
446 -@erase ".\vc40_dll\Debug\funcobject.obj"
447 -@erase ".\vc40_dll\Debug\frozen.obj"
448 -@erase ".\vc40_dll\Debug\frameobject.obj"
449 -@erase ".\vc40_dll\Debug\floatobject.obj"
450 -@erase ".\vc40_dll\Debug\fileobject.obj"
451 -@erase ".\vc40_dll\Debug\errors.obj"
452 -@erase ".\vc40_dll\Debug\environment.obj"
453 -@erase ".\vc40_dll\Debug\config.obj"
454 -@erase ".\vc40_dll\Debug\complexobject.obj"
455 -@erase ".\vc40_dll\Debug\compile.obj"
456 -@erase ".\vc40_dll\Debug\cobject.obj"
457 -@erase ".\vc40_dll\Debug\cmathmodule.obj"
458 -@erase ".\vc40_dll\Debug\classobject.obj"
459 -@erase ".\vc40_dll\Debug\cgensupport.obj"
460 -@erase ".\vc40_dll\Debug\ceval.obj"
461 -@erase ".\vc40_dll\Debug\bltinmodule.obj"
462 -@erase ".\vc40_dll\Debug\binascii.obj"
463 -@erase ".\vc40_dll\Debug\audioop.obj"
464 -@erase ".\vc40_dll\Debug\arraymodule.obj"
465 -@erase ".\vc40_dll\Debug\accessobject.obj"
466 -@erase ".\vc40_dll\Debug\acceler.obj"
467 -@erase ".\vc40_dll\Debug\abstract.obj"
468 -@erase ".\vc40_dll\Debug\yuvconvert.obj"
469 -@erase ".\vc40_dll\Debug\typeobject.obj"
470 -@erase ".\vc40_dll\Debug\tupleobject.obj"
471 -@erase ".\vc40_dll\Debug\traceback.obj"
472 -@erase ".\vc40_dll\Debug\tokenizer.obj"
473 -@erase ".\vc40_dll\Debug\timemodule.obj"
474 -@erase ".\vc40_dll\Debug\threadmodule.obj"
475 -@erase ".\vc40_dll\Debug\thread.obj"
476 -@erase ".\vc40_dll\Debug\sysmodule.obj"
477 -@erase ".\vc40_dll\Debug\structmodule.obj"
478 -@erase ".\vc40_dll\Debug\structmember.obj"
479 -@erase ".\vc40_dll\Debug\stropmodule.obj"
480 -@erase ".\vc40_dll\Debug\stringobject.obj"
481 -@erase ".\vc40_dll\Debug\soundex.obj"
482 -@erase ".\vc40_dll\Debug\socketmodule.obj"
483 -@erase ".\vc40_dll\Debug\signalmodule.obj"
484 -@erase ".\vc40_dll\Debug\selectmodule.obj"
485 -@erase ".\vc40_dll\Debug\rotormodule.obj"
486 -@erase ".\vc40_dll\Debug\rgbimgmodule.obj"
487 -@erase ".\vc40_dll\Debug\regexpr.obj"
488 -@erase ".\vc40_dll\Debug\regexmodule.obj"
489 -@erase ".\vc40_dll\Debug\rangeobject.obj"
490 -@erase ".\vc40_dll\Debug\pythonrun.obj"
491 -@erase ".\vc40_dll\Debug\posixmodule.obj"
492 -@erase ".\vc40_dll\Debug\parsetok.obj"
493 -@erase ".\vc40_dll\Debug\parser.obj"
494 -@erase ".\vc40_dll\Debug\object.obj"
495 -@erase ".\vc40_dll\Debug\node.obj"
496 -@erase ".\vc40_dll\Debug\newmodule.obj"
497 -@erase ".\vc40_dll\Debug\marshal.obj"
498 -@erase ".\vc40_dll\Debug\mystrtoul.obj"
499 -@erase ".\vc40_dll\Debug\myreadline.obj"
500 -@erase ".\vc40_dll\Debug\moduleobject.obj"
501 -@erase ".\vc40_dll\Debug\modsupport.obj"
502 -@erase ".\vc40_dll\Debug\methodobject.obj"
503 -@erase ".\vc40_dll\Debug\md5module.obj"
504 -@erase ".\vc40_dll\Debug\md5c.obj"
505 -@erase ".\vc40_dll\Debug\mathmodule.obj"
506 -@erase ".\vc40_dll\Debug\mappingobject.obj"
507 -@erase ".\vc40_dll\Debug\py14an.ilk"
508 -@erase ".\vc40_dll\Debug\py14an.lib"
509 -@erase ".\vc40_dll\Debug\py14an.exp"
510 -@erase ".\vc40_dll\Debug\py14an.pdb"
511
512"$(OUTDIR)" :
513 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
514
515CPP=cl.exe
516# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
517# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /c
518CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
519 /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_dll.pch" /YX\
520 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
521CPP_OBJS=.\vc40_dll\Debug/
522CPP_SBRS=
523
524.c{$(CPP_OBJS)}.obj:
525 $(CPP) $(CPP_PROJ) $<
526
527.cpp{$(CPP_OBJS)}.obj:
528 $(CPP) $(CPP_PROJ) $<
529
530.cxx{$(CPP_OBJS)}.obj:
531 $(CPP) $(CPP_PROJ) $<
532
533.c{$(CPP_SBRS)}.sbr:
534 $(CPP) $(CPP_PROJ) $<
535
536.cpp{$(CPP_SBRS)}.sbr:
537 $(CPP) $(CPP_PROJ) $<
538
539.cxx{$(CPP_SBRS)}.sbr:
540 $(CPP) $(CPP_PROJ) $<
541
542MTL=mktyplib.exe
543# ADD BASE MTL /nologo /D "_DEBUG" /win32
544# ADD MTL /nologo /D "_DEBUG" /win32
545MTL_PROJ=/nologo /D "_DEBUG" /win32
546RSC=rc.exe
547# ADD BASE RSC /l 0x409 /d "_DEBUG"
548# ADD RSC /l 0x409 /d "_DEBUG"
549BSC32=bscmake.exe
550# ADD BASE BSC32 /nologo
551# ADD BSC32 /nologo
552BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_dll.bsc"
553BSC32_SBRS=
554LINK32=link.exe
555# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
556# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"vc40_dll\Debug/py14an.dll"
557LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
558 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
559 odbccp32.lib wsock32.lib /nologo /subsystem:windows /dll /incremental:yes\
560 /pdb:"$(OUTDIR)/py14an.pdb" /debug /machine:I386 /def:".\PC\python.def"\
561 /out:"$(OUTDIR)/py14an.dll" /implib:"$(OUTDIR)/py14an.lib"
562DEF_FILE= \
563 ".\PC\python.def"
564LINK32_OBJS= \
565 ".\vc40_dll\Debug\longobject.obj" \
566 ".\vc40_dll\Debug\listobject.obj" \
567 ".\vc40_dll\Debug\intobject.obj" \
568 ".\vc40_dll\Debug\importdl.obj" \
569 ".\vc40_dll\Debug\import.obj" \
570 ".\vc40_dll\Debug\imageop.obj" \
571 ".\vc40_dll\Debug\grammar1.obj" \
572 ".\vc40_dll\Debug\graminit.obj" \
573 ".\vc40_dll\Debug\getversion.obj" \
574 ".\vc40_dll\Debug\getplatform.obj" \
575 ".\vc40_dll\Debug\getpath.obj" \
576 ".\vc40_dll\Debug\getmtime.obj" \
577 ".\vc40_dll\Debug\getcopyright.obj" \
578 ".\vc40_dll\Debug\getcompiler.obj" \
579 ".\vc40_dll\Debug\getargs.obj" \
580 ".\vc40_dll\Debug\funcobject.obj" \
581 ".\vc40_dll\Debug\frozen.obj" \
582 ".\vc40_dll\Debug\frameobject.obj" \
583 ".\vc40_dll\Debug\floatobject.obj" \
584 ".\vc40_dll\Debug\fileobject.obj" \
585 ".\vc40_dll\Debug\errors.obj" \
586 ".\vc40_dll\Debug\environment.obj" \
587 ".\vc40_dll\Debug\config.obj" \
588 ".\vc40_dll\Debug\complexobject.obj" \
589 ".\vc40_dll\Debug\compile.obj" \
590 ".\vc40_dll\Debug\cobject.obj" \
591 ".\vc40_dll\Debug\cmathmodule.obj" \
592 ".\vc40_dll\Debug\classobject.obj" \
593 ".\vc40_dll\Debug\cgensupport.obj" \
594 ".\vc40_dll\Debug\ceval.obj" \
595 ".\vc40_dll\Debug\bltinmodule.obj" \
596 ".\vc40_dll\Debug\binascii.obj" \
597 ".\vc40_dll\Debug\audioop.obj" \
598 ".\vc40_dll\Debug\arraymodule.obj" \
599 ".\vc40_dll\Debug\accessobject.obj" \
600 ".\vc40_dll\Debug\acceler.obj" \
601 ".\vc40_dll\Debug\abstract.obj" \
602 ".\vc40_dll\Debug\yuvconvert.obj" \
603 ".\vc40_dll\Debug\typeobject.obj" \
604 ".\vc40_dll\Debug\tupleobject.obj" \
605 ".\vc40_dll\Debug\traceback.obj" \
606 ".\vc40_dll\Debug\tokenizer.obj" \
607 ".\vc40_dll\Debug\timemodule.obj" \
608 ".\vc40_dll\Debug\threadmodule.obj" \
609 ".\vc40_dll\Debug\thread.obj" \
610 ".\vc40_dll\Debug\sysmodule.obj" \
611 ".\vc40_dll\Debug\structmodule.obj" \
612 ".\vc40_dll\Debug\structmember.obj" \
613 ".\vc40_dll\Debug\stropmodule.obj" \
614 ".\vc40_dll\Debug\stringobject.obj" \
615 ".\vc40_dll\Debug\soundex.obj" \
616 ".\vc40_dll\Debug\socketmodule.obj" \
617 ".\vc40_dll\Debug\signalmodule.obj" \
618 ".\vc40_dll\Debug\selectmodule.obj" \
619 ".\vc40_dll\Debug\rotormodule.obj" \
620 ".\vc40_dll\Debug\rgbimgmodule.obj" \
621 ".\vc40_dll\Debug\regexpr.obj" \
622 ".\vc40_dll\Debug\regexmodule.obj" \
623 ".\vc40_dll\Debug\rangeobject.obj" \
624 ".\vc40_dll\Debug\pythonrun.obj" \
625 ".\vc40_dll\Debug\posixmodule.obj" \
626 ".\vc40_dll\Debug\parsetok.obj" \
627 ".\vc40_dll\Debug\parser.obj" \
628 ".\vc40_dll\Debug\object.obj" \
629 ".\vc40_dll\Debug\node.obj" \
630 ".\vc40_dll\Debug\newmodule.obj" \
631 ".\vc40_dll\Debug\marshal.obj" \
632 ".\vc40_dll\Debug\mystrtoul.obj" \
633 ".\vc40_dll\Debug\myreadline.obj" \
634 ".\vc40_dll\Debug\moduleobject.obj" \
635 ".\vc40_dll\Debug\modsupport.obj" \
636 ".\vc40_dll\Debug\methodobject.obj" \
637 ".\vc40_dll\Debug\md5module.obj" \
638 ".\vc40_dll\Debug\md5c.obj" \
639 ".\vc40_dll\Debug\mathmodule.obj" \
640 ".\vc40_dll\Debug\mappingobject.obj"
641
642"$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
643 $(LINK32) @<<
644 $(LINK32_FLAGS) $(LINK32_OBJS)
645<<
646
647!ELSEIF "$(CFG)" == "vc40_nt - Win32 Release"
648
649# PROP BASE Use_MFC 0
650# PROP BASE Use_Debug_Libraries 0
651# PROP BASE Output_Dir "vc40_nt\Release"
652# PROP BASE Intermediate_Dir "vc40_nt\Release"
653# PROP BASE Target_Dir "vc40_nt"
654# PROP Use_MFC 0
655# PROP Use_Debug_Libraries 0
656# PROP Output_Dir "vc40_nt\Release"
657# PROP Intermediate_Dir "vc40_nt\Release"
658# PROP Target_Dir "vc40_nt"
659OUTDIR=.\vc40_nt\Release
660INTDIR=.\vc40_nt\Release
661
662ALL : "$(OUTDIR)\pyth_nt.exe"
663
664CLEAN :
665 -@erase ".\vc40_nt\Release\pyth_nt.exe"
666 -@erase ".\vc40_nt\Release\longobject.obj"
667 -@erase ".\vc40_nt\Release\listobject.obj"
668 -@erase ".\vc40_nt\Release\intobject.obj"
669 -@erase ".\vc40_nt\Release\importdl.obj"
670 -@erase ".\vc40_nt\Release\import.obj"
671 -@erase ".\vc40_nt\Release\imageop.obj"
672 -@erase ".\vc40_nt\Release\grammar1.obj"
673 -@erase ".\vc40_nt\Release\graminit.obj"
674 -@erase ".\vc40_nt\Release\getversion.obj"
675 -@erase ".\vc40_nt\Release\getplatform.obj"
676 -@erase ".\vc40_nt\Release\getpath.obj"
677 -@erase ".\vc40_nt\Release\getmtime.obj"
678 -@erase ".\vc40_nt\Release\getcopyright.obj"
679 -@erase ".\vc40_nt\Release\getcompiler.obj"
680 -@erase ".\vc40_nt\Release\getargs.obj"
681 -@erase ".\vc40_nt\Release\funcobject.obj"
682 -@erase ".\vc40_nt\Release\frozen.obj"
683 -@erase ".\vc40_nt\Release\frameobject.obj"
684 -@erase ".\vc40_nt\Release\floatobject.obj"
685 -@erase ".\vc40_nt\Release\fileobject.obj"
686 -@erase ".\vc40_nt\Release\errors.obj"
687 -@erase ".\vc40_nt\Release\environment.obj"
688 -@erase ".\vc40_nt\Release\config.obj"
689 -@erase ".\vc40_nt\Release\complexobject.obj"
690 -@erase ".\vc40_nt\Release\compile.obj"
691 -@erase ".\vc40_nt\Release\cobject.obj"
692 -@erase ".\vc40_nt\Release\cmathmodule.obj"
693 -@erase ".\vc40_nt\Release\classobject.obj"
694 -@erase ".\vc40_nt\Release\cgensupport.obj"
695 -@erase ".\vc40_nt\Release\ceval.obj"
696 -@erase ".\vc40_nt\Release\bltinmodule.obj"
697 -@erase ".\vc40_nt\Release\binascii.obj"
698 -@erase ".\vc40_nt\Release\audioop.obj"
699 -@erase ".\vc40_nt\Release\arraymodule.obj"
700 -@erase ".\vc40_nt\Release\accessobject.obj"
701 -@erase ".\vc40_nt\Release\acceler.obj"
702 -@erase ".\vc40_nt\Release\abstract.obj"
703 -@erase ".\vc40_nt\Release\yuvconvert.obj"
704 -@erase ".\vc40_nt\Release\typeobject.obj"
705 -@erase ".\vc40_nt\Release\tupleobject.obj"
706 -@erase ".\vc40_nt\Release\traceback.obj"
707 -@erase ".\vc40_nt\Release\tokenizer.obj"
708 -@erase ".\vc40_nt\Release\timemodule.obj"
709 -@erase ".\vc40_nt\Release\threadmodule.obj"
710 -@erase ".\vc40_nt\Release\thread.obj"
711 -@erase ".\vc40_nt\Release\sysmodule.obj"
712 -@erase ".\vc40_nt\Release\structmodule.obj"
713 -@erase ".\vc40_nt\Release\structmember.obj"
714 -@erase ".\vc40_nt\Release\stropmodule.obj"
715 -@erase ".\vc40_nt\Release\stringobject.obj"
716 -@erase ".\vc40_nt\Release\soundex.obj"
717 -@erase ".\vc40_nt\Release\socketmodule.obj"
718 -@erase ".\vc40_nt\Release\signalmodule.obj"
719 -@erase ".\vc40_nt\Release\selectmodule.obj"
720 -@erase ".\vc40_nt\Release\rotormodule.obj"
721 -@erase ".\vc40_nt\Release\rgbimgmodule.obj"
722 -@erase ".\vc40_nt\Release\regexpr.obj"
723 -@erase ".\vc40_nt\Release\regexmodule.obj"
724 -@erase ".\vc40_nt\Release\rangeobject.obj"
725 -@erase ".\vc40_nt\Release\pythonrun.obj"
726 -@erase ".\vc40_nt\Release\posixmodule.obj"
727 -@erase ".\vc40_nt\Release\parsetok.obj"
728 -@erase ".\vc40_nt\Release\parser.obj"
729 -@erase ".\vc40_nt\Release\object.obj"
730 -@erase ".\vc40_nt\Release\node.obj"
731 -@erase ".\vc40_nt\Release\newmodule.obj"
732 -@erase ".\vc40_nt\Release\mystrtoul.obj"
733 -@erase ".\vc40_nt\Release\myreadline.obj"
734 -@erase ".\vc40_nt\Release\moduleobject.obj"
735 -@erase ".\vc40_nt\Release\modsupport.obj"
736 -@erase ".\vc40_nt\Release\methodobject.obj"
737 -@erase ".\vc40_nt\Release\md5module.obj"
738 -@erase ".\vc40_nt\Release\md5c.obj"
739 -@erase ".\vc40_nt\Release\mathmodule.obj"
740 -@erase ".\vc40_nt\Release\marshal.obj"
741 -@erase ".\vc40_nt\Release\mappingobject.obj"
742 -@erase ".\vc40_nt\Release\main.obj"
743 -@erase ".\vc40_nt\Release\getopt.obj"
744
745"$(OUTDIR)" :
746 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
747
748CPP=cl.exe
749# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
750# ADD CPP /nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
751CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "NDEBUG" /D\
752 "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_nt.pch" /YX\
753 /Fo"$(INTDIR)/" /c
754CPP_OBJS=.\vc40_nt\Release/
755CPP_SBRS=
756
757.c{$(CPP_OBJS)}.obj:
758 $(CPP) $(CPP_PROJ) $<
759
760.cpp{$(CPP_OBJS)}.obj:
761 $(CPP) $(CPP_PROJ) $<
762
763.cxx{$(CPP_OBJS)}.obj:
764 $(CPP) $(CPP_PROJ) $<
765
766.c{$(CPP_SBRS)}.sbr:
767 $(CPP) $(CPP_PROJ) $<
768
769.cpp{$(CPP_SBRS)}.sbr:
770 $(CPP) $(CPP_PROJ) $<
771
772.cxx{$(CPP_SBRS)}.sbr:
773 $(CPP) $(CPP_PROJ) $<
774
775RSC=rc.exe
776# ADD BASE RSC /l 0x409 /d "NDEBUG"
777# ADD RSC /l 0x409 /d "NDEBUG"
778BSC32=bscmake.exe
779# ADD BASE BSC32 /nologo
780# ADD BSC32 /nologo
781BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_nt.bsc"
782BSC32_SBRS=
783LINK32=link.exe
784# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
785# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /machine:I386 /out:"vc40_nt\Release/pyth_nt.exe"
786LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
787 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
788 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:no\
789 /pdb:"$(OUTDIR)/pyth_nt.pdb" /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe"
790LINK32_OBJS= \
791 ".\vc40_nt\Release\longobject.obj" \
792 ".\vc40_nt\Release\listobject.obj" \
793 ".\vc40_nt\Release\intobject.obj" \
794 ".\vc40_nt\Release\importdl.obj" \
795 ".\vc40_nt\Release\import.obj" \
796 ".\vc40_nt\Release\imageop.obj" \
797 ".\vc40_nt\Release\grammar1.obj" \
798 ".\vc40_nt\Release\graminit.obj" \
799 ".\vc40_nt\Release\getversion.obj" \
800 ".\vc40_nt\Release\getplatform.obj" \
801 ".\vc40_nt\Release\getpath.obj" \
802 ".\vc40_nt\Release\getmtime.obj" \
803 ".\vc40_nt\Release\getcopyright.obj" \
804 ".\vc40_nt\Release\getcompiler.obj" \
805 ".\vc40_nt\Release\getargs.obj" \
806 ".\vc40_nt\Release\funcobject.obj" \
807 ".\vc40_nt\Release\frozen.obj" \
808 ".\vc40_nt\Release\frameobject.obj" \
809 ".\vc40_nt\Release\floatobject.obj" \
810 ".\vc40_nt\Release\fileobject.obj" \
811 ".\vc40_nt\Release\errors.obj" \
812 ".\vc40_nt\Release\environment.obj" \
813 ".\vc40_nt\Release\config.obj" \
814 ".\vc40_nt\Release\complexobject.obj" \
815 ".\vc40_nt\Release\compile.obj" \
816 ".\vc40_nt\Release\cobject.obj" \
817 ".\vc40_nt\Release\cmathmodule.obj" \
818 ".\vc40_nt\Release\classobject.obj" \
819 ".\vc40_nt\Release\cgensupport.obj" \
820 ".\vc40_nt\Release\ceval.obj" \
821 ".\vc40_nt\Release\bltinmodule.obj" \
822 ".\vc40_nt\Release\binascii.obj" \
823 ".\vc40_nt\Release\audioop.obj" \
824 ".\vc40_nt\Release\arraymodule.obj" \
825 ".\vc40_nt\Release\accessobject.obj" \
826 ".\vc40_nt\Release\acceler.obj" \
827 ".\vc40_nt\Release\abstract.obj" \
828 ".\vc40_nt\Release\yuvconvert.obj" \
829 ".\vc40_nt\Release\typeobject.obj" \
830 ".\vc40_nt\Release\tupleobject.obj" \
831 ".\vc40_nt\Release\traceback.obj" \
832 ".\vc40_nt\Release\tokenizer.obj" \
833 ".\vc40_nt\Release\timemodule.obj" \
834 ".\vc40_nt\Release\threadmodule.obj" \
835 ".\vc40_nt\Release\thread.obj" \
836 ".\vc40_nt\Release\sysmodule.obj" \
837 ".\vc40_nt\Release\structmodule.obj" \
838 ".\vc40_nt\Release\structmember.obj" \
839 ".\vc40_nt\Release\stropmodule.obj" \
840 ".\vc40_nt\Release\stringobject.obj" \
841 ".\vc40_nt\Release\soundex.obj" \
842 ".\vc40_nt\Release\socketmodule.obj" \
843 ".\vc40_nt\Release\signalmodule.obj" \
844 ".\vc40_nt\Release\selectmodule.obj" \
845 ".\vc40_nt\Release\rotormodule.obj" \
846 ".\vc40_nt\Release\rgbimgmodule.obj" \
847 ".\vc40_nt\Release\regexpr.obj" \
848 ".\vc40_nt\Release\regexmodule.obj" \
849 ".\vc40_nt\Release\rangeobject.obj" \
850 ".\vc40_nt\Release\pythonrun.obj" \
851 ".\vc40_nt\Release\posixmodule.obj" \
852 ".\vc40_nt\Release\parsetok.obj" \
853 ".\vc40_nt\Release\parser.obj" \
854 ".\vc40_nt\Release\object.obj" \
855 ".\vc40_nt\Release\node.obj" \
856 ".\vc40_nt\Release\newmodule.obj" \
857 ".\vc40_nt\Release\mystrtoul.obj" \
858 ".\vc40_nt\Release\myreadline.obj" \
859 ".\vc40_nt\Release\moduleobject.obj" \
860 ".\vc40_nt\Release\modsupport.obj" \
861 ".\vc40_nt\Release\methodobject.obj" \
862 ".\vc40_nt\Release\md5module.obj" \
863 ".\vc40_nt\Release\md5c.obj" \
864 ".\vc40_nt\Release\mathmodule.obj" \
865 ".\vc40_nt\Release\marshal.obj" \
866 ".\vc40_nt\Release\mappingobject.obj" \
867 ".\vc40_nt\Release\main.obj" \
868 ".\vc40_nt\Release\getopt.obj"
869
870"$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
871 $(LINK32) @<<
872 $(LINK32_FLAGS) $(LINK32_OBJS)
873<<
874
875!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
876
877# PROP BASE Use_MFC 0
878# PROP BASE Use_Debug_Libraries 1
879# PROP BASE Output_Dir "vc40_nt\Debug"
880# PROP BASE Intermediate_Dir "vc40_nt\Debug"
881# PROP BASE Target_Dir "vc40_nt"
882# PROP Use_MFC 0
883# PROP Use_Debug_Libraries 1
884# PROP Output_Dir "vc40_nt\Debug"
885# PROP Intermediate_Dir "vc40_nt\Debug"
886# PROP Target_Dir "vc40_nt"
887OUTDIR=.\vc40_nt\Debug
888INTDIR=.\vc40_nt\Debug
889
890ALL : "$(OUTDIR)\pyth_nt.exe"
891
892CLEAN :
893 -@erase ".\vc40_nt\Debug\vc40.pdb"
894 -@erase ".\vc40_nt\Debug\vc40.idb"
895 -@erase ".\vc40_nt\Debug\pyth_nt.exe"
896 -@erase ".\vc40_nt\Debug\longobject.obj"
897 -@erase ".\vc40_nt\Debug\listobject.obj"
898 -@erase ".\vc40_nt\Debug\intobject.obj"
899 -@erase ".\vc40_nt\Debug\importdl.obj"
900 -@erase ".\vc40_nt\Debug\import.obj"
901 -@erase ".\vc40_nt\Debug\imageop.obj"
902 -@erase ".\vc40_nt\Debug\grammar1.obj"
903 -@erase ".\vc40_nt\Debug\graminit.obj"
904 -@erase ".\vc40_nt\Debug\getversion.obj"
905 -@erase ".\vc40_nt\Debug\getplatform.obj"
906 -@erase ".\vc40_nt\Debug\getpath.obj"
907 -@erase ".\vc40_nt\Debug\getmtime.obj"
908 -@erase ".\vc40_nt\Debug\getcopyright.obj"
909 -@erase ".\vc40_nt\Debug\getcompiler.obj"
910 -@erase ".\vc40_nt\Debug\getargs.obj"
911 -@erase ".\vc40_nt\Debug\funcobject.obj"
912 -@erase ".\vc40_nt\Debug\frozen.obj"
913 -@erase ".\vc40_nt\Debug\frameobject.obj"
914 -@erase ".\vc40_nt\Debug\floatobject.obj"
915 -@erase ".\vc40_nt\Debug\fileobject.obj"
916 -@erase ".\vc40_nt\Debug\errors.obj"
917 -@erase ".\vc40_nt\Debug\environment.obj"
918 -@erase ".\vc40_nt\Debug\config.obj"
919 -@erase ".\vc40_nt\Debug\complexobject.obj"
920 -@erase ".\vc40_nt\Debug\compile.obj"
921 -@erase ".\vc40_nt\Debug\cobject.obj"
922 -@erase ".\vc40_nt\Debug\cmathmodule.obj"
923 -@erase ".\vc40_nt\Debug\classobject.obj"
924 -@erase ".\vc40_nt\Debug\cgensupport.obj"
925 -@erase ".\vc40_nt\Debug\ceval.obj"
926 -@erase ".\vc40_nt\Debug\bltinmodule.obj"
927 -@erase ".\vc40_nt\Debug\binascii.obj"
928 -@erase ".\vc40_nt\Debug\audioop.obj"
929 -@erase ".\vc40_nt\Debug\arraymodule.obj"
930 -@erase ".\vc40_nt\Debug\accessobject.obj"
931 -@erase ".\vc40_nt\Debug\acceler.obj"
932 -@erase ".\vc40_nt\Debug\abstract.obj"
933 -@erase ".\vc40_nt\Debug\yuvconvert.obj"
934 -@erase ".\vc40_nt\Debug\typeobject.obj"
935 -@erase ".\vc40_nt\Debug\tupleobject.obj"
936 -@erase ".\vc40_nt\Debug\traceback.obj"
937 -@erase ".\vc40_nt\Debug\tokenizer.obj"
938 -@erase ".\vc40_nt\Debug\timemodule.obj"
939 -@erase ".\vc40_nt\Debug\threadmodule.obj"
940 -@erase ".\vc40_nt\Debug\thread.obj"
941 -@erase ".\vc40_nt\Debug\sysmodule.obj"
942 -@erase ".\vc40_nt\Debug\structmodule.obj"
943 -@erase ".\vc40_nt\Debug\structmember.obj"
944 -@erase ".\vc40_nt\Debug\stropmodule.obj"
945 -@erase ".\vc40_nt\Debug\stringobject.obj"
946 -@erase ".\vc40_nt\Debug\soundex.obj"
947 -@erase ".\vc40_nt\Debug\socketmodule.obj"
948 -@erase ".\vc40_nt\Debug\signalmodule.obj"
949 -@erase ".\vc40_nt\Debug\selectmodule.obj"
950 -@erase ".\vc40_nt\Debug\rotormodule.obj"
951 -@erase ".\vc40_nt\Debug\rgbimgmodule.obj"
952 -@erase ".\vc40_nt\Debug\regexpr.obj"
953 -@erase ".\vc40_nt\Debug\regexmodule.obj"
954 -@erase ".\vc40_nt\Debug\rangeobject.obj"
955 -@erase ".\vc40_nt\Debug\pythonrun.obj"
956 -@erase ".\vc40_nt\Debug\posixmodule.obj"
957 -@erase ".\vc40_nt\Debug\parsetok.obj"
958 -@erase ".\vc40_nt\Debug\parser.obj"
959 -@erase ".\vc40_nt\Debug\object.obj"
960 -@erase ".\vc40_nt\Debug\node.obj"
961 -@erase ".\vc40_nt\Debug\newmodule.obj"
962 -@erase ".\vc40_nt\Debug\mystrtoul.obj"
963 -@erase ".\vc40_nt\Debug\myreadline.obj"
964 -@erase ".\vc40_nt\Debug\moduleobject.obj"
965 -@erase ".\vc40_nt\Debug\modsupport.obj"
966 -@erase ".\vc40_nt\Debug\methodobject.obj"
967 -@erase ".\vc40_nt\Debug\md5module.obj"
968 -@erase ".\vc40_nt\Debug\md5c.obj"
969 -@erase ".\vc40_nt\Debug\mathmodule.obj"
970 -@erase ".\vc40_nt\Debug\marshal.obj"
971 -@erase ".\vc40_nt\Debug\mappingobject.obj"
972 -@erase ".\vc40_nt\Debug\main.obj"
973 -@erase ".\vc40_nt\Debug\getopt.obj"
974 -@erase ".\vc40_nt\Debug\pyth_nt.ilk"
975 -@erase ".\vc40_nt\Debug\pyth_nt.pdb"
976
977"$(OUTDIR)" :
978 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
979
980CPP=cl.exe
981# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
982# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
983CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "./PC" /I "./Include" /D "_DEBUG"\
984 /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/vc40_nt.pch" /YX\
985 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
986CPP_OBJS=.\vc40_nt\Debug/
987CPP_SBRS=
988
989.c{$(CPP_OBJS)}.obj:
990 $(CPP) $(CPP_PROJ) $<
991
992.cpp{$(CPP_OBJS)}.obj:
993 $(CPP) $(CPP_PROJ) $<
994
995.cxx{$(CPP_OBJS)}.obj:
996 $(CPP) $(CPP_PROJ) $<
997
998.c{$(CPP_SBRS)}.sbr:
999 $(CPP) $(CPP_PROJ) $<
1000
1001.cpp{$(CPP_SBRS)}.sbr:
1002 $(CPP) $(CPP_PROJ) $<
1003
1004.cxx{$(CPP_SBRS)}.sbr:
1005 $(CPP) $(CPP_PROJ) $<
1006
1007RSC=rc.exe
1008# ADD BASE RSC /l 0x409 /d "_DEBUG"
1009# ADD RSC /l 0x409 /d "_DEBUG"
1010BSC32=bscmake.exe
1011# ADD BASE BSC32 /nologo
1012# ADD BSC32 /nologo
1013BSC32_FLAGS=/nologo /o"$(OUTDIR)/vc40_nt.bsc"
1014BSC32_SBRS=
1015LINK32=link.exe
1016# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
1017# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /out:"vc40_nt\Debug/pyth_nt.exe"
1018LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
1019 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
1020 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:yes\
1021 /pdb:"$(OUTDIR)/pyth_nt.pdb" /debug /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe"
1022LINK32_OBJS= \
1023 ".\vc40_nt\Debug\longobject.obj" \
1024 ".\vc40_nt\Debug\listobject.obj" \
1025 ".\vc40_nt\Debug\intobject.obj" \
1026 ".\vc40_nt\Debug\importdl.obj" \
1027 ".\vc40_nt\Debug\import.obj" \
1028 ".\vc40_nt\Debug\imageop.obj" \
1029 ".\vc40_nt\Debug\grammar1.obj" \
1030 ".\vc40_nt\Debug\graminit.obj" \
1031 ".\vc40_nt\Debug\getversion.obj" \
1032 ".\vc40_nt\Debug\getplatform.obj" \
1033 ".\vc40_nt\Debug\getpath.obj" \
1034 ".\vc40_nt\Debug\getmtime.obj" \
1035 ".\vc40_nt\Debug\getcopyright.obj" \
1036 ".\vc40_nt\Debug\getcompiler.obj" \
1037 ".\vc40_nt\Debug\getargs.obj" \
1038 ".\vc40_nt\Debug\funcobject.obj" \
1039 ".\vc40_nt\Debug\frozen.obj" \
1040 ".\vc40_nt\Debug\frameobject.obj" \
1041 ".\vc40_nt\Debug\floatobject.obj" \
1042 ".\vc40_nt\Debug\fileobject.obj" \
1043 ".\vc40_nt\Debug\errors.obj" \
1044 ".\vc40_nt\Debug\environment.obj" \
1045 ".\vc40_nt\Debug\config.obj" \
1046 ".\vc40_nt\Debug\complexobject.obj" \
1047 ".\vc40_nt\Debug\compile.obj" \
1048 ".\vc40_nt\Debug\cobject.obj" \
1049 ".\vc40_nt\Debug\cmathmodule.obj" \
1050 ".\vc40_nt\Debug\classobject.obj" \
1051 ".\vc40_nt\Debug\cgensupport.obj" \
1052 ".\vc40_nt\Debug\ceval.obj" \
1053 ".\vc40_nt\Debug\bltinmodule.obj" \
1054 ".\vc40_nt\Debug\binascii.obj" \
1055 ".\vc40_nt\Debug\audioop.obj" \
1056 ".\vc40_nt\Debug\arraymodule.obj" \
1057 ".\vc40_nt\Debug\accessobject.obj" \
1058 ".\vc40_nt\Debug\acceler.obj" \
1059 ".\vc40_nt\Debug\abstract.obj" \
1060 ".\vc40_nt\Debug\yuvconvert.obj" \
1061 ".\vc40_nt\Debug\typeobject.obj" \
1062 ".\vc40_nt\Debug\tupleobject.obj" \
1063 ".\vc40_nt\Debug\traceback.obj" \
1064 ".\vc40_nt\Debug\tokenizer.obj" \
1065 ".\vc40_nt\Debug\timemodule.obj" \
1066 ".\vc40_nt\Debug\threadmodule.obj" \
1067 ".\vc40_nt\Debug\thread.obj" \
1068 ".\vc40_nt\Debug\sysmodule.obj" \
1069 ".\vc40_nt\Debug\structmodule.obj" \
1070 ".\vc40_nt\Debug\structmember.obj" \
1071 ".\vc40_nt\Debug\stropmodule.obj" \
1072 ".\vc40_nt\Debug\stringobject.obj" \
1073 ".\vc40_nt\Debug\soundex.obj" \
1074 ".\vc40_nt\Debug\socketmodule.obj" \
1075 ".\vc40_nt\Debug\signalmodule.obj" \
1076 ".\vc40_nt\Debug\selectmodule.obj" \
1077 ".\vc40_nt\Debug\rotormodule.obj" \
1078 ".\vc40_nt\Debug\rgbimgmodule.obj" \
1079 ".\vc40_nt\Debug\regexpr.obj" \
1080 ".\vc40_nt\Debug\regexmodule.obj" \
1081 ".\vc40_nt\Debug\rangeobject.obj" \
1082 ".\vc40_nt\Debug\pythonrun.obj" \
1083 ".\vc40_nt\Debug\posixmodule.obj" \
1084 ".\vc40_nt\Debug\parsetok.obj" \
1085 ".\vc40_nt\Debug\parser.obj" \
1086 ".\vc40_nt\Debug\object.obj" \
1087 ".\vc40_nt\Debug\node.obj" \
1088 ".\vc40_nt\Debug\newmodule.obj" \
1089 ".\vc40_nt\Debug\mystrtoul.obj" \
1090 ".\vc40_nt\Debug\myreadline.obj" \
1091 ".\vc40_nt\Debug\moduleobject.obj" \
1092 ".\vc40_nt\Debug\modsupport.obj" \
1093 ".\vc40_nt\Debug\methodobject.obj" \
1094 ".\vc40_nt\Debug\md5module.obj" \
1095 ".\vc40_nt\Debug\md5c.obj" \
1096 ".\vc40_nt\Debug\mathmodule.obj" \
1097 ".\vc40_nt\Debug\marshal.obj" \
1098 ".\vc40_nt\Debug\mappingobject.obj" \
1099 ".\vc40_nt\Debug\main.obj" \
1100 ".\vc40_nt\Debug\getopt.obj"
1101
1102"$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
1103 $(LINK32) @<<
1104 $(LINK32_FLAGS) $(LINK32_OBJS)
1105<<
1106
1107!ENDIF
1108
1109################################################################################
1110# Begin Target
1111
1112# Name "vc40 - Win32 Release"
1113# Name "vc40 - Win32 Debug"
1114
1115!IF "$(CFG)" == "vc40 - Win32 Release"
1116
1117!ELSEIF "$(CFG)" == "vc40 - Win32 Debug"
1118
1119!ENDIF
1120
1121# End Target
1122################################################################################
1123# Begin Target
1124
1125# Name "vc40_dll - Win32 Release"
1126# Name "vc40_dll - Win32 Debug"
1127
1128!IF "$(CFG)" == "vc40_dll - Win32 Release"
1129
1130!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1131
1132!ENDIF
1133
1134################################################################################
1135# Begin Source File
1136
1137SOURCE=.\Objects\longobject.c
1138DEP_CPP_LONGO=\
1139 ".\./Include\allobjects.h"\
1140 ".\./Include\longintrepr.h"\
1141 ".\./Include\mymath.h"\
1142 ".\./PC\config.h"\
1143 ".\./Include\myproto.h"\
1144 ".\Include\object.h"\
1145 ".\Include\objimpl.h"\
1146 ".\Include\pydebug.h"\
1147 ".\Include\accessobject.h"\
1148 ".\Include\intobject.h"\
1149 ".\Include\longobject.h"\
1150 ".\Include\floatobject.h"\
1151 ".\./Include\complexobject.h"\
1152 ".\Include\rangeobject.h"\
1153 ".\Include\stringobject.h"\
1154 ".\Include\tupleobject.h"\
1155 ".\Include\listobject.h"\
1156 ".\Include\mappingobject.h"\
1157 ".\Include\methodobject.h"\
1158 ".\Include\moduleobject.h"\
1159 ".\Include\funcobject.h"\
1160 ".\Include\classobject.h"\
1161 ".\Include\fileobject.h"\
1162 ".\Include\cobject.h"\
1163 ".\./Include\traceback.h"\
1164 ".\Include\errors.h"\
1165 ".\./Include\mymalloc.h"\
1166 ".\./Include\modsupport.h"\
1167 ".\./Include\ceval.h"\
1168 ".\./Include\pythonrun.h"\
1169 ".\./Include\sysmodule.h"\
1170 ".\./Include\intrcheck.h"\
1171 ".\./Include\import.h"\
1172 ".\./Include\bltinmodule.h"\
1173 ".\Include\abstract.h"\
1174 ".\./Include\rename2.h"\
1175 ".\./Include\thread.h"\
1176
1177
1178!IF "$(CFG)" == "vc40_dll - Win32 Release"
1179
1180
1181"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
1182 $(CPP) $(CPP_PROJ) $(SOURCE)
1183
1184
1185!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1186
1187
1188"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
1189 $(CPP) $(CPP_PROJ) $(SOURCE)
1190
1191
1192!ENDIF
1193
1194# End Source File
1195################################################################################
1196# Begin Source File
1197
1198SOURCE=.\Objects\listobject.c
1199DEP_CPP_LISTO=\
1200 ".\./Include\allobjects.h"\
1201 ".\./Include\modsupport.h"\
1202 ".\./Include\ceval.h"\
1203 {$(INCLUDE)}"\sys\TYPES.H"\
1204 ".\./PC\config.h"\
1205 ".\./Include\myproto.h"\
1206 ".\Include\object.h"\
1207 ".\Include\objimpl.h"\
1208 ".\Include\pydebug.h"\
1209 ".\Include\accessobject.h"\
1210 ".\Include\intobject.h"\
1211 ".\Include\longobject.h"\
1212 ".\Include\floatobject.h"\
1213 ".\./Include\complexobject.h"\
1214 ".\Include\rangeobject.h"\
1215 ".\Include\stringobject.h"\
1216 ".\Include\tupleobject.h"\
1217 ".\Include\listobject.h"\
1218 ".\Include\mappingobject.h"\
1219 ".\Include\methodobject.h"\
1220 ".\Include\moduleobject.h"\
1221 ".\Include\funcobject.h"\
1222 ".\Include\classobject.h"\
1223 ".\Include\fileobject.h"\
1224 ".\Include\cobject.h"\
1225 ".\./Include\traceback.h"\
1226 ".\Include\errors.h"\
1227 ".\./Include\mymalloc.h"\
1228 ".\./Include\pythonrun.h"\
1229 ".\./Include\sysmodule.h"\
1230 ".\./Include\intrcheck.h"\
1231 ".\./Include\import.h"\
1232 ".\./Include\bltinmodule.h"\
1233 ".\Include\abstract.h"\
1234 ".\./Include\rename2.h"\
1235 ".\./Include\thread.h"\
1236
1237
1238!IF "$(CFG)" == "vc40_dll - Win32 Release"
1239
1240
1241"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
1242 $(CPP) $(CPP_PROJ) $(SOURCE)
1243
1244
1245!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1246
1247
1248"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
1249 $(CPP) $(CPP_PROJ) $(SOURCE)
1250
1251
1252!ENDIF
1253
1254# End Source File
1255################################################################################
1256# Begin Source File
1257
1258SOURCE=.\Objects\intobject.c
1259DEP_CPP_INTOB=\
1260 ".\./Include\allobjects.h"\
1261 ".\./Include\modsupport.h"\
1262 ".\./PC\config.h"\
1263 ".\./Include\myproto.h"\
1264 ".\Include\object.h"\
1265 ".\Include\objimpl.h"\
1266 ".\Include\pydebug.h"\
1267 ".\Include\accessobject.h"\
1268 ".\Include\intobject.h"\
1269 ".\Include\longobject.h"\
1270 ".\Include\floatobject.h"\
1271 ".\./Include\complexobject.h"\
1272 ".\Include\rangeobject.h"\
1273 ".\Include\stringobject.h"\
1274 ".\Include\tupleobject.h"\
1275 ".\Include\listobject.h"\
1276 ".\Include\mappingobject.h"\
1277 ".\Include\methodobject.h"\
1278 ".\Include\moduleobject.h"\
1279 ".\Include\funcobject.h"\
1280 ".\Include\classobject.h"\
1281 ".\Include\fileobject.h"\
1282 ".\Include\cobject.h"\
1283 ".\./Include\traceback.h"\
1284 ".\Include\errors.h"\
1285 ".\./Include\mymalloc.h"\
1286 ".\./Include\ceval.h"\
1287 ".\./Include\pythonrun.h"\
1288 ".\./Include\sysmodule.h"\
1289 ".\./Include\intrcheck.h"\
1290 ".\./Include\import.h"\
1291 ".\./Include\bltinmodule.h"\
1292 ".\Include\abstract.h"\
1293 ".\./Include\rename2.h"\
1294 ".\./Include\thread.h"\
1295
1296
1297!IF "$(CFG)" == "vc40_dll - Win32 Release"
1298
1299
1300"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
1301 $(CPP) $(CPP_PROJ) $(SOURCE)
1302
1303
1304!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1305
1306
1307"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
1308 $(CPP) $(CPP_PROJ) $(SOURCE)
1309
1310
1311!ENDIF
1312
1313# End Source File
1314################################################################################
1315# Begin Source File
1316
1317SOURCE=.\Python\importdl.c
1318DEP_CPP_IMPOR=\
1319 ".\./Include\allobjects.h"\
1320 ".\./Include\osdefs.h"\
1321 ".\Python\importdl.h"\
1322 {$(INCLUDE)}"\sys\TYPES.H"\
1323 {$(INCLUDE)}"\sys\STAT.H"\
1324 ".\./PC\config.h"\
1325 ".\./Include\myproto.h"\
1326 ".\Include\object.h"\
1327 ".\Include\objimpl.h"\
1328 ".\Include\pydebug.h"\
1329 ".\Include\accessobject.h"\
1330 ".\Include\intobject.h"\
1331 ".\Include\longobject.h"\
1332 ".\Include\floatobject.h"\
1333 ".\./Include\complexobject.h"\
1334 ".\Include\rangeobject.h"\
1335 ".\Include\stringobject.h"\
1336 ".\Include\tupleobject.h"\
1337 ".\Include\listobject.h"\
1338 ".\Include\mappingobject.h"\
1339 ".\Include\methodobject.h"\
1340 ".\Include\moduleobject.h"\
1341 ".\Include\funcobject.h"\
1342 ".\Include\classobject.h"\
1343 ".\Include\fileobject.h"\
1344 ".\Include\cobject.h"\
1345 ".\./Include\traceback.h"\
1346 ".\Include\errors.h"\
1347 ".\./Include\mymalloc.h"\
1348 ".\./Include\modsupport.h"\
1349 ".\./Include\ceval.h"\
1350 ".\./Include\pythonrun.h"\
1351 ".\./Include\sysmodule.h"\
1352 ".\./Include\intrcheck.h"\
1353 ".\./Include\import.h"\
1354 ".\./Include\bltinmodule.h"\
1355 ".\Include\abstract.h"\
1356 ".\./Include\rename2.h"\
1357 ".\./Include\thread.h"\
1358
1359NODEP_CPP_IMPOR=\
1360 ".\Python\dl.h"\
1361 ".\Python\macdefs.h"\
1362 ".\Python\macglue.h"\
1363
1364
1365!IF "$(CFG)" == "vc40_dll - Win32 Release"
1366
1367
1368"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
1369 $(CPP) $(CPP_PROJ) $(SOURCE)
1370
1371
1372!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1373
1374
1375"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
1376 $(CPP) $(CPP_PROJ) $(SOURCE)
1377
1378
1379!ENDIF
1380
1381# End Source File
1382################################################################################
1383# Begin Source File
1384
1385SOURCE=.\PC\import.c
1386DEP_CPP_IMPORT=\
1387 ".\./Include\allobjects.h"\
1388 ".\./Include\node.h"\
1389 ".\./Include\token.h"\
1390 ".\./Include\graminit.h"\
1391 ".\./Include\import.h"\
1392 ".\./Include\errcode.h"\
1393 ".\./Include\sysmodule.h"\
1394 ".\./Include\bltinmodule.h"\
1395 ".\./Include\pythonrun.h"\
1396 ".\./Include\marshal.h"\
1397 ".\./Include\compile.h"\
1398 ".\./Include\eval.h"\
1399 ".\./Include\osdefs.h"\
1400 ".\pc\importdl.h"\
1401 ".\./PC\config.h"\
1402 ".\./Include\myproto.h"\
1403 ".\Include\object.h"\
1404 ".\Include\objimpl.h"\
1405 ".\Include\pydebug.h"\
1406 ".\Include\accessobject.h"\
1407 ".\Include\intobject.h"\
1408 ".\Include\longobject.h"\
1409 ".\Include\floatobject.h"\
1410 ".\./Include\complexobject.h"\
1411 ".\Include\rangeobject.h"\
1412 ".\Include\stringobject.h"\
1413 ".\Include\tupleobject.h"\
1414 ".\Include\listobject.h"\
1415 ".\Include\mappingobject.h"\
1416 ".\Include\methodobject.h"\
1417 ".\Include\moduleobject.h"\
1418 ".\Include\funcobject.h"\
1419 ".\Include\classobject.h"\
1420 ".\Include\fileobject.h"\
1421 ".\Include\cobject.h"\
1422 ".\./Include\traceback.h"\
1423 ".\Include\errors.h"\
1424 ".\./Include\mymalloc.h"\
1425 ".\./Include\modsupport.h"\
1426 ".\./Include\ceval.h"\
1427 ".\./Include\intrcheck.h"\
1428 ".\Include\abstract.h"\
1429 ".\./Include\rename2.h"\
1430 ".\./Include\thread.h"\
1431
1432NODEP_CPP_IMPORT=\
1433 ".\pc\macglue.h"\
1434
1435
1436!IF "$(CFG)" == "vc40_dll - Win32 Release"
1437
1438
1439"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
1440 $(CPP) $(CPP_PROJ) $(SOURCE)
1441
1442
1443!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1444
1445
1446"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
1447 $(CPP) $(CPP_PROJ) $(SOURCE)
1448
1449
1450!ENDIF
1451
1452# End Source File
1453################################################################################
1454# Begin Source File
1455
1456SOURCE=.\Modules\imageop.c
1457DEP_CPP_IMAGE=\
1458 ".\./Include\allobjects.h"\
1459 ".\./Include\modsupport.h"\
1460 ".\./PC\config.h"\
1461 ".\./Include\myproto.h"\
1462 ".\Include\object.h"\
1463 ".\Include\objimpl.h"\
1464 ".\Include\pydebug.h"\
1465 ".\Include\accessobject.h"\
1466 ".\Include\intobject.h"\
1467 ".\Include\longobject.h"\
1468 ".\Include\floatobject.h"\
1469 ".\./Include\complexobject.h"\
1470 ".\Include\rangeobject.h"\
1471 ".\Include\stringobject.h"\
1472 ".\Include\tupleobject.h"\
1473 ".\Include\listobject.h"\
1474 ".\Include\mappingobject.h"\
1475 ".\Include\methodobject.h"\
1476 ".\Include\moduleobject.h"\
1477 ".\Include\funcobject.h"\
1478 ".\Include\classobject.h"\
1479 ".\Include\fileobject.h"\
1480 ".\Include\cobject.h"\
1481 ".\./Include\traceback.h"\
1482 ".\Include\errors.h"\
1483 ".\./Include\mymalloc.h"\
1484 ".\./Include\ceval.h"\
1485 ".\./Include\pythonrun.h"\
1486 ".\./Include\sysmodule.h"\
1487 ".\./Include\intrcheck.h"\
1488 ".\./Include\import.h"\
1489 ".\./Include\bltinmodule.h"\
1490 ".\Include\abstract.h"\
1491 ".\./Include\rename2.h"\
1492 ".\./Include\thread.h"\
1493
1494
1495!IF "$(CFG)" == "vc40_dll - Win32 Release"
1496
1497
1498"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
1499 $(CPP) $(CPP_PROJ) $(SOURCE)
1500
1501
1502!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1503
1504
1505"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
1506 $(CPP) $(CPP_PROJ) $(SOURCE)
1507
1508
1509!ENDIF
1510
1511# End Source File
1512################################################################################
1513# Begin Source File
1514
1515SOURCE=.\Parser\grammar1.c
1516DEP_CPP_GRAMM=\
1517 ".\./Include\pgenheaders.h"\
1518 ".\./Include\grammar.h"\
1519 ".\./Include\token.h"\
1520 ".\./PC\config.h"\
1521 ".\./Include\myproto.h"\
1522 ".\./Include\mymalloc.h"\
1523 ".\Include\pydebug.h"\
1524 ".\Include\bitset.h"\
1525 ".\./Include\rename2.h"\
1526
1527
1528!IF "$(CFG)" == "vc40_dll - Win32 Release"
1529
1530
1531"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
1532 $(CPP) $(CPP_PROJ) $(SOURCE)
1533
1534
1535!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1536
1537
1538"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
1539 $(CPP) $(CPP_PROJ) $(SOURCE)
1540
1541
1542!ENDIF
1543
1544# End Source File
1545################################################################################
1546# Begin Source File
1547
1548SOURCE=.\Python\graminit.c
1549DEP_CPP_GRAMI=\
1550 ".\./Include\pgenheaders.h"\
1551 ".\./Include\grammar.h"\
1552 ".\./PC\config.h"\
1553 ".\./Include\myproto.h"\
1554 ".\./Include\mymalloc.h"\
1555 ".\Include\pydebug.h"\
1556 ".\Include\bitset.h"\
1557 ".\./Include\rename2.h"\
1558
1559
1560!IF "$(CFG)" == "vc40_dll - Win32 Release"
1561
1562
1563"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
1564 $(CPP) $(CPP_PROJ) $(SOURCE)
1565
1566
1567!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1568
1569
1570"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
1571 $(CPP) $(CPP_PROJ) $(SOURCE)
1572
1573
1574!ENDIF
1575
1576# End Source File
1577################################################################################
1578# Begin Source File
1579
1580SOURCE=.\Python\getversion.c
1581DEP_CPP_GETVE=\
1582 ".\./Include\Python.h"\
1583 ".\./Include\patchlevel.h"\
1584 ".\./Include\allobjects.h"\
1585 ".\./PC\config.h"\
1586 ".\./Include\myproto.h"\
1587 ".\Include\object.h"\
1588 ".\Include\objimpl.h"\
1589 ".\Include\pydebug.h"\
1590 ".\Include\accessobject.h"\
1591 ".\Include\intobject.h"\
1592 ".\Include\longobject.h"\
1593 ".\Include\floatobject.h"\
1594 ".\./Include\complexobject.h"\
1595 ".\Include\rangeobject.h"\
1596 ".\Include\stringobject.h"\
1597 ".\Include\tupleobject.h"\
1598 ".\Include\listobject.h"\
1599 ".\Include\mappingobject.h"\
1600 ".\Include\methodobject.h"\
1601 ".\Include\moduleobject.h"\
1602 ".\Include\funcobject.h"\
1603 ".\Include\classobject.h"\
1604 ".\Include\fileobject.h"\
1605 ".\Include\cobject.h"\
1606 ".\./Include\traceback.h"\
1607 ".\Include\errors.h"\
1608 ".\./Include\mymalloc.h"\
1609 ".\./Include\modsupport.h"\
1610 ".\./Include\ceval.h"\
1611 ".\./Include\pythonrun.h"\
1612 ".\./Include\sysmodule.h"\
1613 ".\./Include\intrcheck.h"\
1614 ".\./Include\import.h"\
1615 ".\./Include\bltinmodule.h"\
1616 ".\Include\abstract.h"\
1617 ".\./Include\rename2.h"\
1618 ".\./Include\thread.h"\
1619
1620
1621!IF "$(CFG)" == "vc40_dll - Win32 Release"
1622
1623
1624"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
1625 $(CPP) $(CPP_PROJ) $(SOURCE)
1626
1627
1628!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1629
1630
1631"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
1632 $(CPP) $(CPP_PROJ) $(SOURCE)
1633
1634
1635!ENDIF
1636
1637# End Source File
1638################################################################################
1639# Begin Source File
1640
1641SOURCE=.\Python\getplatform.c
1642DEP_CPP_GETPL=\
1643 ".\./Include\Python.h"\
1644 ".\./Include\allobjects.h"\
1645 ".\./PC\config.h"\
1646 ".\./Include\myproto.h"\
1647 ".\Include\object.h"\
1648 ".\Include\objimpl.h"\
1649 ".\Include\pydebug.h"\
1650 ".\Include\accessobject.h"\
1651 ".\Include\intobject.h"\
1652 ".\Include\longobject.h"\
1653 ".\Include\floatobject.h"\
1654 ".\./Include\complexobject.h"\
1655 ".\Include\rangeobject.h"\
1656 ".\Include\stringobject.h"\
1657 ".\Include\tupleobject.h"\
1658 ".\Include\listobject.h"\
1659 ".\Include\mappingobject.h"\
1660 ".\Include\methodobject.h"\
1661 ".\Include\moduleobject.h"\
1662 ".\Include\funcobject.h"\
1663 ".\Include\classobject.h"\
1664 ".\Include\fileobject.h"\
1665 ".\Include\cobject.h"\
1666 ".\./Include\traceback.h"\
1667 ".\Include\errors.h"\
1668 ".\./Include\mymalloc.h"\
1669 ".\./Include\modsupport.h"\
1670 ".\./Include\ceval.h"\
1671 ".\./Include\pythonrun.h"\
1672 ".\./Include\sysmodule.h"\
1673 ".\./Include\intrcheck.h"\
1674 ".\./Include\import.h"\
1675 ".\./Include\bltinmodule.h"\
1676 ".\Include\abstract.h"\
1677 ".\./Include\rename2.h"\
1678 ".\./Include\thread.h"\
1679
1680
1681!IF "$(CFG)" == "vc40_dll - Win32 Release"
1682
1683
1684"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
1685 $(CPP) $(CPP_PROJ) $(SOURCE)
1686
1687
1688!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1689
1690
1691"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
1692 $(CPP) $(CPP_PROJ) $(SOURCE)
1693
1694
1695!ENDIF
1696
1697# End Source File
1698################################################################################
1699# Begin Source File
1700
1701SOURCE=.\Modules\getpath.c
1702DEP_CPP_GETPA=\
1703 ".\./Include\Python.h"\
1704 ".\./Include\osdefs.h"\
1705 ".\./Include\allobjects.h"\
1706 ".\./PC\config.h"\
1707 ".\./Include\myproto.h"\
1708 ".\Include\object.h"\
1709 ".\Include\objimpl.h"\
1710 ".\Include\pydebug.h"\
1711 ".\Include\accessobject.h"\
1712 ".\Include\intobject.h"\
1713 ".\Include\longobject.h"\
1714 ".\Include\floatobject.h"\
1715 ".\./Include\complexobject.h"\
1716 ".\Include\rangeobject.h"\
1717 ".\Include\stringobject.h"\
1718 ".\Include\tupleobject.h"\
1719 ".\Include\listobject.h"\
1720 ".\Include\mappingobject.h"\
1721 ".\Include\methodobject.h"\
1722 ".\Include\moduleobject.h"\
1723 ".\Include\funcobject.h"\
1724 ".\Include\classobject.h"\
1725 ".\Include\fileobject.h"\
1726 ".\Include\cobject.h"\
1727 ".\./Include\traceback.h"\
1728 ".\Include\errors.h"\
1729 ".\./Include\mymalloc.h"\
1730 ".\./Include\modsupport.h"\
1731 ".\./Include\ceval.h"\
1732 ".\./Include\pythonrun.h"\
1733 ".\./Include\sysmodule.h"\
1734 ".\./Include\intrcheck.h"\
1735 ".\./Include\import.h"\
1736 ".\./Include\bltinmodule.h"\
1737 ".\Include\abstract.h"\
1738 ".\./Include\rename2.h"\
1739 ".\./Include\thread.h"\
1740
1741
1742!IF "$(CFG)" == "vc40_dll - Win32 Release"
1743
1744
1745"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
1746 $(CPP) $(CPP_PROJ) $(SOURCE)
1747
1748
1749!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1750
1751
1752"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
1753 $(CPP) $(CPP_PROJ) $(SOURCE)
1754
1755
1756!ENDIF
1757
1758# End Source File
1759################################################################################
1760# Begin Source File
1761
1762SOURCE=.\Python\getmtime.c
1763DEP_CPP_GETMT=\
1764 ".\./PC\config.h"\
1765 {$(INCLUDE)}"\sys\TYPES.H"\
1766 {$(INCLUDE)}"\sys\STAT.H"\
1767 ".\./Include\rename2.h"\
1768
1769
1770!IF "$(CFG)" == "vc40_dll - Win32 Release"
1771
1772
1773"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
1774 $(CPP) $(CPP_PROJ) $(SOURCE)
1775
1776
1777!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1778
1779
1780"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
1781 $(CPP) $(CPP_PROJ) $(SOURCE)
1782
1783
1784!ENDIF
1785
1786# End Source File
1787################################################################################
1788# Begin Source File
1789
1790SOURCE=.\Python\getcopyright.c
1791DEP_CPP_GETCO=\
1792 ".\./Include\Python.h"\
1793 ".\./Include\allobjects.h"\
1794 ".\./PC\config.h"\
1795 ".\./Include\myproto.h"\
1796 ".\Include\object.h"\
1797 ".\Include\objimpl.h"\
1798 ".\Include\pydebug.h"\
1799 ".\Include\accessobject.h"\
1800 ".\Include\intobject.h"\
1801 ".\Include\longobject.h"\
1802 ".\Include\floatobject.h"\
1803 ".\./Include\complexobject.h"\
1804 ".\Include\rangeobject.h"\
1805 ".\Include\stringobject.h"\
1806 ".\Include\tupleobject.h"\
1807 ".\Include\listobject.h"\
1808 ".\Include\mappingobject.h"\
1809 ".\Include\methodobject.h"\
1810 ".\Include\moduleobject.h"\
1811 ".\Include\funcobject.h"\
1812 ".\Include\classobject.h"\
1813 ".\Include\fileobject.h"\
1814 ".\Include\cobject.h"\
1815 ".\./Include\traceback.h"\
1816 ".\Include\errors.h"\
1817 ".\./Include\mymalloc.h"\
1818 ".\./Include\modsupport.h"\
1819 ".\./Include\ceval.h"\
1820 ".\./Include\pythonrun.h"\
1821 ".\./Include\sysmodule.h"\
1822 ".\./Include\intrcheck.h"\
1823 ".\./Include\import.h"\
1824 ".\./Include\bltinmodule.h"\
1825 ".\Include\abstract.h"\
1826 ".\./Include\rename2.h"\
1827 ".\./Include\thread.h"\
1828
1829
1830!IF "$(CFG)" == "vc40_dll - Win32 Release"
1831
1832
1833"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
1834 $(CPP) $(CPP_PROJ) $(SOURCE)
1835
1836
1837!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1838
1839
1840"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
1841 $(CPP) $(CPP_PROJ) $(SOURCE)
1842
1843
1844!ENDIF
1845
1846# End Source File
1847################################################################################
1848# Begin Source File
1849
1850SOURCE=.\Python\getcompiler.c
1851DEP_CPP_GETCOM=\
1852 ".\./Include\Python.h"\
1853 ".\./Include\allobjects.h"\
1854 ".\./PC\config.h"\
1855 ".\./Include\myproto.h"\
1856 ".\Include\object.h"\
1857 ".\Include\objimpl.h"\
1858 ".\Include\pydebug.h"\
1859 ".\Include\accessobject.h"\
1860 ".\Include\intobject.h"\
1861 ".\Include\longobject.h"\
1862 ".\Include\floatobject.h"\
1863 ".\./Include\complexobject.h"\
1864 ".\Include\rangeobject.h"\
1865 ".\Include\stringobject.h"\
1866 ".\Include\tupleobject.h"\
1867 ".\Include\listobject.h"\
1868 ".\Include\mappingobject.h"\
1869 ".\Include\methodobject.h"\
1870 ".\Include\moduleobject.h"\
1871 ".\Include\funcobject.h"\
1872 ".\Include\classobject.h"\
1873 ".\Include\fileobject.h"\
1874 ".\Include\cobject.h"\
1875 ".\./Include\traceback.h"\
1876 ".\Include\errors.h"\
1877 ".\./Include\mymalloc.h"\
1878 ".\./Include\modsupport.h"\
1879 ".\./Include\ceval.h"\
1880 ".\./Include\pythonrun.h"\
1881 ".\./Include\sysmodule.h"\
1882 ".\./Include\intrcheck.h"\
1883 ".\./Include\import.h"\
1884 ".\./Include\bltinmodule.h"\
1885 ".\Include\abstract.h"\
1886 ".\./Include\rename2.h"\
1887 ".\./Include\thread.h"\
1888
1889
1890!IF "$(CFG)" == "vc40_dll - Win32 Release"
1891
1892
1893"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
1894 $(CPP) $(CPP_PROJ) $(SOURCE)
1895
1896
1897!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1898
1899
1900"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
1901 $(CPP) $(CPP_PROJ) $(SOURCE)
1902
1903
1904!ENDIF
1905
1906# End Source File
1907################################################################################
1908# Begin Source File
1909
1910SOURCE=.\Python\getargs.c
1911DEP_CPP_GETAR=\
1912 ".\./Include\allobjects.h"\
1913 ".\./PC\config.h"\
1914 ".\./Include\myproto.h"\
1915 ".\Include\object.h"\
1916 ".\Include\objimpl.h"\
1917 ".\Include\pydebug.h"\
1918 ".\Include\accessobject.h"\
1919 ".\Include\intobject.h"\
1920 ".\Include\longobject.h"\
1921 ".\Include\floatobject.h"\
1922 ".\./Include\complexobject.h"\
1923 ".\Include\rangeobject.h"\
1924 ".\Include\stringobject.h"\
1925 ".\Include\tupleobject.h"\
1926 ".\Include\listobject.h"\
1927 ".\Include\mappingobject.h"\
1928 ".\Include\methodobject.h"\
1929 ".\Include\moduleobject.h"\
1930 ".\Include\funcobject.h"\
1931 ".\Include\classobject.h"\
1932 ".\Include\fileobject.h"\
1933 ".\Include\cobject.h"\
1934 ".\./Include\traceback.h"\
1935 ".\Include\errors.h"\
1936 ".\./Include\mymalloc.h"\
1937 ".\./Include\modsupport.h"\
1938 ".\./Include\ceval.h"\
1939 ".\./Include\pythonrun.h"\
1940 ".\./Include\sysmodule.h"\
1941 ".\./Include\intrcheck.h"\
1942 ".\./Include\import.h"\
1943 ".\./Include\bltinmodule.h"\
1944 ".\Include\abstract.h"\
1945 ".\./Include\rename2.h"\
1946 ".\./Include\thread.h"\
1947
1948
1949!IF "$(CFG)" == "vc40_dll - Win32 Release"
1950
1951
1952"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
1953 $(CPP) $(CPP_PROJ) $(SOURCE)
1954
1955
1956!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
1957
1958
1959"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
1960 $(CPP) $(CPP_PROJ) $(SOURCE)
1961
1962
1963!ENDIF
1964
1965# End Source File
1966################################################################################
1967# Begin Source File
1968
1969SOURCE=.\Objects\funcobject.c
1970DEP_CPP_FUNCO=\
1971 ".\./Include\allobjects.h"\
1972 ".\./Include\compile.h"\
1973 ".\./Include\structmember.h"\
1974 ".\./PC\config.h"\
1975 ".\./Include\myproto.h"\
1976 ".\Include\object.h"\
1977 ".\Include\objimpl.h"\
1978 ".\Include\pydebug.h"\
1979 ".\Include\accessobject.h"\
1980 ".\Include\intobject.h"\
1981 ".\Include\longobject.h"\
1982 ".\Include\floatobject.h"\
1983 ".\./Include\complexobject.h"\
1984 ".\Include\rangeobject.h"\
1985 ".\Include\stringobject.h"\
1986 ".\Include\tupleobject.h"\
1987 ".\Include\listobject.h"\
1988 ".\Include\mappingobject.h"\
1989 ".\Include\methodobject.h"\
1990 ".\Include\moduleobject.h"\
1991 ".\Include\funcobject.h"\
1992 ".\Include\classobject.h"\
1993 ".\Include\fileobject.h"\
1994 ".\Include\cobject.h"\
1995 ".\./Include\traceback.h"\
1996 ".\Include\errors.h"\
1997 ".\./Include\mymalloc.h"\
1998 ".\./Include\modsupport.h"\
1999 ".\./Include\ceval.h"\
2000 ".\./Include\pythonrun.h"\
2001 ".\./Include\sysmodule.h"\
2002 ".\./Include\intrcheck.h"\
2003 ".\./Include\import.h"\
2004 ".\./Include\bltinmodule.h"\
2005 ".\Include\abstract.h"\
2006 ".\./Include\rename2.h"\
2007 ".\./Include\thread.h"\
2008
2009
2010!IF "$(CFG)" == "vc40_dll - Win32 Release"
2011
2012
2013"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
2014 $(CPP) $(CPP_PROJ) $(SOURCE)
2015
2016
2017!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2018
2019
2020"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
2021 $(CPP) $(CPP_PROJ) $(SOURCE)
2022
2023
2024!ENDIF
2025
2026# End Source File
2027################################################################################
2028# Begin Source File
2029
2030SOURCE=.\Python\frozen.c
2031DEP_CPP_FROZE=\
2032 ".\./Include\Python.h"\
2033 ".\./Include\allobjects.h"\
2034 ".\./PC\config.h"\
2035 ".\./Include\myproto.h"\
2036 ".\Include\object.h"\
2037 ".\Include\objimpl.h"\
2038 ".\Include\pydebug.h"\
2039 ".\Include\accessobject.h"\
2040 ".\Include\intobject.h"\
2041 ".\Include\longobject.h"\
2042 ".\Include\floatobject.h"\
2043 ".\./Include\complexobject.h"\
2044 ".\Include\rangeobject.h"\
2045 ".\Include\stringobject.h"\
2046 ".\Include\tupleobject.h"\
2047 ".\Include\listobject.h"\
2048 ".\Include\mappingobject.h"\
2049 ".\Include\methodobject.h"\
2050 ".\Include\moduleobject.h"\
2051 ".\Include\funcobject.h"\
2052 ".\Include\classobject.h"\
2053 ".\Include\fileobject.h"\
2054 ".\Include\cobject.h"\
2055 ".\./Include\traceback.h"\
2056 ".\Include\errors.h"\
2057 ".\./Include\mymalloc.h"\
2058 ".\./Include\modsupport.h"\
2059 ".\./Include\ceval.h"\
2060 ".\./Include\pythonrun.h"\
2061 ".\./Include\sysmodule.h"\
2062 ".\./Include\intrcheck.h"\
2063 ".\./Include\import.h"\
2064 ".\./Include\bltinmodule.h"\
2065 ".\Include\abstract.h"\
2066 ".\./Include\rename2.h"\
2067 ".\./Include\thread.h"\
2068
2069
2070!IF "$(CFG)" == "vc40_dll - Win32 Release"
2071
2072
2073"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
2074 $(CPP) $(CPP_PROJ) $(SOURCE)
2075
2076
2077!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2078
2079
2080"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
2081 $(CPP) $(CPP_PROJ) $(SOURCE)
2082
2083
2084!ENDIF
2085
2086# End Source File
2087################################################################################
2088# Begin Source File
2089
2090SOURCE=.\Objects\frameobject.c
2091DEP_CPP_FRAME=\
2092 ".\./Include\allobjects.h"\
2093 ".\./Include\compile.h"\
2094 ".\./Include\frameobject.h"\
2095 ".\./Include\opcode.h"\
2096 ".\./Include\structmember.h"\
2097 ".\./Include\bltinmodule.h"\
2098 ".\./PC\config.h"\
2099 ".\./Include\myproto.h"\
2100 ".\Include\object.h"\
2101 ".\Include\objimpl.h"\
2102 ".\Include\pydebug.h"\
2103 ".\Include\accessobject.h"\
2104 ".\Include\intobject.h"\
2105 ".\Include\longobject.h"\
2106 ".\Include\floatobject.h"\
2107 ".\./Include\complexobject.h"\
2108 ".\Include\rangeobject.h"\
2109 ".\Include\stringobject.h"\
2110 ".\Include\tupleobject.h"\
2111 ".\Include\listobject.h"\
2112 ".\Include\mappingobject.h"\
2113 ".\Include\methodobject.h"\
2114 ".\Include\moduleobject.h"\
2115 ".\Include\funcobject.h"\
2116 ".\Include\classobject.h"\
2117 ".\Include\fileobject.h"\
2118 ".\Include\cobject.h"\
2119 ".\./Include\traceback.h"\
2120 ".\Include\errors.h"\
2121 ".\./Include\mymalloc.h"\
2122 ".\./Include\modsupport.h"\
2123 ".\./Include\ceval.h"\
2124 ".\./Include\pythonrun.h"\
2125 ".\./Include\sysmodule.h"\
2126 ".\./Include\intrcheck.h"\
2127 ".\./Include\import.h"\
2128 ".\Include\abstract.h"\
2129 ".\./Include\rename2.h"\
2130 ".\./Include\thread.h"\
2131
2132
2133!IF "$(CFG)" == "vc40_dll - Win32 Release"
2134
2135
2136"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
2137 $(CPP) $(CPP_PROJ) $(SOURCE)
2138
2139
2140!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2141
2142
2143"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
2144 $(CPP) $(CPP_PROJ) $(SOURCE)
2145
2146
2147!ENDIF
2148
2149# End Source File
2150################################################################################
2151# Begin Source File
2152
2153SOURCE=.\Objects\floatobject.c
2154DEP_CPP_FLOAT=\
2155 ".\./Include\allobjects.h"\
2156 ".\./Include\modsupport.h"\
2157 ".\./Include\mymath.h"\
2158 ".\./PC\config.h"\
2159 ".\./Include\myproto.h"\
2160 ".\Include\object.h"\
2161 ".\Include\objimpl.h"\
2162 ".\Include\pydebug.h"\
2163 ".\Include\accessobject.h"\
2164 ".\Include\intobject.h"\
2165 ".\Include\longobject.h"\
2166 ".\Include\floatobject.h"\
2167 ".\./Include\complexobject.h"\
2168 ".\Include\rangeobject.h"\
2169 ".\Include\stringobject.h"\
2170 ".\Include\tupleobject.h"\
2171 ".\Include\listobject.h"\
2172 ".\Include\mappingobject.h"\
2173 ".\Include\methodobject.h"\
2174 ".\Include\moduleobject.h"\
2175 ".\Include\funcobject.h"\
2176 ".\Include\classobject.h"\
2177 ".\Include\fileobject.h"\
2178 ".\Include\cobject.h"\
2179 ".\./Include\traceback.h"\
2180 ".\Include\errors.h"\
2181 ".\./Include\mymalloc.h"\
2182 ".\./Include\ceval.h"\
2183 ".\./Include\pythonrun.h"\
2184 ".\./Include\sysmodule.h"\
2185 ".\./Include\intrcheck.h"\
2186 ".\./Include\import.h"\
2187 ".\./Include\bltinmodule.h"\
2188 ".\Include\abstract.h"\
2189 ".\./Include\rename2.h"\
2190 ".\./Include\thread.h"\
2191
2192
2193!IF "$(CFG)" == "vc40_dll - Win32 Release"
2194
2195
2196"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
2197 $(CPP) $(CPP_PROJ) $(SOURCE)
2198
2199
2200!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2201
2202
2203"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
2204 $(CPP) $(CPP_PROJ) $(SOURCE)
2205
2206
2207!ENDIF
2208
2209# End Source File
2210################################################################################
2211# Begin Source File
2212
2213SOURCE=.\Objects\fileobject.c
2214DEP_CPP_FILEO=\
2215 ".\./Include\allobjects.h"\
2216 ".\./Include\modsupport.h"\
2217 ".\./Include\structmember.h"\
2218 ".\./Include\ceval.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\pythonrun.h"\
2244 ".\./Include\sysmodule.h"\
2245 ".\./Include\intrcheck.h"\
2246 ".\./Include\import.h"\
2247 ".\./Include\bltinmodule.h"\
2248 ".\Include\abstract.h"\
2249 ".\./Include\rename2.h"\
2250 ".\./Include\thread.h"\
2251
2252
2253!IF "$(CFG)" == "vc40_dll - Win32 Release"
2254
2255
2256"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
2257 $(CPP) $(CPP_PROJ) $(SOURCE)
2258
2259
2260!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2261
2262
2263"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
2264 $(CPP) $(CPP_PROJ) $(SOURCE)
2265
2266
2267!ENDIF
2268
2269# End Source File
2270################################################################################
2271# Begin Source File
2272
2273SOURCE=.\Python\errors.c
2274DEP_CPP_ERROR=\
2275 ".\./Include\allobjects.h"\
2276 ".\./Include\traceback.h"\
2277 ".\./PC\config.h"\
2278 ".\./Include\myproto.h"\
2279 ".\Include\object.h"\
2280 ".\Include\objimpl.h"\
2281 ".\Include\pydebug.h"\
2282 ".\Include\accessobject.h"\
2283 ".\Include\intobject.h"\
2284 ".\Include\longobject.h"\
2285 ".\Include\floatobject.h"\
2286 ".\./Include\complexobject.h"\
2287 ".\Include\rangeobject.h"\
2288 ".\Include\stringobject.h"\
2289 ".\Include\tupleobject.h"\
2290 ".\Include\listobject.h"\
2291 ".\Include\mappingobject.h"\
2292 ".\Include\methodobject.h"\
2293 ".\Include\moduleobject.h"\
2294 ".\Include\funcobject.h"\
2295 ".\Include\classobject.h"\
2296 ".\Include\fileobject.h"\
2297 ".\Include\cobject.h"\
2298 ".\Include\errors.h"\
2299 ".\./Include\mymalloc.h"\
2300 ".\./Include\modsupport.h"\
2301 ".\./Include\ceval.h"\
2302 ".\./Include\pythonrun.h"\
2303 ".\./Include\sysmodule.h"\
2304 ".\./Include\intrcheck.h"\
2305 ".\./Include\import.h"\
2306 ".\./Include\bltinmodule.h"\
2307 ".\Include\abstract.h"\
2308 ".\./Include\rename2.h"\
2309 ".\./Include\thread.h"\
2310
2311
2312!IF "$(CFG)" == "vc40_dll - Win32 Release"
2313
2314
2315"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
2316 $(CPP) $(CPP_PROJ) $(SOURCE)
2317
2318
2319!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2320
2321
2322"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
2323 $(CPP) $(CPP_PROJ) $(SOURCE)
2324
2325
2326!ENDIF
2327
2328# End Source File
2329################################################################################
2330# Begin Source File
2331
2332SOURCE=.\Modules\environment.c
2333DEP_CPP_ENVIR=\
2334 ".\./Include\allobjects.h"\
2335 ".\./PC\config.h"\
2336 ".\./Include\myproto.h"\
2337 ".\Include\object.h"\
2338 ".\Include\objimpl.h"\
2339 ".\Include\pydebug.h"\
2340 ".\Include\accessobject.h"\
2341 ".\Include\intobject.h"\
2342 ".\Include\longobject.h"\
2343 ".\Include\floatobject.h"\
2344 ".\./Include\complexobject.h"\
2345 ".\Include\rangeobject.h"\
2346 ".\Include\stringobject.h"\
2347 ".\Include\tupleobject.h"\
2348 ".\Include\listobject.h"\
2349 ".\Include\mappingobject.h"\
2350 ".\Include\methodobject.h"\
2351 ".\Include\moduleobject.h"\
2352 ".\Include\funcobject.h"\
2353 ".\Include\classobject.h"\
2354 ".\Include\fileobject.h"\
2355 ".\Include\cobject.h"\
2356 ".\./Include\traceback.h"\
2357 ".\Include\errors.h"\
2358 ".\./Include\mymalloc.h"\
2359 ".\./Include\modsupport.h"\
2360 ".\./Include\ceval.h"\
2361 ".\./Include\pythonrun.h"\
2362 ".\./Include\sysmodule.h"\
2363 ".\./Include\intrcheck.h"\
2364 ".\./Include\import.h"\
2365 ".\./Include\bltinmodule.h"\
2366 ".\Include\abstract.h"\
2367 ".\./Include\rename2.h"\
2368 ".\./Include\thread.h"\
2369
2370
2371!IF "$(CFG)" == "vc40_dll - Win32 Release"
2372
2373
2374"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
2375 $(CPP) $(CPP_PROJ) $(SOURCE)
2376
2377
2378!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2379
2380
2381"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
2382 $(CPP) $(CPP_PROJ) $(SOURCE)
2383
2384
2385!ENDIF
2386
2387# End Source File
2388################################################################################
2389# Begin Source File
2390
2391SOURCE=.\PC\config.c
2392DEP_CPP_CONFI=\
2393 ".\./Include\Python.h"\
2394 ".\./Include\allobjects.h"\
2395 ".\./PC\config.h"\
2396 ".\./Include\myproto.h"\
2397 ".\Include\object.h"\
2398 ".\Include\objimpl.h"\
2399 ".\Include\pydebug.h"\
2400 ".\Include\accessobject.h"\
2401 ".\Include\intobject.h"\
2402 ".\Include\longobject.h"\
2403 ".\Include\floatobject.h"\
2404 ".\./Include\complexobject.h"\
2405 ".\Include\rangeobject.h"\
2406 ".\Include\stringobject.h"\
2407 ".\Include\tupleobject.h"\
2408 ".\Include\listobject.h"\
2409 ".\Include\mappingobject.h"\
2410 ".\Include\methodobject.h"\
2411 ".\Include\moduleobject.h"\
2412 ".\Include\funcobject.h"\
2413 ".\Include\classobject.h"\
2414 ".\Include\fileobject.h"\
2415 ".\Include\cobject.h"\
2416 ".\./Include\traceback.h"\
2417 ".\Include\errors.h"\
2418 ".\./Include\mymalloc.h"\
2419 ".\./Include\modsupport.h"\
2420 ".\./Include\ceval.h"\
2421 ".\./Include\pythonrun.h"\
2422 ".\./Include\sysmodule.h"\
2423 ".\./Include\intrcheck.h"\
2424 ".\./Include\import.h"\
2425 ".\./Include\bltinmodule.h"\
2426 ".\Include\abstract.h"\
2427 ".\./Include\rename2.h"\
2428 ".\./Include\thread.h"\
2429
2430
2431!IF "$(CFG)" == "vc40_dll - Win32 Release"
2432
2433
2434"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
2435 $(CPP) $(CPP_PROJ) $(SOURCE)
2436
2437
2438!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2439
2440
2441"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
2442 $(CPP) $(CPP_PROJ) $(SOURCE)
2443
2444
2445!ENDIF
2446
2447# End Source File
2448################################################################################
2449# Begin Source File
2450
2451SOURCE=.\Objects\complexobject.c
2452DEP_CPP_COMPL=\
2453 ".\./Include\allobjects.h"\
2454 ".\./Include\modsupport.h"\
2455 ".\./Include\mymath.h"\
2456 ".\./PC\config.h"\
2457 ".\./Include\myproto.h"\
2458 ".\Include\object.h"\
2459 ".\Include\objimpl.h"\
2460 ".\Include\pydebug.h"\
2461 ".\Include\accessobject.h"\
2462 ".\Include\intobject.h"\
2463 ".\Include\longobject.h"\
2464 ".\Include\floatobject.h"\
2465 ".\./Include\complexobject.h"\
2466 ".\Include\rangeobject.h"\
2467 ".\Include\stringobject.h"\
2468 ".\Include\tupleobject.h"\
2469 ".\Include\listobject.h"\
2470 ".\Include\mappingobject.h"\
2471 ".\Include\methodobject.h"\
2472 ".\Include\moduleobject.h"\
2473 ".\Include\funcobject.h"\
2474 ".\Include\classobject.h"\
2475 ".\Include\fileobject.h"\
2476 ".\Include\cobject.h"\
2477 ".\./Include\traceback.h"\
2478 ".\Include\errors.h"\
2479 ".\./Include\mymalloc.h"\
2480 ".\./Include\ceval.h"\
2481 ".\./Include\pythonrun.h"\
2482 ".\./Include\sysmodule.h"\
2483 ".\./Include\intrcheck.h"\
2484 ".\./Include\import.h"\
2485 ".\./Include\bltinmodule.h"\
2486 ".\Include\abstract.h"\
2487 ".\./Include\rename2.h"\
2488 ".\./Include\thread.h"\
2489
2490
2491!IF "$(CFG)" == "vc40_dll - Win32 Release"
2492
2493
2494"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
2495 $(CPP) $(CPP_PROJ) $(SOURCE)
2496
2497
2498!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2499
2500
2501"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
2502 $(CPP) $(CPP_PROJ) $(SOURCE)
2503
2504
2505!ENDIF
2506
2507# End Source File
2508################################################################################
2509# Begin Source File
2510
2511SOURCE=.\Python\compile.c
2512DEP_CPP_COMPI=\
2513 ".\./Include\allobjects.h"\
2514 ".\./Include\node.h"\
2515 ".\./Include\token.h"\
2516 ".\./Include\graminit.h"\
2517 ".\./Include\compile.h"\
2518 ".\./Include\opcode.h"\
2519 ".\./Include\structmember.h"\
2520 ".\./PC\config.h"\
2521 ".\./Include\myproto.h"\
2522 ".\Include\object.h"\
2523 ".\Include\objimpl.h"\
2524 ".\Include\pydebug.h"\
2525 ".\Include\accessobject.h"\
2526 ".\Include\intobject.h"\
2527 ".\Include\longobject.h"\
2528 ".\Include\floatobject.h"\
2529 ".\./Include\complexobject.h"\
2530 ".\Include\rangeobject.h"\
2531 ".\Include\stringobject.h"\
2532 ".\Include\tupleobject.h"\
2533 ".\Include\listobject.h"\
2534 ".\Include\mappingobject.h"\
2535 ".\Include\methodobject.h"\
2536 ".\Include\moduleobject.h"\
2537 ".\Include\funcobject.h"\
2538 ".\Include\classobject.h"\
2539 ".\Include\fileobject.h"\
2540 ".\Include\cobject.h"\
2541 ".\./Include\traceback.h"\
2542 ".\Include\errors.h"\
2543 ".\./Include\mymalloc.h"\
2544 ".\./Include\modsupport.h"\
2545 ".\./Include\ceval.h"\
2546 ".\./Include\pythonrun.h"\
2547 ".\./Include\sysmodule.h"\
2548 ".\./Include\intrcheck.h"\
2549 ".\./Include\import.h"\
2550 ".\./Include\bltinmodule.h"\
2551 ".\Include\abstract.h"\
2552 ".\./Include\rename2.h"\
2553 ".\./Include\thread.h"\
2554
2555
2556!IF "$(CFG)" == "vc40_dll - Win32 Release"
2557
2558
2559"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
2560 $(CPP) $(CPP_PROJ) $(SOURCE)
2561
2562
2563!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2564
2565
2566"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
2567 $(CPP) $(CPP_PROJ) $(SOURCE)
2568
2569
2570!ENDIF
2571
2572# End Source File
2573################################################################################
2574# Begin Source File
2575
2576SOURCE=.\Objects\cobject.c
2577DEP_CPP_COBJE=\
2578 ".\./Include\Python.h"\
2579 ".\./Include\allobjects.h"\
2580 ".\./PC\config.h"\
2581 ".\./Include\myproto.h"\
2582 ".\Include\object.h"\
2583 ".\Include\objimpl.h"\
2584 ".\Include\pydebug.h"\
2585 ".\Include\accessobject.h"\
2586 ".\Include\intobject.h"\
2587 ".\Include\longobject.h"\
2588 ".\Include\floatobject.h"\
2589 ".\./Include\complexobject.h"\
2590 ".\Include\rangeobject.h"\
2591 ".\Include\stringobject.h"\
2592 ".\Include\tupleobject.h"\
2593 ".\Include\listobject.h"\
2594 ".\Include\mappingobject.h"\
2595 ".\Include\methodobject.h"\
2596 ".\Include\moduleobject.h"\
2597 ".\Include\funcobject.h"\
2598 ".\Include\classobject.h"\
2599 ".\Include\fileobject.h"\
2600 ".\Include\cobject.h"\
2601 ".\./Include\traceback.h"\
2602 ".\Include\errors.h"\
2603 ".\./Include\mymalloc.h"\
2604 ".\./Include\modsupport.h"\
2605 ".\./Include\ceval.h"\
2606 ".\./Include\pythonrun.h"\
2607 ".\./Include\sysmodule.h"\
2608 ".\./Include\intrcheck.h"\
2609 ".\./Include\import.h"\
2610 ".\./Include\bltinmodule.h"\
2611 ".\Include\abstract.h"\
2612 ".\./Include\rename2.h"\
2613 ".\./Include\thread.h"\
2614
2615
2616!IF "$(CFG)" == "vc40_dll - Win32 Release"
2617
2618
2619"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
2620 $(CPP) $(CPP_PROJ) $(SOURCE)
2621
2622
2623!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2624
2625
2626"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
2627 $(CPP) $(CPP_PROJ) $(SOURCE)
2628
2629
2630!ENDIF
2631
2632# End Source File
2633################################################################################
2634# Begin Source File
2635
2636SOURCE=.\Modules\cmathmodule.c
2637DEP_CPP_CMATH=\
2638 ".\./Include\allobjects.h"\
2639 ".\./Include\complexobject.h"\
2640 ".\./Include\mymath.h"\
2641 ".\./PC\config.h"\
2642 ".\./Include\myproto.h"\
2643 ".\Include\object.h"\
2644 ".\Include\objimpl.h"\
2645 ".\Include\pydebug.h"\
2646 ".\Include\accessobject.h"\
2647 ".\Include\intobject.h"\
2648 ".\Include\longobject.h"\
2649 ".\Include\floatobject.h"\
2650 ".\Include\rangeobject.h"\
2651 ".\Include\stringobject.h"\
2652 ".\Include\tupleobject.h"\
2653 ".\Include\listobject.h"\
2654 ".\Include\mappingobject.h"\
2655 ".\Include\methodobject.h"\
2656 ".\Include\moduleobject.h"\
2657 ".\Include\funcobject.h"\
2658 ".\Include\classobject.h"\
2659 ".\Include\fileobject.h"\
2660 ".\Include\cobject.h"\
2661 ".\./Include\traceback.h"\
2662 ".\Include\errors.h"\
2663 ".\./Include\mymalloc.h"\
2664 ".\./Include\modsupport.h"\
2665 ".\./Include\ceval.h"\
2666 ".\./Include\pythonrun.h"\
2667 ".\./Include\sysmodule.h"\
2668 ".\./Include\intrcheck.h"\
2669 ".\./Include\import.h"\
2670 ".\./Include\bltinmodule.h"\
2671 ".\Include\abstract.h"\
2672 ".\./Include\rename2.h"\
2673 ".\./Include\thread.h"\
2674
2675
2676!IF "$(CFG)" == "vc40_dll - Win32 Release"
2677
2678
2679"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
2680 $(CPP) $(CPP_PROJ) $(SOURCE)
2681
2682
2683!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2684
2685
2686"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
2687 $(CPP) $(CPP_PROJ) $(SOURCE)
2688
2689
2690!ENDIF
2691
2692# End Source File
2693################################################################################
2694# Begin Source File
2695
2696SOURCE=.\Objects\classobject.c
2697DEP_CPP_CLASS=\
2698 ".\./Include\allobjects.h"\
2699 ".\./Include\structmember.h"\
2700 ".\./PC\config.h"\
2701 ".\./Include\myproto.h"\
2702 ".\Include\object.h"\
2703 ".\Include\objimpl.h"\
2704 ".\Include\pydebug.h"\
2705 ".\Include\accessobject.h"\
2706 ".\Include\intobject.h"\
2707 ".\Include\longobject.h"\
2708 ".\Include\floatobject.h"\
2709 ".\./Include\complexobject.h"\
2710 ".\Include\rangeobject.h"\
2711 ".\Include\stringobject.h"\
2712 ".\Include\tupleobject.h"\
2713 ".\Include\listobject.h"\
2714 ".\Include\mappingobject.h"\
2715 ".\Include\methodobject.h"\
2716 ".\Include\moduleobject.h"\
2717 ".\Include\funcobject.h"\
2718 ".\Include\classobject.h"\
2719 ".\Include\fileobject.h"\
2720 ".\Include\cobject.h"\
2721 ".\./Include\traceback.h"\
2722 ".\Include\errors.h"\
2723 ".\./Include\mymalloc.h"\
2724 ".\./Include\modsupport.h"\
2725 ".\./Include\ceval.h"\
2726 ".\./Include\pythonrun.h"\
2727 ".\./Include\sysmodule.h"\
2728 ".\./Include\intrcheck.h"\
2729 ".\./Include\import.h"\
2730 ".\./Include\bltinmodule.h"\
2731 ".\Include\abstract.h"\
2732 ".\./Include\rename2.h"\
2733 ".\./Include\thread.h"\
2734
2735
2736!IF "$(CFG)" == "vc40_dll - Win32 Release"
2737
2738
2739"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
2740 $(CPP) $(CPP_PROJ) $(SOURCE)
2741
2742
2743!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2744
2745
2746"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
2747 $(CPP) $(CPP_PROJ) $(SOURCE)
2748
2749
2750!ENDIF
2751
2752# End Source File
2753################################################################################
2754# Begin Source File
2755
2756SOURCE=.\Python\cgensupport.c
2757DEP_CPP_CGENS=\
2758 ".\./Include\allobjects.h"\
2759 ".\./Include\cgensupport.h"\
2760 ".\./PC\config.h"\
2761 ".\./Include\myproto.h"\
2762 ".\Include\object.h"\
2763 ".\Include\objimpl.h"\
2764 ".\Include\pydebug.h"\
2765 ".\Include\accessobject.h"\
2766 ".\Include\intobject.h"\
2767 ".\Include\longobject.h"\
2768 ".\Include\floatobject.h"\
2769 ".\./Include\complexobject.h"\
2770 ".\Include\rangeobject.h"\
2771 ".\Include\stringobject.h"\
2772 ".\Include\tupleobject.h"\
2773 ".\Include\listobject.h"\
2774 ".\Include\mappingobject.h"\
2775 ".\Include\methodobject.h"\
2776 ".\Include\moduleobject.h"\
2777 ".\Include\funcobject.h"\
2778 ".\Include\classobject.h"\
2779 ".\Include\fileobject.h"\
2780 ".\Include\cobject.h"\
2781 ".\./Include\traceback.h"\
2782 ".\Include\errors.h"\
2783 ".\./Include\mymalloc.h"\
2784 ".\./Include\modsupport.h"\
2785 ".\./Include\ceval.h"\
2786 ".\./Include\pythonrun.h"\
2787 ".\./Include\sysmodule.h"\
2788 ".\./Include\intrcheck.h"\
2789 ".\./Include\import.h"\
2790 ".\./Include\bltinmodule.h"\
2791 ".\Include\abstract.h"\
2792 ".\./Include\rename2.h"\
2793 ".\./Include\thread.h"\
2794
2795
2796!IF "$(CFG)" == "vc40_dll - Win32 Release"
2797
2798
2799"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
2800 $(CPP) $(CPP_PROJ) $(SOURCE)
2801
2802
2803!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2804
2805
2806"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
2807 $(CPP) $(CPP_PROJ) $(SOURCE)
2808
2809
2810!ENDIF
2811
2812# End Source File
2813################################################################################
2814# Begin Source File
2815
2816SOURCE=.\Python\ceval.c
2817DEP_CPP_CEVAL=\
2818 ".\./Include\allobjects.h"\
2819 ".\./Include\compile.h"\
2820 ".\./Include\frameobject.h"\
2821 ".\./Include\eval.h"\
2822 ".\./Include\opcode.h"\
2823 ".\./Include\graminit.h"\
2824 ".\./Include\thread.h"\
2825 ".\./PC\config.h"\
2826 ".\./Include\myproto.h"\
2827 ".\Include\object.h"\
2828 ".\Include\objimpl.h"\
2829 ".\Include\pydebug.h"\
2830 ".\Include\accessobject.h"\
2831 ".\Include\intobject.h"\
2832 ".\Include\longobject.h"\
2833 ".\Include\floatobject.h"\
2834 ".\./Include\complexobject.h"\
2835 ".\Include\rangeobject.h"\
2836 ".\Include\stringobject.h"\
2837 ".\Include\tupleobject.h"\
2838 ".\Include\listobject.h"\
2839 ".\Include\mappingobject.h"\
2840 ".\Include\methodobject.h"\
2841 ".\Include\moduleobject.h"\
2842 ".\Include\funcobject.h"\
2843 ".\Include\classobject.h"\
2844 ".\Include\fileobject.h"\
2845 ".\Include\cobject.h"\
2846 ".\./Include\traceback.h"\
2847 ".\Include\errors.h"\
2848 ".\./Include\mymalloc.h"\
2849 ".\./Include\modsupport.h"\
2850 ".\./Include\ceval.h"\
2851 ".\./Include\pythonrun.h"\
2852 ".\./Include\sysmodule.h"\
2853 ".\./Include\intrcheck.h"\
2854 ".\./Include\import.h"\
2855 ".\./Include\bltinmodule.h"\
2856 ".\Include\abstract.h"\
2857 ".\./Include\rename2.h"\
2858
2859
2860!IF "$(CFG)" == "vc40_dll - Win32 Release"
2861
2862
2863"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
2864 $(CPP) $(CPP_PROJ) $(SOURCE)
2865
2866
2867!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2868
2869
2870"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
2871 $(CPP) $(CPP_PROJ) $(SOURCE)
2872
2873
2874!ENDIF
2875
2876# End Source File
2877################################################################################
2878# Begin Source File
2879
2880SOURCE=.\Python\bltinmodule.c
2881DEP_CPP_BLTIN=\
2882 ".\./Include\allobjects.h"\
2883 ".\./Include\node.h"\
2884 ".\./Include\graminit.h"\
2885 ".\./Include\bltinmodule.h"\
2886 ".\./Include\import.h"\
2887 ".\./Include\compile.h"\
2888 ".\./Include\eval.h"\
2889 ".\./PC\config.h"\
2890 ".\./Include\myproto.h"\
2891 ".\Include\object.h"\
2892 ".\Include\objimpl.h"\
2893 ".\Include\pydebug.h"\
2894 ".\Include\accessobject.h"\
2895 ".\Include\intobject.h"\
2896 ".\Include\longobject.h"\
2897 ".\Include\floatobject.h"\
2898 ".\./Include\complexobject.h"\
2899 ".\Include\rangeobject.h"\
2900 ".\Include\stringobject.h"\
2901 ".\Include\tupleobject.h"\
2902 ".\Include\listobject.h"\
2903 ".\Include\mappingobject.h"\
2904 ".\Include\methodobject.h"\
2905 ".\Include\moduleobject.h"\
2906 ".\Include\funcobject.h"\
2907 ".\Include\classobject.h"\
2908 ".\Include\fileobject.h"\
2909 ".\Include\cobject.h"\
2910 ".\./Include\traceback.h"\
2911 ".\Include\errors.h"\
2912 ".\./Include\mymalloc.h"\
2913 ".\./Include\modsupport.h"\
2914 ".\./Include\ceval.h"\
2915 ".\./Include\pythonrun.h"\
2916 ".\./Include\sysmodule.h"\
2917 ".\./Include\intrcheck.h"\
2918 ".\Include\abstract.h"\
2919 ".\./Include\rename2.h"\
2920 ".\./Include\thread.h"\
2921
2922
2923!IF "$(CFG)" == "vc40_dll - Win32 Release"
2924
2925
2926"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
2927 $(CPP) $(CPP_PROJ) $(SOURCE)
2928
2929
2930!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2931
2932
2933"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
2934 $(CPP) $(CPP_PROJ) $(SOURCE)
2935
2936
2937!ENDIF
2938
2939# End Source File
2940################################################################################
2941# Begin Source File
2942
2943SOURCE=.\Modules\binascii.c
2944DEP_CPP_BINAS=\
2945 ".\./Include\Python.h"\
2946 ".\./Include\allobjects.h"\
2947 ".\./PC\config.h"\
2948 ".\./Include\myproto.h"\
2949 ".\Include\object.h"\
2950 ".\Include\objimpl.h"\
2951 ".\Include\pydebug.h"\
2952 ".\Include\accessobject.h"\
2953 ".\Include\intobject.h"\
2954 ".\Include\longobject.h"\
2955 ".\Include\floatobject.h"\
2956 ".\./Include\complexobject.h"\
2957 ".\Include\rangeobject.h"\
2958 ".\Include\stringobject.h"\
2959 ".\Include\tupleobject.h"\
2960 ".\Include\listobject.h"\
2961 ".\Include\mappingobject.h"\
2962 ".\Include\methodobject.h"\
2963 ".\Include\moduleobject.h"\
2964 ".\Include\funcobject.h"\
2965 ".\Include\classobject.h"\
2966 ".\Include\fileobject.h"\
2967 ".\Include\cobject.h"\
2968 ".\./Include\traceback.h"\
2969 ".\Include\errors.h"\
2970 ".\./Include\mymalloc.h"\
2971 ".\./Include\modsupport.h"\
2972 ".\./Include\ceval.h"\
2973 ".\./Include\pythonrun.h"\
2974 ".\./Include\sysmodule.h"\
2975 ".\./Include\intrcheck.h"\
2976 ".\./Include\import.h"\
2977 ".\./Include\bltinmodule.h"\
2978 ".\Include\abstract.h"\
2979 ".\./Include\rename2.h"\
2980 ".\./Include\thread.h"\
2981
2982
2983!IF "$(CFG)" == "vc40_dll - Win32 Release"
2984
2985
2986"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
2987 $(CPP) $(CPP_PROJ) $(SOURCE)
2988
2989
2990!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
2991
2992
2993"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
2994 $(CPP) $(CPP_PROJ) $(SOURCE)
2995
2996
2997!ENDIF
2998
2999# End Source File
3000################################################################################
3001# Begin Source File
3002
3003SOURCE=.\Modules\audioop.c
3004DEP_CPP_AUDIO=\
3005 ".\./Include\allobjects.h"\
3006 ".\./Include\modsupport.h"\
3007 ".\./Include\mymath.h"\
3008 ".\./PC\config.h"\
3009 ".\./Include\myproto.h"\
3010 ".\Include\object.h"\
3011 ".\Include\objimpl.h"\
3012 ".\Include\pydebug.h"\
3013 ".\Include\accessobject.h"\
3014 ".\Include\intobject.h"\
3015 ".\Include\longobject.h"\
3016 ".\Include\floatobject.h"\
3017 ".\./Include\complexobject.h"\
3018 ".\Include\rangeobject.h"\
3019 ".\Include\stringobject.h"\
3020 ".\Include\tupleobject.h"\
3021 ".\Include\listobject.h"\
3022 ".\Include\mappingobject.h"\
3023 ".\Include\methodobject.h"\
3024 ".\Include\moduleobject.h"\
3025 ".\Include\funcobject.h"\
3026 ".\Include\classobject.h"\
3027 ".\Include\fileobject.h"\
3028 ".\Include\cobject.h"\
3029 ".\./Include\traceback.h"\
3030 ".\Include\errors.h"\
3031 ".\./Include\mymalloc.h"\
3032 ".\./Include\ceval.h"\
3033 ".\./Include\pythonrun.h"\
3034 ".\./Include\sysmodule.h"\
3035 ".\./Include\intrcheck.h"\
3036 ".\./Include\import.h"\
3037 ".\./Include\bltinmodule.h"\
3038 ".\Include\abstract.h"\
3039 ".\./Include\rename2.h"\
3040 ".\./Include\thread.h"\
3041
3042
3043!IF "$(CFG)" == "vc40_dll - Win32 Release"
3044
3045
3046"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
3047 $(CPP) $(CPP_PROJ) $(SOURCE)
3048
3049
3050!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3051
3052
3053"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
3054 $(CPP) $(CPP_PROJ) $(SOURCE)
3055
3056
3057!ENDIF
3058
3059# End Source File
3060################################################################################
3061# Begin Source File
3062
3063SOURCE=.\Modules\arraymodule.c
3064DEP_CPP_ARRAY=\
3065 ".\./Include\allobjects.h"\
3066 ".\./Include\modsupport.h"\
3067 ".\./Include\ceval.h"\
3068 {$(INCLUDE)}"\sys\TYPES.H"\
3069 ".\./PC\config.h"\
3070 ".\./Include\myproto.h"\
3071 ".\Include\object.h"\
3072 ".\Include\objimpl.h"\
3073 ".\Include\pydebug.h"\
3074 ".\Include\accessobject.h"\
3075 ".\Include\intobject.h"\
3076 ".\Include\longobject.h"\
3077 ".\Include\floatobject.h"\
3078 ".\./Include\complexobject.h"\
3079 ".\Include\rangeobject.h"\
3080 ".\Include\stringobject.h"\
3081 ".\Include\tupleobject.h"\
3082 ".\Include\listobject.h"\
3083 ".\Include\mappingobject.h"\
3084 ".\Include\methodobject.h"\
3085 ".\Include\moduleobject.h"\
3086 ".\Include\funcobject.h"\
3087 ".\Include\classobject.h"\
3088 ".\Include\fileobject.h"\
3089 ".\Include\cobject.h"\
3090 ".\./Include\traceback.h"\
3091 ".\Include\errors.h"\
3092 ".\./Include\mymalloc.h"\
3093 ".\./Include\pythonrun.h"\
3094 ".\./Include\sysmodule.h"\
3095 ".\./Include\intrcheck.h"\
3096 ".\./Include\import.h"\
3097 ".\./Include\bltinmodule.h"\
3098 ".\Include\abstract.h"\
3099 ".\./Include\rename2.h"\
3100 ".\./Include\thread.h"\
3101
3102
3103!IF "$(CFG)" == "vc40_dll - Win32 Release"
3104
3105
3106"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
3107 $(CPP) $(CPP_PROJ) $(SOURCE)
3108
3109
3110!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3111
3112
3113"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
3114 $(CPP) $(CPP_PROJ) $(SOURCE)
3115
3116
3117!ENDIF
3118
3119# End Source File
3120################################################################################
3121# Begin Source File
3122
3123SOURCE=.\Objects\accessobject.c
3124DEP_CPP_ACCES=\
3125 ".\./Include\allobjects.h"\
3126 ".\./Include\ceval.h"\
3127 ".\./Include\structmember.h"\
3128 ".\./Include\modsupport.h"\
3129 ".\./PC\config.h"\
3130 ".\./Include\myproto.h"\
3131 ".\Include\object.h"\
3132 ".\Include\objimpl.h"\
3133 ".\Include\pydebug.h"\
3134 ".\Include\accessobject.h"\
3135 ".\Include\intobject.h"\
3136 ".\Include\longobject.h"\
3137 ".\Include\floatobject.h"\
3138 ".\./Include\complexobject.h"\
3139 ".\Include\rangeobject.h"\
3140 ".\Include\stringobject.h"\
3141 ".\Include\tupleobject.h"\
3142 ".\Include\listobject.h"\
3143 ".\Include\mappingobject.h"\
3144 ".\Include\methodobject.h"\
3145 ".\Include\moduleobject.h"\
3146 ".\Include\funcobject.h"\
3147 ".\Include\classobject.h"\
3148 ".\Include\fileobject.h"\
3149 ".\Include\cobject.h"\
3150 ".\./Include\traceback.h"\
3151 ".\Include\errors.h"\
3152 ".\./Include\mymalloc.h"\
3153 ".\./Include\pythonrun.h"\
3154 ".\./Include\sysmodule.h"\
3155 ".\./Include\intrcheck.h"\
3156 ".\./Include\import.h"\
3157 ".\./Include\bltinmodule.h"\
3158 ".\Include\abstract.h"\
3159 ".\./Include\rename2.h"\
3160 ".\./Include\thread.h"\
3161
3162
3163!IF "$(CFG)" == "vc40_dll - Win32 Release"
3164
3165
3166"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
3167 $(CPP) $(CPP_PROJ) $(SOURCE)
3168
3169
3170!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3171
3172
3173"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
3174 $(CPP) $(CPP_PROJ) $(SOURCE)
3175
3176
3177!ENDIF
3178
3179# End Source File
3180################################################################################
3181# Begin Source File
3182
3183SOURCE=.\Parser\acceler.c
3184DEP_CPP_ACCEL=\
3185 ".\./Include\pgenheaders.h"\
3186 ".\./Include\grammar.h"\
3187 ".\./Include\node.h"\
3188 ".\./Include\token.h"\
3189 ".\Parser\parser.h"\
3190 ".\./PC\config.h"\
3191 ".\./Include\myproto.h"\
3192 ".\./Include\mymalloc.h"\
3193 ".\Include\pydebug.h"\
3194 ".\Include\bitset.h"\
3195 ".\./Include\rename2.h"\
3196
3197
3198!IF "$(CFG)" == "vc40_dll - Win32 Release"
3199
3200
3201"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
3202 $(CPP) $(CPP_PROJ) $(SOURCE)
3203
3204
3205!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3206
3207
3208"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
3209 $(CPP) $(CPP_PROJ) $(SOURCE)
3210
3211
3212!ENDIF
3213
3214# End Source File
3215################################################################################
3216# Begin Source File
3217
3218SOURCE=.\Objects\abstract.c
3219DEP_CPP_ABSTR=\
3220 ".\./Include\Python.h"\
3221 ".\./Include\allobjects.h"\
3222 ".\./PC\config.h"\
3223 ".\./Include\myproto.h"\
3224 ".\Include\object.h"\
3225 ".\Include\objimpl.h"\
3226 ".\Include\pydebug.h"\
3227 ".\Include\accessobject.h"\
3228 ".\Include\intobject.h"\
3229 ".\Include\longobject.h"\
3230 ".\Include\floatobject.h"\
3231 ".\./Include\complexobject.h"\
3232 ".\Include\rangeobject.h"\
3233 ".\Include\stringobject.h"\
3234 ".\Include\tupleobject.h"\
3235 ".\Include\listobject.h"\
3236 ".\Include\mappingobject.h"\
3237 ".\Include\methodobject.h"\
3238 ".\Include\moduleobject.h"\
3239 ".\Include\funcobject.h"\
3240 ".\Include\classobject.h"\
3241 ".\Include\fileobject.h"\
3242 ".\Include\cobject.h"\
3243 ".\./Include\traceback.h"\
3244 ".\Include\errors.h"\
3245 ".\./Include\mymalloc.h"\
3246 ".\./Include\modsupport.h"\
3247 ".\./Include\ceval.h"\
3248 ".\./Include\pythonrun.h"\
3249 ".\./Include\sysmodule.h"\
3250 ".\./Include\intrcheck.h"\
3251 ".\./Include\import.h"\
3252 ".\./Include\bltinmodule.h"\
3253 ".\Include\abstract.h"\
3254 ".\./Include\rename2.h"\
3255 ".\./Include\thread.h"\
3256
3257
3258!IF "$(CFG)" == "vc40_dll - Win32 Release"
3259
3260
3261"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
3262 $(CPP) $(CPP_PROJ) $(SOURCE)
3263
3264
3265!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3266
3267
3268"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
3269 $(CPP) $(CPP_PROJ) $(SOURCE)
3270
3271
3272!ENDIF
3273
3274# End Source File
3275################################################################################
3276# Begin Source File
3277
3278SOURCE=.\Modules\yuvconvert.c
3279DEP_CPP_YUVCO=\
3280 ".\Modules\yuv.h"\
3281
3282
3283!IF "$(CFG)" == "vc40_dll - Win32 Release"
3284
3285
3286"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
3287 $(CPP) $(CPP_PROJ) $(SOURCE)
3288
3289
3290!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3291
3292
3293"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
3294 $(CPP) $(CPP_PROJ) $(SOURCE)
3295
3296
3297!ENDIF
3298
3299# End Source File
3300################################################################################
3301# Begin Source File
3302
3303SOURCE=.\Objects\typeobject.c
3304DEP_CPP_TYPEO=\
3305 ".\./Include\allobjects.h"\
3306 ".\./PC\config.h"\
3307 ".\./Include\myproto.h"\
3308 ".\Include\object.h"\
3309 ".\Include\objimpl.h"\
3310 ".\Include\pydebug.h"\
3311 ".\Include\accessobject.h"\
3312 ".\Include\intobject.h"\
3313 ".\Include\longobject.h"\
3314 ".\Include\floatobject.h"\
3315 ".\./Include\complexobject.h"\
3316 ".\Include\rangeobject.h"\
3317 ".\Include\stringobject.h"\
3318 ".\Include\tupleobject.h"\
3319 ".\Include\listobject.h"\
3320 ".\Include\mappingobject.h"\
3321 ".\Include\methodobject.h"\
3322 ".\Include\moduleobject.h"\
3323 ".\Include\funcobject.h"\
3324 ".\Include\classobject.h"\
3325 ".\Include\fileobject.h"\
3326 ".\Include\cobject.h"\
3327 ".\./Include\traceback.h"\
3328 ".\Include\errors.h"\
3329 ".\./Include\mymalloc.h"\
3330 ".\./Include\modsupport.h"\
3331 ".\./Include\ceval.h"\
3332 ".\./Include\pythonrun.h"\
3333 ".\./Include\sysmodule.h"\
3334 ".\./Include\intrcheck.h"\
3335 ".\./Include\import.h"\
3336 ".\./Include\bltinmodule.h"\
3337 ".\Include\abstract.h"\
3338 ".\./Include\rename2.h"\
3339 ".\./Include\thread.h"\
3340
3341
3342!IF "$(CFG)" == "vc40_dll - Win32 Release"
3343
3344
3345"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
3346 $(CPP) $(CPP_PROJ) $(SOURCE)
3347
3348
3349!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3350
3351
3352"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
3353 $(CPP) $(CPP_PROJ) $(SOURCE)
3354
3355
3356!ENDIF
3357
3358# End Source File
3359################################################################################
3360# Begin Source File
3361
3362SOURCE=.\Objects\tupleobject.c
3363DEP_CPP_TUPLE=\
3364 ".\./Include\allobjects.h"\
3365 ".\./PC\config.h"\
3366 ".\./Include\myproto.h"\
3367 ".\Include\object.h"\
3368 ".\Include\objimpl.h"\
3369 ".\Include\pydebug.h"\
3370 ".\Include\accessobject.h"\
3371 ".\Include\intobject.h"\
3372 ".\Include\longobject.h"\
3373 ".\Include\floatobject.h"\
3374 ".\./Include\complexobject.h"\
3375 ".\Include\rangeobject.h"\
3376 ".\Include\stringobject.h"\
3377 ".\Include\tupleobject.h"\
3378 ".\Include\listobject.h"\
3379 ".\Include\mappingobject.h"\
3380 ".\Include\methodobject.h"\
3381 ".\Include\moduleobject.h"\
3382 ".\Include\funcobject.h"\
3383 ".\Include\classobject.h"\
3384 ".\Include\fileobject.h"\
3385 ".\Include\cobject.h"\
3386 ".\./Include\traceback.h"\
3387 ".\Include\errors.h"\
3388 ".\./Include\mymalloc.h"\
3389 ".\./Include\modsupport.h"\
3390 ".\./Include\ceval.h"\
3391 ".\./Include\pythonrun.h"\
3392 ".\./Include\sysmodule.h"\
3393 ".\./Include\intrcheck.h"\
3394 ".\./Include\import.h"\
3395 ".\./Include\bltinmodule.h"\
3396 ".\Include\abstract.h"\
3397 ".\./Include\rename2.h"\
3398 ".\./Include\thread.h"\
3399
3400
3401!IF "$(CFG)" == "vc40_dll - Win32 Release"
3402
3403
3404"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
3405 $(CPP) $(CPP_PROJ) $(SOURCE)
3406
3407
3408!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3409
3410
3411"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
3412 $(CPP) $(CPP_PROJ) $(SOURCE)
3413
3414
3415!ENDIF
3416
3417# End Source File
3418################################################################################
3419# Begin Source File
3420
3421SOURCE=.\Python\traceback.c
3422DEP_CPP_TRACE=\
3423 ".\./Include\allobjects.h"\
3424 ".\./Include\sysmodule.h"\
3425 ".\./Include\compile.h"\
3426 ".\./Include\frameobject.h"\
3427 ".\./Include\traceback.h"\
3428 ".\./Include\structmember.h"\
3429 ".\./Include\osdefs.h"\
3430 ".\./PC\config.h"\
3431 ".\./Include\myproto.h"\
3432 ".\Include\object.h"\
3433 ".\Include\objimpl.h"\
3434 ".\Include\pydebug.h"\
3435 ".\Include\accessobject.h"\
3436 ".\Include\intobject.h"\
3437 ".\Include\longobject.h"\
3438 ".\Include\floatobject.h"\
3439 ".\./Include\complexobject.h"\
3440 ".\Include\rangeobject.h"\
3441 ".\Include\stringobject.h"\
3442 ".\Include\tupleobject.h"\
3443 ".\Include\listobject.h"\
3444 ".\Include\mappingobject.h"\
3445 ".\Include\methodobject.h"\
3446 ".\Include\moduleobject.h"\
3447 ".\Include\funcobject.h"\
3448 ".\Include\classobject.h"\
3449 ".\Include\fileobject.h"\
3450 ".\Include\cobject.h"\
3451 ".\Include\errors.h"\
3452 ".\./Include\mymalloc.h"\
3453 ".\./Include\modsupport.h"\
3454 ".\./Include\ceval.h"\
3455 ".\./Include\pythonrun.h"\
3456 ".\./Include\intrcheck.h"\
3457 ".\./Include\import.h"\
3458 ".\./Include\bltinmodule.h"\
3459 ".\Include\abstract.h"\
3460 ".\./Include\rename2.h"\
3461 ".\./Include\thread.h"\
3462
3463
3464!IF "$(CFG)" == "vc40_dll - Win32 Release"
3465
3466
3467"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
3468 $(CPP) $(CPP_PROJ) $(SOURCE)
3469
3470
3471!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3472
3473
3474"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
3475 $(CPP) $(CPP_PROJ) $(SOURCE)
3476
3477
3478!ENDIF
3479
3480# End Source File
3481################################################################################
3482# Begin Source File
3483
3484SOURCE=.\Parser\tokenizer.c
3485DEP_CPP_TOKEN=\
3486 ".\./Include\pgenheaders.h"\
3487 ".\Parser\tokenizer.h"\
3488 ".\./Include\errcode.h"\
3489 ".\./PC\config.h"\
3490 ".\./Include\myproto.h"\
3491 ".\./Include\mymalloc.h"\
3492 ".\Include\pydebug.h"\
3493 ".\./Include\token.h"\
3494 ".\./Include\rename2.h"\
3495
3496
3497!IF "$(CFG)" == "vc40_dll - Win32 Release"
3498
3499
3500"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
3501 $(CPP) $(CPP_PROJ) $(SOURCE)
3502
3503
3504!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3505
3506
3507"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
3508 $(CPP) $(CPP_PROJ) $(SOURCE)
3509
3510
3511!ENDIF
3512
3513# End Source File
3514################################################################################
3515# Begin Source File
3516
3517SOURCE=.\Modules\timemodule.c
3518DEP_CPP_TIMEM=\
3519 ".\./Include\allobjects.h"\
3520 ".\./Include\modsupport.h"\
3521 ".\./Include\ceval.h"\
3522 {$(INCLUDE)}"\sys\TYPES.H"\
3523 ".\./Include\myselect.h"\
3524 ".\./Include\mytime.h"\
3525 {$(INCLUDE)}"\sys\TIMEB.H"\
3526 ".\./PC\config.h"\
3527 ".\./Include\myproto.h"\
3528 ".\Include\object.h"\
3529 ".\Include\objimpl.h"\
3530 ".\Include\pydebug.h"\
3531 ".\Include\accessobject.h"\
3532 ".\Include\intobject.h"\
3533 ".\Include\longobject.h"\
3534 ".\Include\floatobject.h"\
3535 ".\./Include\complexobject.h"\
3536 ".\Include\rangeobject.h"\
3537 ".\Include\stringobject.h"\
3538 ".\Include\tupleobject.h"\
3539 ".\Include\listobject.h"\
3540 ".\Include\mappingobject.h"\
3541 ".\Include\methodobject.h"\
3542 ".\Include\moduleobject.h"\
3543 ".\Include\funcobject.h"\
3544 ".\Include\classobject.h"\
3545 ".\Include\fileobject.h"\
3546 ".\Include\cobject.h"\
3547 ".\./Include\traceback.h"\
3548 ".\Include\errors.h"\
3549 ".\./Include\mymalloc.h"\
3550 ".\./Include\pythonrun.h"\
3551 ".\./Include\sysmodule.h"\
3552 ".\./Include\intrcheck.h"\
3553 ".\./Include\import.h"\
3554 ".\./Include\bltinmodule.h"\
3555 ".\Include\abstract.h"\
3556 ".\./Include\rename2.h"\
3557 ".\./Include\thread.h"\
3558
3559
3560!IF "$(CFG)" == "vc40_dll - Win32 Release"
3561
3562
3563"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
3564 $(CPP) $(CPP_PROJ) $(SOURCE)
3565
3566
3567!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3568
3569
3570"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
3571 $(CPP) $(CPP_PROJ) $(SOURCE)
3572
3573
3574!ENDIF
3575
3576# End Source File
3577################################################################################
3578# Begin Source File
3579
3580SOURCE=.\Modules\threadmodule.c
3581DEP_CPP_THREA=\
3582 ".\./Include\allobjects.h"\
3583 ".\./Include\thread.h"\
3584 ".\./PC\config.h"\
3585 ".\./Include\myproto.h"\
3586 ".\Include\object.h"\
3587 ".\Include\objimpl.h"\
3588 ".\Include\pydebug.h"\
3589 ".\Include\accessobject.h"\
3590 ".\Include\intobject.h"\
3591 ".\Include\longobject.h"\
3592 ".\Include\floatobject.h"\
3593 ".\./Include\complexobject.h"\
3594 ".\Include\rangeobject.h"\
3595 ".\Include\stringobject.h"\
3596 ".\Include\tupleobject.h"\
3597 ".\Include\listobject.h"\
3598 ".\Include\mappingobject.h"\
3599 ".\Include\methodobject.h"\
3600 ".\Include\moduleobject.h"\
3601 ".\Include\funcobject.h"\
3602 ".\Include\classobject.h"\
3603 ".\Include\fileobject.h"\
3604 ".\Include\cobject.h"\
3605 ".\./Include\traceback.h"\
3606 ".\Include\errors.h"\
3607 ".\./Include\mymalloc.h"\
3608 ".\./Include\modsupport.h"\
3609 ".\./Include\ceval.h"\
3610 ".\./Include\pythonrun.h"\
3611 ".\./Include\sysmodule.h"\
3612 ".\./Include\intrcheck.h"\
3613 ".\./Include\import.h"\
3614 ".\./Include\bltinmodule.h"\
3615 ".\Include\abstract.h"\
3616 ".\./Include\rename2.h"\
3617
3618
3619!IF "$(CFG)" == "vc40_dll - Win32 Release"
3620
3621
3622"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
3623 $(CPP) $(CPP_PROJ) $(SOURCE)
3624
3625
3626!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3627
3628
3629"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
3630 $(CPP) $(CPP_PROJ) $(SOURCE)
3631
3632
3633!ENDIF
3634
3635# End Source File
3636################################################################################
3637# Begin Source File
3638
3639SOURCE=.\Python\thread.c
3640DEP_CPP_THREAD=\
3641 ".\./PC\config.h"\
3642 ".\./Include\thread.h"\
3643 ".\Python\thread_sgi.h"\
3644 ".\Python\thread_solaris.h"\
3645 ".\Python\thread_lwp.h"\
3646 ".\Python\thread_pthread.h"\
3647 ".\Python\thread_cthread.h"\
3648 ".\Python\thread_nt.h"\
3649 ".\Python\thread_foobar.h"\
3650 {$(INCLUDE)}"\sys\TYPES.H"\
3651
3652NODEP_CPP_THREAD=\
3653 "..\..\usr\include\thread.h"\
3654
3655
3656!IF "$(CFG)" == "vc40_dll - Win32 Release"
3657
3658
3659"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
3660 $(CPP) $(CPP_PROJ) $(SOURCE)
3661
3662
3663!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3664
3665
3666"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
3667 $(CPP) $(CPP_PROJ) $(SOURCE)
3668
3669
3670!ENDIF
3671
3672# End Source File
3673################################################################################
3674# Begin Source File
3675
3676SOURCE=.\PC\sysmodule.c
3677DEP_CPP_SYSMO=\
3678 ".\./Include\allobjects.h"\
3679 ".\./Include\sysmodule.h"\
3680 ".\./Include\import.h"\
3681 ".\./Include\modsupport.h"\
3682 ".\./Include\osdefs.h"\
3683 ".\./PC\config.h"\
3684 ".\./Include\myproto.h"\
3685 ".\Include\object.h"\
3686 ".\Include\objimpl.h"\
3687 ".\Include\pydebug.h"\
3688 ".\Include\accessobject.h"\
3689 ".\Include\intobject.h"\
3690 ".\Include\longobject.h"\
3691 ".\Include\floatobject.h"\
3692 ".\./Include\complexobject.h"\
3693 ".\Include\rangeobject.h"\
3694 ".\Include\stringobject.h"\
3695 ".\Include\tupleobject.h"\
3696 ".\Include\listobject.h"\
3697 ".\Include\mappingobject.h"\
3698 ".\Include\methodobject.h"\
3699 ".\Include\moduleobject.h"\
3700 ".\Include\funcobject.h"\
3701 ".\Include\classobject.h"\
3702 ".\Include\fileobject.h"\
3703 ".\Include\cobject.h"\
3704 ".\./Include\traceback.h"\
3705 ".\Include\errors.h"\
3706 ".\./Include\mymalloc.h"\
3707 ".\./Include\ceval.h"\
3708 ".\./Include\pythonrun.h"\
3709 ".\./Include\intrcheck.h"\
3710 ".\./Include\bltinmodule.h"\
3711 ".\Include\abstract.h"\
3712 ".\./Include\rename2.h"\
3713 ".\./Include\thread.h"\
3714
3715
3716!IF "$(CFG)" == "vc40_dll - Win32 Release"
3717
3718
3719"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
3720 $(CPP) $(CPP_PROJ) $(SOURCE)
3721
3722
3723!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3724
3725
3726"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
3727 $(CPP) $(CPP_PROJ) $(SOURCE)
3728
3729
3730!ENDIF
3731
3732# End Source File
3733################################################################################
3734# Begin Source File
3735
3736SOURCE=.\Modules\structmodule.c
3737DEP_CPP_STRUC=\
3738 ".\./Include\allobjects.h"\
3739 ".\./Include\modsupport.h"\
3740 ".\./PC\config.h"\
3741 ".\./Include\myproto.h"\
3742 ".\Include\object.h"\
3743 ".\Include\objimpl.h"\
3744 ".\Include\pydebug.h"\
3745 ".\Include\accessobject.h"\
3746 ".\Include\intobject.h"\
3747 ".\Include\longobject.h"\
3748 ".\Include\floatobject.h"\
3749 ".\./Include\complexobject.h"\
3750 ".\Include\rangeobject.h"\
3751 ".\Include\stringobject.h"\
3752 ".\Include\tupleobject.h"\
3753 ".\Include\listobject.h"\
3754 ".\Include\mappingobject.h"\
3755 ".\Include\methodobject.h"\
3756 ".\Include\moduleobject.h"\
3757 ".\Include\funcobject.h"\
3758 ".\Include\classobject.h"\
3759 ".\Include\fileobject.h"\
3760 ".\Include\cobject.h"\
3761 ".\./Include\traceback.h"\
3762 ".\Include\errors.h"\
3763 ".\./Include\mymalloc.h"\
3764 ".\./Include\ceval.h"\
3765 ".\./Include\pythonrun.h"\
3766 ".\./Include\sysmodule.h"\
3767 ".\./Include\intrcheck.h"\
3768 ".\./Include\import.h"\
3769 ".\./Include\bltinmodule.h"\
3770 ".\Include\abstract.h"\
3771 ".\./Include\rename2.h"\
3772 ".\./Include\thread.h"\
3773
3774
3775!IF "$(CFG)" == "vc40_dll - Win32 Release"
3776
3777
3778"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
3779 $(CPP) $(CPP_PROJ) $(SOURCE)
3780
3781
3782!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3783
3784
3785"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
3786 $(CPP) $(CPP_PROJ) $(SOURCE)
3787
3788
3789!ENDIF
3790
3791# End Source File
3792################################################################################
3793# Begin Source File
3794
3795SOURCE=.\Python\structmember.c
3796DEP_CPP_STRUCT=\
3797 ".\./Include\allobjects.h"\
3798 ".\./Include\structmember.h"\
3799 ".\./PC\config.h"\
3800 ".\./Include\myproto.h"\
3801 ".\Include\object.h"\
3802 ".\Include\objimpl.h"\
3803 ".\Include\pydebug.h"\
3804 ".\Include\accessobject.h"\
3805 ".\Include\intobject.h"\
3806 ".\Include\longobject.h"\
3807 ".\Include\floatobject.h"\
3808 ".\./Include\complexobject.h"\
3809 ".\Include\rangeobject.h"\
3810 ".\Include\stringobject.h"\
3811 ".\Include\tupleobject.h"\
3812 ".\Include\listobject.h"\
3813 ".\Include\mappingobject.h"\
3814 ".\Include\methodobject.h"\
3815 ".\Include\moduleobject.h"\
3816 ".\Include\funcobject.h"\
3817 ".\Include\classobject.h"\
3818 ".\Include\fileobject.h"\
3819 ".\Include\cobject.h"\
3820 ".\./Include\traceback.h"\
3821 ".\Include\errors.h"\
3822 ".\./Include\mymalloc.h"\
3823 ".\./Include\modsupport.h"\
3824 ".\./Include\ceval.h"\
3825 ".\./Include\pythonrun.h"\
3826 ".\./Include\sysmodule.h"\
3827 ".\./Include\intrcheck.h"\
3828 ".\./Include\import.h"\
3829 ".\./Include\bltinmodule.h"\
3830 ".\Include\abstract.h"\
3831 ".\./Include\rename2.h"\
3832 ".\./Include\thread.h"\
3833
3834
3835!IF "$(CFG)" == "vc40_dll - Win32 Release"
3836
3837
3838"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
3839 $(CPP) $(CPP_PROJ) $(SOURCE)
3840
3841
3842!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3843
3844
3845"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
3846 $(CPP) $(CPP_PROJ) $(SOURCE)
3847
3848
3849!ENDIF
3850
3851# End Source File
3852################################################################################
3853# Begin Source File
3854
3855SOURCE=.\Modules\stropmodule.c
3856DEP_CPP_STROP=\
3857 ".\./Include\allobjects.h"\
3858 ".\./Include\modsupport.h"\
3859 ".\./PC\config.h"\
3860 ".\./Include\myproto.h"\
3861 ".\Include\object.h"\
3862 ".\Include\objimpl.h"\
3863 ".\Include\pydebug.h"\
3864 ".\Include\accessobject.h"\
3865 ".\Include\intobject.h"\
3866 ".\Include\longobject.h"\
3867 ".\Include\floatobject.h"\
3868 ".\./Include\complexobject.h"\
3869 ".\Include\rangeobject.h"\
3870 ".\Include\stringobject.h"\
3871 ".\Include\tupleobject.h"\
3872 ".\Include\listobject.h"\
3873 ".\Include\mappingobject.h"\
3874 ".\Include\methodobject.h"\
3875 ".\Include\moduleobject.h"\
3876 ".\Include\funcobject.h"\
3877 ".\Include\classobject.h"\
3878 ".\Include\fileobject.h"\
3879 ".\Include\cobject.h"\
3880 ".\./Include\traceback.h"\
3881 ".\Include\errors.h"\
3882 ".\./Include\mymalloc.h"\
3883 ".\./Include\ceval.h"\
3884 ".\./Include\pythonrun.h"\
3885 ".\./Include\sysmodule.h"\
3886 ".\./Include\intrcheck.h"\
3887 ".\./Include\import.h"\
3888 ".\./Include\bltinmodule.h"\
3889 ".\Include\abstract.h"\
3890 ".\./Include\rename2.h"\
3891 ".\./Include\thread.h"\
3892
3893
3894!IF "$(CFG)" == "vc40_dll - Win32 Release"
3895
3896
3897"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
3898 $(CPP) $(CPP_PROJ) $(SOURCE)
3899
3900
3901!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3902
3903
3904"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
3905 $(CPP) $(CPP_PROJ) $(SOURCE)
3906
3907
3908!ENDIF
3909
3910# End Source File
3911################################################################################
3912# Begin Source File
3913
3914SOURCE=.\Objects\stringobject.c
3915DEP_CPP_STRIN=\
3916 ".\./Include\allobjects.h"\
3917 ".\./PC\config.h"\
3918 ".\./Include\myproto.h"\
3919 ".\Include\object.h"\
3920 ".\Include\objimpl.h"\
3921 ".\Include\pydebug.h"\
3922 ".\Include\accessobject.h"\
3923 ".\Include\intobject.h"\
3924 ".\Include\longobject.h"\
3925 ".\Include\floatobject.h"\
3926 ".\./Include\complexobject.h"\
3927 ".\Include\rangeobject.h"\
3928 ".\Include\stringobject.h"\
3929 ".\Include\tupleobject.h"\
3930 ".\Include\listobject.h"\
3931 ".\Include\mappingobject.h"\
3932 ".\Include\methodobject.h"\
3933 ".\Include\moduleobject.h"\
3934 ".\Include\funcobject.h"\
3935 ".\Include\classobject.h"\
3936 ".\Include\fileobject.h"\
3937 ".\Include\cobject.h"\
3938 ".\./Include\traceback.h"\
3939 ".\Include\errors.h"\
3940 ".\./Include\mymalloc.h"\
3941 ".\./Include\modsupport.h"\
3942 ".\./Include\ceval.h"\
3943 ".\./Include\pythonrun.h"\
3944 ".\./Include\sysmodule.h"\
3945 ".\./Include\intrcheck.h"\
3946 ".\./Include\import.h"\
3947 ".\./Include\bltinmodule.h"\
3948 ".\Include\abstract.h"\
3949 ".\./Include\rename2.h"\
3950 ".\./Include\thread.h"\
3951
3952
3953!IF "$(CFG)" == "vc40_dll - Win32 Release"
3954
3955
3956"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
3957 $(CPP) $(CPP_PROJ) $(SOURCE)
3958
3959
3960!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
3961
3962
3963"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
3964 $(CPP) $(CPP_PROJ) $(SOURCE)
3965
3966
3967!ENDIF
3968
3969# End Source File
3970################################################################################
3971# Begin Source File
3972
3973SOURCE=.\Modules\soundex.c
3974DEP_CPP_SOUND=\
3975 ".\./Include\Python.h"\
3976 ".\./Include\allobjects.h"\
3977 ".\./PC\config.h"\
3978 ".\./Include\myproto.h"\
3979 ".\Include\object.h"\
3980 ".\Include\objimpl.h"\
3981 ".\Include\pydebug.h"\
3982 ".\Include\accessobject.h"\
3983 ".\Include\intobject.h"\
3984 ".\Include\longobject.h"\
3985 ".\Include\floatobject.h"\
3986 ".\./Include\complexobject.h"\
3987 ".\Include\rangeobject.h"\
3988 ".\Include\stringobject.h"\
3989 ".\Include\tupleobject.h"\
3990 ".\Include\listobject.h"\
3991 ".\Include\mappingobject.h"\
3992 ".\Include\methodobject.h"\
3993 ".\Include\moduleobject.h"\
3994 ".\Include\funcobject.h"\
3995 ".\Include\classobject.h"\
3996 ".\Include\fileobject.h"\
3997 ".\Include\cobject.h"\
3998 ".\./Include\traceback.h"\
3999 ".\Include\errors.h"\
4000 ".\./Include\mymalloc.h"\
4001 ".\./Include\modsupport.h"\
4002 ".\./Include\ceval.h"\
4003 ".\./Include\pythonrun.h"\
4004 ".\./Include\sysmodule.h"\
4005 ".\./Include\intrcheck.h"\
4006 ".\./Include\import.h"\
4007 ".\./Include\bltinmodule.h"\
4008 ".\Include\abstract.h"\
4009 ".\./Include\rename2.h"\
4010 ".\./Include\thread.h"\
4011
4012
4013!IF "$(CFG)" == "vc40_dll - Win32 Release"
4014
4015
4016"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
4017 $(CPP) $(CPP_PROJ) $(SOURCE)
4018
4019
4020!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4021
4022
4023"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
4024 $(CPP) $(CPP_PROJ) $(SOURCE)
4025
4026
4027!ENDIF
4028
4029# End Source File
4030################################################################################
4031# Begin Source File
4032
4033SOURCE=.\PC\socketmodule.c
4034DEP_CPP_SOCKE=\
4035 ".\./Include\Python.h"\
4036 {$(INCLUDE)}"\sys\TYPES.H"\
4037 ".\./Include\mytime.h"\
4038 ".\./Include\allobjects.h"\
4039 ".\./PC\config.h"\
4040 ".\./Include\myproto.h"\
4041 ".\Include\object.h"\
4042 ".\Include\objimpl.h"\
4043 ".\Include\pydebug.h"\
4044 ".\Include\accessobject.h"\
4045 ".\Include\intobject.h"\
4046 ".\Include\longobject.h"\
4047 ".\Include\floatobject.h"\
4048 ".\./Include\complexobject.h"\
4049 ".\Include\rangeobject.h"\
4050 ".\Include\stringobject.h"\
4051 ".\Include\tupleobject.h"\
4052 ".\Include\listobject.h"\
4053 ".\Include\mappingobject.h"\
4054 ".\Include\methodobject.h"\
4055 ".\Include\moduleobject.h"\
4056 ".\Include\funcobject.h"\
4057 ".\Include\classobject.h"\
4058 ".\Include\fileobject.h"\
4059 ".\Include\cobject.h"\
4060 ".\./Include\traceback.h"\
4061 ".\Include\errors.h"\
4062 ".\./Include\mymalloc.h"\
4063 ".\./Include\modsupport.h"\
4064 ".\./Include\ceval.h"\
4065 ".\./Include\pythonrun.h"\
4066 ".\./Include\sysmodule.h"\
4067 ".\./Include\intrcheck.h"\
4068 ".\./Include\import.h"\
4069 ".\./Include\bltinmodule.h"\
4070 ".\Include\abstract.h"\
4071 ".\./Include\rename2.h"\
4072 ".\./Include\thread.h"\
4073
4074
4075!IF "$(CFG)" == "vc40_dll - Win32 Release"
4076
4077
4078"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
4079 $(CPP) $(CPP_PROJ) $(SOURCE)
4080
4081
4082!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4083
4084
4085"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
4086 $(CPP) $(CPP_PROJ) $(SOURCE)
4087
4088
4089!ENDIF
4090
4091# End Source File
4092################################################################################
4093# Begin Source File
4094
4095SOURCE=.\Modules\signalmodule.c
4096DEP_CPP_SIGNA=\
4097 ".\./Include\Python.h"\
4098 ".\./Include\intrcheck.h"\
4099 ".\./Include\thread.h"\
4100 ".\./Include\allobjects.h"\
4101 ".\./PC\config.h"\
4102 ".\./Include\myproto.h"\
4103 ".\Include\object.h"\
4104 ".\Include\objimpl.h"\
4105 ".\Include\pydebug.h"\
4106 ".\Include\accessobject.h"\
4107 ".\Include\intobject.h"\
4108 ".\Include\longobject.h"\
4109 ".\Include\floatobject.h"\
4110 ".\./Include\complexobject.h"\
4111 ".\Include\rangeobject.h"\
4112 ".\Include\stringobject.h"\
4113 ".\Include\tupleobject.h"\
4114 ".\Include\listobject.h"\
4115 ".\Include\mappingobject.h"\
4116 ".\Include\methodobject.h"\
4117 ".\Include\moduleobject.h"\
4118 ".\Include\funcobject.h"\
4119 ".\Include\classobject.h"\
4120 ".\Include\fileobject.h"\
4121 ".\Include\cobject.h"\
4122 ".\./Include\traceback.h"\
4123 ".\Include\errors.h"\
4124 ".\./Include\mymalloc.h"\
4125 ".\./Include\modsupport.h"\
4126 ".\./Include\ceval.h"\
4127 ".\./Include\pythonrun.h"\
4128 ".\./Include\sysmodule.h"\
4129 ".\./Include\import.h"\
4130 ".\./Include\bltinmodule.h"\
4131 ".\Include\abstract.h"\
4132 ".\./Include\rename2.h"\
4133
4134
4135!IF "$(CFG)" == "vc40_dll - Win32 Release"
4136
4137
4138"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
4139 $(CPP) $(CPP_PROJ) $(SOURCE)
4140
4141
4142!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4143
4144
4145"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
4146 $(CPP) $(CPP_PROJ) $(SOURCE)
4147
4148
4149!ENDIF
4150
4151# End Source File
4152################################################################################
4153# Begin Source File
4154
4155SOURCE=.\PC\selectmodule.c
4156DEP_CPP_SELEC=\
4157 ".\./Include\allobjects.h"\
4158 ".\./Include\modsupport.h"\
4159 ".\./Include\ceval.h"\
4160 {$(INCLUDE)}"\sys\TYPES.H"\
4161 ".\./Include\myselect.h"\
4162 ".\./PC\config.h"\
4163 ".\./Include\myproto.h"\
4164 ".\Include\object.h"\
4165 ".\Include\objimpl.h"\
4166 ".\Include\pydebug.h"\
4167 ".\Include\accessobject.h"\
4168 ".\Include\intobject.h"\
4169 ".\Include\longobject.h"\
4170 ".\Include\floatobject.h"\
4171 ".\./Include\complexobject.h"\
4172 ".\Include\rangeobject.h"\
4173 ".\Include\stringobject.h"\
4174 ".\Include\tupleobject.h"\
4175 ".\Include\listobject.h"\
4176 ".\Include\mappingobject.h"\
4177 ".\Include\methodobject.h"\
4178 ".\Include\moduleobject.h"\
4179 ".\Include\funcobject.h"\
4180 ".\Include\classobject.h"\
4181 ".\Include\fileobject.h"\
4182 ".\Include\cobject.h"\
4183 ".\./Include\traceback.h"\
4184 ".\Include\errors.h"\
4185 ".\./Include\mymalloc.h"\
4186 ".\./Include\pythonrun.h"\
4187 ".\./Include\sysmodule.h"\
4188 ".\./Include\intrcheck.h"\
4189 ".\./Include\import.h"\
4190 ".\./Include\bltinmodule.h"\
4191 ".\Include\abstract.h"\
4192 ".\./Include\rename2.h"\
4193 ".\./Include\mytime.h"\
4194 ".\./Include\thread.h"\
4195
4196
4197!IF "$(CFG)" == "vc40_dll - Win32 Release"
4198
4199
4200"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
4201 $(CPP) $(CPP_PROJ) $(SOURCE)
4202
4203
4204!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4205
4206
4207"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
4208 $(CPP) $(CPP_PROJ) $(SOURCE)
4209
4210
4211!ENDIF
4212
4213# End Source File
4214################################################################################
4215# Begin Source File
4216
4217SOURCE=.\Modules\rotormodule.c
4218DEP_CPP_ROTOR=\
4219 ".\./Include\Python.h"\
4220 ".\./Include\mymath.h"\
4221 ".\./Include\allobjects.h"\
4222 ".\./PC\config.h"\
4223 ".\./Include\myproto.h"\
4224 ".\Include\object.h"\
4225 ".\Include\objimpl.h"\
4226 ".\Include\pydebug.h"\
4227 ".\Include\accessobject.h"\
4228 ".\Include\intobject.h"\
4229 ".\Include\longobject.h"\
4230 ".\Include\floatobject.h"\
4231 ".\./Include\complexobject.h"\
4232 ".\Include\rangeobject.h"\
4233 ".\Include\stringobject.h"\
4234 ".\Include\tupleobject.h"\
4235 ".\Include\listobject.h"\
4236 ".\Include\mappingobject.h"\
4237 ".\Include\methodobject.h"\
4238 ".\Include\moduleobject.h"\
4239 ".\Include\funcobject.h"\
4240 ".\Include\classobject.h"\
4241 ".\Include\fileobject.h"\
4242 ".\Include\cobject.h"\
4243 ".\./Include\traceback.h"\
4244 ".\Include\errors.h"\
4245 ".\./Include\mymalloc.h"\
4246 ".\./Include\modsupport.h"\
4247 ".\./Include\ceval.h"\
4248 ".\./Include\pythonrun.h"\
4249 ".\./Include\sysmodule.h"\
4250 ".\./Include\intrcheck.h"\
4251 ".\./Include\import.h"\
4252 ".\./Include\bltinmodule.h"\
4253 ".\Include\abstract.h"\
4254 ".\./Include\rename2.h"\
4255 ".\./Include\thread.h"\
4256
4257
4258!IF "$(CFG)" == "vc40_dll - Win32 Release"
4259
4260
4261"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
4262 $(CPP) $(CPP_PROJ) $(SOURCE)
4263
4264
4265!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4266
4267
4268"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
4269 $(CPP) $(CPP_PROJ) $(SOURCE)
4270
4271
4272!ENDIF
4273
4274# End Source File
4275################################################################################
4276# Begin Source File
4277
4278SOURCE=.\Modules\rgbimgmodule.c
4279DEP_CPP_RGBIM=\
4280 ".\./Include\allobjects.h"\
4281 ".\./Include\modsupport.h"\
4282 ".\./PC\config.h"\
4283 ".\./Include\myproto.h"\
4284 ".\Include\object.h"\
4285 ".\Include\objimpl.h"\
4286 ".\Include\pydebug.h"\
4287 ".\Include\accessobject.h"\
4288 ".\Include\intobject.h"\
4289 ".\Include\longobject.h"\
4290 ".\Include\floatobject.h"\
4291 ".\./Include\complexobject.h"\
4292 ".\Include\rangeobject.h"\
4293 ".\Include\stringobject.h"\
4294 ".\Include\tupleobject.h"\
4295 ".\Include\listobject.h"\
4296 ".\Include\mappingobject.h"\
4297 ".\Include\methodobject.h"\
4298 ".\Include\moduleobject.h"\
4299 ".\Include\funcobject.h"\
4300 ".\Include\classobject.h"\
4301 ".\Include\fileobject.h"\
4302 ".\Include\cobject.h"\
4303 ".\./Include\traceback.h"\
4304 ".\Include\errors.h"\
4305 ".\./Include\mymalloc.h"\
4306 ".\./Include\ceval.h"\
4307 ".\./Include\pythonrun.h"\
4308 ".\./Include\sysmodule.h"\
4309 ".\./Include\intrcheck.h"\
4310 ".\./Include\import.h"\
4311 ".\./Include\bltinmodule.h"\
4312 ".\Include\abstract.h"\
4313 ".\./Include\rename2.h"\
4314 ".\./Include\thread.h"\
4315
4316
4317!IF "$(CFG)" == "vc40_dll - Win32 Release"
4318
4319
4320"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
4321 $(CPP) $(CPP_PROJ) $(SOURCE)
4322
4323
4324!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4325
4326
4327"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
4328 $(CPP) $(CPP_PROJ) $(SOURCE)
4329
4330
4331!ENDIF
4332
4333# End Source File
4334################################################################################
4335# Begin Source File
4336
4337SOURCE=.\Modules\regexpr.c
4338DEP_CPP_REGEX=\
4339 ".\./Include\myproto.h"\
4340 ".\Modules\regexpr.h"\
4341 ".\./PC\config.h"\
4342 ".\./Include\rename2.h"\
4343
4344NODEP_CPP_REGEX=\
4345 ".\Modules\lisp.h"\
4346 ".\Modules\buffer.h"\
4347 ".\Modules\syntax.h"\
4348
4349
4350!IF "$(CFG)" == "vc40_dll - Win32 Release"
4351
4352
4353"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
4354 $(CPP) $(CPP_PROJ) $(SOURCE)
4355
4356
4357!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4358
4359
4360"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
4361 $(CPP) $(CPP_PROJ) $(SOURCE)
4362
4363
4364!ENDIF
4365
4366# End Source File
4367################################################################################
4368# Begin Source File
4369
4370SOURCE=.\Modules\regexmodule.c
4371DEP_CPP_REGEXM=\
4372 ".\./Include\allobjects.h"\
4373 ".\./Include\modsupport.h"\
4374 ".\Modules\regexpr.h"\
4375 ".\./PC\config.h"\
4376 ".\./Include\myproto.h"\
4377 ".\Include\object.h"\
4378 ".\Include\objimpl.h"\
4379 ".\Include\pydebug.h"\
4380 ".\Include\accessobject.h"\
4381 ".\Include\intobject.h"\
4382 ".\Include\longobject.h"\
4383 ".\Include\floatobject.h"\
4384 ".\./Include\complexobject.h"\
4385 ".\Include\rangeobject.h"\
4386 ".\Include\stringobject.h"\
4387 ".\Include\tupleobject.h"\
4388 ".\Include\listobject.h"\
4389 ".\Include\mappingobject.h"\
4390 ".\Include\methodobject.h"\
4391 ".\Include\moduleobject.h"\
4392 ".\Include\funcobject.h"\
4393 ".\Include\classobject.h"\
4394 ".\Include\fileobject.h"\
4395 ".\Include\cobject.h"\
4396 ".\./Include\traceback.h"\
4397 ".\Include\errors.h"\
4398 ".\./Include\mymalloc.h"\
4399 ".\./Include\ceval.h"\
4400 ".\./Include\pythonrun.h"\
4401 ".\./Include\sysmodule.h"\
4402 ".\./Include\intrcheck.h"\
4403 ".\./Include\import.h"\
4404 ".\./Include\bltinmodule.h"\
4405 ".\Include\abstract.h"\
4406 ".\./Include\rename2.h"\
4407 ".\./Include\thread.h"\
4408
4409
4410!IF "$(CFG)" == "vc40_dll - Win32 Release"
4411
4412
4413"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
4414 $(CPP) $(CPP_PROJ) $(SOURCE)
4415
4416
4417!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4418
4419
4420"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
4421 $(CPP) $(CPP_PROJ) $(SOURCE)
4422
4423
4424!ENDIF
4425
4426# End Source File
4427################################################################################
4428# Begin Source File
4429
4430SOURCE=.\Objects\rangeobject.c
4431DEP_CPP_RANGE=\
4432 ".\./Include\allobjects.h"\
4433 ".\./PC\config.h"\
4434 ".\./Include\myproto.h"\
4435 ".\Include\object.h"\
4436 ".\Include\objimpl.h"\
4437 ".\Include\pydebug.h"\
4438 ".\Include\accessobject.h"\
4439 ".\Include\intobject.h"\
4440 ".\Include\longobject.h"\
4441 ".\Include\floatobject.h"\
4442 ".\./Include\complexobject.h"\
4443 ".\Include\rangeobject.h"\
4444 ".\Include\stringobject.h"\
4445 ".\Include\tupleobject.h"\
4446 ".\Include\listobject.h"\
4447 ".\Include\mappingobject.h"\
4448 ".\Include\methodobject.h"\
4449 ".\Include\moduleobject.h"\
4450 ".\Include\funcobject.h"\
4451 ".\Include\classobject.h"\
4452 ".\Include\fileobject.h"\
4453 ".\Include\cobject.h"\
4454 ".\./Include\traceback.h"\
4455 ".\Include\errors.h"\
4456 ".\./Include\mymalloc.h"\
4457 ".\./Include\modsupport.h"\
4458 ".\./Include\ceval.h"\
4459 ".\./Include\pythonrun.h"\
4460 ".\./Include\sysmodule.h"\
4461 ".\./Include\intrcheck.h"\
4462 ".\./Include\import.h"\
4463 ".\./Include\bltinmodule.h"\
4464 ".\Include\abstract.h"\
4465 ".\./Include\rename2.h"\
4466 ".\./Include\thread.h"\
4467
4468
4469!IF "$(CFG)" == "vc40_dll - Win32 Release"
4470
4471
4472"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
4473 $(CPP) $(CPP_PROJ) $(SOURCE)
4474
4475
4476!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4477
4478
4479"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
4480 $(CPP) $(CPP_PROJ) $(SOURCE)
4481
4482
4483!ENDIF
4484
4485# End Source File
4486################################################################################
4487# Begin Source File
4488
4489SOURCE=.\Python\pythonrun.c
4490DEP_CPP_PYTHO=\
4491 ".\./Include\allobjects.h"\
4492 ".\./Include\grammar.h"\
4493 ".\./Include\node.h"\
4494 ".\./Include\parsetok.h"\
4495 ".\./Include\graminit.h"\
4496 ".\./Include\errcode.h"\
4497 ".\./Include\sysmodule.h"\
4498 ".\./Include\bltinmodule.h"\
4499 ".\./Include\compile.h"\
4500 ".\./Include\eval.h"\
4501 ".\./Include\ceval.h"\
4502 ".\./Include\import.h"\
4503 ".\./Include\marshal.h"\
4504 ".\./Include\thread.h"\
4505 ".\./PC\config.h"\
4506 ".\./Include\myproto.h"\
4507 ".\Include\object.h"\
4508 ".\Include\objimpl.h"\
4509 ".\Include\pydebug.h"\
4510 ".\Include\accessobject.h"\
4511 ".\Include\intobject.h"\
4512 ".\Include\longobject.h"\
4513 ".\Include\floatobject.h"\
4514 ".\./Include\complexobject.h"\
4515 ".\Include\rangeobject.h"\
4516 ".\Include\stringobject.h"\
4517 ".\Include\tupleobject.h"\
4518 ".\Include\listobject.h"\
4519 ".\Include\mappingobject.h"\
4520 ".\Include\methodobject.h"\
4521 ".\Include\moduleobject.h"\
4522 ".\Include\funcobject.h"\
4523 ".\Include\classobject.h"\
4524 ".\Include\fileobject.h"\
4525 ".\Include\cobject.h"\
4526 ".\./Include\traceback.h"\
4527 ".\Include\errors.h"\
4528 ".\./Include\mymalloc.h"\
4529 ".\./Include\modsupport.h"\
4530 ".\./Include\pythonrun.h"\
4531 ".\./Include\intrcheck.h"\
4532 ".\Include\abstract.h"\
4533 ".\./Include\rename2.h"\
4534 ".\Include\bitset.h"\
4535
4536
4537!IF "$(CFG)" == "vc40_dll - Win32 Release"
4538
4539
4540"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
4541 $(CPP) $(CPP_PROJ) $(SOURCE)
4542
4543
4544!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4545
4546
4547"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
4548 $(CPP) $(CPP_PROJ) $(SOURCE)
4549
4550
4551!ENDIF
4552
4553# End Source File
4554################################################################################
4555# Begin Source File
4556
4557SOURCE=.\PC\posixmodule.c
4558DEP_CPP_POSIX=\
4559 ".\./Include\allobjects.h"\
4560 ".\./Include\modsupport.h"\
4561 ".\./Include\ceval.h"\
4562 {$(INCLUDE)}"\sys\TYPES.H"\
4563 {$(INCLUDE)}"\sys\STAT.H"\
4564 ".\./Include\mytime.h"\
4565 {$(INCLUDE)}"\sys\UTIME.H"\
4566 ".\./PC\config.h"\
4567 ".\./Include\myproto.h"\
4568 ".\Include\object.h"\
4569 ".\Include\objimpl.h"\
4570 ".\Include\pydebug.h"\
4571 ".\Include\accessobject.h"\
4572 ".\Include\intobject.h"\
4573 ".\Include\longobject.h"\
4574 ".\Include\floatobject.h"\
4575 ".\./Include\complexobject.h"\
4576 ".\Include\rangeobject.h"\
4577 ".\Include\stringobject.h"\
4578 ".\Include\tupleobject.h"\
4579 ".\Include\listobject.h"\
4580 ".\Include\mappingobject.h"\
4581 ".\Include\methodobject.h"\
4582 ".\Include\moduleobject.h"\
4583 ".\Include\funcobject.h"\
4584 ".\Include\classobject.h"\
4585 ".\Include\fileobject.h"\
4586 ".\Include\cobject.h"\
4587 ".\./Include\traceback.h"\
4588 ".\Include\errors.h"\
4589 ".\./Include\mymalloc.h"\
4590 ".\./Include\pythonrun.h"\
4591 ".\./Include\sysmodule.h"\
4592 ".\./Include\intrcheck.h"\
4593 ".\./Include\import.h"\
4594 ".\./Include\bltinmodule.h"\
4595 ".\Include\abstract.h"\
4596 ".\./Include\rename2.h"\
4597 ".\./Include\thread.h"\
4598
4599
4600!IF "$(CFG)" == "vc40_dll - Win32 Release"
4601
4602
4603"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
4604 $(CPP) $(CPP_PROJ) $(SOURCE)
4605
4606
4607!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4608
4609
4610"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
4611 $(CPP) $(CPP_PROJ) $(SOURCE)
4612
4613
4614!ENDIF
4615
4616# End Source File
4617################################################################################
4618# Begin Source File
4619
4620SOURCE=.\Parser\parsetok.c
4621DEP_CPP_PARSE=\
4622 ".\./Include\pgenheaders.h"\
4623 ".\Parser\tokenizer.h"\
4624 ".\./Include\node.h"\
4625 ".\./Include\grammar.h"\
4626 ".\Parser\parser.h"\
4627 ".\./Include\parsetok.h"\
4628 ".\./Include\errcode.h"\
4629 ".\./PC\config.h"\
4630 ".\./Include\myproto.h"\
4631 ".\./Include\mymalloc.h"\
4632 ".\Include\pydebug.h"\
4633 ".\./Include\token.h"\
4634 ".\Include\bitset.h"\
4635 ".\./Include\rename2.h"\
4636
4637
4638!IF "$(CFG)" == "vc40_dll - Win32 Release"
4639
4640
4641"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
4642 $(CPP) $(CPP_PROJ) $(SOURCE)
4643
4644
4645!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4646
4647
4648"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
4649 $(CPP) $(CPP_PROJ) $(SOURCE)
4650
4651
4652!ENDIF
4653
4654# End Source File
4655################################################################################
4656# Begin Source File
4657
4658SOURCE=.\Parser\parser.c
4659DEP_CPP_PARSER=\
4660 ".\./Include\pgenheaders.h"\
4661 ".\./Include\token.h"\
4662 ".\./Include\grammar.h"\
4663 ".\./Include\node.h"\
4664 ".\Parser\parser.h"\
4665 ".\./Include\errcode.h"\
4666 ".\./PC\config.h"\
4667 ".\./Include\myproto.h"\
4668 ".\./Include\mymalloc.h"\
4669 ".\Include\pydebug.h"\
4670 ".\Include\bitset.h"\
4671 ".\./Include\rename2.h"\
4672
4673
4674!IF "$(CFG)" == "vc40_dll - Win32 Release"
4675
4676
4677"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
4678 $(CPP) $(CPP_PROJ) $(SOURCE)
4679
4680
4681!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4682
4683
4684"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
4685 $(CPP) $(CPP_PROJ) $(SOURCE)
4686
4687
4688!ENDIF
4689
4690# End Source File
4691################################################################################
4692# Begin Source File
4693
4694SOURCE=.\Objects\object.c
4695DEP_CPP_OBJEC=\
4696 ".\./Include\allobjects.h"\
4697 ".\./PC\config.h"\
4698 ".\./Include\myproto.h"\
4699 ".\Include\object.h"\
4700 ".\Include\objimpl.h"\
4701 ".\Include\pydebug.h"\
4702 ".\Include\accessobject.h"\
4703 ".\Include\intobject.h"\
4704 ".\Include\longobject.h"\
4705 ".\Include\floatobject.h"\
4706 ".\./Include\complexobject.h"\
4707 ".\Include\rangeobject.h"\
4708 ".\Include\stringobject.h"\
4709 ".\Include\tupleobject.h"\
4710 ".\Include\listobject.h"\
4711 ".\Include\mappingobject.h"\
4712 ".\Include\methodobject.h"\
4713 ".\Include\moduleobject.h"\
4714 ".\Include\funcobject.h"\
4715 ".\Include\classobject.h"\
4716 ".\Include\fileobject.h"\
4717 ".\Include\cobject.h"\
4718 ".\./Include\traceback.h"\
4719 ".\Include\errors.h"\
4720 ".\./Include\mymalloc.h"\
4721 ".\./Include\modsupport.h"\
4722 ".\./Include\ceval.h"\
4723 ".\./Include\pythonrun.h"\
4724 ".\./Include\sysmodule.h"\
4725 ".\./Include\intrcheck.h"\
4726 ".\./Include\import.h"\
4727 ".\./Include\bltinmodule.h"\
4728 ".\Include\abstract.h"\
4729 ".\./Include\rename2.h"\
4730 ".\./Include\thread.h"\
4731
4732
4733!IF "$(CFG)" == "vc40_dll - Win32 Release"
4734
4735
4736"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
4737 $(CPP) $(CPP_PROJ) $(SOURCE)
4738
4739
4740!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4741
4742
4743"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
4744 $(CPP) $(CPP_PROJ) $(SOURCE)
4745
4746
4747!ENDIF
4748
4749# End Source File
4750################################################################################
4751# Begin Source File
4752
4753SOURCE=.\Parser\node.c
4754DEP_CPP_NODE_=\
4755 ".\./Include\pgenheaders.h"\
4756 ".\./Include\node.h"\
4757 ".\./PC\config.h"\
4758 ".\./Include\myproto.h"\
4759 ".\./Include\mymalloc.h"\
4760 ".\Include\pydebug.h"\
4761 ".\./Include\rename2.h"\
4762
4763
4764!IF "$(CFG)" == "vc40_dll - Win32 Release"
4765
4766
4767"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
4768 $(CPP) $(CPP_PROJ) $(SOURCE)
4769
4770
4771!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4772
4773
4774"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
4775 $(CPP) $(CPP_PROJ) $(SOURCE)
4776
4777
4778!ENDIF
4779
4780# End Source File
4781################################################################################
4782# Begin Source File
4783
4784SOURCE=.\Modules\newmodule.c
4785DEP_CPP_NEWMO=\
4786 ".\./Include\allobjects.h"\
4787 ".\./Include\compile.h"\
4788 ".\./PC\config.h"\
4789 ".\./Include\myproto.h"\
4790 ".\Include\object.h"\
4791 ".\Include\objimpl.h"\
4792 ".\Include\pydebug.h"\
4793 ".\Include\accessobject.h"\
4794 ".\Include\intobject.h"\
4795 ".\Include\longobject.h"\
4796 ".\Include\floatobject.h"\
4797 ".\./Include\complexobject.h"\
4798 ".\Include\rangeobject.h"\
4799 ".\Include\stringobject.h"\
4800 ".\Include\tupleobject.h"\
4801 ".\Include\listobject.h"\
4802 ".\Include\mappingobject.h"\
4803 ".\Include\methodobject.h"\
4804 ".\Include\moduleobject.h"\
4805 ".\Include\funcobject.h"\
4806 ".\Include\classobject.h"\
4807 ".\Include\fileobject.h"\
4808 ".\Include\cobject.h"\
4809 ".\./Include\traceback.h"\
4810 ".\Include\errors.h"\
4811 ".\./Include\mymalloc.h"\
4812 ".\./Include\modsupport.h"\
4813 ".\./Include\ceval.h"\
4814 ".\./Include\pythonrun.h"\
4815 ".\./Include\sysmodule.h"\
4816 ".\./Include\intrcheck.h"\
4817 ".\./Include\import.h"\
4818 ".\./Include\bltinmodule.h"\
4819 ".\Include\abstract.h"\
4820 ".\./Include\rename2.h"\
4821 ".\./Include\thread.h"\
4822
4823
4824!IF "$(CFG)" == "vc40_dll - Win32 Release"
4825
4826
4827"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
4828 $(CPP) $(CPP_PROJ) $(SOURCE)
4829
4830
4831!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4832
4833
4834"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
4835 $(CPP) $(CPP_PROJ) $(SOURCE)
4836
4837
4838!ENDIF
4839
4840# End Source File
4841################################################################################
4842# Begin Source File
4843
4844SOURCE=.\Python\marshal.c
4845DEP_CPP_MARSH=\
4846 ".\./Include\allobjects.h"\
4847 ".\./Include\modsupport.h"\
4848 ".\./Include\longintrepr.h"\
4849 ".\./Include\compile.h"\
4850 ".\./Include\marshal.h"\
4851 ".\./PC\config.h"\
4852 ".\./Include\myproto.h"\
4853 ".\Include\object.h"\
4854 ".\Include\objimpl.h"\
4855 ".\Include\pydebug.h"\
4856 ".\Include\accessobject.h"\
4857 ".\Include\intobject.h"\
4858 ".\Include\longobject.h"\
4859 ".\Include\floatobject.h"\
4860 ".\./Include\complexobject.h"\
4861 ".\Include\rangeobject.h"\
4862 ".\Include\stringobject.h"\
4863 ".\Include\tupleobject.h"\
4864 ".\Include\listobject.h"\
4865 ".\Include\mappingobject.h"\
4866 ".\Include\methodobject.h"\
4867 ".\Include\moduleobject.h"\
4868 ".\Include\funcobject.h"\
4869 ".\Include\classobject.h"\
4870 ".\Include\fileobject.h"\
4871 ".\Include\cobject.h"\
4872 ".\./Include\traceback.h"\
4873 ".\Include\errors.h"\
4874 ".\./Include\mymalloc.h"\
4875 ".\./Include\ceval.h"\
4876 ".\./Include\pythonrun.h"\
4877 ".\./Include\sysmodule.h"\
4878 ".\./Include\intrcheck.h"\
4879 ".\./Include\import.h"\
4880 ".\./Include\bltinmodule.h"\
4881 ".\Include\abstract.h"\
4882 ".\./Include\rename2.h"\
4883 ".\./Include\thread.h"\
4884
4885
4886!IF "$(CFG)" == "vc40_dll - Win32 Release"
4887
4888
4889"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
4890 $(CPP) $(CPP_PROJ) $(SOURCE)
4891
4892
4893!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4894
4895
4896"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
4897 $(CPP) $(CPP_PROJ) $(SOURCE)
4898
4899
4900!ENDIF
4901
4902# End Source File
4903################################################################################
4904# Begin Source File
4905
4906SOURCE=.\Python\mystrtoul.c
4907DEP_CPP_MYSTR=\
4908 ".\./PC\config.h"\
4909 ".\./Include\rename2.h"\
4910
4911
4912!IF "$(CFG)" == "vc40_dll - Win32 Release"
4913
4914
4915"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
4916 $(CPP) $(CPP_PROJ) $(SOURCE)
4917
4918
4919!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4920
4921
4922"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
4923 $(CPP) $(CPP_PROJ) $(SOURCE)
4924
4925
4926!ENDIF
4927
4928# End Source File
4929################################################################################
4930# Begin Source File
4931
4932SOURCE=.\Parser\myreadline.c
4933DEP_CPP_MYREA=\
4934 ".\./PC\config.h"\
4935 ".\./Include\myproto.h"\
4936 ".\./Include\mymalloc.h"\
4937 ".\./Include\intrcheck.h"\
4938 ".\./Include\rename2.h"\
4939
4940
4941!IF "$(CFG)" == "vc40_dll - Win32 Release"
4942
4943
4944"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
4945 $(CPP) $(CPP_PROJ) $(SOURCE)
4946
4947
4948!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
4949
4950
4951"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
4952 $(CPP) $(CPP_PROJ) $(SOURCE)
4953
4954
4955!ENDIF
4956
4957# End Source File
4958################################################################################
4959# Begin Source File
4960
4961SOURCE=.\Objects\moduleobject.c
4962DEP_CPP_MODUL=\
4963 ".\./Include\allobjects.h"\
4964 ".\./Include\ceval.h"\
4965 ".\./PC\config.h"\
4966 ".\./Include\myproto.h"\
4967 ".\Include\object.h"\
4968 ".\Include\objimpl.h"\
4969 ".\Include\pydebug.h"\
4970 ".\Include\accessobject.h"\
4971 ".\Include\intobject.h"\
4972 ".\Include\longobject.h"\
4973 ".\Include\floatobject.h"\
4974 ".\./Include\complexobject.h"\
4975 ".\Include\rangeobject.h"\
4976 ".\Include\stringobject.h"\
4977 ".\Include\tupleobject.h"\
4978 ".\Include\listobject.h"\
4979 ".\Include\mappingobject.h"\
4980 ".\Include\methodobject.h"\
4981 ".\Include\moduleobject.h"\
4982 ".\Include\funcobject.h"\
4983 ".\Include\classobject.h"\
4984 ".\Include\fileobject.h"\
4985 ".\Include\cobject.h"\
4986 ".\./Include\traceback.h"\
4987 ".\Include\errors.h"\
4988 ".\./Include\mymalloc.h"\
4989 ".\./Include\modsupport.h"\
4990 ".\./Include\pythonrun.h"\
4991 ".\./Include\sysmodule.h"\
4992 ".\./Include\intrcheck.h"\
4993 ".\./Include\import.h"\
4994 ".\./Include\bltinmodule.h"\
4995 ".\Include\abstract.h"\
4996 ".\./Include\rename2.h"\
4997 ".\./Include\thread.h"\
4998
4999
5000!IF "$(CFG)" == "vc40_dll - Win32 Release"
5001
5002
5003"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
5004 $(CPP) $(CPP_PROJ) $(SOURCE)
5005
5006
5007!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5008
5009
5010"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
5011 $(CPP) $(CPP_PROJ) $(SOURCE)
5012
5013
5014!ENDIF
5015
5016# End Source File
5017################################################################################
5018# Begin Source File
5019
5020SOURCE=.\Python\modsupport.c
5021DEP_CPP_MODSU=\
5022 ".\./Include\allobjects.h"\
5023 ".\./Include\import.h"\
5024 ".\./PC\config.h"\
5025 ".\./Include\myproto.h"\
5026 ".\Include\object.h"\
5027 ".\Include\objimpl.h"\
5028 ".\Include\pydebug.h"\
5029 ".\Include\accessobject.h"\
5030 ".\Include\intobject.h"\
5031 ".\Include\longobject.h"\
5032 ".\Include\floatobject.h"\
5033 ".\./Include\complexobject.h"\
5034 ".\Include\rangeobject.h"\
5035 ".\Include\stringobject.h"\
5036 ".\Include\tupleobject.h"\
5037 ".\Include\listobject.h"\
5038 ".\Include\mappingobject.h"\
5039 ".\Include\methodobject.h"\
5040 ".\Include\moduleobject.h"\
5041 ".\Include\funcobject.h"\
5042 ".\Include\classobject.h"\
5043 ".\Include\fileobject.h"\
5044 ".\Include\cobject.h"\
5045 ".\./Include\traceback.h"\
5046 ".\Include\errors.h"\
5047 ".\./Include\mymalloc.h"\
5048 ".\./Include\modsupport.h"\
5049 ".\./Include\ceval.h"\
5050 ".\./Include\pythonrun.h"\
5051 ".\./Include\sysmodule.h"\
5052 ".\./Include\intrcheck.h"\
5053 ".\./Include\bltinmodule.h"\
5054 ".\Include\abstract.h"\
5055 ".\./Include\rename2.h"\
5056 ".\./Include\thread.h"\
5057
5058
5059!IF "$(CFG)" == "vc40_dll - Win32 Release"
5060
5061
5062"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
5063 $(CPP) $(CPP_PROJ) $(SOURCE)
5064
5065
5066!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5067
5068
5069"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
5070 $(CPP) $(CPP_PROJ) $(SOURCE)
5071
5072
5073!ENDIF
5074
5075# End Source File
5076################################################################################
5077# Begin Source File
5078
5079SOURCE=.\Objects\methodobject.c
5080DEP_CPP_METHO=\
5081 ".\./Include\allobjects.h"\
5082 ".\./Include\token.h"\
5083 ".\./PC\config.h"\
5084 ".\./Include\myproto.h"\
5085 ".\Include\object.h"\
5086 ".\Include\objimpl.h"\
5087 ".\Include\pydebug.h"\
5088 ".\Include\accessobject.h"\
5089 ".\Include\intobject.h"\
5090 ".\Include\longobject.h"\
5091 ".\Include\floatobject.h"\
5092 ".\./Include\complexobject.h"\
5093 ".\Include\rangeobject.h"\
5094 ".\Include\stringobject.h"\
5095 ".\Include\tupleobject.h"\
5096 ".\Include\listobject.h"\
5097 ".\Include\mappingobject.h"\
5098 ".\Include\methodobject.h"\
5099 ".\Include\moduleobject.h"\
5100 ".\Include\funcobject.h"\
5101 ".\Include\classobject.h"\
5102 ".\Include\fileobject.h"\
5103 ".\Include\cobject.h"\
5104 ".\./Include\traceback.h"\
5105 ".\Include\errors.h"\
5106 ".\./Include\mymalloc.h"\
5107 ".\./Include\modsupport.h"\
5108 ".\./Include\ceval.h"\
5109 ".\./Include\pythonrun.h"\
5110 ".\./Include\sysmodule.h"\
5111 ".\./Include\intrcheck.h"\
5112 ".\./Include\import.h"\
5113 ".\./Include\bltinmodule.h"\
5114 ".\Include\abstract.h"\
5115 ".\./Include\rename2.h"\
5116 ".\./Include\thread.h"\
5117
5118
5119!IF "$(CFG)" == "vc40_dll - Win32 Release"
5120
5121
5122"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
5123 $(CPP) $(CPP_PROJ) $(SOURCE)
5124
5125
5126!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5127
5128
5129"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
5130 $(CPP) $(CPP_PROJ) $(SOURCE)
5131
5132
5133!ENDIF
5134
5135# End Source File
5136################################################################################
5137# Begin Source File
5138
5139SOURCE=.\Modules\md5module.c
5140DEP_CPP_MD5MO=\
5141 ".\./Include\allobjects.h"\
5142 ".\./Include\modsupport.h"\
5143 ".\Modules\md5.h"\
5144 ".\./PC\config.h"\
5145 ".\./Include\myproto.h"\
5146 ".\Include\object.h"\
5147 ".\Include\objimpl.h"\
5148 ".\Include\pydebug.h"\
5149 ".\Include\accessobject.h"\
5150 ".\Include\intobject.h"\
5151 ".\Include\longobject.h"\
5152 ".\Include\floatobject.h"\
5153 ".\./Include\complexobject.h"\
5154 ".\Include\rangeobject.h"\
5155 ".\Include\stringobject.h"\
5156 ".\Include\tupleobject.h"\
5157 ".\Include\listobject.h"\
5158 ".\Include\mappingobject.h"\
5159 ".\Include\methodobject.h"\
5160 ".\Include\moduleobject.h"\
5161 ".\Include\funcobject.h"\
5162 ".\Include\classobject.h"\
5163 ".\Include\fileobject.h"\
5164 ".\Include\cobject.h"\
5165 ".\./Include\traceback.h"\
5166 ".\Include\errors.h"\
5167 ".\./Include\mymalloc.h"\
5168 ".\./Include\ceval.h"\
5169 ".\./Include\pythonrun.h"\
5170 ".\./Include\sysmodule.h"\
5171 ".\./Include\intrcheck.h"\
5172 ".\./Include\import.h"\
5173 ".\./Include\bltinmodule.h"\
5174 ".\Include\abstract.h"\
5175 ".\./Include\rename2.h"\
5176 ".\./Include\thread.h"\
5177
5178
5179!IF "$(CFG)" == "vc40_dll - Win32 Release"
5180
5181
5182"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
5183 $(CPP) $(CPP_PROJ) $(SOURCE)
5184
5185
5186!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5187
5188
5189"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
5190 $(CPP) $(CPP_PROJ) $(SOURCE)
5191
5192
5193!ENDIF
5194
5195# End Source File
5196################################################################################
5197# Begin Source File
5198
5199SOURCE=.\Modules\md5c.c
5200DEP_CPP_MD5C_=\
5201 ".\./PC\config.h"\
5202 ".\Modules\md5.h"\
5203
5204
5205!IF "$(CFG)" == "vc40_dll - Win32 Release"
5206
5207
5208"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
5209 $(CPP) $(CPP_PROJ) $(SOURCE)
5210
5211
5212!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5213
5214
5215"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
5216 $(CPP) $(CPP_PROJ) $(SOURCE)
5217
5218
5219!ENDIF
5220
5221# End Source File
5222################################################################################
5223# Begin Source File
5224
5225SOURCE=.\Modules\mathmodule.c
5226DEP_CPP_MATHM=\
5227 ".\./Include\allobjects.h"\
5228 ".\./Include\mymath.h"\
5229 ".\./PC\config.h"\
5230 ".\./Include\myproto.h"\
5231 ".\Include\object.h"\
5232 ".\Include\objimpl.h"\
5233 ".\Include\pydebug.h"\
5234 ".\Include\accessobject.h"\
5235 ".\Include\intobject.h"\
5236 ".\Include\longobject.h"\
5237 ".\Include\floatobject.h"\
5238 ".\./Include\complexobject.h"\
5239 ".\Include\rangeobject.h"\
5240 ".\Include\stringobject.h"\
5241 ".\Include\tupleobject.h"\
5242 ".\Include\listobject.h"\
5243 ".\Include\mappingobject.h"\
5244 ".\Include\methodobject.h"\
5245 ".\Include\moduleobject.h"\
5246 ".\Include\funcobject.h"\
5247 ".\Include\classobject.h"\
5248 ".\Include\fileobject.h"\
5249 ".\Include\cobject.h"\
5250 ".\./Include\traceback.h"\
5251 ".\Include\errors.h"\
5252 ".\./Include\mymalloc.h"\
5253 ".\./Include\modsupport.h"\
5254 ".\./Include\ceval.h"\
5255 ".\./Include\pythonrun.h"\
5256 ".\./Include\sysmodule.h"\
5257 ".\./Include\intrcheck.h"\
5258 ".\./Include\import.h"\
5259 ".\./Include\bltinmodule.h"\
5260 ".\Include\abstract.h"\
5261 ".\./Include\rename2.h"\
5262 ".\./Include\thread.h"\
5263
5264
5265!IF "$(CFG)" == "vc40_dll - Win32 Release"
5266
5267
5268"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
5269 $(CPP) $(CPP_PROJ) $(SOURCE)
5270
5271
5272!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5273
5274
5275"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
5276 $(CPP) $(CPP_PROJ) $(SOURCE)
5277
5278
5279!ENDIF
5280
5281# End Source File
5282################################################################################
5283# Begin Source File
5284
5285SOURCE=.\Objects\mappingobject.c
5286DEP_CPP_MAPPI=\
5287 ".\./Include\allobjects.h"\
5288 ".\./Include\modsupport.h"\
5289 ".\./PC\config.h"\
5290 ".\./Include\myproto.h"\
5291 ".\Include\object.h"\
5292 ".\Include\objimpl.h"\
5293 ".\Include\pydebug.h"\
5294 ".\Include\accessobject.h"\
5295 ".\Include\intobject.h"\
5296 ".\Include\longobject.h"\
5297 ".\Include\floatobject.h"\
5298 ".\./Include\complexobject.h"\
5299 ".\Include\rangeobject.h"\
5300 ".\Include\stringobject.h"\
5301 ".\Include\tupleobject.h"\
5302 ".\Include\listobject.h"\
5303 ".\Include\mappingobject.h"\
5304 ".\Include\methodobject.h"\
5305 ".\Include\moduleobject.h"\
5306 ".\Include\funcobject.h"\
5307 ".\Include\classobject.h"\
5308 ".\Include\fileobject.h"\
5309 ".\Include\cobject.h"\
5310 ".\./Include\traceback.h"\
5311 ".\Include\errors.h"\
5312 ".\./Include\mymalloc.h"\
5313 ".\./Include\ceval.h"\
5314 ".\./Include\pythonrun.h"\
5315 ".\./Include\sysmodule.h"\
5316 ".\./Include\intrcheck.h"\
5317 ".\./Include\import.h"\
5318 ".\./Include\bltinmodule.h"\
5319 ".\Include\abstract.h"\
5320 ".\./Include\rename2.h"\
5321 ".\./Include\thread.h"\
5322
5323
5324!IF "$(CFG)" == "vc40_dll - Win32 Release"
5325
5326
5327"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
5328 $(CPP) $(CPP_PROJ) $(SOURCE)
5329
5330
5331!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5332
5333
5334"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
5335 $(CPP) $(CPP_PROJ) $(SOURCE)
5336
5337
5338!ENDIF
5339
5340# End Source File
5341################################################################################
5342# Begin Source File
5343
5344SOURCE=.\PC\python.def
5345
5346!IF "$(CFG)" == "vc40_dll - Win32 Release"
5347
5348!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug"
5349
5350!ENDIF
5351
5352# End Source File
5353# End Target
5354################################################################################
5355# Begin Target
5356
5357# Name "vc40_nt - Win32 Release"
5358# Name "vc40_nt - Win32 Debug"
5359
5360!IF "$(CFG)" == "vc40_nt - Win32 Release"
5361
5362!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5363
5364!ENDIF
5365
5366################################################################################
5367# Begin Source File
5368
5369SOURCE=.\Objects\longobject.c
5370DEP_CPP_LONGO=\
5371 ".\./Include\allobjects.h"\
5372 ".\./Include\longintrepr.h"\
5373 ".\./Include\mymath.h"\
5374 ".\./PC\config.h"\
5375 ".\./Include\myproto.h"\
5376 ".\Include\object.h"\
5377 ".\Include\objimpl.h"\
5378 ".\Include\pydebug.h"\
5379 ".\Include\accessobject.h"\
5380 ".\Include\intobject.h"\
5381 ".\Include\longobject.h"\
5382 ".\Include\floatobject.h"\
5383 ".\./Include\complexobject.h"\
5384 ".\Include\rangeobject.h"\
5385 ".\Include\stringobject.h"\
5386 ".\Include\tupleobject.h"\
5387 ".\Include\listobject.h"\
5388 ".\Include\mappingobject.h"\
5389 ".\Include\methodobject.h"\
5390 ".\Include\moduleobject.h"\
5391 ".\Include\funcobject.h"\
5392 ".\Include\classobject.h"\
5393 ".\Include\fileobject.h"\
5394 ".\Include\cobject.h"\
5395 ".\./Include\traceback.h"\
5396 ".\Include\errors.h"\
5397 ".\./Include\mymalloc.h"\
5398 ".\./Include\modsupport.h"\
5399 ".\./Include\ceval.h"\
5400 ".\./Include\pythonrun.h"\
5401 ".\./Include\sysmodule.h"\
5402 ".\./Include\intrcheck.h"\
5403 ".\./Include\import.h"\
5404 ".\./Include\bltinmodule.h"\
5405 ".\Include\abstract.h"\
5406 ".\./Include\rename2.h"\
5407 ".\./Include\thread.h"\
5408
5409
5410!IF "$(CFG)" == "vc40_nt - Win32 Release"
5411
5412
5413"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
5414 $(CPP) $(CPP_PROJ) $(SOURCE)
5415
5416
5417!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5418
5419
5420"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"
5421 $(CPP) $(CPP_PROJ) $(SOURCE)
5422
5423
5424!ENDIF
5425
5426# End Source File
5427################################################################################
5428# Begin Source File
5429
5430SOURCE=.\Objects\listobject.c
5431DEP_CPP_LISTO=\
5432 ".\./Include\allobjects.h"\
5433 ".\./Include\modsupport.h"\
5434 ".\./Include\ceval.h"\
5435 {$(INCLUDE)}"\sys\TYPES.H"\
5436 ".\./PC\config.h"\
5437 ".\./Include\myproto.h"\
5438 ".\Include\object.h"\
5439 ".\Include\objimpl.h"\
5440 ".\Include\pydebug.h"\
5441 ".\Include\accessobject.h"\
5442 ".\Include\intobject.h"\
5443 ".\Include\longobject.h"\
5444 ".\Include\floatobject.h"\
5445 ".\./Include\complexobject.h"\
5446 ".\Include\rangeobject.h"\
5447 ".\Include\stringobject.h"\
5448 ".\Include\tupleobject.h"\
5449 ".\Include\listobject.h"\
5450 ".\Include\mappingobject.h"\
5451 ".\Include\methodobject.h"\
5452 ".\Include\moduleobject.h"\
5453 ".\Include\funcobject.h"\
5454 ".\Include\classobject.h"\
5455 ".\Include\fileobject.h"\
5456 ".\Include\cobject.h"\
5457 ".\./Include\traceback.h"\
5458 ".\Include\errors.h"\
5459 ".\./Include\mymalloc.h"\
5460 ".\./Include\pythonrun.h"\
5461 ".\./Include\sysmodule.h"\
5462 ".\./Include\intrcheck.h"\
5463 ".\./Include\import.h"\
5464 ".\./Include\bltinmodule.h"\
5465 ".\Include\abstract.h"\
5466 ".\./Include\rename2.h"\
5467 ".\./Include\thread.h"\
5468
5469
5470!IF "$(CFG)" == "vc40_nt - Win32 Release"
5471
5472
5473"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
5474 $(CPP) $(CPP_PROJ) $(SOURCE)
5475
5476
5477!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5478
5479
5480"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"
5481 $(CPP) $(CPP_PROJ) $(SOURCE)
5482
5483
5484!ENDIF
5485
5486# End Source File
5487################################################################################
5488# Begin Source File
5489
5490SOURCE=.\Objects\intobject.c
5491DEP_CPP_INTOB=\
5492 ".\./Include\allobjects.h"\
5493 ".\./Include\modsupport.h"\
5494 ".\./PC\config.h"\
5495 ".\./Include\myproto.h"\
5496 ".\Include\object.h"\
5497 ".\Include\objimpl.h"\
5498 ".\Include\pydebug.h"\
5499 ".\Include\accessobject.h"\
5500 ".\Include\intobject.h"\
5501 ".\Include\longobject.h"\
5502 ".\Include\floatobject.h"\
5503 ".\./Include\complexobject.h"\
5504 ".\Include\rangeobject.h"\
5505 ".\Include\stringobject.h"\
5506 ".\Include\tupleobject.h"\
5507 ".\Include\listobject.h"\
5508 ".\Include\mappingobject.h"\
5509 ".\Include\methodobject.h"\
5510 ".\Include\moduleobject.h"\
5511 ".\Include\funcobject.h"\
5512 ".\Include\classobject.h"\
5513 ".\Include\fileobject.h"\
5514 ".\Include\cobject.h"\
5515 ".\./Include\traceback.h"\
5516 ".\Include\errors.h"\
5517 ".\./Include\mymalloc.h"\
5518 ".\./Include\ceval.h"\
5519 ".\./Include\pythonrun.h"\
5520 ".\./Include\sysmodule.h"\
5521 ".\./Include\intrcheck.h"\
5522 ".\./Include\import.h"\
5523 ".\./Include\bltinmodule.h"\
5524 ".\Include\abstract.h"\
5525 ".\./Include\rename2.h"\
5526 ".\./Include\thread.h"\
5527
5528
5529!IF "$(CFG)" == "vc40_nt - Win32 Release"
5530
5531
5532"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
5533 $(CPP) $(CPP_PROJ) $(SOURCE)
5534
5535
5536!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5537
5538
5539"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"
5540 $(CPP) $(CPP_PROJ) $(SOURCE)
5541
5542
5543!ENDIF
5544
5545# End Source File
5546################################################################################
5547# Begin Source File
5548
5549SOURCE=.\Python\importdl.c
5550DEP_CPP_IMPOR=\
5551 ".\./Include\allobjects.h"\
5552 ".\./Include\osdefs.h"\
5553 ".\Python\importdl.h"\
5554 {$(INCLUDE)}"\sys\TYPES.H"\
5555 {$(INCLUDE)}"\sys\STAT.H"\
5556 ".\./PC\config.h"\
5557 ".\./Include\myproto.h"\
5558 ".\Include\object.h"\
5559 ".\Include\objimpl.h"\
5560 ".\Include\pydebug.h"\
5561 ".\Include\accessobject.h"\
5562 ".\Include\intobject.h"\
5563 ".\Include\longobject.h"\
5564 ".\Include\floatobject.h"\
5565 ".\./Include\complexobject.h"\
5566 ".\Include\rangeobject.h"\
5567 ".\Include\stringobject.h"\
5568 ".\Include\tupleobject.h"\
5569 ".\Include\listobject.h"\
5570 ".\Include\mappingobject.h"\
5571 ".\Include\methodobject.h"\
5572 ".\Include\moduleobject.h"\
5573 ".\Include\funcobject.h"\
5574 ".\Include\classobject.h"\
5575 ".\Include\fileobject.h"\
5576 ".\Include\cobject.h"\
5577 ".\./Include\traceback.h"\
5578 ".\Include\errors.h"\
5579 ".\./Include\mymalloc.h"\
5580 ".\./Include\modsupport.h"\
5581 ".\./Include\ceval.h"\
5582 ".\./Include\pythonrun.h"\
5583 ".\./Include\sysmodule.h"\
5584 ".\./Include\intrcheck.h"\
5585 ".\./Include\import.h"\
5586 ".\./Include\bltinmodule.h"\
5587 ".\Include\abstract.h"\
5588 ".\./Include\rename2.h"\
5589 ".\./Include\thread.h"\
5590
5591NODEP_CPP_IMPOR=\
5592 ".\Python\dl.h"\
5593 ".\Python\macdefs.h"\
5594 ".\Python\macglue.h"\
5595
5596
5597!IF "$(CFG)" == "vc40_nt - Win32 Release"
5598
5599
5600"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
5601 $(CPP) $(CPP_PROJ) $(SOURCE)
5602
5603
5604!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5605
5606
5607"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"
5608 $(CPP) $(CPP_PROJ) $(SOURCE)
5609
5610
5611!ENDIF
5612
5613# End Source File
5614################################################################################
5615# Begin Source File
5616
5617SOURCE=.\PC\import.c
5618DEP_CPP_IMPORT=\
5619 ".\./Include\allobjects.h"\
5620 ".\./Include\node.h"\
5621 ".\./Include\token.h"\
5622 ".\./Include\graminit.h"\
5623 ".\./Include\import.h"\
5624 ".\./Include\errcode.h"\
5625 ".\./Include\sysmodule.h"\
5626 ".\./Include\bltinmodule.h"\
5627 ".\./Include\pythonrun.h"\
5628 ".\./Include\marshal.h"\
5629 ".\./Include\compile.h"\
5630 ".\./Include\eval.h"\
5631 ".\./Include\osdefs.h"\
5632 ".\pc\importdl.h"\
5633 ".\./PC\config.h"\
5634 ".\./Include\myproto.h"\
5635 ".\Include\object.h"\
5636 ".\Include\objimpl.h"\
5637 ".\Include\pydebug.h"\
5638 ".\Include\accessobject.h"\
5639 ".\Include\intobject.h"\
5640 ".\Include\longobject.h"\
5641 ".\Include\floatobject.h"\
5642 ".\./Include\complexobject.h"\
5643 ".\Include\rangeobject.h"\
5644 ".\Include\stringobject.h"\
5645 ".\Include\tupleobject.h"\
5646 ".\Include\listobject.h"\
5647 ".\Include\mappingobject.h"\
5648 ".\Include\methodobject.h"\
5649 ".\Include\moduleobject.h"\
5650 ".\Include\funcobject.h"\
5651 ".\Include\classobject.h"\
5652 ".\Include\fileobject.h"\
5653 ".\Include\cobject.h"\
5654 ".\./Include\traceback.h"\
5655 ".\Include\errors.h"\
5656 ".\./Include\mymalloc.h"\
5657 ".\./Include\modsupport.h"\
5658 ".\./Include\ceval.h"\
5659 ".\./Include\intrcheck.h"\
5660 ".\Include\abstract.h"\
5661 ".\./Include\rename2.h"\
5662 ".\./Include\thread.h"\
5663
5664NODEP_CPP_IMPORT=\
5665 ".\pc\macglue.h"\
5666
5667
5668!IF "$(CFG)" == "vc40_nt - Win32 Release"
5669
5670
5671"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
5672 $(CPP) $(CPP_PROJ) $(SOURCE)
5673
5674
5675!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5676
5677
5678"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"
5679 $(CPP) $(CPP_PROJ) $(SOURCE)
5680
5681
5682!ENDIF
5683
5684# End Source File
5685################################################################################
5686# Begin Source File
5687
5688SOURCE=.\Modules\imageop.c
5689DEP_CPP_IMAGE=\
5690 ".\./Include\allobjects.h"\
5691 ".\./Include\modsupport.h"\
5692 ".\./PC\config.h"\
5693 ".\./Include\myproto.h"\
5694 ".\Include\object.h"\
5695 ".\Include\objimpl.h"\
5696 ".\Include\pydebug.h"\
5697 ".\Include\accessobject.h"\
5698 ".\Include\intobject.h"\
5699 ".\Include\longobject.h"\
5700 ".\Include\floatobject.h"\
5701 ".\./Include\complexobject.h"\
5702 ".\Include\rangeobject.h"\
5703 ".\Include\stringobject.h"\
5704 ".\Include\tupleobject.h"\
5705 ".\Include\listobject.h"\
5706 ".\Include\mappingobject.h"\
5707 ".\Include\methodobject.h"\
5708 ".\Include\moduleobject.h"\
5709 ".\Include\funcobject.h"\
5710 ".\Include\classobject.h"\
5711 ".\Include\fileobject.h"\
5712 ".\Include\cobject.h"\
5713 ".\./Include\traceback.h"\
5714 ".\Include\errors.h"\
5715 ".\./Include\mymalloc.h"\
5716 ".\./Include\ceval.h"\
5717 ".\./Include\pythonrun.h"\
5718 ".\./Include\sysmodule.h"\
5719 ".\./Include\intrcheck.h"\
5720 ".\./Include\import.h"\
5721 ".\./Include\bltinmodule.h"\
5722 ".\Include\abstract.h"\
5723 ".\./Include\rename2.h"\
5724 ".\./Include\thread.h"\
5725
5726
5727!IF "$(CFG)" == "vc40_nt - Win32 Release"
5728
5729
5730"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
5731 $(CPP) $(CPP_PROJ) $(SOURCE)
5732
5733
5734!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5735
5736
5737"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"
5738 $(CPP) $(CPP_PROJ) $(SOURCE)
5739
5740
5741!ENDIF
5742
5743# End Source File
5744################################################################################
5745# Begin Source File
5746
5747SOURCE=.\Parser\grammar1.c
5748DEP_CPP_GRAMM=\
5749 ".\./Include\pgenheaders.h"\
5750 ".\./Include\grammar.h"\
5751 ".\./Include\token.h"\
5752 ".\./PC\config.h"\
5753 ".\./Include\myproto.h"\
5754 ".\./Include\mymalloc.h"\
5755 ".\Include\pydebug.h"\
5756 ".\Include\bitset.h"\
5757 ".\./Include\rename2.h"\
5758
5759
5760!IF "$(CFG)" == "vc40_nt - Win32 Release"
5761
5762
5763"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
5764 $(CPP) $(CPP_PROJ) $(SOURCE)
5765
5766
5767!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5768
5769
5770"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"
5771 $(CPP) $(CPP_PROJ) $(SOURCE)
5772
5773
5774!ENDIF
5775
5776# End Source File
5777################################################################################
5778# Begin Source File
5779
5780SOURCE=.\Python\graminit.c
5781DEP_CPP_GRAMI=\
5782 ".\./Include\pgenheaders.h"\
5783 ".\./Include\grammar.h"\
5784 ".\./PC\config.h"\
5785 ".\./Include\myproto.h"\
5786 ".\./Include\mymalloc.h"\
5787 ".\Include\pydebug.h"\
5788 ".\Include\bitset.h"\
5789 ".\./Include\rename2.h"\
5790
5791
5792!IF "$(CFG)" == "vc40_nt - Win32 Release"
5793
5794
5795"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
5796 $(CPP) $(CPP_PROJ) $(SOURCE)
5797
5798
5799!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5800
5801
5802"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"
5803 $(CPP) $(CPP_PROJ) $(SOURCE)
5804
5805
5806!ENDIF
5807
5808# End Source File
5809################################################################################
5810# Begin Source File
5811
5812SOURCE=.\Python\getversion.c
5813DEP_CPP_GETVE=\
5814 ".\./Include\Python.h"\
5815 ".\./Include\patchlevel.h"\
5816 ".\./Include\allobjects.h"\
5817 ".\./PC\config.h"\
5818 ".\./Include\myproto.h"\
5819 ".\Include\object.h"\
5820 ".\Include\objimpl.h"\
5821 ".\Include\pydebug.h"\
5822 ".\Include\accessobject.h"\
5823 ".\Include\intobject.h"\
5824 ".\Include\longobject.h"\
5825 ".\Include\floatobject.h"\
5826 ".\./Include\complexobject.h"\
5827 ".\Include\rangeobject.h"\
5828 ".\Include\stringobject.h"\
5829 ".\Include\tupleobject.h"\
5830 ".\Include\listobject.h"\
5831 ".\Include\mappingobject.h"\
5832 ".\Include\methodobject.h"\
5833 ".\Include\moduleobject.h"\
5834 ".\Include\funcobject.h"\
5835 ".\Include\classobject.h"\
5836 ".\Include\fileobject.h"\
5837 ".\Include\cobject.h"\
5838 ".\./Include\traceback.h"\
5839 ".\Include\errors.h"\
5840 ".\./Include\mymalloc.h"\
5841 ".\./Include\modsupport.h"\
5842 ".\./Include\ceval.h"\
5843 ".\./Include\pythonrun.h"\
5844 ".\./Include\sysmodule.h"\
5845 ".\./Include\intrcheck.h"\
5846 ".\./Include\import.h"\
5847 ".\./Include\bltinmodule.h"\
5848 ".\Include\abstract.h"\
5849 ".\./Include\rename2.h"\
5850 ".\./Include\thread.h"\
5851
5852
5853!IF "$(CFG)" == "vc40_nt - Win32 Release"
5854
5855
5856"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
5857 $(CPP) $(CPP_PROJ) $(SOURCE)
5858
5859
5860!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5861
5862
5863"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"
5864 $(CPP) $(CPP_PROJ) $(SOURCE)
5865
5866
5867!ENDIF
5868
5869# End Source File
5870################################################################################
5871# Begin Source File
5872
5873SOURCE=.\Python\getplatform.c
5874DEP_CPP_GETPL=\
5875 ".\./Include\Python.h"\
5876 ".\./Include\allobjects.h"\
5877 ".\./PC\config.h"\
5878 ".\./Include\myproto.h"\
5879 ".\Include\object.h"\
5880 ".\Include\objimpl.h"\
5881 ".\Include\pydebug.h"\
5882 ".\Include\accessobject.h"\
5883 ".\Include\intobject.h"\
5884 ".\Include\longobject.h"\
5885 ".\Include\floatobject.h"\
5886 ".\./Include\complexobject.h"\
5887 ".\Include\rangeobject.h"\
5888 ".\Include\stringobject.h"\
5889 ".\Include\tupleobject.h"\
5890 ".\Include\listobject.h"\
5891 ".\Include\mappingobject.h"\
5892 ".\Include\methodobject.h"\
5893 ".\Include\moduleobject.h"\
5894 ".\Include\funcobject.h"\
5895 ".\Include\classobject.h"\
5896 ".\Include\fileobject.h"\
5897 ".\Include\cobject.h"\
5898 ".\./Include\traceback.h"\
5899 ".\Include\errors.h"\
5900 ".\./Include\mymalloc.h"\
5901 ".\./Include\modsupport.h"\
5902 ".\./Include\ceval.h"\
5903 ".\./Include\pythonrun.h"\
5904 ".\./Include\sysmodule.h"\
5905 ".\./Include\intrcheck.h"\
5906 ".\./Include\import.h"\
5907 ".\./Include\bltinmodule.h"\
5908 ".\Include\abstract.h"\
5909 ".\./Include\rename2.h"\
5910 ".\./Include\thread.h"\
5911
5912
5913!IF "$(CFG)" == "vc40_nt - Win32 Release"
5914
5915
5916"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
5917 $(CPP) $(CPP_PROJ) $(SOURCE)
5918
5919
5920!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5921
5922
5923"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"
5924 $(CPP) $(CPP_PROJ) $(SOURCE)
5925
5926
5927!ENDIF
5928
5929# End Source File
5930################################################################################
5931# Begin Source File
5932
5933SOURCE=.\Modules\getpath.c
5934DEP_CPP_GETPA=\
5935 ".\./Include\Python.h"\
5936 ".\./Include\osdefs.h"\
5937 ".\./Include\allobjects.h"\
5938 ".\./PC\config.h"\
5939 ".\./Include\myproto.h"\
5940 ".\Include\object.h"\
5941 ".\Include\objimpl.h"\
5942 ".\Include\pydebug.h"\
5943 ".\Include\accessobject.h"\
5944 ".\Include\intobject.h"\
5945 ".\Include\longobject.h"\
5946 ".\Include\floatobject.h"\
5947 ".\./Include\complexobject.h"\
5948 ".\Include\rangeobject.h"\
5949 ".\Include\stringobject.h"\
5950 ".\Include\tupleobject.h"\
5951 ".\Include\listobject.h"\
5952 ".\Include\mappingobject.h"\
5953 ".\Include\methodobject.h"\
5954 ".\Include\moduleobject.h"\
5955 ".\Include\funcobject.h"\
5956 ".\Include\classobject.h"\
5957 ".\Include\fileobject.h"\
5958 ".\Include\cobject.h"\
5959 ".\./Include\traceback.h"\
5960 ".\Include\errors.h"\
5961 ".\./Include\mymalloc.h"\
5962 ".\./Include\modsupport.h"\
5963 ".\./Include\ceval.h"\
5964 ".\./Include\pythonrun.h"\
5965 ".\./Include\sysmodule.h"\
5966 ".\./Include\intrcheck.h"\
5967 ".\./Include\import.h"\
5968 ".\./Include\bltinmodule.h"\
5969 ".\Include\abstract.h"\
5970 ".\./Include\rename2.h"\
5971 ".\./Include\thread.h"\
5972
5973
5974!IF "$(CFG)" == "vc40_nt - Win32 Release"
5975
5976
5977"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
5978 $(CPP) $(CPP_PROJ) $(SOURCE)
5979
5980
5981!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
5982
5983
5984"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"
5985 $(CPP) $(CPP_PROJ) $(SOURCE)
5986
5987
5988!ENDIF
5989
5990# End Source File
5991################################################################################
5992# Begin Source File
5993
5994SOURCE=.\Python\getmtime.c
5995DEP_CPP_GETMT=\
5996 ".\./PC\config.h"\
5997 {$(INCLUDE)}"\sys\TYPES.H"\
5998 {$(INCLUDE)}"\sys\STAT.H"\
5999 ".\./Include\rename2.h"\
6000
6001
6002!IF "$(CFG)" == "vc40_nt - Win32 Release"
6003
6004
6005"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
6006 $(CPP) $(CPP_PROJ) $(SOURCE)
6007
6008
6009!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6010
6011
6012"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"
6013 $(CPP) $(CPP_PROJ) $(SOURCE)
6014
6015
6016!ENDIF
6017
6018# End Source File
6019################################################################################
6020# Begin Source File
6021
6022SOURCE=.\Python\getcopyright.c
6023DEP_CPP_GETCO=\
6024 ".\./Include\Python.h"\
6025 ".\./Include\allobjects.h"\
6026 ".\./PC\config.h"\
6027 ".\./Include\myproto.h"\
6028 ".\Include\object.h"\
6029 ".\Include\objimpl.h"\
6030 ".\Include\pydebug.h"\
6031 ".\Include\accessobject.h"\
6032 ".\Include\intobject.h"\
6033 ".\Include\longobject.h"\
6034 ".\Include\floatobject.h"\
6035 ".\./Include\complexobject.h"\
6036 ".\Include\rangeobject.h"\
6037 ".\Include\stringobject.h"\
6038 ".\Include\tupleobject.h"\
6039 ".\Include\listobject.h"\
6040 ".\Include\mappingobject.h"\
6041 ".\Include\methodobject.h"\
6042 ".\Include\moduleobject.h"\
6043 ".\Include\funcobject.h"\
6044 ".\Include\classobject.h"\
6045 ".\Include\fileobject.h"\
6046 ".\Include\cobject.h"\
6047 ".\./Include\traceback.h"\
6048 ".\Include\errors.h"\
6049 ".\./Include\mymalloc.h"\
6050 ".\./Include\modsupport.h"\
6051 ".\./Include\ceval.h"\
6052 ".\./Include\pythonrun.h"\
6053 ".\./Include\sysmodule.h"\
6054 ".\./Include\intrcheck.h"\
6055 ".\./Include\import.h"\
6056 ".\./Include\bltinmodule.h"\
6057 ".\Include\abstract.h"\
6058 ".\./Include\rename2.h"\
6059 ".\./Include\thread.h"\
6060
6061
6062!IF "$(CFG)" == "vc40_nt - Win32 Release"
6063
6064
6065"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
6066 $(CPP) $(CPP_PROJ) $(SOURCE)
6067
6068
6069!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6070
6071
6072"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"
6073 $(CPP) $(CPP_PROJ) $(SOURCE)
6074
6075
6076!ENDIF
6077
6078# End Source File
6079################################################################################
6080# Begin Source File
6081
6082SOURCE=.\Python\getcompiler.c
6083DEP_CPP_GETCOM=\
6084 ".\./Include\Python.h"\
6085 ".\./Include\allobjects.h"\
6086 ".\./PC\config.h"\
6087 ".\./Include\myproto.h"\
6088 ".\Include\object.h"\
6089 ".\Include\objimpl.h"\
6090 ".\Include\pydebug.h"\
6091 ".\Include\accessobject.h"\
6092 ".\Include\intobject.h"\
6093 ".\Include\longobject.h"\
6094 ".\Include\floatobject.h"\
6095 ".\./Include\complexobject.h"\
6096 ".\Include\rangeobject.h"\
6097 ".\Include\stringobject.h"\
6098 ".\Include\tupleobject.h"\
6099 ".\Include\listobject.h"\
6100 ".\Include\mappingobject.h"\
6101 ".\Include\methodobject.h"\
6102 ".\Include\moduleobject.h"\
6103 ".\Include\funcobject.h"\
6104 ".\Include\classobject.h"\
6105 ".\Include\fileobject.h"\
6106 ".\Include\cobject.h"\
6107 ".\./Include\traceback.h"\
6108 ".\Include\errors.h"\
6109 ".\./Include\mymalloc.h"\
6110 ".\./Include\modsupport.h"\
6111 ".\./Include\ceval.h"\
6112 ".\./Include\pythonrun.h"\
6113 ".\./Include\sysmodule.h"\
6114 ".\./Include\intrcheck.h"\
6115 ".\./Include\import.h"\
6116 ".\./Include\bltinmodule.h"\
6117 ".\Include\abstract.h"\
6118 ".\./Include\rename2.h"\
6119 ".\./Include\thread.h"\
6120
6121
6122!IF "$(CFG)" == "vc40_nt - Win32 Release"
6123
6124
6125"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
6126 $(CPP) $(CPP_PROJ) $(SOURCE)
6127
6128
6129!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6130
6131
6132"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"
6133 $(CPP) $(CPP_PROJ) $(SOURCE)
6134
6135
6136!ENDIF
6137
6138# End Source File
6139################################################################################
6140# Begin Source File
6141
6142SOURCE=.\Python\getargs.c
6143DEP_CPP_GETAR=\
6144 ".\./Include\allobjects.h"\
6145 ".\./PC\config.h"\
6146 ".\./Include\myproto.h"\
6147 ".\Include\object.h"\
6148 ".\Include\objimpl.h"\
6149 ".\Include\pydebug.h"\
6150 ".\Include\accessobject.h"\
6151 ".\Include\intobject.h"\
6152 ".\Include\longobject.h"\
6153 ".\Include\floatobject.h"\
6154 ".\./Include\complexobject.h"\
6155 ".\Include\rangeobject.h"\
6156 ".\Include\stringobject.h"\
6157 ".\Include\tupleobject.h"\
6158 ".\Include\listobject.h"\
6159 ".\Include\mappingobject.h"\
6160 ".\Include\methodobject.h"\
6161 ".\Include\moduleobject.h"\
6162 ".\Include\funcobject.h"\
6163 ".\Include\classobject.h"\
6164 ".\Include\fileobject.h"\
6165 ".\Include\cobject.h"\
6166 ".\./Include\traceback.h"\
6167 ".\Include\errors.h"\
6168 ".\./Include\mymalloc.h"\
6169 ".\./Include\modsupport.h"\
6170 ".\./Include\ceval.h"\
6171 ".\./Include\pythonrun.h"\
6172 ".\./Include\sysmodule.h"\
6173 ".\./Include\intrcheck.h"\
6174 ".\./Include\import.h"\
6175 ".\./Include\bltinmodule.h"\
6176 ".\Include\abstract.h"\
6177 ".\./Include\rename2.h"\
6178 ".\./Include\thread.h"\
6179
6180
6181!IF "$(CFG)" == "vc40_nt - Win32 Release"
6182
6183
6184"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
6185 $(CPP) $(CPP_PROJ) $(SOURCE)
6186
6187
6188!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6189
6190
6191"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"
6192 $(CPP) $(CPP_PROJ) $(SOURCE)
6193
6194
6195!ENDIF
6196
6197# End Source File
6198################################################################################
6199# Begin Source File
6200
6201SOURCE=.\Objects\funcobject.c
6202DEP_CPP_FUNCO=\
6203 ".\./Include\allobjects.h"\
6204 ".\./Include\compile.h"\
6205 ".\./Include\structmember.h"\
6206 ".\./PC\config.h"\
6207 ".\./Include\myproto.h"\
6208 ".\Include\object.h"\
6209 ".\Include\objimpl.h"\
6210 ".\Include\pydebug.h"\
6211 ".\Include\accessobject.h"\
6212 ".\Include\intobject.h"\
6213 ".\Include\longobject.h"\
6214 ".\Include\floatobject.h"\
6215 ".\./Include\complexobject.h"\
6216 ".\Include\rangeobject.h"\
6217 ".\Include\stringobject.h"\
6218 ".\Include\tupleobject.h"\
6219 ".\Include\listobject.h"\
6220 ".\Include\mappingobject.h"\
6221 ".\Include\methodobject.h"\
6222 ".\Include\moduleobject.h"\
6223 ".\Include\funcobject.h"\
6224 ".\Include\classobject.h"\
6225 ".\Include\fileobject.h"\
6226 ".\Include\cobject.h"\
6227 ".\./Include\traceback.h"\
6228 ".\Include\errors.h"\
6229 ".\./Include\mymalloc.h"\
6230 ".\./Include\modsupport.h"\
6231 ".\./Include\ceval.h"\
6232 ".\./Include\pythonrun.h"\
6233 ".\./Include\sysmodule.h"\
6234 ".\./Include\intrcheck.h"\
6235 ".\./Include\import.h"\
6236 ".\./Include\bltinmodule.h"\
6237 ".\Include\abstract.h"\
6238 ".\./Include\rename2.h"\
6239 ".\./Include\thread.h"\
6240
6241
6242!IF "$(CFG)" == "vc40_nt - Win32 Release"
6243
6244
6245"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
6246 $(CPP) $(CPP_PROJ) $(SOURCE)
6247
6248
6249!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6250
6251
6252"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"
6253 $(CPP) $(CPP_PROJ) $(SOURCE)
6254
6255
6256!ENDIF
6257
6258# End Source File
6259################################################################################
6260# Begin Source File
6261
6262SOURCE=.\Python\frozen.c
6263DEP_CPP_FROZE=\
6264 ".\./Include\Python.h"\
6265 ".\./Include\allobjects.h"\
6266 ".\./PC\config.h"\
6267 ".\./Include\myproto.h"\
6268 ".\Include\object.h"\
6269 ".\Include\objimpl.h"\
6270 ".\Include\pydebug.h"\
6271 ".\Include\accessobject.h"\
6272 ".\Include\intobject.h"\
6273 ".\Include\longobject.h"\
6274 ".\Include\floatobject.h"\
6275 ".\./Include\complexobject.h"\
6276 ".\Include\rangeobject.h"\
6277 ".\Include\stringobject.h"\
6278 ".\Include\tupleobject.h"\
6279 ".\Include\listobject.h"\
6280 ".\Include\mappingobject.h"\
6281 ".\Include\methodobject.h"\
6282 ".\Include\moduleobject.h"\
6283 ".\Include\funcobject.h"\
6284 ".\Include\classobject.h"\
6285 ".\Include\fileobject.h"\
6286 ".\Include\cobject.h"\
6287 ".\./Include\traceback.h"\
6288 ".\Include\errors.h"\
6289 ".\./Include\mymalloc.h"\
6290 ".\./Include\modsupport.h"\
6291 ".\./Include\ceval.h"\
6292 ".\./Include\pythonrun.h"\
6293 ".\./Include\sysmodule.h"\
6294 ".\./Include\intrcheck.h"\
6295 ".\./Include\import.h"\
6296 ".\./Include\bltinmodule.h"\
6297 ".\Include\abstract.h"\
6298 ".\./Include\rename2.h"\
6299 ".\./Include\thread.h"\
6300
6301
6302!IF "$(CFG)" == "vc40_nt - Win32 Release"
6303
6304
6305"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
6306 $(CPP) $(CPP_PROJ) $(SOURCE)
6307
6308
6309!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6310
6311
6312"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"
6313 $(CPP) $(CPP_PROJ) $(SOURCE)
6314
6315
6316!ENDIF
6317
6318# End Source File
6319################################################################################
6320# Begin Source File
6321
6322SOURCE=.\Objects\frameobject.c
6323DEP_CPP_FRAME=\
6324 ".\./Include\allobjects.h"\
6325 ".\./Include\compile.h"\
6326 ".\./Include\frameobject.h"\
6327 ".\./Include\opcode.h"\
6328 ".\./Include\structmember.h"\
6329 ".\./Include\bltinmodule.h"\
6330 ".\./PC\config.h"\
6331 ".\./Include\myproto.h"\
6332 ".\Include\object.h"\
6333 ".\Include\objimpl.h"\
6334 ".\Include\pydebug.h"\
6335 ".\Include\accessobject.h"\
6336 ".\Include\intobject.h"\
6337 ".\Include\longobject.h"\
6338 ".\Include\floatobject.h"\
6339 ".\./Include\complexobject.h"\
6340 ".\Include\rangeobject.h"\
6341 ".\Include\stringobject.h"\
6342 ".\Include\tupleobject.h"\
6343 ".\Include\listobject.h"\
6344 ".\Include\mappingobject.h"\
6345 ".\Include\methodobject.h"\
6346 ".\Include\moduleobject.h"\
6347 ".\Include\funcobject.h"\
6348 ".\Include\classobject.h"\
6349 ".\Include\fileobject.h"\
6350 ".\Include\cobject.h"\
6351 ".\./Include\traceback.h"\
6352 ".\Include\errors.h"\
6353 ".\./Include\mymalloc.h"\
6354 ".\./Include\modsupport.h"\
6355 ".\./Include\ceval.h"\
6356 ".\./Include\pythonrun.h"\
6357 ".\./Include\sysmodule.h"\
6358 ".\./Include\intrcheck.h"\
6359 ".\./Include\import.h"\
6360 ".\Include\abstract.h"\
6361 ".\./Include\rename2.h"\
6362 ".\./Include\thread.h"\
6363
6364
6365!IF "$(CFG)" == "vc40_nt - Win32 Release"
6366
6367
6368"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
6369 $(CPP) $(CPP_PROJ) $(SOURCE)
6370
6371
6372!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6373
6374
6375"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
6376 $(CPP) $(CPP_PROJ) $(SOURCE)
6377
6378
6379!ENDIF
6380
6381# End Source File
6382################################################################################
6383# Begin Source File
6384
6385SOURCE=.\Objects\floatobject.c
6386DEP_CPP_FLOAT=\
6387 ".\./Include\allobjects.h"\
6388 ".\./Include\modsupport.h"\
6389 ".\./Include\mymath.h"\
6390 ".\./PC\config.h"\
6391 ".\./Include\myproto.h"\
6392 ".\Include\object.h"\
6393 ".\Include\objimpl.h"\
6394 ".\Include\pydebug.h"\
6395 ".\Include\accessobject.h"\
6396 ".\Include\intobject.h"\
6397 ".\Include\longobject.h"\
6398 ".\Include\floatobject.h"\
6399 ".\./Include\complexobject.h"\
6400 ".\Include\rangeobject.h"\
6401 ".\Include\stringobject.h"\
6402 ".\Include\tupleobject.h"\
6403 ".\Include\listobject.h"\
6404 ".\Include\mappingobject.h"\
6405 ".\Include\methodobject.h"\
6406 ".\Include\moduleobject.h"\
6407 ".\Include\funcobject.h"\
6408 ".\Include\classobject.h"\
6409 ".\Include\fileobject.h"\
6410 ".\Include\cobject.h"\
6411 ".\./Include\traceback.h"\
6412 ".\Include\errors.h"\
6413 ".\./Include\mymalloc.h"\
6414 ".\./Include\ceval.h"\
6415 ".\./Include\pythonrun.h"\
6416 ".\./Include\sysmodule.h"\
6417 ".\./Include\intrcheck.h"\
6418 ".\./Include\import.h"\
6419 ".\./Include\bltinmodule.h"\
6420 ".\Include\abstract.h"\
6421 ".\./Include\rename2.h"\
6422 ".\./Include\thread.h"\
6423
6424
6425!IF "$(CFG)" == "vc40_nt - Win32 Release"
6426
6427
6428"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
6429 $(CPP) $(CPP_PROJ) $(SOURCE)
6430
6431
6432!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6433
6434
6435"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"
6436 $(CPP) $(CPP_PROJ) $(SOURCE)
6437
6438
6439!ENDIF
6440
6441# End Source File
6442################################################################################
6443# Begin Source File
6444
6445SOURCE=.\Objects\fileobject.c
6446DEP_CPP_FILEO=\
6447 ".\./Include\allobjects.h"\
6448 ".\./Include\modsupport.h"\
6449 ".\./Include\structmember.h"\
6450 ".\./Include\ceval.h"\
6451 ".\./PC\config.h"\
6452 ".\./Include\myproto.h"\
6453 ".\Include\object.h"\
6454 ".\Include\objimpl.h"\
6455 ".\Include\pydebug.h"\
6456 ".\Include\accessobject.h"\
6457 ".\Include\intobject.h"\
6458 ".\Include\longobject.h"\
6459 ".\Include\floatobject.h"\
6460 ".\./Include\complexobject.h"\
6461 ".\Include\rangeobject.h"\
6462 ".\Include\stringobject.h"\
6463 ".\Include\tupleobject.h"\
6464 ".\Include\listobject.h"\
6465 ".\Include\mappingobject.h"\
6466 ".\Include\methodobject.h"\
6467 ".\Include\moduleobject.h"\
6468 ".\Include\funcobject.h"\
6469 ".\Include\classobject.h"\
6470 ".\Include\fileobject.h"\
6471 ".\Include\cobject.h"\
6472 ".\./Include\traceback.h"\
6473 ".\Include\errors.h"\
6474 ".\./Include\mymalloc.h"\
6475 ".\./Include\pythonrun.h"\
6476 ".\./Include\sysmodule.h"\
6477 ".\./Include\intrcheck.h"\
6478 ".\./Include\import.h"\
6479 ".\./Include\bltinmodule.h"\
6480 ".\Include\abstract.h"\
6481 ".\./Include\rename2.h"\
6482 ".\./Include\thread.h"\
6483
6484
6485!IF "$(CFG)" == "vc40_nt - Win32 Release"
6486
6487
6488"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
6489 $(CPP) $(CPP_PROJ) $(SOURCE)
6490
6491
6492!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6493
6494
6495"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"
6496 $(CPP) $(CPP_PROJ) $(SOURCE)
6497
6498
6499!ENDIF
6500
6501# End Source File
6502################################################################################
6503# Begin Source File
6504
6505SOURCE=.\Python\errors.c
6506DEP_CPP_ERROR=\
6507 ".\./Include\allobjects.h"\
6508 ".\./Include\traceback.h"\
6509 ".\./PC\config.h"\
6510 ".\./Include\myproto.h"\
6511 ".\Include\object.h"\
6512 ".\Include\objimpl.h"\
6513 ".\Include\pydebug.h"\
6514 ".\Include\accessobject.h"\
6515 ".\Include\intobject.h"\
6516 ".\Include\longobject.h"\
6517 ".\Include\floatobject.h"\
6518 ".\./Include\complexobject.h"\
6519 ".\Include\rangeobject.h"\
6520 ".\Include\stringobject.h"\
6521 ".\Include\tupleobject.h"\
6522 ".\Include\listobject.h"\
6523 ".\Include\mappingobject.h"\
6524 ".\Include\methodobject.h"\
6525 ".\Include\moduleobject.h"\
6526 ".\Include\funcobject.h"\
6527 ".\Include\classobject.h"\
6528 ".\Include\fileobject.h"\
6529 ".\Include\cobject.h"\
6530 ".\Include\errors.h"\
6531 ".\./Include\mymalloc.h"\
6532 ".\./Include\modsupport.h"\
6533 ".\./Include\ceval.h"\
6534 ".\./Include\pythonrun.h"\
6535 ".\./Include\sysmodule.h"\
6536 ".\./Include\intrcheck.h"\
6537 ".\./Include\import.h"\
6538 ".\./Include\bltinmodule.h"\
6539 ".\Include\abstract.h"\
6540 ".\./Include\rename2.h"\
6541 ".\./Include\thread.h"\
6542
6543
6544!IF "$(CFG)" == "vc40_nt - Win32 Release"
6545
6546
6547"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
6548 $(CPP) $(CPP_PROJ) $(SOURCE)
6549
6550
6551!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6552
6553
6554"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"
6555 $(CPP) $(CPP_PROJ) $(SOURCE)
6556
6557
6558!ENDIF
6559
6560# End Source File
6561################################################################################
6562# Begin Source File
6563
6564SOURCE=.\Modules\environment.c
6565DEP_CPP_ENVIR=\
6566 ".\./Include\allobjects.h"\
6567 ".\./PC\config.h"\
6568 ".\./Include\myproto.h"\
6569 ".\Include\object.h"\
6570 ".\Include\objimpl.h"\
6571 ".\Include\pydebug.h"\
6572 ".\Include\accessobject.h"\
6573 ".\Include\intobject.h"\
6574 ".\Include\longobject.h"\
6575 ".\Include\floatobject.h"\
6576 ".\./Include\complexobject.h"\
6577 ".\Include\rangeobject.h"\
6578 ".\Include\stringobject.h"\
6579 ".\Include\tupleobject.h"\
6580 ".\Include\listobject.h"\
6581 ".\Include\mappingobject.h"\
6582 ".\Include\methodobject.h"\
6583 ".\Include\moduleobject.h"\
6584 ".\Include\funcobject.h"\
6585 ".\Include\classobject.h"\
6586 ".\Include\fileobject.h"\
6587 ".\Include\cobject.h"\
6588 ".\./Include\traceback.h"\
6589 ".\Include\errors.h"\
6590 ".\./Include\mymalloc.h"\
6591 ".\./Include\modsupport.h"\
6592 ".\./Include\ceval.h"\
6593 ".\./Include\pythonrun.h"\
6594 ".\./Include\sysmodule.h"\
6595 ".\./Include\intrcheck.h"\
6596 ".\./Include\import.h"\
6597 ".\./Include\bltinmodule.h"\
6598 ".\Include\abstract.h"\
6599 ".\./Include\rename2.h"\
6600 ".\./Include\thread.h"\
6601
6602
6603!IF "$(CFG)" == "vc40_nt - Win32 Release"
6604
6605
6606"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
6607 $(CPP) $(CPP_PROJ) $(SOURCE)
6608
6609
6610!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6611
6612
6613"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)"
6614 $(CPP) $(CPP_PROJ) $(SOURCE)
6615
6616
6617!ENDIF
6618
6619# End Source File
6620################################################################################
6621# Begin Source File
6622
6623SOURCE=.\PC\config.c
6624DEP_CPP_CONFI=\
6625 ".\./Include\Python.h"\
6626 ".\./Include\allobjects.h"\
6627 ".\./PC\config.h"\
6628 ".\./Include\myproto.h"\
6629 ".\Include\object.h"\
6630 ".\Include\objimpl.h"\
6631 ".\Include\pydebug.h"\
6632 ".\Include\accessobject.h"\
6633 ".\Include\intobject.h"\
6634 ".\Include\longobject.h"\
6635 ".\Include\floatobject.h"\
6636 ".\./Include\complexobject.h"\
6637 ".\Include\rangeobject.h"\
6638 ".\Include\stringobject.h"\
6639 ".\Include\tupleobject.h"\
6640 ".\Include\listobject.h"\
6641 ".\Include\mappingobject.h"\
6642 ".\Include\methodobject.h"\
6643 ".\Include\moduleobject.h"\
6644 ".\Include\funcobject.h"\
6645 ".\Include\classobject.h"\
6646 ".\Include\fileobject.h"\
6647 ".\Include\cobject.h"\
6648 ".\./Include\traceback.h"\
6649 ".\Include\errors.h"\
6650 ".\./Include\mymalloc.h"\
6651 ".\./Include\modsupport.h"\
6652 ".\./Include\ceval.h"\
6653 ".\./Include\pythonrun.h"\
6654 ".\./Include\sysmodule.h"\
6655 ".\./Include\intrcheck.h"\
6656 ".\./Include\import.h"\
6657 ".\./Include\bltinmodule.h"\
6658 ".\Include\abstract.h"\
6659 ".\./Include\rename2.h"\
6660 ".\./Include\thread.h"\
6661
6662
6663!IF "$(CFG)" == "vc40_nt - Win32 Release"
6664
6665
6666"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
6667 $(CPP) $(CPP_PROJ) $(SOURCE)
6668
6669
6670!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6671
6672
6673"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"
6674 $(CPP) $(CPP_PROJ) $(SOURCE)
6675
6676
6677!ENDIF
6678
6679# End Source File
6680################################################################################
6681# Begin Source File
6682
6683SOURCE=.\Objects\complexobject.c
6684DEP_CPP_COMPL=\
6685 ".\./Include\allobjects.h"\
6686 ".\./Include\modsupport.h"\
6687 ".\./Include\mymath.h"\
6688 ".\./PC\config.h"\
6689 ".\./Include\myproto.h"\
6690 ".\Include\object.h"\
6691 ".\Include\objimpl.h"\
6692 ".\Include\pydebug.h"\
6693 ".\Include\accessobject.h"\
6694 ".\Include\intobject.h"\
6695 ".\Include\longobject.h"\
6696 ".\Include\floatobject.h"\
6697 ".\./Include\complexobject.h"\
6698 ".\Include\rangeobject.h"\
6699 ".\Include\stringobject.h"\
6700 ".\Include\tupleobject.h"\
6701 ".\Include\listobject.h"\
6702 ".\Include\mappingobject.h"\
6703 ".\Include\methodobject.h"\
6704 ".\Include\moduleobject.h"\
6705 ".\Include\funcobject.h"\
6706 ".\Include\classobject.h"\
6707 ".\Include\fileobject.h"\
6708 ".\Include\cobject.h"\
6709 ".\./Include\traceback.h"\
6710 ".\Include\errors.h"\
6711 ".\./Include\mymalloc.h"\
6712 ".\./Include\ceval.h"\
6713 ".\./Include\pythonrun.h"\
6714 ".\./Include\sysmodule.h"\
6715 ".\./Include\intrcheck.h"\
6716 ".\./Include\import.h"\
6717 ".\./Include\bltinmodule.h"\
6718 ".\Include\abstract.h"\
6719 ".\./Include\rename2.h"\
6720 ".\./Include\thread.h"\
6721
6722
6723!IF "$(CFG)" == "vc40_nt - Win32 Release"
6724
6725
6726"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
6727 $(CPP) $(CPP_PROJ) $(SOURCE)
6728
6729
6730!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6731
6732
6733"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"
6734 $(CPP) $(CPP_PROJ) $(SOURCE)
6735
6736
6737!ENDIF
6738
6739# End Source File
6740################################################################################
6741# Begin Source File
6742
6743SOURCE=.\Python\compile.c
6744DEP_CPP_COMPI=\
6745 ".\./Include\allobjects.h"\
6746 ".\./Include\node.h"\
6747 ".\./Include\token.h"\
6748 ".\./Include\graminit.h"\
6749 ".\./Include\compile.h"\
6750 ".\./Include\opcode.h"\
6751 ".\./Include\structmember.h"\
6752 ".\./PC\config.h"\
6753 ".\./Include\myproto.h"\
6754 ".\Include\object.h"\
6755 ".\Include\objimpl.h"\
6756 ".\Include\pydebug.h"\
6757 ".\Include\accessobject.h"\
6758 ".\Include\intobject.h"\
6759 ".\Include\longobject.h"\
6760 ".\Include\floatobject.h"\
6761 ".\./Include\complexobject.h"\
6762 ".\Include\rangeobject.h"\
6763 ".\Include\stringobject.h"\
6764 ".\Include\tupleobject.h"\
6765 ".\Include\listobject.h"\
6766 ".\Include\mappingobject.h"\
6767 ".\Include\methodobject.h"\
6768 ".\Include\moduleobject.h"\
6769 ".\Include\funcobject.h"\
6770 ".\Include\classobject.h"\
6771 ".\Include\fileobject.h"\
6772 ".\Include\cobject.h"\
6773 ".\./Include\traceback.h"\
6774 ".\Include\errors.h"\
6775 ".\./Include\mymalloc.h"\
6776 ".\./Include\modsupport.h"\
6777 ".\./Include\ceval.h"\
6778 ".\./Include\pythonrun.h"\
6779 ".\./Include\sysmodule.h"\
6780 ".\./Include\intrcheck.h"\
6781 ".\./Include\import.h"\
6782 ".\./Include\bltinmodule.h"\
6783 ".\Include\abstract.h"\
6784 ".\./Include\rename2.h"\
6785 ".\./Include\thread.h"\
6786
6787
6788!IF "$(CFG)" == "vc40_nt - Win32 Release"
6789
6790
6791"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
6792 $(CPP) $(CPP_PROJ) $(SOURCE)
6793
6794
6795!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6796
6797
6798"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"
6799 $(CPP) $(CPP_PROJ) $(SOURCE)
6800
6801
6802!ENDIF
6803
6804# End Source File
6805################################################################################
6806# Begin Source File
6807
6808SOURCE=.\Objects\cobject.c
6809DEP_CPP_COBJE=\
6810 ".\./Include\Python.h"\
6811 ".\./Include\allobjects.h"\
6812 ".\./PC\config.h"\
6813 ".\./Include\myproto.h"\
6814 ".\Include\object.h"\
6815 ".\Include\objimpl.h"\
6816 ".\Include\pydebug.h"\
6817 ".\Include\accessobject.h"\
6818 ".\Include\intobject.h"\
6819 ".\Include\longobject.h"\
6820 ".\Include\floatobject.h"\
6821 ".\./Include\complexobject.h"\
6822 ".\Include\rangeobject.h"\
6823 ".\Include\stringobject.h"\
6824 ".\Include\tupleobject.h"\
6825 ".\Include\listobject.h"\
6826 ".\Include\mappingobject.h"\
6827 ".\Include\methodobject.h"\
6828 ".\Include\moduleobject.h"\
6829 ".\Include\funcobject.h"\
6830 ".\Include\classobject.h"\
6831 ".\Include\fileobject.h"\
6832 ".\Include\cobject.h"\
6833 ".\./Include\traceback.h"\
6834 ".\Include\errors.h"\
6835 ".\./Include\mymalloc.h"\
6836 ".\./Include\modsupport.h"\
6837 ".\./Include\ceval.h"\
6838 ".\./Include\pythonrun.h"\
6839 ".\./Include\sysmodule.h"\
6840 ".\./Include\intrcheck.h"\
6841 ".\./Include\import.h"\
6842 ".\./Include\bltinmodule.h"\
6843 ".\Include\abstract.h"\
6844 ".\./Include\rename2.h"\
6845 ".\./Include\thread.h"\
6846
6847
6848!IF "$(CFG)" == "vc40_nt - Win32 Release"
6849
6850
6851"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
6852 $(CPP) $(CPP_PROJ) $(SOURCE)
6853
6854
6855!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6856
6857
6858"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"
6859 $(CPP) $(CPP_PROJ) $(SOURCE)
6860
6861
6862!ENDIF
6863
6864# End Source File
6865################################################################################
6866# Begin Source File
6867
6868SOURCE=.\Modules\cmathmodule.c
6869DEP_CPP_CMATH=\
6870 ".\./Include\allobjects.h"\
6871 ".\./Include\complexobject.h"\
6872 ".\./Include\mymath.h"\
6873 ".\./PC\config.h"\
6874 ".\./Include\myproto.h"\
6875 ".\Include\object.h"\
6876 ".\Include\objimpl.h"\
6877 ".\Include\pydebug.h"\
6878 ".\Include\accessobject.h"\
6879 ".\Include\intobject.h"\
6880 ".\Include\longobject.h"\
6881 ".\Include\floatobject.h"\
6882 ".\Include\rangeobject.h"\
6883 ".\Include\stringobject.h"\
6884 ".\Include\tupleobject.h"\
6885 ".\Include\listobject.h"\
6886 ".\Include\mappingobject.h"\
6887 ".\Include\methodobject.h"\
6888 ".\Include\moduleobject.h"\
6889 ".\Include\funcobject.h"\
6890 ".\Include\classobject.h"\
6891 ".\Include\fileobject.h"\
6892 ".\Include\cobject.h"\
6893 ".\./Include\traceback.h"\
6894 ".\Include\errors.h"\
6895 ".\./Include\mymalloc.h"\
6896 ".\./Include\modsupport.h"\
6897 ".\./Include\ceval.h"\
6898 ".\./Include\pythonrun.h"\
6899 ".\./Include\sysmodule.h"\
6900 ".\./Include\intrcheck.h"\
6901 ".\./Include\import.h"\
6902 ".\./Include\bltinmodule.h"\
6903 ".\Include\abstract.h"\
6904 ".\./Include\rename2.h"\
6905 ".\./Include\thread.h"\
6906
6907
6908!IF "$(CFG)" == "vc40_nt - Win32 Release"
6909
6910
6911"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
6912 $(CPP) $(CPP_PROJ) $(SOURCE)
6913
6914
6915!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6916
6917
6918"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"
6919 $(CPP) $(CPP_PROJ) $(SOURCE)
6920
6921
6922!ENDIF
6923
6924# End Source File
6925################################################################################
6926# Begin Source File
6927
6928SOURCE=.\Objects\classobject.c
6929DEP_CPP_CLASS=\
6930 ".\./Include\allobjects.h"\
6931 ".\./Include\structmember.h"\
6932 ".\./PC\config.h"\
6933 ".\./Include\myproto.h"\
6934 ".\Include\object.h"\
6935 ".\Include\objimpl.h"\
6936 ".\Include\pydebug.h"\
6937 ".\Include\accessobject.h"\
6938 ".\Include\intobject.h"\
6939 ".\Include\longobject.h"\
6940 ".\Include\floatobject.h"\
6941 ".\./Include\complexobject.h"\
6942 ".\Include\rangeobject.h"\
6943 ".\Include\stringobject.h"\
6944 ".\Include\tupleobject.h"\
6945 ".\Include\listobject.h"\
6946 ".\Include\mappingobject.h"\
6947 ".\Include\methodobject.h"\
6948 ".\Include\moduleobject.h"\
6949 ".\Include\funcobject.h"\
6950 ".\Include\classobject.h"\
6951 ".\Include\fileobject.h"\
6952 ".\Include\cobject.h"\
6953 ".\./Include\traceback.h"\
6954 ".\Include\errors.h"\
6955 ".\./Include\mymalloc.h"\
6956 ".\./Include\modsupport.h"\
6957 ".\./Include\ceval.h"\
6958 ".\./Include\pythonrun.h"\
6959 ".\./Include\sysmodule.h"\
6960 ".\./Include\intrcheck.h"\
6961 ".\./Include\import.h"\
6962 ".\./Include\bltinmodule.h"\
6963 ".\Include\abstract.h"\
6964 ".\./Include\rename2.h"\
6965 ".\./Include\thread.h"\
6966
6967
6968!IF "$(CFG)" == "vc40_nt - Win32 Release"
6969
6970
6971"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
6972 $(CPP) $(CPP_PROJ) $(SOURCE)
6973
6974
6975!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
6976
6977
6978"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"
6979 $(CPP) $(CPP_PROJ) $(SOURCE)
6980
6981
6982!ENDIF
6983
6984# End Source File
6985################################################################################
6986# Begin Source File
6987
6988SOURCE=.\Python\cgensupport.c
6989DEP_CPP_CGENS=\
6990 ".\./Include\allobjects.h"\
6991 ".\./Include\cgensupport.h"\
6992 ".\./PC\config.h"\
6993 ".\./Include\myproto.h"\
6994 ".\Include\object.h"\
6995 ".\Include\objimpl.h"\
6996 ".\Include\pydebug.h"\
6997 ".\Include\accessobject.h"\
6998 ".\Include\intobject.h"\
6999 ".\Include\longobject.h"\
7000 ".\Include\floatobject.h"\
7001 ".\./Include\complexobject.h"\
7002 ".\Include\rangeobject.h"\
7003 ".\Include\stringobject.h"\
7004 ".\Include\tupleobject.h"\
7005 ".\Include\listobject.h"\
7006 ".\Include\mappingobject.h"\
7007 ".\Include\methodobject.h"\
7008 ".\Include\moduleobject.h"\
7009 ".\Include\funcobject.h"\
7010 ".\Include\classobject.h"\
7011 ".\Include\fileobject.h"\
7012 ".\Include\cobject.h"\
7013 ".\./Include\traceback.h"\
7014 ".\Include\errors.h"\
7015 ".\./Include\mymalloc.h"\
7016 ".\./Include\modsupport.h"\
7017 ".\./Include\ceval.h"\
7018 ".\./Include\pythonrun.h"\
7019 ".\./Include\sysmodule.h"\
7020 ".\./Include\intrcheck.h"\
7021 ".\./Include\import.h"\
7022 ".\./Include\bltinmodule.h"\
7023 ".\Include\abstract.h"\
7024 ".\./Include\rename2.h"\
7025 ".\./Include\thread.h"\
7026
7027
7028!IF "$(CFG)" == "vc40_nt - Win32 Release"
7029
7030
7031"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
7032 $(CPP) $(CPP_PROJ) $(SOURCE)
7033
7034
7035!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7036
7037
7038"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)"
7039 $(CPP) $(CPP_PROJ) $(SOURCE)
7040
7041
7042!ENDIF
7043
7044# End Source File
7045################################################################################
7046# Begin Source File
7047
7048SOURCE=.\Python\ceval.c
7049DEP_CPP_CEVAL=\
7050 ".\./Include\allobjects.h"\
7051 ".\./Include\compile.h"\
7052 ".\./Include\frameobject.h"\
7053 ".\./Include\eval.h"\
7054 ".\./Include\opcode.h"\
7055 ".\./Include\graminit.h"\
7056 ".\./Include\thread.h"\
7057 ".\./PC\config.h"\
7058 ".\./Include\myproto.h"\
7059 ".\Include\object.h"\
7060 ".\Include\objimpl.h"\
7061 ".\Include\pydebug.h"\
7062 ".\Include\accessobject.h"\
7063 ".\Include\intobject.h"\
7064 ".\Include\longobject.h"\
7065 ".\Include\floatobject.h"\
7066 ".\./Include\complexobject.h"\
7067 ".\Include\rangeobject.h"\
7068 ".\Include\stringobject.h"\
7069 ".\Include\tupleobject.h"\
7070 ".\Include\listobject.h"\
7071 ".\Include\mappingobject.h"\
7072 ".\Include\methodobject.h"\
7073 ".\Include\moduleobject.h"\
7074 ".\Include\funcobject.h"\
7075 ".\Include\classobject.h"\
7076 ".\Include\fileobject.h"\
7077 ".\Include\cobject.h"\
7078 ".\./Include\traceback.h"\
7079 ".\Include\errors.h"\
7080 ".\./Include\mymalloc.h"\
7081 ".\./Include\modsupport.h"\
7082 ".\./Include\ceval.h"\
7083 ".\./Include\pythonrun.h"\
7084 ".\./Include\sysmodule.h"\
7085 ".\./Include\intrcheck.h"\
7086 ".\./Include\import.h"\
7087 ".\./Include\bltinmodule.h"\
7088 ".\Include\abstract.h"\
7089 ".\./Include\rename2.h"\
7090
7091
7092!IF "$(CFG)" == "vc40_nt - Win32 Release"
7093
7094
7095"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
7096 $(CPP) $(CPP_PROJ) $(SOURCE)
7097
7098
7099!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7100
7101
7102"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"
7103 $(CPP) $(CPP_PROJ) $(SOURCE)
7104
7105
7106!ENDIF
7107
7108# End Source File
7109################################################################################
7110# Begin Source File
7111
7112SOURCE=.\Python\bltinmodule.c
7113DEP_CPP_BLTIN=\
7114 ".\./Include\allobjects.h"\
7115 ".\./Include\node.h"\
7116 ".\./Include\graminit.h"\
7117 ".\./Include\bltinmodule.h"\
7118 ".\./Include\import.h"\
7119 ".\./Include\compile.h"\
7120 ".\./Include\eval.h"\
7121 ".\./PC\config.h"\
7122 ".\./Include\myproto.h"\
7123 ".\Include\object.h"\
7124 ".\Include\objimpl.h"\
7125 ".\Include\pydebug.h"\
7126 ".\Include\accessobject.h"\
7127 ".\Include\intobject.h"\
7128 ".\Include\longobject.h"\
7129 ".\Include\floatobject.h"\
7130 ".\./Include\complexobject.h"\
7131 ".\Include\rangeobject.h"\
7132 ".\Include\stringobject.h"\
7133 ".\Include\tupleobject.h"\
7134 ".\Include\listobject.h"\
7135 ".\Include\mappingobject.h"\
7136 ".\Include\methodobject.h"\
7137 ".\Include\moduleobject.h"\
7138 ".\Include\funcobject.h"\
7139 ".\Include\classobject.h"\
7140 ".\Include\fileobject.h"\
7141 ".\Include\cobject.h"\
7142 ".\./Include\traceback.h"\
7143 ".\Include\errors.h"\
7144 ".\./Include\mymalloc.h"\
7145 ".\./Include\modsupport.h"\
7146 ".\./Include\ceval.h"\
7147 ".\./Include\pythonrun.h"\
7148 ".\./Include\sysmodule.h"\
7149 ".\./Include\intrcheck.h"\
7150 ".\Include\abstract.h"\
7151 ".\./Include\rename2.h"\
7152 ".\./Include\thread.h"\
7153
7154
7155!IF "$(CFG)" == "vc40_nt - Win32 Release"
7156
7157
7158"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
7159 $(CPP) $(CPP_PROJ) $(SOURCE)
7160
7161
7162!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7163
7164
7165"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"
7166 $(CPP) $(CPP_PROJ) $(SOURCE)
7167
7168
7169!ENDIF
7170
7171# End Source File
7172################################################################################
7173# Begin Source File
7174
7175SOURCE=.\Modules\binascii.c
7176DEP_CPP_BINAS=\
7177 ".\./Include\Python.h"\
7178 ".\./Include\allobjects.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\modsupport.h"\
7204 ".\./Include\ceval.h"\
7205 ".\./Include\pythonrun.h"\
7206 ".\./Include\sysmodule.h"\
7207 ".\./Include\intrcheck.h"\
7208 ".\./Include\import.h"\
7209 ".\./Include\bltinmodule.h"\
7210 ".\Include\abstract.h"\
7211 ".\./Include\rename2.h"\
7212 ".\./Include\thread.h"\
7213
7214
7215!IF "$(CFG)" == "vc40_nt - Win32 Release"
7216
7217
7218"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
7219 $(CPP) $(CPP_PROJ) $(SOURCE)
7220
7221
7222!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7223
7224
7225"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"
7226 $(CPP) $(CPP_PROJ) $(SOURCE)
7227
7228
7229!ENDIF
7230
7231# End Source File
7232################################################################################
7233# Begin Source File
7234
7235SOURCE=.\Modules\audioop.c
7236DEP_CPP_AUDIO=\
7237 ".\./Include\allobjects.h"\
7238 ".\./Include\modsupport.h"\
7239 ".\./Include\mymath.h"\
7240 ".\./PC\config.h"\
7241 ".\./Include\myproto.h"\
7242 ".\Include\object.h"\
7243 ".\Include\objimpl.h"\
7244 ".\Include\pydebug.h"\
7245 ".\Include\accessobject.h"\
7246 ".\Include\intobject.h"\
7247 ".\Include\longobject.h"\
7248 ".\Include\floatobject.h"\
7249 ".\./Include\complexobject.h"\
7250 ".\Include\rangeobject.h"\
7251 ".\Include\stringobject.h"\
7252 ".\Include\tupleobject.h"\
7253 ".\Include\listobject.h"\
7254 ".\Include\mappingobject.h"\
7255 ".\Include\methodobject.h"\
7256 ".\Include\moduleobject.h"\
7257 ".\Include\funcobject.h"\
7258 ".\Include\classobject.h"\
7259 ".\Include\fileobject.h"\
7260 ".\Include\cobject.h"\
7261 ".\./Include\traceback.h"\
7262 ".\Include\errors.h"\
7263 ".\./Include\mymalloc.h"\
7264 ".\./Include\ceval.h"\
7265 ".\./Include\pythonrun.h"\
7266 ".\./Include\sysmodule.h"\
7267 ".\./Include\intrcheck.h"\
7268 ".\./Include\import.h"\
7269 ".\./Include\bltinmodule.h"\
7270 ".\Include\abstract.h"\
7271 ".\./Include\rename2.h"\
7272 ".\./Include\thread.h"\
7273
7274
7275!IF "$(CFG)" == "vc40_nt - Win32 Release"
7276
7277
7278"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
7279 $(CPP) $(CPP_PROJ) $(SOURCE)
7280
7281
7282!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7283
7284
7285"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"
7286 $(CPP) $(CPP_PROJ) $(SOURCE)
7287
7288
7289!ENDIF
7290
7291# End Source File
7292################################################################################
7293# Begin Source File
7294
7295SOURCE=.\Modules\arraymodule.c
7296DEP_CPP_ARRAY=\
7297 ".\./Include\allobjects.h"\
7298 ".\./Include\modsupport.h"\
7299 ".\./Include\ceval.h"\
7300 {$(INCLUDE)}"\sys\TYPES.H"\
7301 ".\./PC\config.h"\
7302 ".\./Include\myproto.h"\
7303 ".\Include\object.h"\
7304 ".\Include\objimpl.h"\
7305 ".\Include\pydebug.h"\
7306 ".\Include\accessobject.h"\
7307 ".\Include\intobject.h"\
7308 ".\Include\longobject.h"\
7309 ".\Include\floatobject.h"\
7310 ".\./Include\complexobject.h"\
7311 ".\Include\rangeobject.h"\
7312 ".\Include\stringobject.h"\
7313 ".\Include\tupleobject.h"\
7314 ".\Include\listobject.h"\
7315 ".\Include\mappingobject.h"\
7316 ".\Include\methodobject.h"\
7317 ".\Include\moduleobject.h"\
7318 ".\Include\funcobject.h"\
7319 ".\Include\classobject.h"\
7320 ".\Include\fileobject.h"\
7321 ".\Include\cobject.h"\
7322 ".\./Include\traceback.h"\
7323 ".\Include\errors.h"\
7324 ".\./Include\mymalloc.h"\
7325 ".\./Include\pythonrun.h"\
7326 ".\./Include\sysmodule.h"\
7327 ".\./Include\intrcheck.h"\
7328 ".\./Include\import.h"\
7329 ".\./Include\bltinmodule.h"\
7330 ".\Include\abstract.h"\
7331 ".\./Include\rename2.h"\
7332 ".\./Include\thread.h"\
7333
7334
7335!IF "$(CFG)" == "vc40_nt - Win32 Release"
7336
7337
7338"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
7339 $(CPP) $(CPP_PROJ) $(SOURCE)
7340
7341
7342!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7343
7344
7345"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"
7346 $(CPP) $(CPP_PROJ) $(SOURCE)
7347
7348
7349!ENDIF
7350
7351# End Source File
7352################################################################################
7353# Begin Source File
7354
7355SOURCE=.\Objects\accessobject.c
7356DEP_CPP_ACCES=\
7357 ".\./Include\allobjects.h"\
7358 ".\./Include\ceval.h"\
7359 ".\./Include\structmember.h"\
7360 ".\./Include\modsupport.h"\
7361 ".\./PC\config.h"\
7362 ".\./Include\myproto.h"\
7363 ".\Include\object.h"\
7364 ".\Include\objimpl.h"\
7365 ".\Include\pydebug.h"\
7366 ".\Include\accessobject.h"\
7367 ".\Include\intobject.h"\
7368 ".\Include\longobject.h"\
7369 ".\Include\floatobject.h"\
7370 ".\./Include\complexobject.h"\
7371 ".\Include\rangeobject.h"\
7372 ".\Include\stringobject.h"\
7373 ".\Include\tupleobject.h"\
7374 ".\Include\listobject.h"\
7375 ".\Include\mappingobject.h"\
7376 ".\Include\methodobject.h"\
7377 ".\Include\moduleobject.h"\
7378 ".\Include\funcobject.h"\
7379 ".\Include\classobject.h"\
7380 ".\Include\fileobject.h"\
7381 ".\Include\cobject.h"\
7382 ".\./Include\traceback.h"\
7383 ".\Include\errors.h"\
7384 ".\./Include\mymalloc.h"\
7385 ".\./Include\pythonrun.h"\
7386 ".\./Include\sysmodule.h"\
7387 ".\./Include\intrcheck.h"\
7388 ".\./Include\import.h"\
7389 ".\./Include\bltinmodule.h"\
7390 ".\Include\abstract.h"\
7391 ".\./Include\rename2.h"\
7392 ".\./Include\thread.h"\
7393
7394
7395!IF "$(CFG)" == "vc40_nt - Win32 Release"
7396
7397
7398"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
7399 $(CPP) $(CPP_PROJ) $(SOURCE)
7400
7401
7402!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7403
7404
7405"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"
7406 $(CPP) $(CPP_PROJ) $(SOURCE)
7407
7408
7409!ENDIF
7410
7411# End Source File
7412################################################################################
7413# Begin Source File
7414
7415SOURCE=.\Parser\acceler.c
7416DEP_CPP_ACCEL=\
7417 ".\./Include\pgenheaders.h"\
7418 ".\./Include\grammar.h"\
7419 ".\./Include\node.h"\
7420 ".\./Include\token.h"\
7421 ".\Parser\parser.h"\
7422 ".\./PC\config.h"\
7423 ".\./Include\myproto.h"\
7424 ".\./Include\mymalloc.h"\
7425 ".\Include\pydebug.h"\
7426 ".\Include\bitset.h"\
7427 ".\./Include\rename2.h"\
7428
7429
7430!IF "$(CFG)" == "vc40_nt - Win32 Release"
7431
7432
7433"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
7434 $(CPP) $(CPP_PROJ) $(SOURCE)
7435
7436
7437!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7438
7439
7440"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"
7441 $(CPP) $(CPP_PROJ) $(SOURCE)
7442
7443
7444!ENDIF
7445
7446# End Source File
7447################################################################################
7448# Begin Source File
7449
7450SOURCE=.\Objects\abstract.c
7451DEP_CPP_ABSTR=\
7452 ".\./Include\Python.h"\
7453 ".\./Include\allobjects.h"\
7454 ".\./PC\config.h"\
7455 ".\./Include\myproto.h"\
7456 ".\Include\object.h"\
7457 ".\Include\objimpl.h"\
7458 ".\Include\pydebug.h"\
7459 ".\Include\accessobject.h"\
7460 ".\Include\intobject.h"\
7461 ".\Include\longobject.h"\
7462 ".\Include\floatobject.h"\
7463 ".\./Include\complexobject.h"\
7464 ".\Include\rangeobject.h"\
7465 ".\Include\stringobject.h"\
7466 ".\Include\tupleobject.h"\
7467 ".\Include\listobject.h"\
7468 ".\Include\mappingobject.h"\
7469 ".\Include\methodobject.h"\
7470 ".\Include\moduleobject.h"\
7471 ".\Include\funcobject.h"\
7472 ".\Include\classobject.h"\
7473 ".\Include\fileobject.h"\
7474 ".\Include\cobject.h"\
7475 ".\./Include\traceback.h"\
7476 ".\Include\errors.h"\
7477 ".\./Include\mymalloc.h"\
7478 ".\./Include\modsupport.h"\
7479 ".\./Include\ceval.h"\
7480 ".\./Include\pythonrun.h"\
7481 ".\./Include\sysmodule.h"\
7482 ".\./Include\intrcheck.h"\
7483 ".\./Include\import.h"\
7484 ".\./Include\bltinmodule.h"\
7485 ".\Include\abstract.h"\
7486 ".\./Include\rename2.h"\
7487 ".\./Include\thread.h"\
7488
7489
7490!IF "$(CFG)" == "vc40_nt - Win32 Release"
7491
7492
7493"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
7494 $(CPP) $(CPP_PROJ) $(SOURCE)
7495
7496
7497!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7498
7499
7500"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"
7501 $(CPP) $(CPP_PROJ) $(SOURCE)
7502
7503
7504!ENDIF
7505
7506# End Source File
7507################################################################################
7508# Begin Source File
7509
7510SOURCE=.\Modules\yuvconvert.c
7511DEP_CPP_YUVCO=\
7512 ".\Modules\yuv.h"\
7513
7514
7515!IF "$(CFG)" == "vc40_nt - Win32 Release"
7516
7517
7518"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
7519 $(CPP) $(CPP_PROJ) $(SOURCE)
7520
7521
7522!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7523
7524
7525"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"
7526 $(CPP) $(CPP_PROJ) $(SOURCE)
7527
7528
7529!ENDIF
7530
7531# End Source File
7532################################################################################
7533# Begin Source File
7534
7535SOURCE=.\Objects\typeobject.c
7536DEP_CPP_TYPEO=\
7537 ".\./Include\allobjects.h"\
7538 ".\./PC\config.h"\
7539 ".\./Include\myproto.h"\
7540 ".\Include\object.h"\
7541 ".\Include\objimpl.h"\
7542 ".\Include\pydebug.h"\
7543 ".\Include\accessobject.h"\
7544 ".\Include\intobject.h"\
7545 ".\Include\longobject.h"\
7546 ".\Include\floatobject.h"\
7547 ".\./Include\complexobject.h"\
7548 ".\Include\rangeobject.h"\
7549 ".\Include\stringobject.h"\
7550 ".\Include\tupleobject.h"\
7551 ".\Include\listobject.h"\
7552 ".\Include\mappingobject.h"\
7553 ".\Include\methodobject.h"\
7554 ".\Include\moduleobject.h"\
7555 ".\Include\funcobject.h"\
7556 ".\Include\classobject.h"\
7557 ".\Include\fileobject.h"\
7558 ".\Include\cobject.h"\
7559 ".\./Include\traceback.h"\
7560 ".\Include\errors.h"\
7561 ".\./Include\mymalloc.h"\
7562 ".\./Include\modsupport.h"\
7563 ".\./Include\ceval.h"\
7564 ".\./Include\pythonrun.h"\
7565 ".\./Include\sysmodule.h"\
7566 ".\./Include\intrcheck.h"\
7567 ".\./Include\import.h"\
7568 ".\./Include\bltinmodule.h"\
7569 ".\Include\abstract.h"\
7570 ".\./Include\rename2.h"\
7571 ".\./Include\thread.h"\
7572
7573
7574!IF "$(CFG)" == "vc40_nt - Win32 Release"
7575
7576
7577"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
7578 $(CPP) $(CPP_PROJ) $(SOURCE)
7579
7580
7581!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7582
7583
7584"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"
7585 $(CPP) $(CPP_PROJ) $(SOURCE)
7586
7587
7588!ENDIF
7589
7590# End Source File
7591################################################################################
7592# Begin Source File
7593
7594SOURCE=.\Objects\tupleobject.c
7595DEP_CPP_TUPLE=\
7596 ".\./Include\allobjects.h"\
7597 ".\./PC\config.h"\
7598 ".\./Include\myproto.h"\
7599 ".\Include\object.h"\
7600 ".\Include\objimpl.h"\
7601 ".\Include\pydebug.h"\
7602 ".\Include\accessobject.h"\
7603 ".\Include\intobject.h"\
7604 ".\Include\longobject.h"\
7605 ".\Include\floatobject.h"\
7606 ".\./Include\complexobject.h"\
7607 ".\Include\rangeobject.h"\
7608 ".\Include\stringobject.h"\
7609 ".\Include\tupleobject.h"\
7610 ".\Include\listobject.h"\
7611 ".\Include\mappingobject.h"\
7612 ".\Include\methodobject.h"\
7613 ".\Include\moduleobject.h"\
7614 ".\Include\funcobject.h"\
7615 ".\Include\classobject.h"\
7616 ".\Include\fileobject.h"\
7617 ".\Include\cobject.h"\
7618 ".\./Include\traceback.h"\
7619 ".\Include\errors.h"\
7620 ".\./Include\mymalloc.h"\
7621 ".\./Include\modsupport.h"\
7622 ".\./Include\ceval.h"\
7623 ".\./Include\pythonrun.h"\
7624 ".\./Include\sysmodule.h"\
7625 ".\./Include\intrcheck.h"\
7626 ".\./Include\import.h"\
7627 ".\./Include\bltinmodule.h"\
7628 ".\Include\abstract.h"\
7629 ".\./Include\rename2.h"\
7630 ".\./Include\thread.h"\
7631
7632
7633!IF "$(CFG)" == "vc40_nt - Win32 Release"
7634
7635
7636"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
7637 $(CPP) $(CPP_PROJ) $(SOURCE)
7638
7639
7640!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7641
7642
7643"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"
7644 $(CPP) $(CPP_PROJ) $(SOURCE)
7645
7646
7647!ENDIF
7648
7649# End Source File
7650################################################################################
7651# Begin Source File
7652
7653SOURCE=.\Python\traceback.c
7654DEP_CPP_TRACE=\
7655 ".\./Include\allobjects.h"\
7656 ".\./Include\sysmodule.h"\
7657 ".\./Include\compile.h"\
7658 ".\./Include\frameobject.h"\
7659 ".\./Include\traceback.h"\
7660 ".\./Include\structmember.h"\
7661 ".\./Include\osdefs.h"\
7662 ".\./PC\config.h"\
7663 ".\./Include\myproto.h"\
7664 ".\Include\object.h"\
7665 ".\Include\objimpl.h"\
7666 ".\Include\pydebug.h"\
7667 ".\Include\accessobject.h"\
7668 ".\Include\intobject.h"\
7669 ".\Include\longobject.h"\
7670 ".\Include\floatobject.h"\
7671 ".\./Include\complexobject.h"\
7672 ".\Include\rangeobject.h"\
7673 ".\Include\stringobject.h"\
7674 ".\Include\tupleobject.h"\
7675 ".\Include\listobject.h"\
7676 ".\Include\mappingobject.h"\
7677 ".\Include\methodobject.h"\
7678 ".\Include\moduleobject.h"\
7679 ".\Include\funcobject.h"\
7680 ".\Include\classobject.h"\
7681 ".\Include\fileobject.h"\
7682 ".\Include\cobject.h"\
7683 ".\Include\errors.h"\
7684 ".\./Include\mymalloc.h"\
7685 ".\./Include\modsupport.h"\
7686 ".\./Include\ceval.h"\
7687 ".\./Include\pythonrun.h"\
7688 ".\./Include\intrcheck.h"\
7689 ".\./Include\import.h"\
7690 ".\./Include\bltinmodule.h"\
7691 ".\Include\abstract.h"\
7692 ".\./Include\rename2.h"\
7693 ".\./Include\thread.h"\
7694
7695
7696!IF "$(CFG)" == "vc40_nt - Win32 Release"
7697
7698
7699"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
7700 $(CPP) $(CPP_PROJ) $(SOURCE)
7701
7702
7703!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7704
7705
7706"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"
7707 $(CPP) $(CPP_PROJ) $(SOURCE)
7708
7709
7710!ENDIF
7711
7712# End Source File
7713################################################################################
7714# Begin Source File
7715
7716SOURCE=.\Parser\tokenizer.c
7717DEP_CPP_TOKEN=\
7718 ".\./Include\pgenheaders.h"\
7719 ".\Parser\tokenizer.h"\
7720 ".\./Include\errcode.h"\
7721 ".\./PC\config.h"\
7722 ".\./Include\myproto.h"\
7723 ".\./Include\mymalloc.h"\
7724 ".\Include\pydebug.h"\
7725 ".\./Include\token.h"\
7726 ".\./Include\rename2.h"\
7727
7728
7729!IF "$(CFG)" == "vc40_nt - Win32 Release"
7730
7731
7732"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
7733 $(CPP) $(CPP_PROJ) $(SOURCE)
7734
7735
7736!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7737
7738
7739"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"
7740 $(CPP) $(CPP_PROJ) $(SOURCE)
7741
7742
7743!ENDIF
7744
7745# End Source File
7746################################################################################
7747# Begin Source File
7748
7749SOURCE=.\Modules\timemodule.c
7750DEP_CPP_TIMEM=\
7751 ".\./Include\allobjects.h"\
7752 ".\./Include\modsupport.h"\
7753 ".\./Include\ceval.h"\
7754 {$(INCLUDE)}"\sys\TYPES.H"\
7755 ".\./Include\myselect.h"\
7756 ".\./Include\mytime.h"\
7757 {$(INCLUDE)}"\sys\TIMEB.H"\
7758 ".\./PC\config.h"\
7759 ".\./Include\myproto.h"\
7760 ".\Include\object.h"\
7761 ".\Include\objimpl.h"\
7762 ".\Include\pydebug.h"\
7763 ".\Include\accessobject.h"\
7764 ".\Include\intobject.h"\
7765 ".\Include\longobject.h"\
7766 ".\Include\floatobject.h"\
7767 ".\./Include\complexobject.h"\
7768 ".\Include\rangeobject.h"\
7769 ".\Include\stringobject.h"\
7770 ".\Include\tupleobject.h"\
7771 ".\Include\listobject.h"\
7772 ".\Include\mappingobject.h"\
7773 ".\Include\methodobject.h"\
7774 ".\Include\moduleobject.h"\
7775 ".\Include\funcobject.h"\
7776 ".\Include\classobject.h"\
7777 ".\Include\fileobject.h"\
7778 ".\Include\cobject.h"\
7779 ".\./Include\traceback.h"\
7780 ".\Include\errors.h"\
7781 ".\./Include\mymalloc.h"\
7782 ".\./Include\pythonrun.h"\
7783 ".\./Include\sysmodule.h"\
7784 ".\./Include\intrcheck.h"\
7785 ".\./Include\import.h"\
7786 ".\./Include\bltinmodule.h"\
7787 ".\Include\abstract.h"\
7788 ".\./Include\rename2.h"\
7789 ".\./Include\thread.h"\
7790
7791
7792!IF "$(CFG)" == "vc40_nt - Win32 Release"
7793
7794
7795"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
7796 $(CPP) $(CPP_PROJ) $(SOURCE)
7797
7798
7799!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7800
7801
7802"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"
7803 $(CPP) $(CPP_PROJ) $(SOURCE)
7804
7805
7806!ENDIF
7807
7808# End Source File
7809################################################################################
7810# Begin Source File
7811
7812SOURCE=.\Modules\threadmodule.c
7813DEP_CPP_THREA=\
7814 ".\./Include\allobjects.h"\
7815 ".\./Include\thread.h"\
7816 ".\./PC\config.h"\
7817 ".\./Include\myproto.h"\
7818 ".\Include\object.h"\
7819 ".\Include\objimpl.h"\
7820 ".\Include\pydebug.h"\
7821 ".\Include\accessobject.h"\
7822 ".\Include\intobject.h"\
7823 ".\Include\longobject.h"\
7824 ".\Include\floatobject.h"\
7825 ".\./Include\complexobject.h"\
7826 ".\Include\rangeobject.h"\
7827 ".\Include\stringobject.h"\
7828 ".\Include\tupleobject.h"\
7829 ".\Include\listobject.h"\
7830 ".\Include\mappingobject.h"\
7831 ".\Include\methodobject.h"\
7832 ".\Include\moduleobject.h"\
7833 ".\Include\funcobject.h"\
7834 ".\Include\classobject.h"\
7835 ".\Include\fileobject.h"\
7836 ".\Include\cobject.h"\
7837 ".\./Include\traceback.h"\
7838 ".\Include\errors.h"\
7839 ".\./Include\mymalloc.h"\
7840 ".\./Include\modsupport.h"\
7841 ".\./Include\ceval.h"\
7842 ".\./Include\pythonrun.h"\
7843 ".\./Include\sysmodule.h"\
7844 ".\./Include\intrcheck.h"\
7845 ".\./Include\import.h"\
7846 ".\./Include\bltinmodule.h"\
7847 ".\Include\abstract.h"\
7848 ".\./Include\rename2.h"\
7849
7850
7851!IF "$(CFG)" == "vc40_nt - Win32 Release"
7852
7853
7854"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
7855 $(CPP) $(CPP_PROJ) $(SOURCE)
7856
7857
7858!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7859
7860
7861"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
7862 $(CPP) $(CPP_PROJ) $(SOURCE)
7863
7864
7865!ENDIF
7866
7867# End Source File
7868################################################################################
7869# Begin Source File
7870
7871SOURCE=.\Python\thread.c
7872DEP_CPP_THREAD=\
7873 ".\./PC\config.h"\
7874 ".\./Include\thread.h"\
7875 ".\Python\thread_sgi.h"\
7876 ".\Python\thread_solaris.h"\
7877 ".\Python\thread_lwp.h"\
7878 ".\Python\thread_pthread.h"\
7879 ".\Python\thread_cthread.h"\
7880 ".\Python\thread_nt.h"\
7881 ".\Python\thread_foobar.h"\
7882 {$(INCLUDE)}"\sys\TYPES.H"\
7883
7884NODEP_CPP_THREAD=\
7885 "..\..\usr\include\thread.h"\
7886
7887
7888!IF "$(CFG)" == "vc40_nt - Win32 Release"
7889
7890
7891"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
7892 $(CPP) $(CPP_PROJ) $(SOURCE)
7893
7894
7895!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7896
7897
7898"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
7899 $(CPP) $(CPP_PROJ) $(SOURCE)
7900
7901
7902!ENDIF
7903
7904# End Source File
7905################################################################################
7906# Begin Source File
7907
7908SOURCE=.\PC\sysmodule.c
7909DEP_CPP_SYSMO=\
7910 ".\./Include\allobjects.h"\
7911 ".\./Include\sysmodule.h"\
7912 ".\./Include\import.h"\
7913 ".\./Include\modsupport.h"\
7914 ".\./Include\osdefs.h"\
7915 ".\./PC\config.h"\
7916 ".\./Include\myproto.h"\
7917 ".\Include\object.h"\
7918 ".\Include\objimpl.h"\
7919 ".\Include\pydebug.h"\
7920 ".\Include\accessobject.h"\
7921 ".\Include\intobject.h"\
7922 ".\Include\longobject.h"\
7923 ".\Include\floatobject.h"\
7924 ".\./Include\complexobject.h"\
7925 ".\Include\rangeobject.h"\
7926 ".\Include\stringobject.h"\
7927 ".\Include\tupleobject.h"\
7928 ".\Include\listobject.h"\
7929 ".\Include\mappingobject.h"\
7930 ".\Include\methodobject.h"\
7931 ".\Include\moduleobject.h"\
7932 ".\Include\funcobject.h"\
7933 ".\Include\classobject.h"\
7934 ".\Include\fileobject.h"\
7935 ".\Include\cobject.h"\
7936 ".\./Include\traceback.h"\
7937 ".\Include\errors.h"\
7938 ".\./Include\mymalloc.h"\
7939 ".\./Include\ceval.h"\
7940 ".\./Include\pythonrun.h"\
7941 ".\./Include\intrcheck.h"\
7942 ".\./Include\bltinmodule.h"\
7943 ".\Include\abstract.h"\
7944 ".\./Include\rename2.h"\
7945 ".\./Include\thread.h"\
7946
7947
7948!IF "$(CFG)" == "vc40_nt - Win32 Release"
7949
7950
7951"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
7952 $(CPP) $(CPP_PROJ) $(SOURCE)
7953
7954
7955!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
7956
7957
7958"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"
7959 $(CPP) $(CPP_PROJ) $(SOURCE)
7960
7961
7962!ENDIF
7963
7964# End Source File
7965################################################################################
7966# Begin Source File
7967
7968SOURCE=.\Modules\structmodule.c
7969DEP_CPP_STRUC=\
7970 ".\./Include\allobjects.h"\
7971 ".\./Include\modsupport.h"\
7972 ".\./PC\config.h"\
7973 ".\./Include\myproto.h"\
7974 ".\Include\object.h"\
7975 ".\Include\objimpl.h"\
7976 ".\Include\pydebug.h"\
7977 ".\Include\accessobject.h"\
7978 ".\Include\intobject.h"\
7979 ".\Include\longobject.h"\
7980 ".\Include\floatobject.h"\
7981 ".\./Include\complexobject.h"\
7982 ".\Include\rangeobject.h"\
7983 ".\Include\stringobject.h"\
7984 ".\Include\tupleobject.h"\
7985 ".\Include\listobject.h"\
7986 ".\Include\mappingobject.h"\
7987 ".\Include\methodobject.h"\
7988 ".\Include\moduleobject.h"\
7989 ".\Include\funcobject.h"\
7990 ".\Include\classobject.h"\
7991 ".\Include\fileobject.h"\
7992 ".\Include\cobject.h"\
7993 ".\./Include\traceback.h"\
7994 ".\Include\errors.h"\
7995 ".\./Include\mymalloc.h"\
7996 ".\./Include\ceval.h"\
7997 ".\./Include\pythonrun.h"\
7998 ".\./Include\sysmodule.h"\
7999 ".\./Include\intrcheck.h"\
8000 ".\./Include\import.h"\
8001 ".\./Include\bltinmodule.h"\
8002 ".\Include\abstract.h"\
8003 ".\./Include\rename2.h"\
8004 ".\./Include\thread.h"\
8005
8006
8007!IF "$(CFG)" == "vc40_nt - Win32 Release"
8008
8009
8010"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
8011 $(CPP) $(CPP_PROJ) $(SOURCE)
8012
8013
8014!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8015
8016
8017"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"
8018 $(CPP) $(CPP_PROJ) $(SOURCE)
8019
8020
8021!ENDIF
8022
8023# End Source File
8024################################################################################
8025# Begin Source File
8026
8027SOURCE=.\Python\structmember.c
8028DEP_CPP_STRUCT=\
8029 ".\./Include\allobjects.h"\
8030 ".\./Include\structmember.h"\
8031 ".\./PC\config.h"\
8032 ".\./Include\myproto.h"\
8033 ".\Include\object.h"\
8034 ".\Include\objimpl.h"\
8035 ".\Include\pydebug.h"\
8036 ".\Include\accessobject.h"\
8037 ".\Include\intobject.h"\
8038 ".\Include\longobject.h"\
8039 ".\Include\floatobject.h"\
8040 ".\./Include\complexobject.h"\
8041 ".\Include\rangeobject.h"\
8042 ".\Include\stringobject.h"\
8043 ".\Include\tupleobject.h"\
8044 ".\Include\listobject.h"\
8045 ".\Include\mappingobject.h"\
8046 ".\Include\methodobject.h"\
8047 ".\Include\moduleobject.h"\
8048 ".\Include\funcobject.h"\
8049 ".\Include\classobject.h"\
8050 ".\Include\fileobject.h"\
8051 ".\Include\cobject.h"\
8052 ".\./Include\traceback.h"\
8053 ".\Include\errors.h"\
8054 ".\./Include\mymalloc.h"\
8055 ".\./Include\modsupport.h"\
8056 ".\./Include\ceval.h"\
8057 ".\./Include\pythonrun.h"\
8058 ".\./Include\sysmodule.h"\
8059 ".\./Include\intrcheck.h"\
8060 ".\./Include\import.h"\
8061 ".\./Include\bltinmodule.h"\
8062 ".\Include\abstract.h"\
8063 ".\./Include\rename2.h"\
8064 ".\./Include\thread.h"\
8065
8066
8067!IF "$(CFG)" == "vc40_nt - Win32 Release"
8068
8069
8070"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
8071 $(CPP) $(CPP_PROJ) $(SOURCE)
8072
8073
8074!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8075
8076
8077"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"
8078 $(CPP) $(CPP_PROJ) $(SOURCE)
8079
8080
8081!ENDIF
8082
8083# End Source File
8084################################################################################
8085# Begin Source File
8086
8087SOURCE=.\Modules\stropmodule.c
8088DEP_CPP_STROP=\
8089 ".\./Include\allobjects.h"\
8090 ".\./Include\modsupport.h"\
8091 ".\./PC\config.h"\
8092 ".\./Include\myproto.h"\
8093 ".\Include\object.h"\
8094 ".\Include\objimpl.h"\
8095 ".\Include\pydebug.h"\
8096 ".\Include\accessobject.h"\
8097 ".\Include\intobject.h"\
8098 ".\Include\longobject.h"\
8099 ".\Include\floatobject.h"\
8100 ".\./Include\complexobject.h"\
8101 ".\Include\rangeobject.h"\
8102 ".\Include\stringobject.h"\
8103 ".\Include\tupleobject.h"\
8104 ".\Include\listobject.h"\
8105 ".\Include\mappingobject.h"\
8106 ".\Include\methodobject.h"\
8107 ".\Include\moduleobject.h"\
8108 ".\Include\funcobject.h"\
8109 ".\Include\classobject.h"\
8110 ".\Include\fileobject.h"\
8111 ".\Include\cobject.h"\
8112 ".\./Include\traceback.h"\
8113 ".\Include\errors.h"\
8114 ".\./Include\mymalloc.h"\
8115 ".\./Include\ceval.h"\
8116 ".\./Include\pythonrun.h"\
8117 ".\./Include\sysmodule.h"\
8118 ".\./Include\intrcheck.h"\
8119 ".\./Include\import.h"\
8120 ".\./Include\bltinmodule.h"\
8121 ".\Include\abstract.h"\
8122 ".\./Include\rename2.h"\
8123 ".\./Include\thread.h"\
8124
8125
8126!IF "$(CFG)" == "vc40_nt - Win32 Release"
8127
8128
8129"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
8130 $(CPP) $(CPP_PROJ) $(SOURCE)
8131
8132
8133!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8134
8135
8136"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"
8137 $(CPP) $(CPP_PROJ) $(SOURCE)
8138
8139
8140!ENDIF
8141
8142# End Source File
8143################################################################################
8144# Begin Source File
8145
8146SOURCE=.\Objects\stringobject.c
8147DEP_CPP_STRIN=\
8148 ".\./Include\allobjects.h"\
8149 ".\./PC\config.h"\
8150 ".\./Include\myproto.h"\
8151 ".\Include\object.h"\
8152 ".\Include\objimpl.h"\
8153 ".\Include\pydebug.h"\
8154 ".\Include\accessobject.h"\
8155 ".\Include\intobject.h"\
8156 ".\Include\longobject.h"\
8157 ".\Include\floatobject.h"\
8158 ".\./Include\complexobject.h"\
8159 ".\Include\rangeobject.h"\
8160 ".\Include\stringobject.h"\
8161 ".\Include\tupleobject.h"\
8162 ".\Include\listobject.h"\
8163 ".\Include\mappingobject.h"\
8164 ".\Include\methodobject.h"\
8165 ".\Include\moduleobject.h"\
8166 ".\Include\funcobject.h"\
8167 ".\Include\classobject.h"\
8168 ".\Include\fileobject.h"\
8169 ".\Include\cobject.h"\
8170 ".\./Include\traceback.h"\
8171 ".\Include\errors.h"\
8172 ".\./Include\mymalloc.h"\
8173 ".\./Include\modsupport.h"\
8174 ".\./Include\ceval.h"\
8175 ".\./Include\pythonrun.h"\
8176 ".\./Include\sysmodule.h"\
8177 ".\./Include\intrcheck.h"\
8178 ".\./Include\import.h"\
8179 ".\./Include\bltinmodule.h"\
8180 ".\Include\abstract.h"\
8181 ".\./Include\rename2.h"\
8182 ".\./Include\thread.h"\
8183
8184
8185!IF "$(CFG)" == "vc40_nt - Win32 Release"
8186
8187
8188"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
8189 $(CPP) $(CPP_PROJ) $(SOURCE)
8190
8191
8192!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8193
8194
8195"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"
8196 $(CPP) $(CPP_PROJ) $(SOURCE)
8197
8198
8199!ENDIF
8200
8201# End Source File
8202################################################################################
8203# Begin Source File
8204
8205SOURCE=.\Modules\soundex.c
8206DEP_CPP_SOUND=\
8207 ".\./Include\Python.h"\
8208 ".\./Include\allobjects.h"\
8209 ".\./PC\config.h"\
8210 ".\./Include\myproto.h"\
8211 ".\Include\object.h"\
8212 ".\Include\objimpl.h"\
8213 ".\Include\pydebug.h"\
8214 ".\Include\accessobject.h"\
8215 ".\Include\intobject.h"\
8216 ".\Include\longobject.h"\
8217 ".\Include\floatobject.h"\
8218 ".\./Include\complexobject.h"\
8219 ".\Include\rangeobject.h"\
8220 ".\Include\stringobject.h"\
8221 ".\Include\tupleobject.h"\
8222 ".\Include\listobject.h"\
8223 ".\Include\mappingobject.h"\
8224 ".\Include\methodobject.h"\
8225 ".\Include\moduleobject.h"\
8226 ".\Include\funcobject.h"\
8227 ".\Include\classobject.h"\
8228 ".\Include\fileobject.h"\
8229 ".\Include\cobject.h"\
8230 ".\./Include\traceback.h"\
8231 ".\Include\errors.h"\
8232 ".\./Include\mymalloc.h"\
8233 ".\./Include\modsupport.h"\
8234 ".\./Include\ceval.h"\
8235 ".\./Include\pythonrun.h"\
8236 ".\./Include\sysmodule.h"\
8237 ".\./Include\intrcheck.h"\
8238 ".\./Include\import.h"\
8239 ".\./Include\bltinmodule.h"\
8240 ".\Include\abstract.h"\
8241 ".\./Include\rename2.h"\
8242 ".\./Include\thread.h"\
8243
8244
8245!IF "$(CFG)" == "vc40_nt - Win32 Release"
8246
8247
8248"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
8249 $(CPP) $(CPP_PROJ) $(SOURCE)
8250
8251
8252!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8253
8254
8255"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"
8256 $(CPP) $(CPP_PROJ) $(SOURCE)
8257
8258
8259!ENDIF
8260
8261# End Source File
8262################################################################################
8263# Begin Source File
8264
8265SOURCE=.\PC\socketmodule.c
8266DEP_CPP_SOCKE=\
8267 ".\./Include\Python.h"\
8268 {$(INCLUDE)}"\sys\TYPES.H"\
8269 ".\./Include\mytime.h"\
8270 ".\./Include\allobjects.h"\
8271 ".\./PC\config.h"\
8272 ".\./Include\myproto.h"\
8273 ".\Include\object.h"\
8274 ".\Include\objimpl.h"\
8275 ".\Include\pydebug.h"\
8276 ".\Include\accessobject.h"\
8277 ".\Include\intobject.h"\
8278 ".\Include\longobject.h"\
8279 ".\Include\floatobject.h"\
8280 ".\./Include\complexobject.h"\
8281 ".\Include\rangeobject.h"\
8282 ".\Include\stringobject.h"\
8283 ".\Include\tupleobject.h"\
8284 ".\Include\listobject.h"\
8285 ".\Include\mappingobject.h"\
8286 ".\Include\methodobject.h"\
8287 ".\Include\moduleobject.h"\
8288 ".\Include\funcobject.h"\
8289 ".\Include\classobject.h"\
8290 ".\Include\fileobject.h"\
8291 ".\Include\cobject.h"\
8292 ".\./Include\traceback.h"\
8293 ".\Include\errors.h"\
8294 ".\./Include\mymalloc.h"\
8295 ".\./Include\modsupport.h"\
8296 ".\./Include\ceval.h"\
8297 ".\./Include\pythonrun.h"\
8298 ".\./Include\sysmodule.h"\
8299 ".\./Include\intrcheck.h"\
8300 ".\./Include\import.h"\
8301 ".\./Include\bltinmodule.h"\
8302 ".\Include\abstract.h"\
8303 ".\./Include\rename2.h"\
8304 ".\./Include\thread.h"\
8305
8306
8307!IF "$(CFG)" == "vc40_nt - Win32 Release"
8308
8309
8310"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
8311 $(CPP) $(CPP_PROJ) $(SOURCE)
8312
8313
8314!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8315
8316
8317"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"
8318 $(CPP) $(CPP_PROJ) $(SOURCE)
8319
8320
8321!ENDIF
8322
8323# End Source File
8324################################################################################
8325# Begin Source File
8326
8327SOURCE=.\Modules\signalmodule.c
8328DEP_CPP_SIGNA=\
8329 ".\./Include\Python.h"\
8330 ".\./Include\intrcheck.h"\
8331 ".\./Include\thread.h"\
8332 ".\./Include\allobjects.h"\
8333 ".\./PC\config.h"\
8334 ".\./Include\myproto.h"\
8335 ".\Include\object.h"\
8336 ".\Include\objimpl.h"\
8337 ".\Include\pydebug.h"\
8338 ".\Include\accessobject.h"\
8339 ".\Include\intobject.h"\
8340 ".\Include\longobject.h"\
8341 ".\Include\floatobject.h"\
8342 ".\./Include\complexobject.h"\
8343 ".\Include\rangeobject.h"\
8344 ".\Include\stringobject.h"\
8345 ".\Include\tupleobject.h"\
8346 ".\Include\listobject.h"\
8347 ".\Include\mappingobject.h"\
8348 ".\Include\methodobject.h"\
8349 ".\Include\moduleobject.h"\
8350 ".\Include\funcobject.h"\
8351 ".\Include\classobject.h"\
8352 ".\Include\fileobject.h"\
8353 ".\Include\cobject.h"\
8354 ".\./Include\traceback.h"\
8355 ".\Include\errors.h"\
8356 ".\./Include\mymalloc.h"\
8357 ".\./Include\modsupport.h"\
8358 ".\./Include\ceval.h"\
8359 ".\./Include\pythonrun.h"\
8360 ".\./Include\sysmodule.h"\
8361 ".\./Include\import.h"\
8362 ".\./Include\bltinmodule.h"\
8363 ".\Include\abstract.h"\
8364 ".\./Include\rename2.h"\
8365
8366
8367!IF "$(CFG)" == "vc40_nt - Win32 Release"
8368
8369
8370"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
8371 $(CPP) $(CPP_PROJ) $(SOURCE)
8372
8373
8374!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8375
8376
8377"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"
8378 $(CPP) $(CPP_PROJ) $(SOURCE)
8379
8380
8381!ENDIF
8382
8383# End Source File
8384################################################################################
8385# Begin Source File
8386
8387SOURCE=.\PC\selectmodule.c
8388DEP_CPP_SELEC=\
8389 ".\./Include\allobjects.h"\
8390 ".\./Include\modsupport.h"\
8391 ".\./Include\ceval.h"\
8392 {$(INCLUDE)}"\sys\TYPES.H"\
8393 ".\./Include\myselect.h"\
8394 ".\./PC\config.h"\
8395 ".\./Include\myproto.h"\
8396 ".\Include\object.h"\
8397 ".\Include\objimpl.h"\
8398 ".\Include\pydebug.h"\
8399 ".\Include\accessobject.h"\
8400 ".\Include\intobject.h"\
8401 ".\Include\longobject.h"\
8402 ".\Include\floatobject.h"\
8403 ".\./Include\complexobject.h"\
8404 ".\Include\rangeobject.h"\
8405 ".\Include\stringobject.h"\
8406 ".\Include\tupleobject.h"\
8407 ".\Include\listobject.h"\
8408 ".\Include\mappingobject.h"\
8409 ".\Include\methodobject.h"\
8410 ".\Include\moduleobject.h"\
8411 ".\Include\funcobject.h"\
8412 ".\Include\classobject.h"\
8413 ".\Include\fileobject.h"\
8414 ".\Include\cobject.h"\
8415 ".\./Include\traceback.h"\
8416 ".\Include\errors.h"\
8417 ".\./Include\mymalloc.h"\
8418 ".\./Include\pythonrun.h"\
8419 ".\./Include\sysmodule.h"\
8420 ".\./Include\intrcheck.h"\
8421 ".\./Include\import.h"\
8422 ".\./Include\bltinmodule.h"\
8423 ".\Include\abstract.h"\
8424 ".\./Include\rename2.h"\
8425 ".\./Include\mytime.h"\
8426 ".\./Include\thread.h"\
8427
8428
8429!IF "$(CFG)" == "vc40_nt - Win32 Release"
8430
8431
8432"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
8433 $(CPP) $(CPP_PROJ) $(SOURCE)
8434
8435
8436!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8437
8438
8439"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"
8440 $(CPP) $(CPP_PROJ) $(SOURCE)
8441
8442
8443!ENDIF
8444
8445# End Source File
8446################################################################################
8447# Begin Source File
8448
8449SOURCE=.\Modules\rotormodule.c
8450DEP_CPP_ROTOR=\
8451 ".\./Include\Python.h"\
8452 ".\./Include\mymath.h"\
8453 ".\./Include\allobjects.h"\
8454 ".\./PC\config.h"\
8455 ".\./Include\myproto.h"\
8456 ".\Include\object.h"\
8457 ".\Include\objimpl.h"\
8458 ".\Include\pydebug.h"\
8459 ".\Include\accessobject.h"\
8460 ".\Include\intobject.h"\
8461 ".\Include\longobject.h"\
8462 ".\Include\floatobject.h"\
8463 ".\./Include\complexobject.h"\
8464 ".\Include\rangeobject.h"\
8465 ".\Include\stringobject.h"\
8466 ".\Include\tupleobject.h"\
8467 ".\Include\listobject.h"\
8468 ".\Include\mappingobject.h"\
8469 ".\Include\methodobject.h"\
8470 ".\Include\moduleobject.h"\
8471 ".\Include\funcobject.h"\
8472 ".\Include\classobject.h"\
8473 ".\Include\fileobject.h"\
8474 ".\Include\cobject.h"\
8475 ".\./Include\traceback.h"\
8476 ".\Include\errors.h"\
8477 ".\./Include\mymalloc.h"\
8478 ".\./Include\modsupport.h"\
8479 ".\./Include\ceval.h"\
8480 ".\./Include\pythonrun.h"\
8481 ".\./Include\sysmodule.h"\
8482 ".\./Include\intrcheck.h"\
8483 ".\./Include\import.h"\
8484 ".\./Include\bltinmodule.h"\
8485 ".\Include\abstract.h"\
8486 ".\./Include\rename2.h"\
8487 ".\./Include\thread.h"\
8488
8489
8490!IF "$(CFG)" == "vc40_nt - Win32 Release"
8491
8492
8493"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
8494 $(CPP) $(CPP_PROJ) $(SOURCE)
8495
8496
8497!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8498
8499
8500"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"
8501 $(CPP) $(CPP_PROJ) $(SOURCE)
8502
8503
8504!ENDIF
8505
8506# End Source File
8507################################################################################
8508# Begin Source File
8509
8510SOURCE=.\Modules\rgbimgmodule.c
8511DEP_CPP_RGBIM=\
8512 ".\./Include\allobjects.h"\
8513 ".\./Include\modsupport.h"\
8514 ".\./PC\config.h"\
8515 ".\./Include\myproto.h"\
8516 ".\Include\object.h"\
8517 ".\Include\objimpl.h"\
8518 ".\Include\pydebug.h"\
8519 ".\Include\accessobject.h"\
8520 ".\Include\intobject.h"\
8521 ".\Include\longobject.h"\
8522 ".\Include\floatobject.h"\
8523 ".\./Include\complexobject.h"\
8524 ".\Include\rangeobject.h"\
8525 ".\Include\stringobject.h"\
8526 ".\Include\tupleobject.h"\
8527 ".\Include\listobject.h"\
8528 ".\Include\mappingobject.h"\
8529 ".\Include\methodobject.h"\
8530 ".\Include\moduleobject.h"\
8531 ".\Include\funcobject.h"\
8532 ".\Include\classobject.h"\
8533 ".\Include\fileobject.h"\
8534 ".\Include\cobject.h"\
8535 ".\./Include\traceback.h"\
8536 ".\Include\errors.h"\
8537 ".\./Include\mymalloc.h"\
8538 ".\./Include\ceval.h"\
8539 ".\./Include\pythonrun.h"\
8540 ".\./Include\sysmodule.h"\
8541 ".\./Include\intrcheck.h"\
8542 ".\./Include\import.h"\
8543 ".\./Include\bltinmodule.h"\
8544 ".\Include\abstract.h"\
8545 ".\./Include\rename2.h"\
8546 ".\./Include\thread.h"\
8547
8548
8549!IF "$(CFG)" == "vc40_nt - Win32 Release"
8550
8551
8552"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
8553 $(CPP) $(CPP_PROJ) $(SOURCE)
8554
8555
8556!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8557
8558
8559"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"
8560 $(CPP) $(CPP_PROJ) $(SOURCE)
8561
8562
8563!ENDIF
8564
8565# End Source File
8566################################################################################
8567# Begin Source File
8568
8569SOURCE=.\Modules\regexpr.c
8570DEP_CPP_REGEX=\
8571 ".\./Include\myproto.h"\
8572 ".\Modules\regexpr.h"\
8573 ".\./PC\config.h"\
8574 ".\./Include\rename2.h"\
8575
8576NODEP_CPP_REGEX=\
8577 ".\Modules\lisp.h"\
8578 ".\Modules\buffer.h"\
8579 ".\Modules\syntax.h"\
8580
8581
8582!IF "$(CFG)" == "vc40_nt - Win32 Release"
8583
8584
8585"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
8586 $(CPP) $(CPP_PROJ) $(SOURCE)
8587
8588
8589!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8590
8591
8592"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
8593 $(CPP) $(CPP_PROJ) $(SOURCE)
8594
8595
8596!ENDIF
8597
8598# End Source File
8599################################################################################
8600# Begin Source File
8601
8602SOURCE=.\Modules\regexmodule.c
8603DEP_CPP_REGEXM=\
8604 ".\./Include\allobjects.h"\
8605 ".\./Include\modsupport.h"\
8606 ".\Modules\regexpr.h"\
8607 ".\./PC\config.h"\
8608 ".\./Include\myproto.h"\
8609 ".\Include\object.h"\
8610 ".\Include\objimpl.h"\
8611 ".\Include\pydebug.h"\
8612 ".\Include\accessobject.h"\
8613 ".\Include\intobject.h"\
8614 ".\Include\longobject.h"\
8615 ".\Include\floatobject.h"\
8616 ".\./Include\complexobject.h"\
8617 ".\Include\rangeobject.h"\
8618 ".\Include\stringobject.h"\
8619 ".\Include\tupleobject.h"\
8620 ".\Include\listobject.h"\
8621 ".\Include\mappingobject.h"\
8622 ".\Include\methodobject.h"\
8623 ".\Include\moduleobject.h"\
8624 ".\Include\funcobject.h"\
8625 ".\Include\classobject.h"\
8626 ".\Include\fileobject.h"\
8627 ".\Include\cobject.h"\
8628 ".\./Include\traceback.h"\
8629 ".\Include\errors.h"\
8630 ".\./Include\mymalloc.h"\
8631 ".\./Include\ceval.h"\
8632 ".\./Include\pythonrun.h"\
8633 ".\./Include\sysmodule.h"\
8634 ".\./Include\intrcheck.h"\
8635 ".\./Include\import.h"\
8636 ".\./Include\bltinmodule.h"\
8637 ".\Include\abstract.h"\
8638 ".\./Include\rename2.h"\
8639 ".\./Include\thread.h"\
8640
8641
8642!IF "$(CFG)" == "vc40_nt - Win32 Release"
8643
8644
8645"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
8646 $(CPP) $(CPP_PROJ) $(SOURCE)
8647
8648
8649!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8650
8651
8652"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"
8653 $(CPP) $(CPP_PROJ) $(SOURCE)
8654
8655
8656!ENDIF
8657
8658# End Source File
8659################################################################################
8660# Begin Source File
8661
8662SOURCE=.\Objects\rangeobject.c
8663DEP_CPP_RANGE=\
8664 ".\./Include\allobjects.h"\
8665 ".\./PC\config.h"\
8666 ".\./Include\myproto.h"\
8667 ".\Include\object.h"\
8668 ".\Include\objimpl.h"\
8669 ".\Include\pydebug.h"\
8670 ".\Include\accessobject.h"\
8671 ".\Include\intobject.h"\
8672 ".\Include\longobject.h"\
8673 ".\Include\floatobject.h"\
8674 ".\./Include\complexobject.h"\
8675 ".\Include\rangeobject.h"\
8676 ".\Include\stringobject.h"\
8677 ".\Include\tupleobject.h"\
8678 ".\Include\listobject.h"\
8679 ".\Include\mappingobject.h"\
8680 ".\Include\methodobject.h"\
8681 ".\Include\moduleobject.h"\
8682 ".\Include\funcobject.h"\
8683 ".\Include\classobject.h"\
8684 ".\Include\fileobject.h"\
8685 ".\Include\cobject.h"\
8686 ".\./Include\traceback.h"\
8687 ".\Include\errors.h"\
8688 ".\./Include\mymalloc.h"\
8689 ".\./Include\modsupport.h"\
8690 ".\./Include\ceval.h"\
8691 ".\./Include\pythonrun.h"\
8692 ".\./Include\sysmodule.h"\
8693 ".\./Include\intrcheck.h"\
8694 ".\./Include\import.h"\
8695 ".\./Include\bltinmodule.h"\
8696 ".\Include\abstract.h"\
8697 ".\./Include\rename2.h"\
8698 ".\./Include\thread.h"\
8699
8700
8701!IF "$(CFG)" == "vc40_nt - Win32 Release"
8702
8703
8704"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
8705 $(CPP) $(CPP_PROJ) $(SOURCE)
8706
8707
8708!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8709
8710
8711"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
8712 $(CPP) $(CPP_PROJ) $(SOURCE)
8713
8714
8715!ENDIF
8716
8717# End Source File
8718################################################################################
8719# Begin Source File
8720
8721SOURCE=.\Python\pythonrun.c
8722DEP_CPP_PYTHO=\
8723 ".\./Include\allobjects.h"\
8724 ".\./Include\grammar.h"\
8725 ".\./Include\node.h"\
8726 ".\./Include\parsetok.h"\
8727 ".\./Include\graminit.h"\
8728 ".\./Include\errcode.h"\
8729 ".\./Include\sysmodule.h"\
8730 ".\./Include\bltinmodule.h"\
8731 ".\./Include\compile.h"\
8732 ".\./Include\eval.h"\
8733 ".\./Include\ceval.h"\
8734 ".\./Include\import.h"\
8735 ".\./Include\marshal.h"\
8736 ".\./Include\thread.h"\
8737 ".\./PC\config.h"\
8738 ".\./Include\myproto.h"\
8739 ".\Include\object.h"\
8740 ".\Include\objimpl.h"\
8741 ".\Include\pydebug.h"\
8742 ".\Include\accessobject.h"\
8743 ".\Include\intobject.h"\
8744 ".\Include\longobject.h"\
8745 ".\Include\floatobject.h"\
8746 ".\./Include\complexobject.h"\
8747 ".\Include\rangeobject.h"\
8748 ".\Include\stringobject.h"\
8749 ".\Include\tupleobject.h"\
8750 ".\Include\listobject.h"\
8751 ".\Include\mappingobject.h"\
8752 ".\Include\methodobject.h"\
8753 ".\Include\moduleobject.h"\
8754 ".\Include\funcobject.h"\
8755 ".\Include\classobject.h"\
8756 ".\Include\fileobject.h"\
8757 ".\Include\cobject.h"\
8758 ".\./Include\traceback.h"\
8759 ".\Include\errors.h"\
8760 ".\./Include\mymalloc.h"\
8761 ".\./Include\modsupport.h"\
8762 ".\./Include\pythonrun.h"\
8763 ".\./Include\intrcheck.h"\
8764 ".\Include\abstract.h"\
8765 ".\./Include\rename2.h"\
8766 ".\Include\bitset.h"\
8767
8768
8769!IF "$(CFG)" == "vc40_nt - Win32 Release"
8770
8771
8772"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
8773 $(CPP) $(CPP_PROJ) $(SOURCE)
8774
8775
8776!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8777
8778
8779"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"
8780 $(CPP) $(CPP_PROJ) $(SOURCE)
8781
8782
8783!ENDIF
8784
8785# End Source File
8786################################################################################
8787# Begin Source File
8788
8789SOURCE=.\PC\posixmodule.c
8790DEP_CPP_POSIX=\
8791 ".\./Include\allobjects.h"\
8792 ".\./Include\modsupport.h"\
8793 ".\./Include\ceval.h"\
8794 {$(INCLUDE)}"\sys\TYPES.H"\
8795 {$(INCLUDE)}"\sys\STAT.H"\
8796 ".\./Include\mytime.h"\
8797 {$(INCLUDE)}"\sys\UTIME.H"\
8798 ".\./PC\config.h"\
8799 ".\./Include\myproto.h"\
8800 ".\Include\object.h"\
8801 ".\Include\objimpl.h"\
8802 ".\Include\pydebug.h"\
8803 ".\Include\accessobject.h"\
8804 ".\Include\intobject.h"\
8805 ".\Include\longobject.h"\
8806 ".\Include\floatobject.h"\
8807 ".\./Include\complexobject.h"\
8808 ".\Include\rangeobject.h"\
8809 ".\Include\stringobject.h"\
8810 ".\Include\tupleobject.h"\
8811 ".\Include\listobject.h"\
8812 ".\Include\mappingobject.h"\
8813 ".\Include\methodobject.h"\
8814 ".\Include\moduleobject.h"\
8815 ".\Include\funcobject.h"\
8816 ".\Include\classobject.h"\
8817 ".\Include\fileobject.h"\
8818 ".\Include\cobject.h"\
8819 ".\./Include\traceback.h"\
8820 ".\Include\errors.h"\
8821 ".\./Include\mymalloc.h"\
8822 ".\./Include\pythonrun.h"\
8823 ".\./Include\sysmodule.h"\
8824 ".\./Include\intrcheck.h"\
8825 ".\./Include\import.h"\
8826 ".\./Include\bltinmodule.h"\
8827 ".\Include\abstract.h"\
8828 ".\./Include\rename2.h"\
8829 ".\./Include\thread.h"\
8830
8831
8832!IF "$(CFG)" == "vc40_nt - Win32 Release"
8833
8834
8835"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
8836 $(CPP) $(CPP_PROJ) $(SOURCE)
8837
8838
8839!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8840
8841
8842"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"
8843 $(CPP) $(CPP_PROJ) $(SOURCE)
8844
8845
8846!ENDIF
8847
8848# End Source File
8849################################################################################
8850# Begin Source File
8851
8852SOURCE=.\Parser\parsetok.c
8853DEP_CPP_PARSE=\
8854 ".\./Include\pgenheaders.h"\
8855 ".\Parser\tokenizer.h"\
8856 ".\./Include\node.h"\
8857 ".\./Include\grammar.h"\
8858 ".\Parser\parser.h"\
8859 ".\./Include\parsetok.h"\
8860 ".\./Include\errcode.h"\
8861 ".\./PC\config.h"\
8862 ".\./Include\myproto.h"\
8863 ".\./Include\mymalloc.h"\
8864 ".\Include\pydebug.h"\
8865 ".\./Include\token.h"\
8866 ".\Include\bitset.h"\
8867 ".\./Include\rename2.h"\
8868
8869
8870!IF "$(CFG)" == "vc40_nt - Win32 Release"
8871
8872
8873"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
8874 $(CPP) $(CPP_PROJ) $(SOURCE)
8875
8876
8877!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8878
8879
8880"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"
8881 $(CPP) $(CPP_PROJ) $(SOURCE)
8882
8883
8884!ENDIF
8885
8886# End Source File
8887################################################################################
8888# Begin Source File
8889
8890SOURCE=.\Parser\parser.c
8891DEP_CPP_PARSER=\
8892 ".\./Include\pgenheaders.h"\
8893 ".\./Include\token.h"\
8894 ".\./Include\grammar.h"\
8895 ".\./Include\node.h"\
8896 ".\Parser\parser.h"\
8897 ".\./Include\errcode.h"\
8898 ".\./PC\config.h"\
8899 ".\./Include\myproto.h"\
8900 ".\./Include\mymalloc.h"\
8901 ".\Include\pydebug.h"\
8902 ".\Include\bitset.h"\
8903 ".\./Include\rename2.h"\
8904
8905
8906!IF "$(CFG)" == "vc40_nt - Win32 Release"
8907
8908
8909"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
8910 $(CPP) $(CPP_PROJ) $(SOURCE)
8911
8912
8913!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8914
8915
8916"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"
8917 $(CPP) $(CPP_PROJ) $(SOURCE)
8918
8919
8920!ENDIF
8921
8922# End Source File
8923################################################################################
8924# Begin Source File
8925
8926SOURCE=.\Objects\object.c
8927DEP_CPP_OBJEC=\
8928 ".\./Include\allobjects.h"\
8929 ".\./PC\config.h"\
8930 ".\./Include\myproto.h"\
8931 ".\Include\object.h"\
8932 ".\Include\objimpl.h"\
8933 ".\Include\pydebug.h"\
8934 ".\Include\accessobject.h"\
8935 ".\Include\intobject.h"\
8936 ".\Include\longobject.h"\
8937 ".\Include\floatobject.h"\
8938 ".\./Include\complexobject.h"\
8939 ".\Include\rangeobject.h"\
8940 ".\Include\stringobject.h"\
8941 ".\Include\tupleobject.h"\
8942 ".\Include\listobject.h"\
8943 ".\Include\mappingobject.h"\
8944 ".\Include\methodobject.h"\
8945 ".\Include\moduleobject.h"\
8946 ".\Include\funcobject.h"\
8947 ".\Include\classobject.h"\
8948 ".\Include\fileobject.h"\
8949 ".\Include\cobject.h"\
8950 ".\./Include\traceback.h"\
8951 ".\Include\errors.h"\
8952 ".\./Include\mymalloc.h"\
8953 ".\./Include\modsupport.h"\
8954 ".\./Include\ceval.h"\
8955 ".\./Include\pythonrun.h"\
8956 ".\./Include\sysmodule.h"\
8957 ".\./Include\intrcheck.h"\
8958 ".\./Include\import.h"\
8959 ".\./Include\bltinmodule.h"\
8960 ".\Include\abstract.h"\
8961 ".\./Include\rename2.h"\
8962 ".\./Include\thread.h"\
8963
8964
8965!IF "$(CFG)" == "vc40_nt - Win32 Release"
8966
8967
8968"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
8969 $(CPP) $(CPP_PROJ) $(SOURCE)
8970
8971
8972!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
8973
8974
8975"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
8976 $(CPP) $(CPP_PROJ) $(SOURCE)
8977
8978
8979!ENDIF
8980
8981# End Source File
8982################################################################################
8983# Begin Source File
8984
8985SOURCE=.\Parser\node.c
8986DEP_CPP_NODE_=\
8987 ".\./Include\pgenheaders.h"\
8988 ".\./Include\node.h"\
8989 ".\./PC\config.h"\
8990 ".\./Include\myproto.h"\
8991 ".\./Include\mymalloc.h"\
8992 ".\Include\pydebug.h"\
8993 ".\./Include\rename2.h"\
8994
8995
8996!IF "$(CFG)" == "vc40_nt - Win32 Release"
8997
8998
8999"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
9000 $(CPP) $(CPP_PROJ) $(SOURCE)
9001
9002
9003!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9004
9005
9006"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"
9007 $(CPP) $(CPP_PROJ) $(SOURCE)
9008
9009
9010!ENDIF
9011
9012# End Source File
9013################################################################################
9014# Begin Source File
9015
9016SOURCE=.\Modules\newmodule.c
9017DEP_CPP_NEWMO=\
9018 ".\./Include\allobjects.h"\
9019 ".\./Include\compile.h"\
9020 ".\./PC\config.h"\
9021 ".\./Include\myproto.h"\
9022 ".\Include\object.h"\
9023 ".\Include\objimpl.h"\
9024 ".\Include\pydebug.h"\
9025 ".\Include\accessobject.h"\
9026 ".\Include\intobject.h"\
9027 ".\Include\longobject.h"\
9028 ".\Include\floatobject.h"\
9029 ".\./Include\complexobject.h"\
9030 ".\Include\rangeobject.h"\
9031 ".\Include\stringobject.h"\
9032 ".\Include\tupleobject.h"\
9033 ".\Include\listobject.h"\
9034 ".\Include\mappingobject.h"\
9035 ".\Include\methodobject.h"\
9036 ".\Include\moduleobject.h"\
9037 ".\Include\funcobject.h"\
9038 ".\Include\classobject.h"\
9039 ".\Include\fileobject.h"\
9040 ".\Include\cobject.h"\
9041 ".\./Include\traceback.h"\
9042 ".\Include\errors.h"\
9043 ".\./Include\mymalloc.h"\
9044 ".\./Include\modsupport.h"\
9045 ".\./Include\ceval.h"\
9046 ".\./Include\pythonrun.h"\
9047 ".\./Include\sysmodule.h"\
9048 ".\./Include\intrcheck.h"\
9049 ".\./Include\import.h"\
9050 ".\./Include\bltinmodule.h"\
9051 ".\Include\abstract.h"\
9052 ".\./Include\rename2.h"\
9053 ".\./Include\thread.h"\
9054
9055
9056!IF "$(CFG)" == "vc40_nt - Win32 Release"
9057
9058
9059"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
9060 $(CPP) $(CPP_PROJ) $(SOURCE)
9061
9062
9063!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9064
9065
9066"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"
9067 $(CPP) $(CPP_PROJ) $(SOURCE)
9068
9069
9070!ENDIF
9071
9072# End Source File
9073################################################################################
9074# Begin Source File
9075
9076SOURCE=.\Python\mystrtoul.c
9077DEP_CPP_MYSTR=\
9078 ".\./PC\config.h"\
9079 ".\./Include\rename2.h"\
9080
9081
9082!IF "$(CFG)" == "vc40_nt - Win32 Release"
9083
9084
9085"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
9086 $(CPP) $(CPP_PROJ) $(SOURCE)
9087
9088
9089!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9090
9091
9092"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"
9093 $(CPP) $(CPP_PROJ) $(SOURCE)
9094
9095
9096!ENDIF
9097
9098# End Source File
9099################################################################################
9100# Begin Source File
9101
9102SOURCE=.\Parser\myreadline.c
9103DEP_CPP_MYREA=\
9104 ".\./PC\config.h"\
9105 ".\./Include\myproto.h"\
9106 ".\./Include\mymalloc.h"\
9107 ".\./Include\intrcheck.h"\
9108 ".\./Include\rename2.h"\
9109
9110
9111!IF "$(CFG)" == "vc40_nt - Win32 Release"
9112
9113
9114"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
9115 $(CPP) $(CPP_PROJ) $(SOURCE)
9116
9117
9118!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9119
9120
9121"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"
9122 $(CPP) $(CPP_PROJ) $(SOURCE)
9123
9124
9125!ENDIF
9126
9127# End Source File
9128################################################################################
9129# Begin Source File
9130
9131SOURCE=.\Objects\moduleobject.c
9132DEP_CPP_MODUL=\
9133 ".\./Include\allobjects.h"\
9134 ".\./Include\ceval.h"\
9135 ".\./PC\config.h"\
9136 ".\./Include\myproto.h"\
9137 ".\Include\object.h"\
9138 ".\Include\objimpl.h"\
9139 ".\Include\pydebug.h"\
9140 ".\Include\accessobject.h"\
9141 ".\Include\intobject.h"\
9142 ".\Include\longobject.h"\
9143 ".\Include\floatobject.h"\
9144 ".\./Include\complexobject.h"\
9145 ".\Include\rangeobject.h"\
9146 ".\Include\stringobject.h"\
9147 ".\Include\tupleobject.h"\
9148 ".\Include\listobject.h"\
9149 ".\Include\mappingobject.h"\
9150 ".\Include\methodobject.h"\
9151 ".\Include\moduleobject.h"\
9152 ".\Include\funcobject.h"\
9153 ".\Include\classobject.h"\
9154 ".\Include\fileobject.h"\
9155 ".\Include\cobject.h"\
9156 ".\./Include\traceback.h"\
9157 ".\Include\errors.h"\
9158 ".\./Include\mymalloc.h"\
9159 ".\./Include\modsupport.h"\
9160 ".\./Include\pythonrun.h"\
9161 ".\./Include\sysmodule.h"\
9162 ".\./Include\intrcheck.h"\
9163 ".\./Include\import.h"\
9164 ".\./Include\bltinmodule.h"\
9165 ".\Include\abstract.h"\
9166 ".\./Include\rename2.h"\
9167 ".\./Include\thread.h"\
9168
9169
9170!IF "$(CFG)" == "vc40_nt - Win32 Release"
9171
9172
9173"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
9174 $(CPP) $(CPP_PROJ) $(SOURCE)
9175
9176
9177!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9178
9179
9180"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
9181 $(CPP) $(CPP_PROJ) $(SOURCE)
9182
9183
9184!ENDIF
9185
9186# End Source File
9187################################################################################
9188# Begin Source File
9189
9190SOURCE=.\Python\modsupport.c
9191DEP_CPP_MODSU=\
9192 ".\./Include\allobjects.h"\
9193 ".\./Include\import.h"\
9194 ".\./PC\config.h"\
9195 ".\./Include\myproto.h"\
9196 ".\Include\object.h"\
9197 ".\Include\objimpl.h"\
9198 ".\Include\pydebug.h"\
9199 ".\Include\accessobject.h"\
9200 ".\Include\intobject.h"\
9201 ".\Include\longobject.h"\
9202 ".\Include\floatobject.h"\
9203 ".\./Include\complexobject.h"\
9204 ".\Include\rangeobject.h"\
9205 ".\Include\stringobject.h"\
9206 ".\Include\tupleobject.h"\
9207 ".\Include\listobject.h"\
9208 ".\Include\mappingobject.h"\
9209 ".\Include\methodobject.h"\
9210 ".\Include\moduleobject.h"\
9211 ".\Include\funcobject.h"\
9212 ".\Include\classobject.h"\
9213 ".\Include\fileobject.h"\
9214 ".\Include\cobject.h"\
9215 ".\./Include\traceback.h"\
9216 ".\Include\errors.h"\
9217 ".\./Include\mymalloc.h"\
9218 ".\./Include\modsupport.h"\
9219 ".\./Include\ceval.h"\
9220 ".\./Include\pythonrun.h"\
9221 ".\./Include\sysmodule.h"\
9222 ".\./Include\intrcheck.h"\
9223 ".\./Include\bltinmodule.h"\
9224 ".\Include\abstract.h"\
9225 ".\./Include\rename2.h"\
9226 ".\./Include\thread.h"\
9227
9228
9229!IF "$(CFG)" == "vc40_nt - Win32 Release"
9230
9231
9232"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
9233 $(CPP) $(CPP_PROJ) $(SOURCE)
9234
9235
9236!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9237
9238
9239"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"
9240 $(CPP) $(CPP_PROJ) $(SOURCE)
9241
9242
9243!ENDIF
9244
9245# End Source File
9246################################################################################
9247# Begin Source File
9248
9249SOURCE=.\Objects\methodobject.c
9250DEP_CPP_METHO=\
9251 ".\./Include\allobjects.h"\
9252 ".\./Include\token.h"\
9253 ".\./PC\config.h"\
9254 ".\./Include\myproto.h"\
9255 ".\Include\object.h"\
9256 ".\Include\objimpl.h"\
9257 ".\Include\pydebug.h"\
9258 ".\Include\accessobject.h"\
9259 ".\Include\intobject.h"\
9260 ".\Include\longobject.h"\
9261 ".\Include\floatobject.h"\
9262 ".\./Include\complexobject.h"\
9263 ".\Include\rangeobject.h"\
9264 ".\Include\stringobject.h"\
9265 ".\Include\tupleobject.h"\
9266 ".\Include\listobject.h"\
9267 ".\Include\mappingobject.h"\
9268 ".\Include\methodobject.h"\
9269 ".\Include\moduleobject.h"\
9270 ".\Include\funcobject.h"\
9271 ".\Include\classobject.h"\
9272 ".\Include\fileobject.h"\
9273 ".\Include\cobject.h"\
9274 ".\./Include\traceback.h"\
9275 ".\Include\errors.h"\
9276 ".\./Include\mymalloc.h"\
9277 ".\./Include\modsupport.h"\
9278 ".\./Include\ceval.h"\
9279 ".\./Include\pythonrun.h"\
9280 ".\./Include\sysmodule.h"\
9281 ".\./Include\intrcheck.h"\
9282 ".\./Include\import.h"\
9283 ".\./Include\bltinmodule.h"\
9284 ".\Include\abstract.h"\
9285 ".\./Include\rename2.h"\
9286 ".\./Include\thread.h"\
9287
9288
9289!IF "$(CFG)" == "vc40_nt - Win32 Release"
9290
9291
9292"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
9293 $(CPP) $(CPP_PROJ) $(SOURCE)
9294
9295
9296!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9297
9298
9299"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"
9300 $(CPP) $(CPP_PROJ) $(SOURCE)
9301
9302
9303!ENDIF
9304
9305# End Source File
9306################################################################################
9307# Begin Source File
9308
9309SOURCE=.\Modules\md5module.c
9310DEP_CPP_MD5MO=\
9311 ".\./Include\allobjects.h"\
9312 ".\./Include\modsupport.h"\
9313 ".\Modules\md5.h"\
9314 ".\./PC\config.h"\
9315 ".\./Include\myproto.h"\
9316 ".\Include\object.h"\
9317 ".\Include\objimpl.h"\
9318 ".\Include\pydebug.h"\
9319 ".\Include\accessobject.h"\
9320 ".\Include\intobject.h"\
9321 ".\Include\longobject.h"\
9322 ".\Include\floatobject.h"\
9323 ".\./Include\complexobject.h"\
9324 ".\Include\rangeobject.h"\
9325 ".\Include\stringobject.h"\
9326 ".\Include\tupleobject.h"\
9327 ".\Include\listobject.h"\
9328 ".\Include\mappingobject.h"\
9329 ".\Include\methodobject.h"\
9330 ".\Include\moduleobject.h"\
9331 ".\Include\funcobject.h"\
9332 ".\Include\classobject.h"\
9333 ".\Include\fileobject.h"\
9334 ".\Include\cobject.h"\
9335 ".\./Include\traceback.h"\
9336 ".\Include\errors.h"\
9337 ".\./Include\mymalloc.h"\
9338 ".\./Include\ceval.h"\
9339 ".\./Include\pythonrun.h"\
9340 ".\./Include\sysmodule.h"\
9341 ".\./Include\intrcheck.h"\
9342 ".\./Include\import.h"\
9343 ".\./Include\bltinmodule.h"\
9344 ".\Include\abstract.h"\
9345 ".\./Include\rename2.h"\
9346 ".\./Include\thread.h"\
9347
9348
9349!IF "$(CFG)" == "vc40_nt - Win32 Release"
9350
9351
9352"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
9353 $(CPP) $(CPP_PROJ) $(SOURCE)
9354
9355
9356!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9357
9358
9359"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"
9360 $(CPP) $(CPP_PROJ) $(SOURCE)
9361
9362
9363!ENDIF
9364
9365# End Source File
9366################################################################################
9367# Begin Source File
9368
9369SOURCE=.\Modules\md5c.c
9370DEP_CPP_MD5C_=\
9371 ".\./PC\config.h"\
9372 ".\Modules\md5.h"\
9373
9374
9375!IF "$(CFG)" == "vc40_nt - Win32 Release"
9376
9377
9378"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
9379 $(CPP) $(CPP_PROJ) $(SOURCE)
9380
9381
9382!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9383
9384
9385"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
9386 $(CPP) $(CPP_PROJ) $(SOURCE)
9387
9388
9389!ENDIF
9390
9391# End Source File
9392################################################################################
9393# Begin Source File
9394
9395SOURCE=.\Modules\mathmodule.c
9396DEP_CPP_MATHM=\
9397 ".\./Include\allobjects.h"\
9398 ".\./Include\mymath.h"\
9399 ".\./PC\config.h"\
9400 ".\./Include\myproto.h"\
9401 ".\Include\object.h"\
9402 ".\Include\objimpl.h"\
9403 ".\Include\pydebug.h"\
9404 ".\Include\accessobject.h"\
9405 ".\Include\intobject.h"\
9406 ".\Include\longobject.h"\
9407 ".\Include\floatobject.h"\
9408 ".\./Include\complexobject.h"\
9409 ".\Include\rangeobject.h"\
9410 ".\Include\stringobject.h"\
9411 ".\Include\tupleobject.h"\
9412 ".\Include\listobject.h"\
9413 ".\Include\mappingobject.h"\
9414 ".\Include\methodobject.h"\
9415 ".\Include\moduleobject.h"\
9416 ".\Include\funcobject.h"\
9417 ".\Include\classobject.h"\
9418 ".\Include\fileobject.h"\
9419 ".\Include\cobject.h"\
9420 ".\./Include\traceback.h"\
9421 ".\Include\errors.h"\
9422 ".\./Include\mymalloc.h"\
9423 ".\./Include\modsupport.h"\
9424 ".\./Include\ceval.h"\
9425 ".\./Include\pythonrun.h"\
9426 ".\./Include\sysmodule.h"\
9427 ".\./Include\intrcheck.h"\
9428 ".\./Include\import.h"\
9429 ".\./Include\bltinmodule.h"\
9430 ".\Include\abstract.h"\
9431 ".\./Include\rename2.h"\
9432 ".\./Include\thread.h"\
9433
9434
9435!IF "$(CFG)" == "vc40_nt - Win32 Release"
9436
9437
9438"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
9439 $(CPP) $(CPP_PROJ) $(SOURCE)
9440
9441
9442!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9443
9444
9445"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"
9446 $(CPP) $(CPP_PROJ) $(SOURCE)
9447
9448
9449!ENDIF
9450
9451# End Source File
9452################################################################################
9453# Begin Source File
9454
9455SOURCE=.\Python\marshal.c
9456DEP_CPP_MARSH=\
9457 ".\./Include\allobjects.h"\
9458 ".\./Include\modsupport.h"\
9459 ".\./Include\longintrepr.h"\
9460 ".\./Include\compile.h"\
9461 ".\./Include\marshal.h"\
9462 ".\./PC\config.h"\
9463 ".\./Include\myproto.h"\
9464 ".\Include\object.h"\
9465 ".\Include\objimpl.h"\
9466 ".\Include\pydebug.h"\
9467 ".\Include\accessobject.h"\
9468 ".\Include\intobject.h"\
9469 ".\Include\longobject.h"\
9470 ".\Include\floatobject.h"\
9471 ".\./Include\complexobject.h"\
9472 ".\Include\rangeobject.h"\
9473 ".\Include\stringobject.h"\
9474 ".\Include\tupleobject.h"\
9475 ".\Include\listobject.h"\
9476 ".\Include\mappingobject.h"\
9477 ".\Include\methodobject.h"\
9478 ".\Include\moduleobject.h"\
9479 ".\Include\funcobject.h"\
9480 ".\Include\classobject.h"\
9481 ".\Include\fileobject.h"\
9482 ".\Include\cobject.h"\
9483 ".\./Include\traceback.h"\
9484 ".\Include\errors.h"\
9485 ".\./Include\mymalloc.h"\
9486 ".\./Include\ceval.h"\
9487 ".\./Include\pythonrun.h"\
9488 ".\./Include\sysmodule.h"\
9489 ".\./Include\intrcheck.h"\
9490 ".\./Include\import.h"\
9491 ".\./Include\bltinmodule.h"\
9492 ".\Include\abstract.h"\
9493 ".\./Include\rename2.h"\
9494 ".\./Include\thread.h"\
9495
9496
9497!IF "$(CFG)" == "vc40_nt - Win32 Release"
9498
9499
9500"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
9501 $(CPP) $(CPP_PROJ) $(SOURCE)
9502
9503
9504!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9505
9506
9507"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
9508 $(CPP) $(CPP_PROJ) $(SOURCE)
9509
9510
9511!ENDIF
9512
9513# End Source File
9514################################################################################
9515# Begin Source File
9516
9517SOURCE=.\Objects\mappingobject.c
9518DEP_CPP_MAPPI=\
9519 ".\./Include\allobjects.h"\
9520 ".\./Include\modsupport.h"\
9521 ".\./PC\config.h"\
9522 ".\./Include\myproto.h"\
9523 ".\Include\object.h"\
9524 ".\Include\objimpl.h"\
9525 ".\Include\pydebug.h"\
9526 ".\Include\accessobject.h"\
9527 ".\Include\intobject.h"\
9528 ".\Include\longobject.h"\
9529 ".\Include\floatobject.h"\
9530 ".\./Include\complexobject.h"\
9531 ".\Include\rangeobject.h"\
9532 ".\Include\stringobject.h"\
9533 ".\Include\tupleobject.h"\
9534 ".\Include\listobject.h"\
9535 ".\Include\mappingobject.h"\
9536 ".\Include\methodobject.h"\
9537 ".\Include\moduleobject.h"\
9538 ".\Include\funcobject.h"\
9539 ".\Include\classobject.h"\
9540 ".\Include\fileobject.h"\
9541 ".\Include\cobject.h"\
9542 ".\./Include\traceback.h"\
9543 ".\Include\errors.h"\
9544 ".\./Include\mymalloc.h"\
9545 ".\./Include\ceval.h"\
9546 ".\./Include\pythonrun.h"\
9547 ".\./Include\sysmodule.h"\
9548 ".\./Include\intrcheck.h"\
9549 ".\./Include\import.h"\
9550 ".\./Include\bltinmodule.h"\
9551 ".\Include\abstract.h"\
9552 ".\./Include\rename2.h"\
9553 ".\./Include\thread.h"\
9554
9555
9556!IF "$(CFG)" == "vc40_nt - Win32 Release"
9557
9558
9559"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
9560 $(CPP) $(CPP_PROJ) $(SOURCE)
9561
9562
9563!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug"
9564
9565
9566"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"
9567 $(CPP) $(CPP_PROJ) $(SOURCE)
9568
9569
9570!ENDIF
9571
9572# End Source File
9573################################################################################
9574# Begin Source File
9575
9576SOURCE=.\Modules\main.c
9577DEP_CPP_MAIN_=\
9578 ".\./Include\Python.h"\
9579 ".\./Include\allobjects.h"\
9580 ".\./PC\config.h"\
9581 ".\./Include\myproto.h"\
9582 ".\Include\object.h"\
9583 ".\Include\objimpl.h"\
9584 ".\Include\pydebug.h"\
9585 ".\Include\accessobject.h"\
9586 ".\Include\intobject.h"\
9587 ".\Include\longobject.h"\
9588 ".\Include\floatobject.h"\
9589 ".\./Include\complexobject.h"\
9590 ".\Include\rangeobject.h"\
9591 ".\Include\stringobject.h"\
9592 ".\Include\tupleobject.h"\
9593 ".\Include\listobject.h"\
9594 ".\Include\mappingobject.h"\
9595 ".\Include\methodobject.h"\
9596 ".\Include\moduleobject.h"\
9597 ".\Include\funcobject.h"\
9598 ".\Include\classobject.h"\
9599 ".\Include\fileobject.h"\
9600 ".\Include\cobject.h"\
9601 ".\./Include\traceback.h"\
9602 ".\Include\errors.h"\
9603 ".\./Include\mymalloc.h"\
9604 ".\./Include\modsupport.h"\
9605 ".\./Include\ceval.h"\
9606 ".\./Include\pythonrun.h"\
9607 ".\./Include\sysmodule.h"\
9608 ".\./Include\intrcheck.h"\
9609 ".\./Include\import.h"\
9610 ".\./Include\bltinmodule.h"\
9611 ".\Include\abstract.h"\
9612 ".\./Include\rename2.h"\
9613 ".\./Include\thread.h"\
9614
9615
9616"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
9617 $(CPP) $(CPP_PROJ) $(SOURCE)
9618
9619
9620# End Source File
9621################################################################################
9622# Begin Source File
9623
9624SOURCE=.\Python\getopt.c
9625
9626"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)"
9627 $(CPP) $(CPP_PROJ) $(SOURCE)
9628
9629
9630# End Source File
9631# End Target
9632# End Project
9633################################################################################