From ff0c4b532a86103df3c63a7bb321ddd9d7b21685 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 1 Aug 1996 17:13:12 +0000 Subject: [PATCH] New project files, with sliceobject.c added. --- PC/python.wpj | 10 +- PC/vc15_lib/python.mak | 5023 ++++++++-------- PC/vc15_lib/python.wsp | Bin 254 -> 254 bytes PC/vc40.mak | 11818 ++++++++++---------------------------- PC/vc40.mdp | Bin 69120 -> 65536 bytes PC/vc40.ncb | Bin 1516534 -> 1803254 bytes PC/wat_dos/pyth_dos.tgt | 150 +- PC/wat_os2/pyth_os2.tgt | 150 +- 8 files changed, 5751 insertions(+), 11400 deletions(-) diff --git a/PC/python.wpj b/PC/python.wpj index 2810158e3718..88d97e74157d 100644 --- a/PC/python.wpj +++ b/PC/python.wpj @@ -42,22 +42,22 @@ WRect WFileName 20 wat_os2\pyth_os2.tgt -12 +38 74 11 VComponent 12 WRect -128 -85 +140 +102 5632 -4113 +4096 0 0 13 WFileName 20 wat_dos\pyth_dos.tgt -9 +40 9 11 diff --git a/PC/vc15_lib/python.mak b/PC/vc15_lib/python.mak index af25cedea68f..95f8a546a194 100644 --- a/PC/vc15_lib/python.mak +++ b/PC/vc15_lib/python.mak @@ -10,7 +10,7 @@ D_RCDEFINES = -d_DEBUG R_RCDEFINES = -dNDEBUG ORIGIN = MSVC ORIGIN_VER = 1.00 -PROJPATH = N:\PYTHON\PYTHON-1.4B2\PC\VC15_LIB\ +PROJPATH = O:\PYTH14B2\PC\VC15_LIB\ USEMFC = 0 CC = cl CPP = cl @@ -117,2463 +117,2564 @@ SBRS = ABSTRACT.SBR \ COMPLEXO.SBR \ CMATHMOD.SBR \ ERRNOMOD.SBR \ - OPERATOR.SBR - - -ABSTRACT_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -ACCELER_DEP = n:\python\python-1.4b2\pc\src\pgenhead.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\grammar.h \ - n:\python\python-1.4b2\pc\src\bitset.h \ - n:\python\python-1.4b2\pc\src\node.h \ - n:\python\python-1.4b2\pc\src\token.h \ - n:\python\python-1.4b2\pc\src\parser.h - - -ACCESSOB_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\structme.h - - -ARRAYMOD_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -AUDIOOP_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\mymath.h - - -BINASCII_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -BLTINMOD_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\node.h \ - n:\python\python-1.4b2\pc\src\graminit.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\eval.h - - -CEVAL_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\frameobj.h \ - n:\python\python-1.4b2\pc\src\eval.h \ - n:\python\python-1.4b2\pc\src\opcode.h \ - n:\python\python-1.4b2\pc\src\graminit.h - - -CGENSUPP_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\cgensupp.h - - -CLASSOBJ_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\structme.h - - -COMPILE_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\node.h \ - n:\python\python-1.4b2\pc\src\token.h \ - n:\python\python-1.4b2\pc\src\graminit.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\opcode.h \ - n:\python\python-1.4b2\pc\src\structme.h - - -CONFIG_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -ENVIRONM_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -ERRORS_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -FILEOBJE_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\structme.h - - -FLOATOBJ_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\mymath.h - - -FRAMEOBJ_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\frameobj.h \ - n:\python\python-1.4b2\pc\src\opcode.h \ - n:\python\python-1.4b2\pc\src\structme.h - - -FROZEN_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -FUNCOBJE_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\structme.h - - -GETARGS_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -GETCOMPI_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -GETCOPYR_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -GETMTIME_DEP = n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\rename2.h - - -GETPATH_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\osdefs.h - - -GETPLATF_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -GETVERSI_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\patchlev.h - - -GRAMINIT_DEP = n:\python\python-1.4b2\pc\src\pgenhead.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\grammar.h \ - n:\python\python-1.4b2\pc\src\bitset.h - - -GRAMMAR1_DEP = n:\python\python-1.4b2\pc\src\pgenhead.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\grammar.h \ - n:\python\python-1.4b2\pc\src\bitset.h \ - n:\python\python-1.4b2\pc\src\token.h - - -IMAGEOP_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -IMPORT_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\node.h \ - n:\python\python-1.4b2\pc\src\token.h \ - n:\python\python-1.4b2\pc\src\graminit.h \ - n:\python\python-1.4b2\pc\src\errcode.h \ - n:\python\python-1.4b2\pc\src\marshal.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\eval.h \ - n:\python\python-1.4b2\pc\src\osdefs.h \ - n:\python\python-1.4b2\pc\src\importdl.h - - -IMPORTDL_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\osdefs.h \ - n:\python\python-1.4b2\pc\src\importdl.h - - -INTOBJEC_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -LISTOBJE_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -LONGOBJE_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\longintr.h \ - n:\python\python-1.4b2\pc\src\mymath.h - - -MAPPINGO_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -MARSHAL_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\longintr.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\marshal.h - - -MATHMODU_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\mymath.h - - -MD5C_DEP = n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\md5.h - - -MD5MODUL_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\md5.h - - -METHODOB_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\token.h - - -MODSUPPO_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -MODULEOB_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -MYREADLI_DEP = n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\intrchec.h - - -MYSTRTOU_DEP = n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\rename2.h - - -NEWMODUL_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\compile.h - - -NODE_DEP = n:\python\python-1.4b2\pc\src\pgenhead.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\node.h - - -OBJECT_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -PARSER_DEP = n:\python\python-1.4b2\pc\src\pgenhead.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\token.h \ - n:\python\python-1.4b2\pc\src\grammar.h \ - n:\python\python-1.4b2\pc\src\bitset.h \ - n:\python\python-1.4b2\pc\src\node.h \ - n:\python\python-1.4b2\pc\src\parser.h \ - n:\python\python-1.4b2\pc\src\errcode.h - - -PARSETOK_DEP = n:\python\python-1.4b2\pc\src\pgenhead.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\tokenize.h \ - n:\python\python-1.4b2\pc\src\token.h \ - n:\python\python-1.4b2\pc\src\node.h \ - n:\python\python-1.4b2\pc\src\grammar.h \ - n:\python\python-1.4b2\pc\src\bitset.h \ - n:\python\python-1.4b2\pc\src\parser.h \ - n:\python\python-1.4b2\pc\src\parsetok.h \ - n:\python\python-1.4b2\pc\src\errcode.h - - -POSIXMOD_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\mytime.h - - -PYTHONRU_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\grammar.h \ - n:\python\python-1.4b2\pc\src\bitset.h \ - n:\python\python-1.4b2\pc\src\node.h \ - n:\python\python-1.4b2\pc\src\parsetok.h \ - n:\python\python-1.4b2\pc\src\graminit.h \ - n:\python\python-1.4b2\pc\src\errcode.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\eval.h \ - n:\python\python-1.4b2\pc\src\marshal.h - - -RANGEOBJ_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -REGEXMOD_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\regexpr.h - - -REGEXPR_DEP = n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\regexpr.h \ - n:\python\python-1.4b2\pc\src\config.h - - -RGBIMGMO_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -ROTORMOD_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\mymath.h - - -SIGNALMO_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -SOUNDEX_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -STRINGOB_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -STROPMOD_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -STRUCTME_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\structme.h - - -STRUCTMO_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -SYSMODUL_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\osdefs.h - - -TIMEMODU_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\myselect.h \ - n:\python\python-1.4b2\pc\src\mytime.h - - -TOKENIZE_DEP = n:\python\python-1.4b2\pc\src\pgenhead.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\tokenize.h \ - n:\python\python-1.4b2\pc\src\token.h \ - n:\python\python-1.4b2\pc\src\errcode.h - - -TRACEBAC_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\compile.h \ - n:\python\python-1.4b2\pc\src\frameobj.h \ - n:\python\python-1.4b2\pc\src\structme.h \ - n:\python\python-1.4b2\pc\src\osdefs.h - - -TUPLEOBJ_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -TYPEOBJE_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -YUVCONVE_DEP = n:\python\python-1.4b2\pc\src\yuv.h - - -COBJECT_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -COMPLEXO_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\mymath.h - - -CMATHMOD_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h \ - n:\python\python-1.4b2\pc\src\mymath.h - - -ERRNOMOD_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h - - -OPERATOR_DEP = n:\python\python-1.4b2\pc\src\python.h \ - n:\python\python-1.4b2\pc\src\allobjec.h \ - n:\python\python-1.4b2\pc\src\config.h \ - n:\python\python-1.4b2\pc\src\myproto.h \ - n:\python\python-1.4b2\pc\src\rename2.h \ - n:\python\python-1.4b2\pc\src\object.h \ - n:\python\python-1.4b2\pc\src\objimpl.h \ - n:\python\python-1.4b2\pc\src\pydebug.h \ - n:\python\python-1.4b2\pc\src\accessob.h \ - n:\python\python-1.4b2\pc\src\intobjec.h \ - n:\python\python-1.4b2\pc\src\longobje.h \ - n:\python\python-1.4b2\pc\src\floatobj.h \ - n:\python\python-1.4b2\pc\src\complexo.h \ - n:\python\python-1.4b2\pc\src\rangeobj.h \ - n:\python\python-1.4b2\pc\src\stringob.h \ - n:\python\python-1.4b2\pc\src\tupleobj.h \ - n:\python\python-1.4b2\pc\src\listobje.h \ - n:\python\python-1.4b2\pc\src\mappingo.h \ - n:\python\python-1.4b2\pc\src\methodob.h \ - n:\python\python-1.4b2\pc\src\moduleob.h \ - n:\python\python-1.4b2\pc\src\funcobje.h \ - n:\python\python-1.4b2\pc\src\classobj.h \ - n:\python\python-1.4b2\pc\src\thread.h \ - n:\python\python-1.4b2\pc\src\fileobje.h \ - n:\python\python-1.4b2\pc\src\cobject.h \ - n:\python\python-1.4b2\pc\src\tracebac.h \ - n:\python\python-1.4b2\pc\src\errors.h \ - n:\python\python-1.4b2\pc\src\mymalloc.h \ - n:\python\python-1.4b2\pc\src\modsuppo.h \ - n:\python\python-1.4b2\pc\src\ceval.h \ - n:\python\python-1.4b2\pc\src\pythonru.h \ - n:\python\python-1.4b2\pc\src\sysmodul.h \ - n:\python\python-1.4b2\pc\src\intrchec.h \ - n:\python\python-1.4b2\pc\src\import.h \ - n:\python\python-1.4b2\pc\src\bltinmod.h \ - n:\python\python-1.4b2\pc\src\abstract.h + OPERATOR.SBR \ + SLICEOBJ.SBR + + +ABSTRACT_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +ACCELER_DEP = o:\pyth14b2\pc\src\pgenhead.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\grammar.h \ + o:\pyth14b2\pc\src\bitset.h \ + o:\pyth14b2\pc\src\node.h \ + o:\pyth14b2\pc\src\token.h \ + o:\pyth14b2\pc\src\parser.h + + +ACCESSOB_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\structme.h + + +ARRAYMOD_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +AUDIOOP_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\mymath.h + + +BINASCII_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +BLTINMOD_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\node.h \ + o:\pyth14b2\pc\src\graminit.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\eval.h + + +CEVAL_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\frameobj.h \ + o:\pyth14b2\pc\src\eval.h \ + o:\pyth14b2\pc\src\opcode.h \ + o:\pyth14b2\pc\src\graminit.h + + +CGENSUPP_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\cgensupp.h + + +CLASSOBJ_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\structme.h + + +COMPILE_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\node.h \ + o:\pyth14b2\pc\src\token.h \ + o:\pyth14b2\pc\src\graminit.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\opcode.h \ + o:\pyth14b2\pc\src\structme.h + + +CONFIG_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +ENVIRONM_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +ERRORS_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +FILEOBJE_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\structme.h + + +FLOATOBJ_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\mymath.h + + +FRAMEOBJ_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\frameobj.h \ + o:\pyth14b2\pc\src\opcode.h \ + o:\pyth14b2\pc\src\structme.h + + +FROZEN_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +FUNCOBJE_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\structme.h + + +GETARGS_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +GETCOMPI_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +GETCOPYR_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +GETMTIME_DEP = o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\rename2.h + + +GETPATH_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\osdefs.h + + +GETPLATF_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +GETVERSI_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\patchlev.h + + +GRAMINIT_DEP = o:\pyth14b2\pc\src\pgenhead.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\grammar.h \ + o:\pyth14b2\pc\src\bitset.h + + +GRAMMAR1_DEP = o:\pyth14b2\pc\src\pgenhead.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\grammar.h \ + o:\pyth14b2\pc\src\bitset.h \ + o:\pyth14b2\pc\src\token.h + + +IMAGEOP_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +IMPORT_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\node.h \ + o:\pyth14b2\pc\src\token.h \ + o:\pyth14b2\pc\src\graminit.h \ + o:\pyth14b2\pc\src\errcode.h \ + o:\pyth14b2\pc\src\marshal.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\eval.h \ + o:\pyth14b2\pc\src\osdefs.h \ + o:\pyth14b2\pc\src\importdl.h + + +IMPORTDL_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\osdefs.h \ + o:\pyth14b2\pc\src\importdl.h + + +INTOBJEC_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +LISTOBJE_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +LONGOBJE_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\longintr.h \ + o:\pyth14b2\pc\src\mymath.h + + +MAPPINGO_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +MARSHAL_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\longintr.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\marshal.h + + +MATHMODU_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\mymath.h + + +MD5C_DEP = o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\md5.h + + +MD5MODUL_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\md5.h + + +METHODOB_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\token.h + + +MODSUPPO_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +MODULEOB_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +MYREADLI_DEP = o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\intrchec.h + + +MYSTRTOU_DEP = o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\rename2.h + + +NEWMODUL_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\compile.h + + +NODE_DEP = o:\pyth14b2\pc\src\pgenhead.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\node.h + + +OBJECT_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +PARSER_DEP = o:\pyth14b2\pc\src\pgenhead.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\token.h \ + o:\pyth14b2\pc\src\grammar.h \ + o:\pyth14b2\pc\src\bitset.h \ + o:\pyth14b2\pc\src\node.h \ + o:\pyth14b2\pc\src\parser.h \ + o:\pyth14b2\pc\src\errcode.h + + +PARSETOK_DEP = o:\pyth14b2\pc\src\pgenhead.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\tokenize.h \ + o:\pyth14b2\pc\src\token.h \ + o:\pyth14b2\pc\src\node.h \ + o:\pyth14b2\pc\src\grammar.h \ + o:\pyth14b2\pc\src\bitset.h \ + o:\pyth14b2\pc\src\parser.h \ + o:\pyth14b2\pc\src\parsetok.h \ + o:\pyth14b2\pc\src\errcode.h + + +POSIXMOD_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\mytime.h + + +PYTHONRU_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\grammar.h \ + o:\pyth14b2\pc\src\bitset.h \ + o:\pyth14b2\pc\src\node.h \ + o:\pyth14b2\pc\src\parsetok.h \ + o:\pyth14b2\pc\src\graminit.h \ + o:\pyth14b2\pc\src\errcode.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\eval.h \ + o:\pyth14b2\pc\src\marshal.h + + +RANGEOBJ_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +REGEXMOD_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\regexpr.h + + +REGEXPR_DEP = o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\regexpr.h \ + o:\pyth14b2\pc\src\config.h + + +RGBIMGMO_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +ROTORMOD_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\mymath.h + + +SIGNALMO_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +SOUNDEX_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +STRINGOB_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +STROPMOD_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +STRUCTME_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\structme.h + + +STRUCTMO_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +SYSMODUL_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\osdefs.h + + +TIMEMODU_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\myselect.h \ + o:\pyth14b2\pc\src\mytime.h + + +TOKENIZE_DEP = o:\pyth14b2\pc\src\pgenhead.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\tokenize.h \ + o:\pyth14b2\pc\src\token.h \ + o:\pyth14b2\pc\src\errcode.h + + +TRACEBAC_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\compile.h \ + o:\pyth14b2\pc\src\frameobj.h \ + o:\pyth14b2\pc\src\structme.h \ + o:\pyth14b2\pc\src\osdefs.h + + +TUPLEOBJ_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +TYPEOBJE_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +YUVCONVE_DEP = o:\pyth14b2\pc\src\yuv.h + + +COBJECT_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +COMPLEXO_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\mymath.h + + +CMATHMOD_DEP = o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h \ + o:\pyth14b2\pc\src\mymath.h + + +ERRNOMOD_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +OPERATOR_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h + + +SLICEOBJ_DEP = o:\pyth14b2\pc\src\python.h \ + o:\pyth14b2\pc\src\allobjec.h \ + o:\pyth14b2\pc\src\config.h \ + o:\pyth14b2\pc\src\myproto.h \ + o:\pyth14b2\pc\src\rename2.h \ + o:\pyth14b2\pc\src\object.h \ + o:\pyth14b2\pc\src\objimpl.h \ + o:\pyth14b2\pc\src\pydebug.h \ + o:\pyth14b2\pc\src\accessob.h \ + o:\pyth14b2\pc\src\intobjec.h \ + o:\pyth14b2\pc\src\longobje.h \ + o:\pyth14b2\pc\src\floatobj.h \ + o:\pyth14b2\pc\src\complexo.h \ + o:\pyth14b2\pc\src\rangeobj.h \ + o:\pyth14b2\pc\src\stringob.h \ + o:\pyth14b2\pc\src\tupleobj.h \ + o:\pyth14b2\pc\src\listobje.h \ + o:\pyth14b2\pc\src\mappingo.h \ + o:\pyth14b2\pc\src\methodob.h \ + o:\pyth14b2\pc\src\moduleob.h \ + o:\pyth14b2\pc\src\funcobje.h \ + o:\pyth14b2\pc\src\classobj.h \ + o:\pyth14b2\pc\src\thread.h \ + o:\pyth14b2\pc\src\fileobje.h \ + o:\pyth14b2\pc\src\cobject.h \ + o:\pyth14b2\pc\src\tracebac.h \ + o:\pyth14b2\pc\src\sliceobj.h \ + o:\pyth14b2\pc\src\errors.h \ + o:\pyth14b2\pc\src\mymalloc.h \ + o:\pyth14b2\pc\src\modsuppo.h \ + o:\pyth14b2\pc\src\ceval.h \ + o:\pyth14b2\pc\src\pythonru.h \ + o:\pyth14b2\pc\src\sysmodul.h \ + o:\pyth14b2\pc\src\intrchec.h \ + o:\pyth14b2\pc\src\import.h \ + o:\pyth14b2\pc\src\bltinmod.h \ + o:\pyth14b2\pc\src\abstract.h all: $(PROJ).LIB $(PROJ).BSC @@ -2800,6 +2901,9 @@ ERRNOMOD.OBJ: ..\SRC\ERRNOMOD.C $(ERRNOMOD_DEP) OPERATOR.OBJ: ..\SRC\OPERATOR.C $(OPERATOR_DEP) $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\SRC\OPERATOR.C +SLICEOBJ.OBJ: ..\SRC\SLICEOBJ.C $(SLICEOBJ_DEP) + $(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\SRC\SLICEOBJ.C + $(PROJ).LIB:: ABSTRACT.OBJ ACCELER.OBJ ACCESSOB.OBJ ARRAYMOD.OBJ AUDIOOP.OBJ BINASCII.OBJ \ BLTINMOD.OBJ CEVAL.OBJ CGENSUPP.OBJ CLASSOBJ.OBJ COMPILE.OBJ CONFIG.OBJ ENVIRONM.OBJ \ ERRORS.OBJ FILEOBJE.OBJ FLOATOBJ.OBJ FRAMEOBJ.OBJ FROZEN.OBJ FUNCOBJE.OBJ GETARGS.OBJ \ @@ -2810,7 +2914,7 @@ $(PROJ).LIB:: ABSTRACT.OBJ ACCELER.OBJ ACCESSOB.OBJ ARRAYMOD.OBJ AUDIOOP.OBJ BIN PARSETOK.OBJ POSIXMOD.OBJ PYTHONRU.OBJ RANGEOBJ.OBJ REGEXMOD.OBJ REGEXPR.OBJ RGBIMGMO.OBJ \ ROTORMOD.OBJ SIGNALMO.OBJ SOUNDEX.OBJ STRINGOB.OBJ STROPMOD.OBJ STRUCTME.OBJ STRUCTMO.OBJ \ SYSMODUL.OBJ TIMEMODU.OBJ TOKENIZE.OBJ TRACEBAC.OBJ TUPLEOBJ.OBJ TYPEOBJE.OBJ YUVCONVE.OBJ \ - COBJECT.OBJ COMPLEXO.OBJ CMATHMOD.OBJ ERRNOMOD.OBJ OPERATOR.OBJ $(OBJS_EXT) + COBJECT.OBJ COMPLEXO.OBJ CMATHMOD.OBJ ERRNOMOD.OBJ OPERATOR.OBJ SLICEOBJ.OBJ $(OBJS_EXT) echo >NUL @<<$(PROJ).CRF $@ /PAGESIZE:64 y @@ -2888,6 +2992,7 @@ y +CMATHMOD.OBJ & +ERRNOMOD.OBJ & +OPERATOR.OBJ & ++SLICEOBJ.OBJ & ; << if exist $@ del $@ diff --git a/PC/vc15_lib/python.wsp b/PC/vc15_lib/python.wsp index 57fb6c9aea76549d307635a30659d8f16e1969b0..c4f093e59ff105622d6b6ddef0ac6e95fd485325 100644 GIT binary patch delta 49 zc-s5N_>XbI6|H)f{{I*L%e=H#;(3wtl7Yd1p^!m>`3oZh0}ug$DgzsXe`!fUX$b(| Ce-DZP delta 49 zc-s5N_>XbI6|MK|{r@lgmv~w(!to^IDFcH6Lm`6%^A|=221bU53||-+7}yy6OG^q$ FO8^T~5x)Qc diff --git a/PC/vc40.mak b/PC/vc40.mak index edcc5bb86e1e..ce8a45e98bd2 100644 --- a/PC/vc40.mak +++ b/PC/vc40.mak @@ -193,84 +193,85 @@ ALL : "$(OUTDIR)\py14an.dll" CLEAN : -@erase ".\vc40_dll\Release\py14an.dll" + -@erase ".\vc40_dll\Release\thread.obj" -@erase ".\vc40_dll\Release\classobject.obj" - -@erase ".\vc40_dll\Release\stropmodule.obj" - -@erase ".\vc40_dll\Release\getargs.obj" -@erase ".\vc40_dll\Release\bltinmodule.obj" - -@erase ".\vc40_dll\Release\structmember.obj" - -@erase ".\vc40_dll\Release\rangeobject.obj" - -@erase ".\vc40_dll\Release\socketmodule.obj" - -@erase ".\vc40_dll\Release\audioop.obj" - -@erase ".\vc40_dll\Release\frameobject.obj" - -@erase ".\vc40_dll\Release\regexmodule.obj" - -@erase ".\vc40_dll\Release\funcobject.obj" - -@erase ".\vc40_dll\Release\getmtime.obj" - -@erase ".\vc40_dll\Release\operator.obj" - -@erase ".\vc40_dll\Release\stringobject.obj" - -@erase ".\vc40_dll\Release\posixmodule.obj" - -@erase ".\vc40_dll\Release\myreadline.obj" - -@erase ".\vc40_dll\Release\cmathmodule.obj" - -@erase ".\vc40_dll\Release\getcopyright.obj" - -@erase ".\vc40_dll\Release\cgensupport.obj" - -@erase ".\vc40_dll\Release\parsetok.obj" - -@erase ".\vc40_dll\Release\newmodule.obj" - -@erase ".\vc40_dll\Release\mappingobject.obj" - -@erase ".\vc40_dll\Release\acceler.obj" - -@erase ".\vc40_dll\Release\modsupport.obj" - -@erase ".\vc40_dll\Release\threadmodule.obj" - -@erase ".\vc40_dll\Release\soundex.obj" - -@erase ".\vc40_dll\Release\parser.obj" - -@erase ".\vc40_dll\Release\mathmodule.obj" + -@erase ".\vc40_dll\Release\object.obj" + -@erase ".\vc40_dll\Release\getargs.obj" + -@erase ".\vc40_dll\Release\getcompiler.obj" + -@erase ".\vc40_dll\Release\graminit.obj" -@erase ".\vc40_dll\Release\importdl.obj" - -@erase ".\vc40_dll\Release\methodobject.obj" - -@erase ".\vc40_dll\Release\getpath.obj" + -@erase ".\vc40_dll\Release\structmodule.obj" -@erase ".\vc40_dll\Release\mystrtoul.obj" - -@erase ".\vc40_dll\Release\rgbimgmodule.obj" - -@erase ".\vc40_dll\Release\rotormodule.obj" - -@erase ".\vc40_dll\Release\binascii.obj" - -@erase ".\vc40_dll\Release\node.obj" - -@erase ".\vc40_dll\Release\config.obj" - -@erase ".\vc40_dll\Release\selectmodule.obj" - -@erase ".\vc40_dll\Release\signalmodule.obj" - -@erase ".\vc40_dll\Release\marshal.obj" + -@erase ".\vc40_dll\Release\errnomodule.obj" + -@erase ".\vc40_dll\Release\frameobject.obj" -@erase ".\vc40_dll\Release\fileobject.obj" -@erase ".\vc40_dll\Release\longobject.obj" - -@erase ".\vc40_dll\Release\accessobject.obj" - -@erase ".\vc40_dll\Release\ceval.obj" - -@erase ".\vc40_dll\Release\compile.obj" - -@erase ".\vc40_dll\Release\thread.obj" + -@erase ".\vc40_dll\Release\regexmodule.obj" + -@erase ".\vc40_dll\Release\environment.obj" + -@erase ".\vc40_dll\Release\audioop.obj" + -@erase ".\vc40_dll\Release\floatobject.obj" -@erase ".\vc40_dll\Release\cobject.obj" - -@erase ".\vc40_dll\Release\getcompiler.obj" + -@erase ".\vc40_dll\Release\frozen.obj" + -@erase ".\vc40_dll\Release\moduleobject.obj" + -@erase ".\vc40_dll\Release\node.obj" + -@erase ".\vc40_dll\Release\cmathmodule.obj" -@erase ".\vc40_dll\Release\grammar1.obj" -@erase ".\vc40_dll\Release\abstract.obj" - -@erase ".\vc40_dll\Release\object.obj" - -@erase ".\vc40_dll\Release\errnomodule.obj" - -@erase ".\vc40_dll\Release\timemodule.obj" -@erase ".\vc40_dll\Release\complexobject.obj" - -@erase ".\vc40_dll\Release\environment.obj" - -@erase ".\vc40_dll\Release\floatobject.obj" - -@erase ".\vc40_dll\Release\getplatform.obj" + -@erase ".\vc40_dll\Release\arraymodule.obj" + -@erase ".\vc40_dll\Release\selectmodule.obj" + -@erase ".\vc40_dll\Release\structmember.obj" + -@erase ".\vc40_dll\Release\acceler.obj" + -@erase ".\vc40_dll\Release\timemodule.obj" + -@erase ".\vc40_dll\Release\accessobject.obj" + -@erase ".\vc40_dll\Release\socketmodule.obj" + -@erase ".\vc40_dll\Release\soundex.obj" -@erase ".\vc40_dll\Release\tokenizer.obj" + -@erase ".\vc40_dll\Release\stringobject.obj" + -@erase ".\vc40_dll\Release\stropmodule.obj" -@erase ".\vc40_dll\Release\intobject.obj" - -@erase ".\vc40_dll\Release\import.obj" - -@erase ".\vc40_dll\Release\frozen.obj" - -@erase ".\vc40_dll\Release\structmodule.obj" - -@erase ".\vc40_dll\Release\errors.obj" - -@erase ".\vc40_dll\Release\arraymodule.obj" + -@erase ".\vc40_dll\Release\parsetok.obj" + -@erase ".\vc40_dll\Release\getcopyright.obj" + -@erase ".\vc40_dll\Release\getpath.obj" + -@erase ".\vc40_dll\Release\listobject.obj" + -@erase ".\vc40_dll\Release\typeobject.obj" + -@erase ".\vc40_dll\Release\rangeobject.obj" -@erase ".\vc40_dll\Release\md5module.obj" -@erase ".\vc40_dll\Release\traceback.obj" -@erase ".\vc40_dll\Release\sysmodule.obj" - -@erase ".\vc40_dll\Release\listobject.obj" - -@erase ".\vc40_dll\Release\typeobject.obj" - -@erase ".\vc40_dll\Release\graminit.obj" - -@erase ".\vc40_dll\Release\imageop.obj" - -@erase ".\vc40_dll\Release\regexpr.obj" + -@erase ".\vc40_dll\Release\marshal.obj" + -@erase ".\vc40_dll\Release\yuvconvert.obj" -@erase ".\vc40_dll\Release\pythonrun.obj" + -@erase ".\vc40_dll\Release\getversion.obj" + -@erase ".\vc40_dll\Release\threadmodule.obj" + -@erase ".\vc40_dll\Release\mathmodule.obj" + -@erase ".\vc40_dll\Release\ceval.obj" + -@erase ".\vc40_dll\Release\compile.obj" + -@erase ".\vc40_dll\Release\import.obj" -@erase ".\vc40_dll\Release\md5c.obj" + -@erase ".\vc40_dll\Release\posixmodule.obj" + -@erase ".\vc40_dll\Release\errors.obj" + -@erase ".\vc40_dll\Release\binascii.obj" + -@erase ".\vc40_dll\Release\cgensupport.obj" + -@erase ".\vc40_dll\Release\methodobject.obj" + -@erase ".\vc40_dll\Release\rgbimgmodule.obj" + -@erase ".\vc40_dll\Release\getplatform.obj" + -@erase ".\vc40_dll\Release\signalmodule.obj" + -@erase ".\vc40_dll\Release\parser.obj" + -@erase ".\vc40_dll\Release\getmtime.obj" + -@erase ".\vc40_dll\Release\funcobject.obj" + -@erase ".\vc40_dll\Release\operator.obj" + -@erase ".\vc40_dll\Release\mappingobject.obj" + -@erase ".\vc40_dll\Release\myreadline.obj" + -@erase ".\vc40_dll\Release\config.obj" + -@erase ".\vc40_dll\Release\imageop.obj" + -@erase ".\vc40_dll\Release\rotormodule.obj" + -@erase ".\vc40_dll\Release\regexpr.obj" -@erase ".\vc40_dll\Release\tupleobject.obj" - -@erase ".\vc40_dll\Release\yuvconvert.obj" - -@erase ".\vc40_dll\Release\getversion.obj" - -@erase ".\vc40_dll\Release\moduleobject.obj" + -@erase ".\vc40_dll\Release\modsupport.obj" + -@erase ".\vc40_dll\Release\newmodule.obj" + -@erase ".\vc40_dll\Release\sliceobject.obj" -@erase ".\vc40_dll\Release\py14an.lib" -@erase ".\vc40_dll\Release\py14an.exp" @@ -327,84 +328,85 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ DEF_FILE= \ ".\PC\python.def" LINK32_OBJS= \ - "$(INTDIR)/classobject.obj" \ - "$(INTDIR)/stropmodule.obj" \ - "$(INTDIR)/getargs.obj" \ - "$(INTDIR)/bltinmodule.obj" \ - "$(INTDIR)/structmember.obj" \ - "$(INTDIR)/rangeobject.obj" \ - "$(INTDIR)/socketmodule.obj" \ - "$(INTDIR)/audioop.obj" \ - "$(INTDIR)/frameobject.obj" \ - "$(INTDIR)/regexmodule.obj" \ - "$(INTDIR)/funcobject.obj" \ - "$(INTDIR)/getmtime.obj" \ - "$(INTDIR)/operator.obj" \ - "$(INTDIR)/stringobject.obj" \ - "$(INTDIR)/posixmodule.obj" \ - "$(INTDIR)/myreadline.obj" \ - "$(INTDIR)/cmathmodule.obj" \ - "$(INTDIR)/getcopyright.obj" \ - "$(INTDIR)/cgensupport.obj" \ - "$(INTDIR)/parsetok.obj" \ - "$(INTDIR)/newmodule.obj" \ - "$(INTDIR)/mappingobject.obj" \ - "$(INTDIR)/acceler.obj" \ - "$(INTDIR)/modsupport.obj" \ - "$(INTDIR)/threadmodule.obj" \ - "$(INTDIR)/soundex.obj" \ - "$(INTDIR)/parser.obj" \ - "$(INTDIR)/mathmodule.obj" \ - "$(INTDIR)/importdl.obj" \ - "$(INTDIR)/methodobject.obj" \ - "$(INTDIR)/getpath.obj" \ - "$(INTDIR)/mystrtoul.obj" \ - "$(INTDIR)/rgbimgmodule.obj" \ - "$(INTDIR)/rotormodule.obj" \ - "$(INTDIR)/binascii.obj" \ - "$(INTDIR)/node.obj" \ - "$(INTDIR)/config.obj" \ - "$(INTDIR)/selectmodule.obj" \ - "$(INTDIR)/signalmodule.obj" \ - "$(INTDIR)/marshal.obj" \ - "$(INTDIR)/fileobject.obj" \ - "$(INTDIR)/longobject.obj" \ - "$(INTDIR)/accessobject.obj" \ - "$(INTDIR)/ceval.obj" \ - "$(INTDIR)/compile.obj" \ - "$(INTDIR)/thread.obj" \ - "$(INTDIR)/cobject.obj" \ - "$(INTDIR)/getcompiler.obj" \ - "$(INTDIR)/grammar1.obj" \ - "$(INTDIR)/abstract.obj" \ - "$(INTDIR)/object.obj" \ - "$(INTDIR)/errnomodule.obj" \ - "$(INTDIR)/timemodule.obj" \ - "$(INTDIR)/complexobject.obj" \ - "$(INTDIR)/environment.obj" \ - "$(INTDIR)/floatobject.obj" \ - "$(INTDIR)/getplatform.obj" \ - "$(INTDIR)/tokenizer.obj" \ - "$(INTDIR)/intobject.obj" \ - "$(INTDIR)/import.obj" \ - "$(INTDIR)/frozen.obj" \ - "$(INTDIR)/structmodule.obj" \ - "$(INTDIR)/errors.obj" \ - "$(INTDIR)/arraymodule.obj" \ - "$(INTDIR)/md5module.obj" \ - "$(INTDIR)/traceback.obj" \ - "$(INTDIR)/sysmodule.obj" \ - "$(INTDIR)/listobject.obj" \ - "$(INTDIR)/typeobject.obj" \ - "$(INTDIR)/graminit.obj" \ - "$(INTDIR)/imageop.obj" \ - "$(INTDIR)/regexpr.obj" \ - "$(INTDIR)/pythonrun.obj" \ - "$(INTDIR)/md5c.obj" \ - "$(INTDIR)/tupleobject.obj" \ - "$(INTDIR)/yuvconvert.obj" \ - "$(INTDIR)/getversion.obj" \ - "$(INTDIR)/moduleobject.obj" + ".\vc40_dll\Release\thread.obj" \ + ".\vc40_dll\Release\classobject.obj" \ + ".\vc40_dll\Release\bltinmodule.obj" \ + ".\vc40_dll\Release\object.obj" \ + ".\vc40_dll\Release\getargs.obj" \ + ".\vc40_dll\Release\getcompiler.obj" \ + ".\vc40_dll\Release\graminit.obj" \ + ".\vc40_dll\Release\importdl.obj" \ + ".\vc40_dll\Release\structmodule.obj" \ + ".\vc40_dll\Release\mystrtoul.obj" \ + ".\vc40_dll\Release\errnomodule.obj" \ + ".\vc40_dll\Release\frameobject.obj" \ + ".\vc40_dll\Release\fileobject.obj" \ + ".\vc40_dll\Release\longobject.obj" \ + ".\vc40_dll\Release\regexmodule.obj" \ + ".\vc40_dll\Release\environment.obj" \ + ".\vc40_dll\Release\audioop.obj" \ + ".\vc40_dll\Release\floatobject.obj" \ + ".\vc40_dll\Release\cobject.obj" \ + ".\vc40_dll\Release\frozen.obj" \ + ".\vc40_dll\Release\moduleobject.obj" \ + ".\vc40_dll\Release\node.obj" \ + ".\vc40_dll\Release\cmathmodule.obj" \ + ".\vc40_dll\Release\grammar1.obj" \ + ".\vc40_dll\Release\abstract.obj" \ + ".\vc40_dll\Release\complexobject.obj" \ + ".\vc40_dll\Release\arraymodule.obj" \ + ".\vc40_dll\Release\selectmodule.obj" \ + ".\vc40_dll\Release\structmember.obj" \ + ".\vc40_dll\Release\acceler.obj" \ + ".\vc40_dll\Release\timemodule.obj" \ + ".\vc40_dll\Release\accessobject.obj" \ + ".\vc40_dll\Release\socketmodule.obj" \ + ".\vc40_dll\Release\soundex.obj" \ + ".\vc40_dll\Release\tokenizer.obj" \ + ".\vc40_dll\Release\stringobject.obj" \ + ".\vc40_dll\Release\stropmodule.obj" \ + ".\vc40_dll\Release\intobject.obj" \ + ".\vc40_dll\Release\parsetok.obj" \ + ".\vc40_dll\Release\getcopyright.obj" \ + ".\vc40_dll\Release\getpath.obj" \ + ".\vc40_dll\Release\listobject.obj" \ + ".\vc40_dll\Release\typeobject.obj" \ + ".\vc40_dll\Release\rangeobject.obj" \ + ".\vc40_dll\Release\md5module.obj" \ + ".\vc40_dll\Release\traceback.obj" \ + ".\vc40_dll\Release\sysmodule.obj" \ + ".\vc40_dll\Release\marshal.obj" \ + ".\vc40_dll\Release\yuvconvert.obj" \ + ".\vc40_dll\Release\pythonrun.obj" \ + ".\vc40_dll\Release\getversion.obj" \ + ".\vc40_dll\Release\threadmodule.obj" \ + ".\vc40_dll\Release\mathmodule.obj" \ + ".\vc40_dll\Release\ceval.obj" \ + ".\vc40_dll\Release\compile.obj" \ + ".\vc40_dll\Release\import.obj" \ + ".\vc40_dll\Release\md5c.obj" \ + ".\vc40_dll\Release\posixmodule.obj" \ + ".\vc40_dll\Release\errors.obj" \ + ".\vc40_dll\Release\binascii.obj" \ + ".\vc40_dll\Release\cgensupport.obj" \ + ".\vc40_dll\Release\methodobject.obj" \ + ".\vc40_dll\Release\rgbimgmodule.obj" \ + ".\vc40_dll\Release\getplatform.obj" \ + ".\vc40_dll\Release\signalmodule.obj" \ + ".\vc40_dll\Release\parser.obj" \ + ".\vc40_dll\Release\getmtime.obj" \ + ".\vc40_dll\Release\funcobject.obj" \ + ".\vc40_dll\Release\operator.obj" \ + ".\vc40_dll\Release\mappingobject.obj" \ + ".\vc40_dll\Release\myreadline.obj" \ + ".\vc40_dll\Release\config.obj" \ + ".\vc40_dll\Release\imageop.obj" \ + ".\vc40_dll\Release\rotormodule.obj" \ + ".\vc40_dll\Release\regexpr.obj" \ + ".\vc40_dll\Release\tupleobject.obj" \ + ".\vc40_dll\Release\modsupport.obj" \ + ".\vc40_dll\Release\newmodule.obj" \ + ".\vc40_dll\Release\sliceobject.obj" "$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< @@ -432,84 +434,85 @@ CLEAN : -@erase ".\vc40_dll\Debug\vc40.pdb" -@erase ".\vc40_dll\Debug\vc40.idb" -@erase ".\vc40_dll\Debug\py14an.dll" - -@erase ".\vc40_dll\Debug\node.obj" - -@erase ".\vc40_dll\Debug\arraymodule.obj" - -@erase ".\vc40_dll\Debug\funcobject.obj" - -@erase ".\vc40_dll\Debug\structmember.obj" + -@erase ".\vc40_dll\Debug\threadmodule.obj" + -@erase ".\vc40_dll\Debug\frameobject.obj" + -@erase ".\vc40_dll\Debug\fileobject.obj" + -@erase ".\vc40_dll\Debug\longobject.obj" + -@erase ".\vc40_dll\Debug\posixmodule.obj" + -@erase ".\vc40_dll\Debug\cgensupport.obj" -@erase ".\vc40_dll\Debug\soundex.obj" -@erase ".\vc40_dll\Debug\tokenizer.obj" - -@erase ".\vc40_dll\Debug\myreadline.obj" + -@erase ".\vc40_dll\Debug\selectmodule.obj" -@erase ".\vc40_dll\Debug\intobject.obj" - -@erase ".\vc40_dll\Debug\tupleobject.obj" - -@erase ".\vc40_dll\Debug\frozen.obj" - -@erase ".\vc40_dll\Debug\socketmodule.obj" + -@erase ".\vc40_dll\Debug\signalmodule.obj" + -@erase ".\vc40_dll\Debug\getplatform.obj" + -@erase ".\vc40_dll\Debug\accessobject.obj" + -@erase ".\vc40_dll\Debug\md5c.obj" -@erase ".\vc40_dll\Debug\imageop.obj" - -@erase ".\vc40_dll\Debug\graminit.obj" - -@erase ".\vc40_dll\Debug\stropmodule.obj" - -@erase ".\vc40_dll\Debug\modsupport.obj" + -@erase ".\vc40_dll\Debug\getpath.obj" + -@erase ".\vc40_dll\Debug\timemodule.obj" -@erase ".\vc40_dll\Debug\md5module.obj" -@erase ".\vc40_dll\Debug\traceback.obj" -@erase ".\vc40_dll\Debug\sysmodule.obj" -@erase ".\vc40_dll\Debug\marshal.obj" - -@erase ".\vc40_dll\Debug\bltinmodule.obj" - -@erase ".\vc40_dll\Debug\getcopyright.obj" + -@erase ".\vc40_dll\Debug\stringobject.obj" + -@erase ".\vc40_dll\Debug\getmtime.obj" + -@erase ".\vc40_dll\Debug\import.obj" -@erase ".\vc40_dll\Debug\pythonrun.obj" - -@erase ".\vc40_dll\Debug\ceval.obj" - -@erase ".\vc40_dll\Debug\config.obj" - -@erase ".\vc40_dll\Debug\rangeobject.obj" -@erase ".\vc40_dll\Debug\mappingobject.obj" - -@erase ".\vc40_dll\Debug\getargs.obj" - -@erase ".\vc40_dll\Debug\frameobject.obj" - -@erase ".\vc40_dll\Debug\abstract.obj" - -@erase ".\vc40_dll\Debug\regexmodule.obj" - -@erase ".\vc40_dll\Debug\threadmodule.obj" - -@erase ".\vc40_dll\Debug\fileobject.obj" - -@erase ".\vc40_dll\Debug\longobject.obj" - -@erase ".\vc40_dll\Debug\posixmodule.obj" - -@erase ".\vc40_dll\Debug\cmathmodule.obj" - -@erase ".\vc40_dll\Debug\cgensupport.obj" - -@erase ".\vc40_dll\Debug\getplatform.obj" - -@erase ".\vc40_dll\Debug\selectmodule.obj" - -@erase ".\vc40_dll\Debug\signalmodule.obj" - -@erase ".\vc40_dll\Debug\parsetok.obj" - -@erase ".\vc40_dll\Debug\accessobject.obj" - -@erase ".\vc40_dll\Debug\import.obj" - -@erase ".\vc40_dll\Debug\acceler.obj" + -@erase ".\vc40_dll\Debug\operator.obj" -@erase ".\vc40_dll\Debug\errors.obj" - -@erase ".\vc40_dll\Debug\timemodule.obj" - -@erase ".\vc40_dll\Debug\regexpr.obj" - -@erase ".\vc40_dll\Debug\newmodule.obj" - -@erase ".\vc40_dll\Debug\stringobject.obj" + -@erase ".\vc40_dll\Debug\getargs.obj" -@erase ".\vc40_dll\Debug\rotormodule.obj" - -@erase ".\vc40_dll\Debug\parser.obj" - -@erase ".\vc40_dll\Debug\complexobject.obj" - -@erase ".\vc40_dll\Debug\getpath.obj" - -@erase ".\vc40_dll\Debug\importdl.obj" - -@erase ".\vc40_dll\Debug\classobject.obj" + -@erase ".\vc40_dll\Debug\tupleobject.obj" + -@erase ".\vc40_dll\Debug\ceval.obj" + -@erase ".\vc40_dll\Debug\modsupport.obj" -@erase ".\vc40_dll\Debug\listobject.obj" -@erase ".\vc40_dll\Debug\typeobject.obj" - -@erase ".\vc40_dll\Debug\binascii.obj" - -@erase ".\vc40_dll\Debug\mystrtoul.obj" - -@erase ".\vc40_dll\Debug\getcompiler.obj" + -@erase ".\vc40_dll\Debug\classobject.obj" + -@erase ".\vc40_dll\Debug\parser.obj" -@erase ".\vc40_dll\Debug\yuvconvert.obj" -@erase ".\vc40_dll\Debug\getversion.obj" + -@erase ".\vc40_dll\Debug\bltinmodule.obj" -@erase ".\vc40_dll\Debug\structmodule.obj" - -@erase ".\vc40_dll\Debug\audioop.obj" + -@erase ".\vc40_dll\Debug\getcompiler.obj" -@erase ".\vc40_dll\Debug\mathmodule.obj" - -@erase ".\vc40_dll\Debug\compile.obj" - -@erase ".\vc40_dll\Debug\errnomodule.obj" - -@erase ".\vc40_dll\Debug\cobject.obj" -@erase ".\vc40_dll\Debug\methodobject.obj" - -@erase ".\vc40_dll\Debug\md5c.obj" - -@erase ".\vc40_dll\Debug\grammar1.obj" - -@erase ".\vc40_dll\Debug\getmtime.obj" -@erase ".\vc40_dll\Debug\rgbimgmodule.obj" - -@erase ".\vc40_dll\Debug\thread.obj" - -@erase ".\vc40_dll\Debug\operator.obj" + -@erase ".\vc40_dll\Debug\importdl.obj" + -@erase ".\vc40_dll\Debug\errnomodule.obj" + -@erase ".\vc40_dll\Debug\regexmodule.obj" -@erase ".\vc40_dll\Debug\environment.obj" + -@erase ".\vc40_dll\Debug\binascii.obj" -@erase ".\vc40_dll\Debug\floatobject.obj" -@erase ".\vc40_dll\Debug\moduleobject.obj" + -@erase ".\vc40_dll\Debug\acceler.obj" + -@erase ".\vc40_dll\Debug\thread.obj" + -@erase ".\vc40_dll\Debug\cmathmodule.obj" + -@erase ".\vc40_dll\Debug\regexpr.obj" + -@erase ".\vc40_dll\Debug\newmodule.obj" + -@erase ".\vc40_dll\Debug\funcobject.obj" -@erase ".\vc40_dll\Debug\object.obj" + -@erase ".\vc40_dll\Debug\structmember.obj" + -@erase ".\vc40_dll\Debug\arraymodule.obj" + -@erase ".\vc40_dll\Debug\complexobject.obj" + -@erase ".\vc40_dll\Debug\grammar1.obj" + -@erase ".\vc40_dll\Debug\abstract.obj" + -@erase ".\vc40_dll\Debug\myreadline.obj" + -@erase ".\vc40_dll\Debug\node.obj" + -@erase ".\vc40_dll\Debug\socketmodule.obj" + -@erase ".\vc40_dll\Debug\mystrtoul.obj" + -@erase ".\vc40_dll\Debug\frozen.obj" + -@erase ".\vc40_dll\Debug\stropmodule.obj" + -@erase ".\vc40_dll\Debug\getcopyright.obj" + -@erase ".\vc40_dll\Debug\audioop.obj" + -@erase ".\vc40_dll\Debug\compile.obj" + -@erase ".\vc40_dll\Debug\cobject.obj" + -@erase ".\vc40_dll\Debug\parsetok.obj" + -@erase ".\vc40_dll\Debug\rangeobject.obj" + -@erase ".\vc40_dll\Debug\config.obj" + -@erase ".\vc40_dll\Debug\graminit.obj" + -@erase ".\vc40_dll\Debug\sliceobject.obj" -@erase ".\vc40_dll\Debug\py14an.ilk" -@erase ".\vc40_dll\Debug\py14an.lib" -@erase ".\vc40_dll\Debug\py14an.exp" @@ -568,84 +571,85 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ DEF_FILE= \ ".\PC\python.def" LINK32_OBJS= \ - "$(INTDIR)/node.obj" \ - "$(INTDIR)/arraymodule.obj" \ - "$(INTDIR)/funcobject.obj" \ - "$(INTDIR)/structmember.obj" \ - "$(INTDIR)/soundex.obj" \ - "$(INTDIR)/tokenizer.obj" \ - "$(INTDIR)/myreadline.obj" \ - "$(INTDIR)/intobject.obj" \ - "$(INTDIR)/tupleobject.obj" \ - "$(INTDIR)/frozen.obj" \ - "$(INTDIR)/socketmodule.obj" \ - "$(INTDIR)/imageop.obj" \ - "$(INTDIR)/graminit.obj" \ - "$(INTDIR)/stropmodule.obj" \ - "$(INTDIR)/modsupport.obj" \ - "$(INTDIR)/md5module.obj" \ - "$(INTDIR)/traceback.obj" \ - "$(INTDIR)/sysmodule.obj" \ - "$(INTDIR)/marshal.obj" \ - "$(INTDIR)/bltinmodule.obj" \ - "$(INTDIR)/getcopyright.obj" \ - "$(INTDIR)/pythonrun.obj" \ - "$(INTDIR)/ceval.obj" \ - "$(INTDIR)/config.obj" \ - "$(INTDIR)/rangeobject.obj" \ - "$(INTDIR)/mappingobject.obj" \ - "$(INTDIR)/getargs.obj" \ - "$(INTDIR)/frameobject.obj" \ - "$(INTDIR)/abstract.obj" \ - "$(INTDIR)/regexmodule.obj" \ - "$(INTDIR)/threadmodule.obj" \ - "$(INTDIR)/fileobject.obj" \ - "$(INTDIR)/longobject.obj" \ - "$(INTDIR)/posixmodule.obj" \ - "$(INTDIR)/cmathmodule.obj" \ - "$(INTDIR)/cgensupport.obj" \ - "$(INTDIR)/getplatform.obj" \ - "$(INTDIR)/selectmodule.obj" \ - "$(INTDIR)/signalmodule.obj" \ - "$(INTDIR)/parsetok.obj" \ - "$(INTDIR)/accessobject.obj" \ - "$(INTDIR)/import.obj" \ - "$(INTDIR)/acceler.obj" \ - "$(INTDIR)/errors.obj" \ - "$(INTDIR)/timemodule.obj" \ - "$(INTDIR)/regexpr.obj" \ - "$(INTDIR)/newmodule.obj" \ - "$(INTDIR)/stringobject.obj" \ - "$(INTDIR)/rotormodule.obj" \ - "$(INTDIR)/parser.obj" \ - "$(INTDIR)/complexobject.obj" \ - "$(INTDIR)/getpath.obj" \ - "$(INTDIR)/importdl.obj" \ - "$(INTDIR)/classobject.obj" \ - "$(INTDIR)/listobject.obj" \ - "$(INTDIR)/typeobject.obj" \ - "$(INTDIR)/binascii.obj" \ - "$(INTDIR)/mystrtoul.obj" \ - "$(INTDIR)/getcompiler.obj" \ - "$(INTDIR)/yuvconvert.obj" \ - "$(INTDIR)/getversion.obj" \ - "$(INTDIR)/structmodule.obj" \ - "$(INTDIR)/audioop.obj" \ - "$(INTDIR)/mathmodule.obj" \ - "$(INTDIR)/compile.obj" \ - "$(INTDIR)/errnomodule.obj" \ - "$(INTDIR)/cobject.obj" \ - "$(INTDIR)/methodobject.obj" \ - "$(INTDIR)/md5c.obj" \ - "$(INTDIR)/grammar1.obj" \ - "$(INTDIR)/getmtime.obj" \ - "$(INTDIR)/rgbimgmodule.obj" \ - "$(INTDIR)/thread.obj" \ - "$(INTDIR)/operator.obj" \ - "$(INTDIR)/environment.obj" \ - "$(INTDIR)/floatobject.obj" \ - "$(INTDIR)/moduleobject.obj" \ - "$(INTDIR)/object.obj" + ".\vc40_dll\Debug\threadmodule.obj" \ + ".\vc40_dll\Debug\frameobject.obj" \ + ".\vc40_dll\Debug\fileobject.obj" \ + ".\vc40_dll\Debug\longobject.obj" \ + ".\vc40_dll\Debug\posixmodule.obj" \ + ".\vc40_dll\Debug\cgensupport.obj" \ + ".\vc40_dll\Debug\soundex.obj" \ + ".\vc40_dll\Debug\tokenizer.obj" \ + ".\vc40_dll\Debug\selectmodule.obj" \ + ".\vc40_dll\Debug\intobject.obj" \ + ".\vc40_dll\Debug\signalmodule.obj" \ + ".\vc40_dll\Debug\getplatform.obj" \ + ".\vc40_dll\Debug\accessobject.obj" \ + ".\vc40_dll\Debug\md5c.obj" \ + ".\vc40_dll\Debug\imageop.obj" \ + ".\vc40_dll\Debug\getpath.obj" \ + ".\vc40_dll\Debug\timemodule.obj" \ + ".\vc40_dll\Debug\md5module.obj" \ + ".\vc40_dll\Debug\traceback.obj" \ + ".\vc40_dll\Debug\sysmodule.obj" \ + ".\vc40_dll\Debug\marshal.obj" \ + ".\vc40_dll\Debug\stringobject.obj" \ + ".\vc40_dll\Debug\getmtime.obj" \ + ".\vc40_dll\Debug\import.obj" \ + ".\vc40_dll\Debug\pythonrun.obj" \ + ".\vc40_dll\Debug\mappingobject.obj" \ + ".\vc40_dll\Debug\operator.obj" \ + ".\vc40_dll\Debug\errors.obj" \ + ".\vc40_dll\Debug\getargs.obj" \ + ".\vc40_dll\Debug\rotormodule.obj" \ + ".\vc40_dll\Debug\tupleobject.obj" \ + ".\vc40_dll\Debug\ceval.obj" \ + ".\vc40_dll\Debug\modsupport.obj" \ + ".\vc40_dll\Debug\listobject.obj" \ + ".\vc40_dll\Debug\typeobject.obj" \ + ".\vc40_dll\Debug\classobject.obj" \ + ".\vc40_dll\Debug\parser.obj" \ + ".\vc40_dll\Debug\yuvconvert.obj" \ + ".\vc40_dll\Debug\getversion.obj" \ + ".\vc40_dll\Debug\bltinmodule.obj" \ + ".\vc40_dll\Debug\structmodule.obj" \ + ".\vc40_dll\Debug\getcompiler.obj" \ + ".\vc40_dll\Debug\mathmodule.obj" \ + ".\vc40_dll\Debug\methodobject.obj" \ + ".\vc40_dll\Debug\rgbimgmodule.obj" \ + ".\vc40_dll\Debug\importdl.obj" \ + ".\vc40_dll\Debug\errnomodule.obj" \ + ".\vc40_dll\Debug\regexmodule.obj" \ + ".\vc40_dll\Debug\environment.obj" \ + ".\vc40_dll\Debug\binascii.obj" \ + ".\vc40_dll\Debug\floatobject.obj" \ + ".\vc40_dll\Debug\moduleobject.obj" \ + ".\vc40_dll\Debug\acceler.obj" \ + ".\vc40_dll\Debug\thread.obj" \ + ".\vc40_dll\Debug\cmathmodule.obj" \ + ".\vc40_dll\Debug\regexpr.obj" \ + ".\vc40_dll\Debug\newmodule.obj" \ + ".\vc40_dll\Debug\funcobject.obj" \ + ".\vc40_dll\Debug\object.obj" \ + ".\vc40_dll\Debug\structmember.obj" \ + ".\vc40_dll\Debug\arraymodule.obj" \ + ".\vc40_dll\Debug\complexobject.obj" \ + ".\vc40_dll\Debug\grammar1.obj" \ + ".\vc40_dll\Debug\abstract.obj" \ + ".\vc40_dll\Debug\myreadline.obj" \ + ".\vc40_dll\Debug\node.obj" \ + ".\vc40_dll\Debug\socketmodule.obj" \ + ".\vc40_dll\Debug\mystrtoul.obj" \ + ".\vc40_dll\Debug\frozen.obj" \ + ".\vc40_dll\Debug\stropmodule.obj" \ + ".\vc40_dll\Debug\getcopyright.obj" \ + ".\vc40_dll\Debug\audioop.obj" \ + ".\vc40_dll\Debug\compile.obj" \ + ".\vc40_dll\Debug\cobject.obj" \ + ".\vc40_dll\Debug\parsetok.obj" \ + ".\vc40_dll\Debug\rangeobject.obj" \ + ".\vc40_dll\Debug\config.obj" \ + ".\vc40_dll\Debug\graminit.obj" \ + ".\vc40_dll\Debug\sliceobject.obj" "$(OUTDIR)\py14an.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< @@ -671,86 +675,87 @@ ALL : "$(OUTDIR)\pyth_nt.exe" CLEAN : -@erase ".\vc40_nt\Release\pyth_nt.exe" + -@erase ".\vc40_nt\Release\importdl.obj" + -@erase ".\vc40_nt\Release\sysmodule.obj" + -@erase ".\vc40_nt\Release\mystrtoul.obj" + -@erase ".\vc40_nt\Release\myreadline.obj" + -@erase ".\vc40_nt\Release\getcopyright.obj" -@erase ".\vc40_nt\Release\binascii.obj" - -@erase ".\vc40_nt\Release\getpath.obj" + -@erase ".\vc40_nt\Release\errnomodule.obj" -@erase ".\vc40_nt\Release\import.obj" - -@erase ".\vc40_nt\Release\getplatform.obj" - -@erase ".\vc40_nt\Release\getcopyright.obj" - -@erase ".\vc40_nt\Release\yuvconvert.obj" - -@erase ".\vc40_nt\Release\getversion.obj" - -@erase ".\vc40_nt\Release\marshal.obj" - -@erase ".\vc40_nt\Release\mathmodule.obj" - -@erase ".\vc40_nt\Release\md5c.obj" + -@erase ".\vc40_nt\Release\frameobject.obj" + -@erase ".\vc40_nt\Release\regexmodule.obj" + -@erase ".\vc40_nt\Release\environment.obj" + -@erase ".\vc40_nt\Release\errors.obj" + -@erase ".\vc40_nt\Release\floatobject.obj" + -@erase ".\vc40_nt\Release\cmathmodule.obj" -@erase ".\vc40_nt\Release\grammar1.obj" -@erase ".\vc40_nt\Release\getmtime.obj" - -@erase ".\vc40_nt\Release\parser.obj" -@erase ".\vc40_nt\Release\operator.obj" - -@erase ".\vc40_nt\Release\compile.obj" - -@erase ".\vc40_nt\Release\threadmodule.obj" - -@erase ".\vc40_nt\Release\cobject.obj" - -@erase ".\vc40_nt\Release\rotormodule.obj" - -@erase ".\vc40_nt\Release\tupleobject.obj" - -@erase ".\vc40_nt\Release\newmodule.obj" - -@erase ".\vc40_nt\Release\config.obj" - -@erase ".\vc40_nt\Release\rgbimgmodule.obj" - -@erase ".\vc40_nt\Release\classobject.obj" - -@erase ".\vc40_nt\Release\intobject.obj" - -@erase ".\vc40_nt\Release\funcobject.obj" - -@erase ".\vc40_nt\Release\mappingobject.obj" - -@erase ".\vc40_nt\Release\selectmodule.obj" - -@erase ".\vc40_nt\Release\signalmodule.obj" - -@erase ".\vc40_nt\Release\bltinmodule.obj" - -@erase ".\vc40_nt\Release\getcompiler.obj" - -@erase ".\vc40_nt\Release\myreadline.obj" - -@erase ".\vc40_nt\Release\main.obj" - -@erase ".\vc40_nt\Release\accessobject.obj" - -@erase ".\vc40_nt\Release\thread.obj" - -@erase ".\vc40_nt\Release\mystrtoul.obj" - -@erase ".\vc40_nt\Release\graminit.obj" - -@erase ".\vc40_nt\Release\errnomodule.obj" - -@erase ".\vc40_nt\Release\frameobject.obj" - -@erase ".\vc40_nt\Release\object.obj" - -@erase ".\vc40_nt\Release\regexmodule.obj" - -@erase ".\vc40_nt\Release\environment.obj" - -@erase ".\vc40_nt\Release\floatobject.obj" - -@erase ".\vc40_nt\Release\imageop.obj" - -@erase ".\vc40_nt\Release\regexpr.obj" - -@erase ".\vc40_nt\Release\cmathmodule.obj" + -@erase ".\vc40_nt\Release\parser.obj" -@erase ".\vc40_nt\Release\arraymodule.obj" - -@erase ".\vc40_nt\Release\frozen.obj" - -@erase ".\vc40_nt\Release\abstract.obj" - -@erase ".\vc40_nt\Release\getopt.obj" - -@erase ".\vc40_nt\Release\getargs.obj" - -@erase ".\vc40_nt\Release\errors.obj" - -@erase ".\vc40_nt\Release\structmodule.obj" + -@erase ".\vc40_nt\Release\acceler.obj" + -@erase ".\vc40_nt\Release\regexpr.obj" + -@erase ".\vc40_nt\Release\selectmodule.obj" -@erase ".\vc40_nt\Release\fileobject.obj" -@erase ".\vc40_nt\Release\longobject.obj" - -@erase ".\vc40_nt\Release\ceval.obj" - -@erase ".\vc40_nt\Release\methodobject.obj" - -@erase ".\vc40_nt\Release\node.obj" -@erase ".\vc40_nt\Release\tokenizer.obj" - -@erase ".\vc40_nt\Release\audioop.obj" - -@erase ".\vc40_nt\Release\complexobject.obj" + -@erase ".\vc40_nt\Release\accessobject.obj" -@erase ".\vc40_nt\Release\stropmodule.obj" - -@erase ".\vc40_nt\Release\moduleobject.obj" - -@erase ".\vc40_nt\Release\parsetok.obj" + -@erase ".\vc40_nt\Release\socketmodule.obj" + -@erase ".\vc40_nt\Release\ceval.obj" + -@erase ".\vc40_nt\Release\thread.obj" + -@erase ".\vc40_nt\Release\graminit.obj" + -@erase ".\vc40_nt\Release\stringobject.obj" -@erase ".\vc40_nt\Release\md5module.obj" -@erase ".\vc40_nt\Release\traceback.obj" - -@erase ".\vc40_nt\Release\sysmodule.obj" -@erase ".\vc40_nt\Release\rangeobject.obj" - -@erase ".\vc40_nt\Release\timemodule.obj" + -@erase ".\vc40_nt\Release\main.obj" + -@erase ".\vc40_nt\Release\object.obj" -@erase ".\vc40_nt\Release\pythonrun.obj" - -@erase ".\vc40_nt\Release\structmember.obj" - -@erase ".\vc40_nt\Release\acceler.obj" - -@erase ".\vc40_nt\Release\socketmodule.obj" + -@erase ".\vc40_nt\Release\timemodule.obj" + -@erase ".\vc40_nt\Release\audioop.obj" + -@erase ".\vc40_nt\Release\mappingobject.obj" + -@erase ".\vc40_nt\Release\compile.obj" + -@erase ".\vc40_nt\Release\cobject.obj" -@erase ".\vc40_nt\Release\posixmodule.obj" - -@erase ".\vc40_nt\Release\soundex.obj" - -@erase ".\vc40_nt\Release\importdl.obj" -@erase ".\vc40_nt\Release\cgensupport.obj" + -@erase ".\vc40_nt\Release\threadmodule.obj" + -@erase ".\vc40_nt\Release\abstract.obj" + -@erase ".\vc40_nt\Release\frozen.obj" + -@erase ".\vc40_nt\Release\structmodule.obj" + -@erase ".\vc40_nt\Release\getopt.obj" + -@erase ".\vc40_nt\Release\getplatform.obj" -@erase ".\vc40_nt\Release\modsupport.obj" - -@erase ".\vc40_nt\Release\stringobject.obj" -@erase ".\vc40_nt\Release\listobject.obj" -@erase ".\vc40_nt\Release\typeobject.obj" + -@erase ".\vc40_nt\Release\methodobject.obj" + -@erase ".\vc40_nt\Release\md5c.obj" + -@erase ".\vc40_nt\Release\rgbimgmodule.obj" + -@erase ".\vc40_nt\Release\yuvconvert.obj" + -@erase ".\vc40_nt\Release\getversion.obj" + -@erase ".\vc40_nt\Release\config.obj" + -@erase ".\vc40_nt\Release\signalmodule.obj" + -@erase ".\vc40_nt\Release\moduleobject.obj" + -@erase ".\vc40_nt\Release\mathmodule.obj" + -@erase ".\vc40_nt\Release\soundex.obj" + -@erase ".\vc40_nt\Release\node.obj" + -@erase ".\vc40_nt\Release\parsetok.obj" + -@erase ".\vc40_nt\Release\imageop.obj" + -@erase ".\vc40_nt\Release\getpath.obj" + -@erase ".\vc40_nt\Release\rotormodule.obj" + -@erase ".\vc40_nt\Release\tupleobject.obj" + -@erase ".\vc40_nt\Release\newmodule.obj" + -@erase ".\vc40_nt\Release\structmember.obj" + -@erase ".\vc40_nt\Release\intobject.obj" + -@erase ".\vc40_nt\Release\classobject.obj" + -@erase ".\vc40_nt\Release\marshal.obj" + -@erase ".\vc40_nt\Release\bltinmodule.obj" + -@erase ".\vc40_nt\Release\complexobject.obj" + -@erase ".\vc40_nt\Release\funcobject.obj" + -@erase ".\vc40_nt\Release\getargs.obj" + -@erase ".\vc40_nt\Release\getcompiler.obj" + -@erase ".\vc40_nt\Release\sliceobject.obj" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" @@ -798,86 +803,87 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:no\ /pdb:"$(OUTDIR)/pyth_nt.pdb" /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe" LINK32_OBJS= \ - "$(INTDIR)/binascii.obj" \ - "$(INTDIR)/getpath.obj" \ - "$(INTDIR)/import.obj" \ - "$(INTDIR)/getplatform.obj" \ - "$(INTDIR)/getcopyright.obj" \ - "$(INTDIR)/yuvconvert.obj" \ - "$(INTDIR)/getversion.obj" \ - "$(INTDIR)/marshal.obj" \ - "$(INTDIR)/mathmodule.obj" \ - "$(INTDIR)/md5c.obj" \ - "$(INTDIR)/grammar1.obj" \ - "$(INTDIR)/getmtime.obj" \ - "$(INTDIR)/parser.obj" \ - "$(INTDIR)/operator.obj" \ - "$(INTDIR)/compile.obj" \ - "$(INTDIR)/threadmodule.obj" \ - "$(INTDIR)/cobject.obj" \ - "$(INTDIR)/rotormodule.obj" \ - "$(INTDIR)/tupleobject.obj" \ - "$(INTDIR)/newmodule.obj" \ - "$(INTDIR)/config.obj" \ - "$(INTDIR)/rgbimgmodule.obj" \ - "$(INTDIR)/classobject.obj" \ - "$(INTDIR)/intobject.obj" \ - "$(INTDIR)/funcobject.obj" \ - "$(INTDIR)/mappingobject.obj" \ - "$(INTDIR)/selectmodule.obj" \ - "$(INTDIR)/signalmodule.obj" \ - "$(INTDIR)/bltinmodule.obj" \ - "$(INTDIR)/getcompiler.obj" \ - "$(INTDIR)/myreadline.obj" \ - "$(INTDIR)/main.obj" \ - "$(INTDIR)/accessobject.obj" \ - "$(INTDIR)/thread.obj" \ - "$(INTDIR)/mystrtoul.obj" \ - "$(INTDIR)/graminit.obj" \ - "$(INTDIR)/errnomodule.obj" \ - "$(INTDIR)/frameobject.obj" \ - "$(INTDIR)/object.obj" \ - "$(INTDIR)/regexmodule.obj" \ - "$(INTDIR)/environment.obj" \ - "$(INTDIR)/floatobject.obj" \ - "$(INTDIR)/imageop.obj" \ - "$(INTDIR)/regexpr.obj" \ - "$(INTDIR)/cmathmodule.obj" \ - "$(INTDIR)/arraymodule.obj" \ - "$(INTDIR)/frozen.obj" \ - "$(INTDIR)/abstract.obj" \ - "$(INTDIR)/getopt.obj" \ - "$(INTDIR)/getargs.obj" \ - "$(INTDIR)/errors.obj" \ - "$(INTDIR)/structmodule.obj" \ - "$(INTDIR)/fileobject.obj" \ - "$(INTDIR)/longobject.obj" \ - "$(INTDIR)/ceval.obj" \ - "$(INTDIR)/methodobject.obj" \ - "$(INTDIR)/node.obj" \ - "$(INTDIR)/tokenizer.obj" \ - "$(INTDIR)/audioop.obj" \ - "$(INTDIR)/complexobject.obj" \ - "$(INTDIR)/stropmodule.obj" \ - "$(INTDIR)/moduleobject.obj" \ - "$(INTDIR)/parsetok.obj" \ - "$(INTDIR)/md5module.obj" \ - "$(INTDIR)/traceback.obj" \ - "$(INTDIR)/sysmodule.obj" \ - "$(INTDIR)/rangeobject.obj" \ - "$(INTDIR)/timemodule.obj" \ - "$(INTDIR)/pythonrun.obj" \ - "$(INTDIR)/structmember.obj" \ - "$(INTDIR)/acceler.obj" \ - "$(INTDIR)/socketmodule.obj" \ - "$(INTDIR)/posixmodule.obj" \ - "$(INTDIR)/soundex.obj" \ - "$(INTDIR)/importdl.obj" \ - "$(INTDIR)/cgensupport.obj" \ - "$(INTDIR)/modsupport.obj" \ - "$(INTDIR)/stringobject.obj" \ - "$(INTDIR)/listobject.obj" \ - "$(INTDIR)/typeobject.obj" + ".\vc40_nt\Release\importdl.obj" \ + ".\vc40_nt\Release\sysmodule.obj" \ + ".\vc40_nt\Release\mystrtoul.obj" \ + ".\vc40_nt\Release\myreadline.obj" \ + ".\vc40_nt\Release\getcopyright.obj" \ + ".\vc40_nt\Release\binascii.obj" \ + ".\vc40_nt\Release\errnomodule.obj" \ + ".\vc40_nt\Release\import.obj" \ + ".\vc40_nt\Release\frameobject.obj" \ + ".\vc40_nt\Release\regexmodule.obj" \ + ".\vc40_nt\Release\environment.obj" \ + ".\vc40_nt\Release\errors.obj" \ + ".\vc40_nt\Release\floatobject.obj" \ + ".\vc40_nt\Release\cmathmodule.obj" \ + ".\vc40_nt\Release\grammar1.obj" \ + ".\vc40_nt\Release\getmtime.obj" \ + ".\vc40_nt\Release\operator.obj" \ + ".\vc40_nt\Release\parser.obj" \ + ".\vc40_nt\Release\arraymodule.obj" \ + ".\vc40_nt\Release\acceler.obj" \ + ".\vc40_nt\Release\regexpr.obj" \ + ".\vc40_nt\Release\selectmodule.obj" \ + ".\vc40_nt\Release\fileobject.obj" \ + ".\vc40_nt\Release\longobject.obj" \ + ".\vc40_nt\Release\tokenizer.obj" \ + ".\vc40_nt\Release\accessobject.obj" \ + ".\vc40_nt\Release\stropmodule.obj" \ + ".\vc40_nt\Release\socketmodule.obj" \ + ".\vc40_nt\Release\ceval.obj" \ + ".\vc40_nt\Release\thread.obj" \ + ".\vc40_nt\Release\graminit.obj" \ + ".\vc40_nt\Release\stringobject.obj" \ + ".\vc40_nt\Release\md5module.obj" \ + ".\vc40_nt\Release\traceback.obj" \ + ".\vc40_nt\Release\rangeobject.obj" \ + ".\vc40_nt\Release\main.obj" \ + ".\vc40_nt\Release\object.obj" \ + ".\vc40_nt\Release\pythonrun.obj" \ + ".\vc40_nt\Release\timemodule.obj" \ + ".\vc40_nt\Release\audioop.obj" \ + ".\vc40_nt\Release\mappingobject.obj" \ + ".\vc40_nt\Release\compile.obj" \ + ".\vc40_nt\Release\cobject.obj" \ + ".\vc40_nt\Release\posixmodule.obj" \ + ".\vc40_nt\Release\cgensupport.obj" \ + ".\vc40_nt\Release\threadmodule.obj" \ + ".\vc40_nt\Release\abstract.obj" \ + ".\vc40_nt\Release\frozen.obj" \ + ".\vc40_nt\Release\structmodule.obj" \ + ".\vc40_nt\Release\getopt.obj" \ + ".\vc40_nt\Release\getplatform.obj" \ + ".\vc40_nt\Release\modsupport.obj" \ + ".\vc40_nt\Release\listobject.obj" \ + ".\vc40_nt\Release\typeobject.obj" \ + ".\vc40_nt\Release\methodobject.obj" \ + ".\vc40_nt\Release\md5c.obj" \ + ".\vc40_nt\Release\rgbimgmodule.obj" \ + ".\vc40_nt\Release\yuvconvert.obj" \ + ".\vc40_nt\Release\getversion.obj" \ + ".\vc40_nt\Release\config.obj" \ + ".\vc40_nt\Release\signalmodule.obj" \ + ".\vc40_nt\Release\moduleobject.obj" \ + ".\vc40_nt\Release\mathmodule.obj" \ + ".\vc40_nt\Release\soundex.obj" \ + ".\vc40_nt\Release\node.obj" \ + ".\vc40_nt\Release\parsetok.obj" \ + ".\vc40_nt\Release\imageop.obj" \ + ".\vc40_nt\Release\getpath.obj" \ + ".\vc40_nt\Release\rotormodule.obj" \ + ".\vc40_nt\Release\tupleobject.obj" \ + ".\vc40_nt\Release\newmodule.obj" \ + ".\vc40_nt\Release\structmember.obj" \ + ".\vc40_nt\Release\intobject.obj" \ + ".\vc40_nt\Release\classobject.obj" \ + ".\vc40_nt\Release\marshal.obj" \ + ".\vc40_nt\Release\bltinmodule.obj" \ + ".\vc40_nt\Release\complexobject.obj" \ + ".\vc40_nt\Release\funcobject.obj" \ + ".\vc40_nt\Release\getargs.obj" \ + ".\vc40_nt\Release\getcompiler.obj" \ + ".\vc40_nt\Release\sliceobject.obj" "$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< @@ -905,86 +911,87 @@ CLEAN : -@erase ".\vc40_nt\Debug\vc40.pdb" -@erase ".\vc40_nt\Debug\vc40.idb" -@erase ".\vc40_nt\Debug\pyth_nt.exe" - -@erase ".\vc40_nt\Debug\config.obj" - -@erase ".\vc40_nt\Debug\myreadline.obj" - -@erase ".\vc40_nt\Debug\moduleobject.obj" - -@erase ".\vc40_nt\Debug\grammar1.obj" - -@erase ".\vc40_nt\Debug\abstract.obj" - -@erase ".\vc40_nt\Debug\acceler.obj" - -@erase ".\vc40_nt\Debug\thread.obj" - -@erase ".\vc40_nt\Debug\stropmodule.obj" - -@erase ".\vc40_nt\Debug\soundex.obj" - -@erase ".\vc40_nt\Debug\object.obj" - -@erase ".\vc40_nt\Debug\structmember.obj" + -@erase ".\vc40_nt\Debug\binascii.obj" + -@erase ".\vc40_nt\Debug\getcopyright.obj" -@erase ".\vc40_nt\Debug\newmodule.obj" - -@erase ".\vc40_nt\Debug\rangeobject.obj" - -@erase ".\vc40_nt\Debug\md5module.obj" - -@erase ".\vc40_nt\Debug\socketmodule.obj" - -@erase ".\vc40_nt\Debug\getpath.obj" - -@erase ".\vc40_nt\Debug\typeobject.obj" - -@erase ".\vc40_nt\Debug\parsetok.obj" - -@erase ".\vc40_nt\Debug\stringobject.obj" -@erase ".\vc40_nt\Debug\marshal.obj" - -@erase ".\vc40_nt\Debug\frozen.obj" - -@erase ".\vc40_nt\Debug\getversion.obj" - -@erase ".\vc40_nt\Debug\getopt.obj" - -@erase ".\vc40_nt\Debug\posixmodule.obj" - -@erase ".\vc40_nt\Debug\md5c.obj" - -@erase ".\vc40_nt\Debug\getcopyright.obj" - -@erase ".\vc40_nt\Debug\mystrtoul.obj" - -@erase ".\vc40_nt\Debug\longobject.obj" - -@erase ".\vc40_nt\Debug\cgensupport.obj" + -@erase ".\vc40_nt\Debug\getplatform.obj" + -@erase ".\vc40_nt\Debug\intobject.obj" + -@erase ".\vc40_nt\Debug\myreadline.obj" -@erase ".\vc40_nt\Debug\compile.obj" -@erase ".\vc40_nt\Debug\cobject.obj" - -@erase ".\vc40_nt\Debug\getplatform.obj" - -@erase ".\vc40_nt\Debug\importdl.obj" + -@erase ".\vc40_nt\Debug\grammar1.obj" + -@erase ".\vc40_nt\Debug\abstract.obj" -@erase ".\vc40_nt\Debug\threadmodule.obj" - -@erase ".\vc40_nt\Debug\binascii.obj" - -@erase ".\vc40_nt\Debug\ceval.obj" - -@erase ".\vc40_nt\Debug\timemodule.obj" - -@erase ".\vc40_nt\Debug\main.obj" - -@erase ".\vc40_nt\Debug\methodobject.obj" + -@erase ".\vc40_nt\Debug\mystrtoul.obj" -@erase ".\vc40_nt\Debug\mappingobject.obj" - -@erase ".\vc40_nt\Debug\funcobject.obj" - -@erase ".\vc40_nt\Debug\rgbimgmodule.obj" + -@erase ".\vc40_nt\Debug\methodobject.obj" -@erase ".\vc40_nt\Debug\rotormodule.obj" - -@erase ".\vc40_nt\Debug\selectmodule.obj" -@erase ".\vc40_nt\Debug\tupleobject.obj" + -@erase ".\vc40_nt\Debug\rgbimgmodule.obj" + -@erase ".\vc40_nt\Debug\selectmodule.obj" + -@erase ".\vc40_nt\Debug\typeobject.obj" + -@erase ".\vc40_nt\Debug\classobject.obj" -@erase ".\vc40_nt\Debug\signalmodule.obj" - -@erase ".\vc40_nt\Debug\getmtime.obj" - -@erase ".\vc40_nt\Debug\operator.obj" - -@erase ".\vc40_nt\Debug\tokenizer.obj" -@erase ".\vc40_nt\Debug\accessobject.obj" - -@erase ".\vc40_nt\Debug\classobject.obj" - -@erase ".\vc40_nt\Debug\imageop.obj" - -@erase ".\vc40_nt\Debug\intobject.obj" - -@erase ".\vc40_nt\Debug\regexpr.obj" - -@erase ".\vc40_nt\Debug\modsupport.obj" - -@erase ".\vc40_nt\Debug\listobject.obj" + -@erase ".\vc40_nt\Debug\md5c.obj" -@erase ".\vc40_nt\Debug\bltinmodule.obj" + -@erase ".\vc40_nt\Debug\getversion.obj" -@erase ".\vc40_nt\Debug\getcompiler.obj" - -@erase ".\vc40_nt\Debug\import.obj" - -@erase ".\vc40_nt\Debug\yuvconvert.obj" - -@erase ".\vc40_nt\Debug\traceback.obj" - -@erase ".\vc40_nt\Debug\sysmodule.obj" - -@erase ".\vc40_nt\Debug\errors.obj" - -@erase ".\vc40_nt\Debug\mathmodule.obj" + -@erase ".\vc40_nt\Debug\longobject.obj" + -@erase ".\vc40_nt\Debug\graminit.obj" + -@erase ".\vc40_nt\Debug\imageop.obj" + -@erase ".\vc40_nt\Debug\regexpr.obj" -@erase ".\vc40_nt\Debug\errnomodule.obj" - -@erase ".\vc40_nt\Debug\pythonrun.obj" - -@erase ".\vc40_nt\Debug\getargs.obj" + -@erase ".\vc40_nt\Debug\parser.obj" + -@erase ".\vc40_nt\Debug\getopt.obj" -@erase ".\vc40_nt\Debug\frameobject.obj" -@erase ".\vc40_nt\Debug\regexmodule.obj" -@erase ".\vc40_nt\Debug\environment.obj" -@erase ".\vc40_nt\Debug\floatobject.obj" - -@erase ".\vc40_nt\Debug\parser.obj" - -@erase ".\vc40_nt\Debug\node.obj" + -@erase ".\vc40_nt\Debug\tokenizer.obj" + -@erase ".\vc40_nt\Debug\posixmodule.obj" -@erase ".\vc40_nt\Debug\cmathmodule.obj" - -@erase ".\vc40_nt\Debug\fileobject.obj" - -@erase ".\vc40_nt\Debug\graminit.obj" - -@erase ".\vc40_nt\Debug\audioop.obj" - -@erase ".\vc40_nt\Debug\structmodule.obj" + -@erase ".\vc40_nt\Debug\getargs.obj" + -@erase ".\vc40_nt\Debug\main.obj" + -@erase ".\vc40_nt\Debug\config.obj" + -@erase ".\vc40_nt\Debug\timemodule.obj" -@erase ".\vc40_nt\Debug\arraymodule.obj" + -@erase ".\vc40_nt\Debug\funcobject.obj" + -@erase ".\vc40_nt\Debug\md5module.obj" + -@erase ".\vc40_nt\Debug\traceback.obj" + -@erase ".\vc40_nt\Debug\sysmodule.obj" + -@erase ".\vc40_nt\Debug\structmodule.obj" -@erase ".\vc40_nt\Debug\complexobject.obj" + -@erase ".\vc40_nt\Debug\pythonrun.obj" + -@erase ".\vc40_nt\Debug\audioop.obj" + -@erase ".\vc40_nt\Debug\thread.obj" + -@erase ".\vc40_nt\Debug\getmtime.obj" + -@erase ".\vc40_nt\Debug\operator.obj" + -@erase ".\vc40_nt\Debug\object.obj" + -@erase ".\vc40_nt\Debug\modsupport.obj" + -@erase ".\vc40_nt\Debug\listobject.obj" + -@erase ".\vc40_nt\Debug\moduleobject.obj" + -@erase ".\vc40_nt\Debug\stropmodule.obj" + -@erase ".\vc40_nt\Debug\parsetok.obj" + -@erase ".\vc40_nt\Debug\yuvconvert.obj" + -@erase ".\vc40_nt\Debug\acceler.obj" + -@erase ".\vc40_nt\Debug\ceval.obj" + -@erase ".\vc40_nt\Debug\mathmodule.obj" + -@erase ".\vc40_nt\Debug\rangeobject.obj" + -@erase ".\vc40_nt\Debug\structmember.obj" + -@erase ".\vc40_nt\Debug\import.obj" + -@erase ".\vc40_nt\Debug\frozen.obj" + -@erase ".\vc40_nt\Debug\soundex.obj" + -@erase ".\vc40_nt\Debug\errors.obj" + -@erase ".\vc40_nt\Debug\node.obj" + -@erase ".\vc40_nt\Debug\socketmodule.obj" + -@erase ".\vc40_nt\Debug\fileobject.obj" + -@erase ".\vc40_nt\Debug\importdl.obj" + -@erase ".\vc40_nt\Debug\getpath.obj" + -@erase ".\vc40_nt\Debug\stringobject.obj" + -@erase ".\vc40_nt\Debug\cgensupport.obj" + -@erase ".\vc40_nt\Debug\sliceobject.obj" -@erase ".\vc40_nt\Debug\pyth_nt.ilk" -@erase ".\vc40_nt\Debug\pyth_nt.pdb" @@ -1034,86 +1041,87 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:yes\ /pdb:"$(OUTDIR)/pyth_nt.pdb" /debug /machine:I386 /out:"$(OUTDIR)/pyth_nt.exe" LINK32_OBJS= \ - "$(INTDIR)/config.obj" \ - "$(INTDIR)/myreadline.obj" \ - "$(INTDIR)/moduleobject.obj" \ - "$(INTDIR)/grammar1.obj" \ - "$(INTDIR)/abstract.obj" \ - "$(INTDIR)/acceler.obj" \ - "$(INTDIR)/thread.obj" \ - "$(INTDIR)/stropmodule.obj" \ - "$(INTDIR)/soundex.obj" \ - "$(INTDIR)/object.obj" \ - "$(INTDIR)/structmember.obj" \ - "$(INTDIR)/newmodule.obj" \ - "$(INTDIR)/rangeobject.obj" \ - "$(INTDIR)/md5module.obj" \ - "$(INTDIR)/socketmodule.obj" \ - "$(INTDIR)/getpath.obj" \ - "$(INTDIR)/typeobject.obj" \ - "$(INTDIR)/parsetok.obj" \ - "$(INTDIR)/stringobject.obj" \ - "$(INTDIR)/marshal.obj" \ - "$(INTDIR)/frozen.obj" \ - "$(INTDIR)/getversion.obj" \ - "$(INTDIR)/getopt.obj" \ - "$(INTDIR)/posixmodule.obj" \ - "$(INTDIR)/md5c.obj" \ - "$(INTDIR)/getcopyright.obj" \ - "$(INTDIR)/mystrtoul.obj" \ - "$(INTDIR)/longobject.obj" \ - "$(INTDIR)/cgensupport.obj" \ - "$(INTDIR)/compile.obj" \ - "$(INTDIR)/cobject.obj" \ - "$(INTDIR)/getplatform.obj" \ - "$(INTDIR)/importdl.obj" \ - "$(INTDIR)/threadmodule.obj" \ - "$(INTDIR)/binascii.obj" \ - "$(INTDIR)/ceval.obj" \ - "$(INTDIR)/timemodule.obj" \ - "$(INTDIR)/main.obj" \ - "$(INTDIR)/methodobject.obj" \ - "$(INTDIR)/mappingobject.obj" \ - "$(INTDIR)/funcobject.obj" \ - "$(INTDIR)/rgbimgmodule.obj" \ - "$(INTDIR)/rotormodule.obj" \ - "$(INTDIR)/selectmodule.obj" \ - "$(INTDIR)/tupleobject.obj" \ - "$(INTDIR)/signalmodule.obj" \ - "$(INTDIR)/getmtime.obj" \ - "$(INTDIR)/operator.obj" \ - "$(INTDIR)/tokenizer.obj" \ - "$(INTDIR)/accessobject.obj" \ - "$(INTDIR)/classobject.obj" \ - "$(INTDIR)/imageop.obj" \ - "$(INTDIR)/intobject.obj" \ - "$(INTDIR)/regexpr.obj" \ - "$(INTDIR)/modsupport.obj" \ - "$(INTDIR)/listobject.obj" \ - "$(INTDIR)/bltinmodule.obj" \ - "$(INTDIR)/getcompiler.obj" \ - "$(INTDIR)/import.obj" \ - "$(INTDIR)/yuvconvert.obj" \ - "$(INTDIR)/traceback.obj" \ - "$(INTDIR)/sysmodule.obj" \ - "$(INTDIR)/errors.obj" \ - "$(INTDIR)/mathmodule.obj" \ - "$(INTDIR)/errnomodule.obj" \ - "$(INTDIR)/pythonrun.obj" \ - "$(INTDIR)/getargs.obj" \ - "$(INTDIR)/frameobject.obj" \ - "$(INTDIR)/regexmodule.obj" \ - "$(INTDIR)/environment.obj" \ - "$(INTDIR)/floatobject.obj" \ - "$(INTDIR)/parser.obj" \ - "$(INTDIR)/node.obj" \ - "$(INTDIR)/cmathmodule.obj" \ - "$(INTDIR)/fileobject.obj" \ - "$(INTDIR)/graminit.obj" \ - "$(INTDIR)/audioop.obj" \ - "$(INTDIR)/structmodule.obj" \ - "$(INTDIR)/arraymodule.obj" \ - "$(INTDIR)/complexobject.obj" + ".\vc40_nt\Debug\binascii.obj" \ + ".\vc40_nt\Debug\getcopyright.obj" \ + ".\vc40_nt\Debug\newmodule.obj" \ + ".\vc40_nt\Debug\marshal.obj" \ + ".\vc40_nt\Debug\getplatform.obj" \ + ".\vc40_nt\Debug\intobject.obj" \ + ".\vc40_nt\Debug\myreadline.obj" \ + ".\vc40_nt\Debug\compile.obj" \ + ".\vc40_nt\Debug\cobject.obj" \ + ".\vc40_nt\Debug\grammar1.obj" \ + ".\vc40_nt\Debug\abstract.obj" \ + ".\vc40_nt\Debug\threadmodule.obj" \ + ".\vc40_nt\Debug\mystrtoul.obj" \ + ".\vc40_nt\Debug\mappingobject.obj" \ + ".\vc40_nt\Debug\methodobject.obj" \ + ".\vc40_nt\Debug\rotormodule.obj" \ + ".\vc40_nt\Debug\tupleobject.obj" \ + ".\vc40_nt\Debug\rgbimgmodule.obj" \ + ".\vc40_nt\Debug\selectmodule.obj" \ + ".\vc40_nt\Debug\typeobject.obj" \ + ".\vc40_nt\Debug\classobject.obj" \ + ".\vc40_nt\Debug\signalmodule.obj" \ + ".\vc40_nt\Debug\accessobject.obj" \ + ".\vc40_nt\Debug\md5c.obj" \ + ".\vc40_nt\Debug\bltinmodule.obj" \ + ".\vc40_nt\Debug\getversion.obj" \ + ".\vc40_nt\Debug\getcompiler.obj" \ + ".\vc40_nt\Debug\longobject.obj" \ + ".\vc40_nt\Debug\graminit.obj" \ + ".\vc40_nt\Debug\imageop.obj" \ + ".\vc40_nt\Debug\regexpr.obj" \ + ".\vc40_nt\Debug\errnomodule.obj" \ + ".\vc40_nt\Debug\parser.obj" \ + ".\vc40_nt\Debug\getopt.obj" \ + ".\vc40_nt\Debug\frameobject.obj" \ + ".\vc40_nt\Debug\regexmodule.obj" \ + ".\vc40_nt\Debug\environment.obj" \ + ".\vc40_nt\Debug\floatobject.obj" \ + ".\vc40_nt\Debug\tokenizer.obj" \ + ".\vc40_nt\Debug\posixmodule.obj" \ + ".\vc40_nt\Debug\cmathmodule.obj" \ + ".\vc40_nt\Debug\getargs.obj" \ + ".\vc40_nt\Debug\main.obj" \ + ".\vc40_nt\Debug\config.obj" \ + ".\vc40_nt\Debug\timemodule.obj" \ + ".\vc40_nt\Debug\arraymodule.obj" \ + ".\vc40_nt\Debug\funcobject.obj" \ + ".\vc40_nt\Debug\md5module.obj" \ + ".\vc40_nt\Debug\traceback.obj" \ + ".\vc40_nt\Debug\sysmodule.obj" \ + ".\vc40_nt\Debug\structmodule.obj" \ + ".\vc40_nt\Debug\complexobject.obj" \ + ".\vc40_nt\Debug\pythonrun.obj" \ + ".\vc40_nt\Debug\audioop.obj" \ + ".\vc40_nt\Debug\thread.obj" \ + ".\vc40_nt\Debug\getmtime.obj" \ + ".\vc40_nt\Debug\operator.obj" \ + ".\vc40_nt\Debug\object.obj" \ + ".\vc40_nt\Debug\modsupport.obj" \ + ".\vc40_nt\Debug\listobject.obj" \ + ".\vc40_nt\Debug\moduleobject.obj" \ + ".\vc40_nt\Debug\stropmodule.obj" \ + ".\vc40_nt\Debug\parsetok.obj" \ + ".\vc40_nt\Debug\yuvconvert.obj" \ + ".\vc40_nt\Debug\acceler.obj" \ + ".\vc40_nt\Debug\ceval.obj" \ + ".\vc40_nt\Debug\mathmodule.obj" \ + ".\vc40_nt\Debug\rangeobject.obj" \ + ".\vc40_nt\Debug\structmember.obj" \ + ".\vc40_nt\Debug\import.obj" \ + ".\vc40_nt\Debug\frozen.obj" \ + ".\vc40_nt\Debug\soundex.obj" \ + ".\vc40_nt\Debug\errors.obj" \ + ".\vc40_nt\Debug\node.obj" \ + ".\vc40_nt\Debug\socketmodule.obj" \ + ".\vc40_nt\Debug\fileobject.obj" \ + ".\vc40_nt\Debug\importdl.obj" \ + ".\vc40_nt\Debug\getpath.obj" \ + ".\vc40_nt\Debug\stringobject.obj" \ + ".\vc40_nt\Debug\cgensupport.obj" \ + ".\vc40_nt\Debug\sliceobject.obj" "$(OUTDIR)\pyth_nt.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< @@ -1122,6329 +1130,41 @@ LINK32_OBJS= \ !ENDIF -################################################################################ -# Begin Target - -# Name "vc40 - Win32 Release" -# Name "vc40 - Win32 Debug" - -!IF "$(CFG)" == "vc40 - Win32 Release" - -!ELSEIF "$(CFG)" == "vc40 - Win32 Debug" - -!ENDIF - -# End Target -################################################################################ -# Begin Target - -# Name "vc40_dll - Win32 Release" -# Name "vc40_dll - Win32 Debug" - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -!ENDIF - -################################################################################ -# Begin Source File - -SOURCE=.\Objects\longobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_LONGO=\ - ".\./Include\allobjects.h"\ - ".\./Include\longintrepr.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_LONGO=\ - ".\./Include\allobjects.h"\ - ".\./Include\longintrepr.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\listobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_LISTO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_LISTO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\intobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_INTOB=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_INTOB=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\importdl.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_IMPOR=\ - ".\./Include\allobjects.h"\ - ".\./Include\osdefs.h"\ - ".\Python\importdl.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_IMPOR=\ - ".\Python\dl.h"\ - ".\Python\macdefs.h"\ - ".\Python\macglue.h"\ - - -"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_IMPOR=\ - ".\./Include\allobjects.h"\ - ".\./Include\osdefs.h"\ - ".\Python\importdl.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_IMPOR=\ - ".\Python\dl.h"\ - ".\Python\macdefs.h"\ - ".\Python\macglue.h"\ - - -"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\imageop.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_IMAGE=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_IMAGE=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\grammar1.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GRAMM=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./Include\token.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\Include\bitset.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GRAMM=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./Include\token.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ - - -"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\graminit.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GRAMI=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\Include\bitset.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GRAMI=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ - - -"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getversion.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GETVE=\ - ".\./Include\Python.h"\ - ".\./Include\patchlevel.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GETVE=\ - ".\./Include\Python.h"\ - ".\./Include\patchlevel.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getplatform.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GETPL=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GETPL=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\getpath.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GETPA=\ - ".\./Include\Python.h"\ - ".\./Include\osdefs.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GETPA=\ - ".\./Include\Python.h"\ - ".\./Include\osdefs.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getmtime.c -DEP_CPP_GETMT=\ - ".\./PC\config.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getcopyright.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GETCO=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GETCO=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getcompiler.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GETCOM=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GETCOM=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getargs.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_GETAR=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_GETAR=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\funcobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_FUNCO=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_FUNCO=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\frozen.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_FROZE=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_FROZE=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\frameobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_FRAME=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ - ".\./Include\bltinmodule.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_FRAME=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ - ".\./Include\bltinmodule.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\floatobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_FLOAT=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_FLOAT=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\fileobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_FILEO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\structmember.h"\ - ".\./Include\ceval.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_FILEO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\structmember.h"\ - ".\./Include\ceval.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\errors.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_ERROR=\ - ".\./Include\allobjects.h"\ - ".\./Include\traceback.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_ERROR=\ - ".\./Include\allobjects.h"\ - ".\./Include\traceback.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\environment.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_ENVIR=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_ENVIR=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\PC\config.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_CONFI=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_CONFI=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\complexobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_COMPL=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_COMPL=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\compile.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_COMPI=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\./Include\graminit.h"\ - ".\./Include\compile.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_COMPI=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\./Include\graminit.h"\ - ".\./Include\compile.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\cobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_COBJE=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_COBJE=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\cmathmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_CMATH=\ - ".\./Include\allobjects.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_CMATH=\ - ".\Modules\complexobject.h"\ - - -"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_CMATH=\ - ".\./Include\allobjects.h"\ - ".\./Include\complexobject.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\classobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_CLASS=\ - ".\./Include\allobjects.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_CLASS=\ - ".\./Include\allobjects.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\cgensupport.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_CGENS=\ - ".\./Include\allobjects.h"\ - ".\./Include\cgensupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_CGENS=\ - ".\./Include\allobjects.h"\ - ".\./Include\cgensupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\ceval.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_CEVAL=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\eval.h"\ - ".\./Include\opcode.h"\ - ".\./Include\graminit.h"\ - ".\./Include\thread.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_CEVAL=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\eval.h"\ - ".\./Include\opcode.h"\ - ".\./Include\graminit.h"\ - ".\./Include\thread.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\bltinmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_BLTIN=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\graminit.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\import.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_BLTIN=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\graminit.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\import.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\binascii.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_BINAS=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_BINAS=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\audioop.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_AUDIO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_AUDIO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\arraymodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_ARRAY=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_ARRAY=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\accessobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_ACCES=\ - ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ - ".\./Include\structmember.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_ACCES=\ - ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ - ".\./Include\structmember.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\acceler.c -DEP_CPP_ACCEL=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\Parser\parser.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ - - -"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\abstract.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_ABSTR=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_ABSTR=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\yuvconvert.c -DEP_CPP_YUVCO=\ - ".\Modules\yuv.h"\ - - -"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\typeobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_TYPEO=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_TYPEO=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\tupleobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_TUPLE=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_TUPLE=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\traceback.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_TRACE=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\traceback.h"\ - ".\./Include\structmember.h"\ - ".\./Include\osdefs.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_TRACE=\ - ".\Python\sysmodule.h"\ - - -"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_TRACE=\ - ".\./Include\allobjects.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\traceback.h"\ - ".\./Include\structmember.h"\ - ".\./Include\osdefs.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\tokenizer.c -DEP_CPP_TOKEN=\ - ".\./Include\pgenheaders.h"\ - ".\Parser\tokenizer.h"\ - ".\./Include\errcode.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\./Include\token.h"\ - - -"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\timemodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_TIMEM=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\unistd.h"\ - ".\./Include\myselect.h"\ - ".\./Include\mytime.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\i86.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_TIMEM=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\unistd.h"\ - ".\./Include\myselect.h"\ - ".\./Include\mytime.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\i86.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\threadmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_THREA=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_THREA=\ - ".\Modules\thread.h"\ - - -"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_THREA=\ - ".\./Include\allobjects.h"\ - ".\./Include\thread.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\thread.c -DEP_CPP_THREAD=\ - ".\./PC\config.h"\ - ".\./Include\thread.h"\ - ".\Python\thread_sgi.h"\ - ".\Python\thread_solaris.h"\ - ".\Python\thread_lwp.h"\ - ".\Python\thread_pthread.h"\ - ".\Python\thread_cthread.h"\ - ".\Python\thread_nt.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\unistd.h"\ - - -"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\structmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_STRUC=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_STRUC=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\structmember.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_STRUCT=\ - ".\./Include\allobjects.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_STRUCT=\ - ".\./Include\allobjects.h"\ - ".\./Include\structmember.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\stropmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_STROP=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_STROP=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\stringobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_STRIN=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_STRIN=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\soundex.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_SOUND=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_SOUND=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\signalmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_SIGNA=\ - ".\./Include\Python.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_SIGNA=\ - ".\Modules\intrcheck.h"\ - ".\Modules\thread.h"\ - - -"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_SIGNA=\ - ".\./Include\Python.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\thread.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\rotormodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_ROTOR=\ - ".\./Include\Python.h"\ - ".\./Include\mymath.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_ROTOR=\ - ".\./Include\Python.h"\ - ".\./Include\mymath.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\rgbimgmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_RGBIM=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - {$(INCLUDE)}"\unistd.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_RGBIM=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - {$(INCLUDE)}"\unistd.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\regexpr.c -DEP_CPP_REGEX=\ - ".\./Include\myproto.h"\ - ".\Modules\regexpr.h"\ - ".\./PC\config.h"\ - ".\./Include\rename2.h"\ - -NODEP_CPP_REGEX=\ - ".\Modules\lisp.h"\ - ".\Modules\buffer.h"\ - ".\Modules\syntax.h"\ - - -"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\regexmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_REGEXM=\ - ".\./Include\Python.h"\ - ".\Modules\regexpr.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_REGEXM=\ - ".\./Include\Python.h"\ - ".\Modules\regexpr.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\rangeobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_RANGE=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_RANGE=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\pythonrun.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_PYTHO=\ - ".\./Include\allobjects.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\./Include\parsetok.h"\ - ".\./Include\graminit.h"\ - ".\./Include\errcode.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ - ".\./Include\ceval.h"\ - ".\./Include\import.h"\ - ".\./Include\marshal.h"\ - ".\./Include\thread.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\intrcheck.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ - - -"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_PYTHO=\ - ".\./Include\allobjects.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\./Include\parsetok.h"\ - ".\./Include\graminit.h"\ - ".\./Include\errcode.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ - ".\./Include\ceval.h"\ - ".\./Include\import.h"\ - ".\./Include\marshal.h"\ - ".\./Include\thread.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ - - -"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\parsetok.c -DEP_CPP_PARSE=\ - ".\./Include\pgenheaders.h"\ - ".\Parser\tokenizer.h"\ - ".\./Include\node.h"\ - ".\./Include\grammar.h"\ - ".\Parser\parser.h"\ - ".\./Include\parsetok.h"\ - ".\./Include\errcode.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\./Include\token.h"\ - ".\Include\bitset.h"\ - - -"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\parser.c -DEP_CPP_PARSER=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\token.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\Parser\parser.h"\ - ".\./Include\errcode.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ - - -"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\object.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_OBJEC=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_OBJEC=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\node.c -DEP_CPP_NODE_=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\node.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\newmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_NEWMO=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_NEWMO=\ - ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\marshal.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_MARSH=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\longintrepr.h"\ - ".\./Include\compile.h"\ - ".\./Include\marshal.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_MARSH=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\longintrepr.h"\ - ".\./Include\compile.h"\ - ".\./Include\marshal.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\mystrtoul.c -DEP_CPP_MYSTR=\ - ".\./PC\config.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\myreadline.c -DEP_CPP_MYREA=\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\moduleobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_MODUL=\ - ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_MODUL=\ - ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\modsupport.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_MODSU=\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_MODSU=\ - ".\Python\import.h"\ - - -"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_MODSU=\ - ".\./Include\allobjects.h"\ - ".\./Include\import.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\methodobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_METHO=\ - ".\./Include\allobjects.h"\ - ".\./Include\token.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_METHO=\ - ".\./Include\allobjects.h"\ - ".\./Include\token.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\md5module.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_MD5MO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\Modules\md5.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_MD5MO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\Modules\md5.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\md5c.c -DEP_CPP_MD5C_=\ - ".\./PC\config.h"\ - ".\Modules\md5.h"\ - - -"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\mathmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_MATHM=\ - ".\./Include\allobjects.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_MATHM=\ - ".\./Include\allobjects.h"\ - ".\./Include\mymath.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Objects\mappingobject.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_MAPPI=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_MAPPI=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\PC\python.def - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\socketmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_SOCKE=\ - ".\./Include\Python.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\mytime.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_SOCKE=\ - ".\./Include\Python.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\mytime.h"\ - ".\./Include\allobjects.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\selectmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_SELEC=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\myselect.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - ".\./Include\mytime.h"\ - - -"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_SELEC=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\myselect.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - ".\./Include\mytime.h"\ - - -"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\sysmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_SYSMO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\osdefs.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_SYSMO=\ - ".\Python\sysmodule.h"\ - ".\Python\import.h"\ - - -"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_SYSMO=\ - ".\./Include\allobjects.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\import.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\osdefs.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\import.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_IMPORT=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\./Include\graminit.h"\ - ".\./Include\import.h"\ - ".\./Include\errcode.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\marshal.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ - ".\./Include\osdefs.h"\ - ".\Python\importdl.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\intrcheck.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_IMPORT=\ - ".\Python\macglue.h"\ - - -"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_IMPORT=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\./Include\graminit.h"\ - ".\./Include\import.h"\ - ".\./Include\errcode.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\marshal.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ - ".\./Include\osdefs.h"\ - ".\Python\importdl.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_IMPORT=\ - ".\Python\macglue.h"\ - - -"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\posixmodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_POSIX=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ - ".\./Include\mytime.h"\ - {$(INCLUDE)}"\unistd.h"\ - {$(INCLUDE)}"\sys\UTIME.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_POSIX=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ - ".\./Include\mytime.h"\ - {$(INCLUDE)}"\unistd.h"\ - {$(INCLUDE)}"\sys\UTIME.H"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - +################################################################################ +# Begin Target -"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) +# Name "vc40 - Win32 Release" +# Name "vc40 - Win32 Debug" + +!IF "$(CFG)" == "vc40 - Win32 Release" +!ELSEIF "$(CFG)" == "vc40 - Win32 Debug" !ENDIF -# End Source File +# End Target ################################################################################ -# Begin Source File +# Begin Target -SOURCE=.\Modules\operator.c +# Name "vc40_dll - Win32 Release" +# Name "vc40_dll - Win32 Debug" !IF "$(CFG)" == "vc40_dll - Win32 Release" -DEP_CPP_OPERA=\ - ".\./Include\Python.h"\ +!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" + +!ENDIF + +################################################################################ +# Begin Source File + +SOURCE=.\Objects\longobject.c +DEP_CPP_LONGO=\ ".\./Include\allobjects.h"\ + ".\./Include\longintrepr.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7465,13 +1185,14 @@ DEP_CPP_OPERA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -7479,17 +1200,22 @@ DEP_CPP_OPERA=\ ".\./Include\thread.h"\ -"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" +"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_OPERA=\ - ".\./Include\Python.h"\ +SOURCE=.\Objects\listobject.c +DEP_CPP_LISTO=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7510,35 +1236,33 @@ DEP_CPP_OPERA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" +"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\errnomodule.c - -!IF "$(CFG)" == "vc40_dll - Win32 Release" - -DEP_CPP_ERRNO=\ - ".\./Include\Python.h"\ +SOURCE=.\Objects\intobject.c +DEP_CPP_INTOB=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7559,13 +1283,13 @@ DEP_CPP_ERRNO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -7573,49 +1297,23 @@ DEP_CPP_ERRNO=\ ".\./Include\thread.h"\ -"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -NODEP_CPP_ERRNO=\ - ".\Modules\Python.h"\ - - -"$(INTDIR)\errnomodule.obj" : $(SOURCE) "$(INTDIR)" +"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File -# End Target -################################################################################ -# Begin Target - -# Name "vc40_nt - Win32 Release" -# Name "vc40_nt - Win32 Debug" - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" - -!ENDIF - ################################################################################ # Begin Source File -SOURCE=.\Objects\longobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_LONGO=\ +SOURCE=.\Python\importdl.c +DEP_CPP_IMPOR=\ ".\./Include\allobjects.h"\ - ".\./Include\longintrepr.h"\ - ".\./Include\mymath.h"\ + ".\./Include\osdefs.h"\ + ".\Python\importdl.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\sys\STAT.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7636,32 +1334,40 @@ DEP_CPP_LONGO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_IMPOR=\ + ".\Python\dl.h"\ + ".\Python\macdefs.h"\ + ".\Python\macglue.h"\ + -"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" +"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_LONGO=\ +SOURCE=.\Modules\imageop.c +DEP_CPP_IMAGE=\ ".\./Include\allobjects.h"\ - ".\./Include\longintrepr.h"\ - ".\./Include\mymath.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7682,113 +1388,63 @@ DEP_CPP_LONGO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" +"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\listobject.c +SOURCE=.\Parser\grammar1.c -!IF "$(CFG)" == "vc40_nt - Win32 Release" +!IF "$(CFG)" == "vc40_dll - Win32 Release" -DEP_CPP_LISTO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ +DEP_CPP_GRAMM=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\grammar.h"\ + ".\./Include\token.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ - ".\Include\abstract.h"\ + ".\Include\bitset.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ -"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" +"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" -DEP_CPP_LISTO=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ +DEP_CPP_GRAMM=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\grammar.h"\ + ".\./Include\token.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ + ".\Include\bitset.h"\ -"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" +"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -7798,15 +1454,55 @@ DEP_CPP_LISTO=\ ################################################################################ # Begin Source File -SOURCE=.\Objects\intobject.c +SOURCE=.\Python\graminit.c -!IF "$(CFG)" == "vc40_nt - Win32 Release" +!IF "$(CFG)" == "vc40_dll - Win32 Release" -DEP_CPP_INTOB=\ +DEP_CPP_GRAMI=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\grammar.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\Include\bitset.h"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" + +DEP_CPP_GRAMI=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\grammar.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + ".\Include\bitset.h"\ + + +"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\getversion.c +DEP_CPP_GETVE=\ + ".\./Include\Python.h"\ + ".\./Include\patchlevel.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7827,12 +1523,14 @@ DEP_CPP_INTOB=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -7840,17 +1538,20 @@ DEP_CPP_INTOB=\ ".\./Include\thread.h"\ -"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" +"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_INTOB=\ +SOURCE=.\Python\getplatform.c +DEP_CPP_GETPL=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7871,38 +1572,36 @@ DEP_CPP_INTOB=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" +"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\importdl.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_IMPOR=\ - ".\./Include\allobjects.h"\ +SOURCE=.\Modules\getpath.c +DEP_CPP_GETPA=\ + ".\./Include\Python.h"\ ".\./Include\osdefs.h"\ - ".\Python\importdl.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ + ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7923,39 +1622,51 @@ DEP_CPP_IMPOR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -NODEP_CPP_IMPOR=\ - ".\Python\dl.h"\ - ".\Python\macdefs.h"\ - ".\Python\macglue.h"\ - -"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" +"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_IMPOR=\ - ".\./Include\allobjects.h"\ - ".\./Include\osdefs.h"\ - ".\Python\importdl.h"\ +SOURCE=.\Python\getmtime.c +DEP_CPP_GETMT=\ + ".\./PC\config.h"\ {$(INCLUDE)}"\sys\TYPES.H"\ {$(INCLUDE)}"\sys\STAT.H"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\getcopyright.c +DEP_CPP_GETCO=\ + ".\./Include\Python.h"\ + ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7976,41 +1687,35 @@ DEP_CPP_IMPOR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -NODEP_CPP_IMPOR=\ - ".\Python\dl.h"\ - ".\Python\macdefs.h"\ - ".\Python\macglue.h"\ - -"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" +"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\imageop.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_IMAGE=\ +SOURCE=.\Python\getcompiler.c +DEP_CPP_GETCOM=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8031,12 +1736,14 @@ DEP_CPP_IMAGE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -8044,17 +1751,19 @@ DEP_CPP_IMAGE=\ ".\./Include\thread.h"\ -"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" +"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_IMAGE=\ +SOURCE=.\Python\getargs.c +DEP_CPP_GETAR=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8075,60 +1784,22 @@ DEP_CPP_IMAGE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\grammar1.c -DEP_CPP_GRAMM=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./Include\token.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\Include\bitset.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\graminit.c -DEP_CPP_GRAMI=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\Include\bitset.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" +"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -8136,16 +1807,13 @@ DEP_CPP_GRAMI=\ ################################################################################ # Begin Source File -SOURCE=.\Python\getversion.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_GETVE=\ - ".\./Include\Python.h"\ - ".\./Include\patchlevel.h"\ +SOURCE=.\Objects\funcobject.c +DEP_CPP_FUNCO=\ ".\./Include\allobjects.h"\ + ".\./Include\compile.h"\ + ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8166,13 +1834,14 @@ DEP_CPP_GETVE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -8180,18 +1849,20 @@ DEP_CPP_GETVE=\ ".\./Include\thread.h"\ -"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" +"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_GETVE=\ +SOURCE=.\Python\frozen.c +DEP_CPP_FROZE=\ ".\./Include\Python.h"\ - ".\./Include\patchlevel.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8212,36 +1883,39 @@ DEP_CPP_GETVE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" +"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\getplatform.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_GETPL=\ - ".\./Include\Python.h"\ +SOURCE=.\Objects\frameobject.c +DEP_CPP_FRAME=\ ".\./Include\allobjects.h"\ + ".\./Include\compile.h"\ + ".\./Include\frameobject.h"\ + ".\./Include\opcode.h"\ + ".\./Include\structmember.h"\ + ".\./Include\bltinmodule.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8262,31 +1936,35 @@ DEP_CPP_GETPL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" +"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_GETPL=\ - ".\./Include\Python.h"\ +SOURCE=.\Objects\floatobject.c +DEP_CPP_FLOAT=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8307,37 +1985,36 @@ DEP_CPP_GETPL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" +"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\getpath.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_GETPA=\ - ".\./Include\Python.h"\ - ".\./Include\osdefs.h"\ +SOURCE=.\Objects\fileobject.c +DEP_CPP_FILEO=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\structmember.h"\ + ".\./Include\ceval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8358,13 +2035,12 @@ DEP_CPP_GETPA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -8372,18 +2048,20 @@ DEP_CPP_GETPA=\ ".\./Include\thread.h"\ -"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" +"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_GETPA=\ - ".\./Include\Python.h"\ - ".\./Include\osdefs.h"\ +SOURCE=.\Python\errors.c +DEP_CPP_ERROR=\ ".\./Include\allobjects.h"\ + ".\./Include\traceback.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8403,37 +2081,22 @@ DEP_CPP_GETPA=\ ".\Include\classobject.h"\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getmtime.c -DEP_CPP_GETMT=\ - ".\./PC\config.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)" +"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -8441,15 +2104,11 @@ DEP_CPP_GETMT=\ ################################################################################ # Begin Source File -SOURCE=.\Python\getcopyright.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_GETCO=\ - ".\./Include\Python.h"\ +SOURCE=.\Modules\environment.c +DEP_CPP_ENVIR=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8470,13 +2129,14 @@ DEP_CPP_GETCO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -8484,17 +2144,20 @@ DEP_CPP_GETCO=\ ".\./Include\thread.h"\ -"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" +"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_GETCO=\ +SOURCE=.\PC\config.c +DEP_CPP_CONFI=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8515,36 +2178,36 @@ DEP_CPP_GETCO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" +"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\getcompiler.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_GETCOM=\ - ".\./Include\Python.h"\ +SOURCE=.\Objects\complexobject.c +DEP_CPP_COMPL=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8565,13 +2228,13 @@ DEP_CPP_GETCOM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -8579,17 +2242,25 @@ DEP_CPP_GETCOM=\ ".\./Include\thread.h"\ -"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" +"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_GETCOM=\ - ".\./Include\Python.h"\ +SOURCE=.\Python\compile.c +DEP_CPP_COMPI=\ ".\./Include\allobjects.h"\ + ".\./Include\node.h"\ + ".\./Include\token.h"\ + ".\./Include\graminit.h"\ + ".\./Include\compile.h"\ + ".\./Include\opcode.h"\ + ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8610,35 +2281,35 @@ DEP_CPP_GETCOM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" +"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\getargs.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_GETAR=\ +SOURCE=.\Objects\cobject.c +DEP_CPP_COBJE=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8659,13 +2330,14 @@ DEP_CPP_GETAR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -8673,16 +2345,21 @@ DEP_CPP_GETAR=\ ".\./Include\thread.h"\ -"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" +"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_GETAR=\ +SOURCE=.\Modules\cmathmodule.c +DEP_CPP_CMATH=\ ".\./Include\allobjects.h"\ + ".\./Include\complexobject.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8690,7 +2367,6 @@ DEP_CPP_GETAR=\ ".\Include\intobject.h"\ ".\Include\longobject.h"\ ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ ".\Include\rangeobject.h"\ ".\Include\stringobject.h"\ ".\Include\tupleobject.h"\ @@ -8703,37 +2379,35 @@ DEP_CPP_GETAR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" +"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\funcobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_FUNCO=\ +SOURCE=.\Objects\classobject.c +DEP_CPP_CLASS=\ ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8754,13 +2428,14 @@ DEP_CPP_FUNCO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -8768,18 +2443,20 @@ DEP_CPP_FUNCO=\ ".\./Include\thread.h"\ -"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" +"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_FUNCO=\ +SOURCE=.\Python\cgensupport.c +DEP_CPP_CGENS=\ ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\structmember.h"\ + ".\./Include\cgensupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8800,36 +2477,40 @@ DEP_CPP_FUNCO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" +"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\frozen.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_FROZE=\ - ".\./Include\Python.h"\ +SOURCE=.\Python\ceval.c +DEP_CPP_CEVAL=\ ".\./Include\allobjects.h"\ + ".\./Include\compile.h"\ + ".\./Include\frameobject.h"\ + ".\./Include\eval.h"\ + ".\./Include\opcode.h"\ + ".\./Include\graminit.h"\ + ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8850,31 +2531,39 @@ DEP_CPP_FROZE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ -"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" +"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_FROZE=\ - ".\./Include\Python.h"\ +SOURCE=.\Python\bltinmodule.c +DEP_CPP_BLTIN=\ ".\./Include\allobjects.h"\ + ".\./Include\node.h"\ + ".\./Include\graminit.h"\ + ".\./Include\bltinmodule.h"\ + ".\./Include\import.h"\ + ".\./Include\compile.h"\ + ".\./Include\eval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8895,40 +2584,33 @@ DEP_CPP_FROZE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" +"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\frameobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_FRAME=\ +SOURCE=.\Modules\binascii.c +DEP_CPP_BINAS=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ - ".\./Include\bltinmodule.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8949,34 +2631,36 @@ DEP_CPP_FRAME=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" +"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_FRAME=\ +SOURCE=.\Modules\audioop.c +DEP_CPP_AUDIO=\ ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ - ".\./Include\bltinmodule.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8997,37 +2681,36 @@ DEP_CPP_FRAME=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" +"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\floatobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_FLOAT=\ +SOURCE=.\Modules\arraymodule.c +DEP_CPP_ARRAY=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ + ".\./Include\ceval.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9048,12 +2731,12 @@ DEP_CPP_FLOAT=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9061,18 +2744,22 @@ DEP_CPP_FLOAT=\ ".\./Include\thread.h"\ -"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" +"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_FLOAT=\ +SOURCE=.\Objects\accessobject.c +DEP_CPP_ACCES=\ ".\./Include\allobjects.h"\ + ".\./Include\ceval.h"\ + ".\./Include\structmember.h"\ ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9093,37 +2780,56 @@ DEP_CPP_FLOAT=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" +"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\fileobject.c +SOURCE=.\Parser\acceler.c +DEP_CPP_ACCEL=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\grammar.h"\ + ".\./Include\node.h"\ + ".\./Include\token.h"\ + ".\Parser\parser.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + ".\Include\bitset.h"\ + -!IF "$(CFG)" == "vc40_nt - Win32 Release" +"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) -DEP_CPP_FILEO=\ + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\abstract.c +DEP_CPP_ABSTR=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\structmember.h"\ - ".\./Include\ceval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9144,11 +2850,14 @@ DEP_CPP_FILEO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9156,19 +2865,32 @@ DEP_CPP_FILEO=\ ".\./Include\thread.h"\ -"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" +"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_FILEO=\ +SOURCE=.\Modules\yuvconvert.c +DEP_CPP_YUVCO=\ + ".\Modules\yuv.h"\ + + +"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\typeobject.c +DEP_CPP_TYPEO=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\structmember.h"\ - ".\./Include\ceval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9189,34 +2911,34 @@ DEP_CPP_FILEO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" +"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\errors.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_ERROR=\ +SOURCE=.\Objects\tupleobject.c +DEP_CPP_TUPLE=\ ".\./Include\allobjects.h"\ - ".\./Include\traceback.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9236,13 +2958,15 @@ DEP_CPP_ERROR=\ ".\Include\classobject.h"\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ + ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9250,17 +2974,25 @@ DEP_CPP_ERROR=\ ".\./Include\thread.h"\ -"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" +"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_ERROR=\ +SOURCE=.\Python\traceback.c +DEP_CPP_TRACE=\ ".\./Include\allobjects.h"\ + ".\./Include\sysmodule.h"\ + ".\./Include\compile.h"\ + ".\./Include\frameobject.h"\ ".\./Include\traceback.h"\ + ".\./Include\structmember.h"\ + ".\./Include\osdefs.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9280,35 +3012,60 @@ DEP_CPP_ERROR=\ ".\Include\classobject.h"\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" +"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\environment.c +SOURCE=.\Parser\tokenizer.c +DEP_CPP_TOKEN=\ + ".\./Include\pgenheaders.h"\ + ".\Parser\tokenizer.h"\ + ".\./Include\errcode.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + ".\./Include\token.h"\ + -!IF "$(CFG)" == "vc40_nt - Win32 Release" +"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) -DEP_CPP_ENVIR=\ + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\timemodule.c +DEP_CPP_TIMEM=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\unistd.h"\ + {$(INCLUDE)}"\sys\TIMEB.H"\ + {$(INCLUDE)}"\i86.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9329,30 +3086,37 @@ DEP_CPP_ENVIR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_TIMEM=\ + ".\Modules\myselect.h"\ + ".\Modules\mytime.h"\ + -"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)" +"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_ENVIR=\ +SOURCE=.\Modules\threadmodule.c +DEP_CPP_THREA=\ ".\./Include\allobjects.h"\ + ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9373,36 +3137,56 @@ DEP_CPP_ENVIR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ -"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)" +"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\PC\config.c +SOURCE=.\Python\thread.c +DEP_CPP_THREAD=\ + ".\./PC\config.h"\ + ".\./Include\thread.h"\ + ".\Python\thread_sgi.h"\ + ".\Python\thread_solaris.h"\ + ".\Python\thread_lwp.h"\ + ".\Python\thread_pthread.h"\ + ".\Python\thread_cthread.h"\ + ".\Python\thread_nt.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\unistd.h"\ + -!IF "$(CFG)" == "vc40_nt - Win32 Release" +"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) -DEP_CPP_CONFI=\ - ".\./Include\Python.h"\ + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\structmodule.c +DEP_CPP_STRUC=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9423,13 +3207,13 @@ DEP_CPP_CONFI=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9437,17 +3221,20 @@ DEP_CPP_CONFI=\ ".\./Include\thread.h"\ -"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" +"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_CONFI=\ - ".\./Include\Python.h"\ +SOURCE=.\Python\structmember.c +DEP_CPP_STRUCT=\ ".\./Include\allobjects.h"\ + ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9468,37 +3255,35 @@ DEP_CPP_CONFI=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" +"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\complexobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_COMPL=\ +SOURCE=.\Modules\stropmodule.c +DEP_CPP_STROP=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9519,12 +3304,13 @@ DEP_CPP_COMPL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9532,18 +3318,19 @@ DEP_CPP_COMPL=\ ".\./Include\thread.h"\ -"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" +"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_COMPL=\ +SOURCE=.\Objects\stringobject.c +DEP_CPP_STRIN=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9564,40 +3351,35 @@ DEP_CPP_COMPL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" +"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\compile.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_COMPI=\ +SOURCE=.\Modules\soundex.c +DEP_CPP_SOUND=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\./Include\graminit.h"\ - ".\./Include\compile.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9618,13 +3400,14 @@ DEP_CPP_COMPI=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9632,22 +3415,21 @@ DEP_CPP_COMPI=\ ".\./Include\thread.h"\ -"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" +"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_COMPI=\ +SOURCE=.\Modules\signalmodule.c +DEP_CPP_SIGNA=\ + ".\./Include\Python.h"\ + ".\./Include\thread.h"\ ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\./Include\graminit.h"\ - ".\./Include\compile.h"\ - ".\./Include\opcode.h"\ - ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9668,36 +3450,38 @@ DEP_CPP_COMPI=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ + +NODEP_CPP_SIGNA=\ + ".\Modules\intrcheck.h"\ -"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" +"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\cobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_COBJE=\ +SOURCE=.\Modules\rotormodule.c +DEP_CPP_ROTOR=\ ".\./Include\Python.h"\ + ".\./Include\mymath.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9718,13 +3502,14 @@ DEP_CPP_COBJE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9732,17 +3517,21 @@ DEP_CPP_COBJE=\ ".\./Include\thread.h"\ -"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" +"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_COBJE=\ - ".\./Include\Python.h"\ +SOURCE=.\Modules\rgbimgmodule.c +DEP_CPP_RGBIM=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + {$(INCLUDE)}"\unistd.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9763,36 +3552,55 @@ DEP_CPP_COBJE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" +"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\cmathmodule.c +SOURCE=.\Modules\regexpr.c +DEP_CPP_REGEX=\ + ".\Modules\regexpr.h"\ + ".\./PC\config.h"\ + +NODEP_CPP_REGEX=\ + ".\Modules\myproto.h"\ + ".\Modules\lisp.h"\ + ".\Modules\buffer.h"\ + ".\Modules\syntax.h"\ + -!IF "$(CFG)" == "vc40_nt - Win32 Release" +"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) -DEP_CPP_CMATH=\ + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\regexmodule.c +DEP_CPP_REGEXM=\ + ".\./Include\Python.h"\ + ".\Modules\regexpr.h"\ ".\./Include\allobjects.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9813,35 +3621,34 @@ DEP_CPP_CMATH=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -NODEP_CPP_CMATH=\ - ".\Modules\complexobject.h"\ - -"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" +"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_CMATH=\ +SOURCE=.\Objects\rangeobject.c +DEP_CPP_RANGE=\ ".\./Include\allobjects.h"\ - ".\./Include\complexobject.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9849,6 +3656,7 @@ DEP_CPP_CMATH=\ ".\Include\intobject.h"\ ".\Include\longobject.h"\ ".\Include\floatobject.h"\ + ".\./Include\complexobject.h"\ ".\Include\rangeobject.h"\ ".\Include\stringobject.h"\ ".\Include\tupleobject.h"\ @@ -9861,36 +3669,45 @@ DEP_CPP_CMATH=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" +"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\classobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_CLASS=\ +SOURCE=.\Python\pythonrun.c +DEP_CPP_PYTHO=\ ".\./Include\allobjects.h"\ - ".\./Include\structmember.h"\ + ".\./Include\grammar.h"\ + ".\./Include\node.h"\ + ".\./Include\graminit.h"\ + ".\./Include\errcode.h"\ + ".\./Include\sysmodule.h"\ + ".\./Include\bltinmodule.h"\ + ".\./Include\compile.h"\ + ".\./Include\eval.h"\ + ".\./Include\ceval.h"\ + ".\./Include\import.h"\ + ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9911,81 +3728,86 @@ DEP_CPP_CLASS=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ + ".\Include\bitset.h"\ + +NODEP_CPP_PYTHO=\ + ".\Python\parsetok.h"\ + ".\Python\marshal.h"\ -"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" +"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_CLASS=\ - ".\./Include\allobjects.h"\ - ".\./Include\structmember.h"\ +SOURCE=.\Parser\parsetok.c +DEP_CPP_PARSE=\ + ".\./Include\pgenheaders.h"\ + ".\Parser\tokenizer.h"\ + ".\./Include\node.h"\ + ".\./Include\grammar.h"\ + ".\Parser\parser.h"\ + ".\./Include\errcode.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ + ".\./Include\token.h"\ + ".\Include\bitset.h"\ + +NODEP_CPP_PARSE=\ + ".\Parser\parsetok.h"\ -"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" +"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\cgensupport.c +SOURCE=.\Parser\parser.c +DEP_CPP_PARSER=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\token.h"\ + ".\./Include\grammar.h"\ + ".\./Include\node.h"\ + ".\Parser\parser.h"\ + ".\./Include\errcode.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + ".\Include\bitset.h"\ + -!IF "$(CFG)" == "vc40_nt - Win32 Release" +"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) -DEP_CPP_CGENS=\ + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\object.c +DEP_CPP_OBJEC=\ ".\./Include\allobjects.h"\ - ".\./Include\cgensupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10006,13 +3828,14 @@ DEP_CPP_CGENS=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -10020,17 +3843,39 @@ DEP_CPP_CGENS=\ ".\./Include\thread.h"\ -"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)" +"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_CGENS=\ +SOURCE=.\Parser\node.c +DEP_CPP_NODE_=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\node.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\newmodule.c +DEP_CPP_NEWMO=\ ".\./Include\allobjects.h"\ - ".\./Include\cgensupport.h"\ + ".\./Include\compile.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10051,41 +3896,37 @@ DEP_CPP_CGENS=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)" +"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\ceval.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_CEVAL=\ +SOURCE=.\Python\marshal.c +DEP_CPP_MARSH=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\longintrepr.h"\ ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\eval.h"\ - ".\./Include\opcode.h"\ - ".\./Include\graminit.h"\ - ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10106,35 +3947,69 @@ DEP_CPP_CEVAL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ + +NODEP_CPP_MARSH=\ + ".\Python\marshal.h"\ -"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" +"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_CEVAL=\ +SOURCE=.\Python\mystrtoul.c +DEP_CPP_MYSTR=\ + ".\./PC\config.h"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\myreadline.c +DEP_CPP_MYREA=\ + ".\./PC\config.h"\ + +NODEP_CPP_MYREA=\ + ".\Parser\myproto.h"\ + ".\Parser\mymalloc.h"\ + ".\Parser\intrcheck.h"\ + + +"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\moduleobject.c +DEP_CPP_MODUL=\ ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\eval.h"\ - ".\./Include\opcode.h"\ - ".\./Include\graminit.h"\ - ".\./Include\thread.h"\ + ".\./Include\ceval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10155,40 +4030,34 @@ DEP_CPP_CEVAL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" +"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\bltinmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_BLTIN=\ +SOURCE=.\Python\modsupport.c +DEP_CPP_MODSU=\ ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\graminit.h"\ - ".\./Include\bltinmodule.h"\ ".\./Include\import.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10209,34 +4078,34 @@ DEP_CPP_BLTIN=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" +"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_BLTIN=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\graminit.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\import.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ +SOURCE=.\Objects\methodobject.c +DEP_CPP_METHO=\ + ".\./Include\allobjects.h"\ + ".\./Include\token.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10257,36 +4126,36 @@ DEP_CPP_BLTIN=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" +"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\binascii.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_BINAS=\ - ".\./Include\Python.h"\ +SOURCE=.\Modules\md5module.c +DEP_CPP_MD5MO=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\Modules\md5.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10307,13 +4176,13 @@ DEP_CPP_BINAS=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -10321,17 +4190,34 @@ DEP_CPP_BINAS=\ ".\./Include\thread.h"\ -"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" +"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_BINAS=\ - ".\./Include\Python.h"\ +SOURCE=.\Modules\md5c.c +DEP_CPP_MD5C_=\ + ".\./PC\config.h"\ + ".\Modules\md5.h"\ + + +"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\mathmodule.c +DEP_CPP_MATHM=\ ".\./Include\allobjects.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10352,37 +4238,35 @@ DEP_CPP_BINAS=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" +"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\audioop.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_AUDIO=\ +SOURCE=.\Objects\mappingobject.c +DEP_CPP_MAPPI=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10403,12 +4287,13 @@ DEP_CPP_AUDIO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -10416,18 +4301,33 @@ DEP_CPP_AUDIO=\ ".\./Include\thread.h"\ -"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" +"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_AUDIO=\ +SOURCE=.\PC\python.def + +!IF "$(CFG)" == "vc40_dll - Win32 Release" + +!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\socketmodule.c +DEP_CPP_SOCKE=\ + ".\./Include\Python.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10448,37 +4348,40 @@ DEP_CPP_AUDIO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_SOCKE=\ + ".\Modules\mytime.h"\ + -"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" +"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\arraymodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_ARRAY=\ +SOURCE=.\Modules\selectmodule.c +DEP_CPP_SELEC=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ {$(INCLUDE)}"\sys\TYPES.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10499,31 +4402,39 @@ DEP_CPP_ARRAY=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_SELEC=\ + ".\Modules\myselect.h"\ + -"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" +"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_ARRAY=\ +SOURCE=.\Python\sysmodule.c +DEP_CPP_SYSMO=\ ".\./Include\allobjects.h"\ + ".\./Include\sysmodule.h"\ + ".\./Include\import.h"\ ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ + ".\./Include\osdefs.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10544,36 +4455,42 @@ DEP_CPP_ARRAY=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" +"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\accessobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_ACCES=\ +SOURCE=.\Python\import.c +DEP_CPP_IMPORT=\ ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ - ".\./Include\structmember.h"\ - ".\./Include\modsupport.h"\ + ".\./Include\node.h"\ + ".\./Include\token.h"\ + ".\./Include\graminit.h"\ + ".\./Include\import.h"\ + ".\./Include\errcode.h"\ + ".\./Include\sysmodule.h"\ + ".\./Include\bltinmodule.h"\ + ".\./Include\compile.h"\ + ".\./Include\eval.h"\ + ".\./Include\osdefs.h"\ + ".\Python\importdl.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10594,31 +4511,42 @@ DEP_CPP_ACCES=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_IMPORT=\ + ".\Python\pythonrun.h"\ + ".\Python\marshal.h"\ + ".\Python\macglue.h"\ + -"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)" +"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_ACCES=\ +SOURCE=.\Modules\posixmodule.c +DEP_CPP_POSIX=\ ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ - ".\./Include\structmember.h"\ ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\unistd.h"\ + {$(INCLUDE)}"\sys\UTIME.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10639,82 +4567,36 @@ DEP_CPP_ACCES=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ - -"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\acceler.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_ACCEL=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\Parser\parser.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\Include\bitset.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" - -DEP_CPP_ACCEL=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\Parser\parser.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ +NODEP_CPP_POSIX=\ + ".\Modules\mytime.h"\ -"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" +"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\abstract.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_ABSTR=\ +SOURCE=.\Modules\operator.c +DEP_CPP_OPERA=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10735,13 +4617,14 @@ DEP_CPP_ABSTR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -10749,17 +4632,20 @@ DEP_CPP_ABSTR=\ ".\./Include\thread.h"\ -"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" +"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_ABSTR=\ +SOURCE=.\Modules\errnomodule.c +DEP_CPP_ERRNO=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10780,33 +4666,22 @@ DEP_CPP_ABSTR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\yuvconvert.c -DEP_CPP_YUVCO=\ - ".\Modules\yuv.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ + ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)" +"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -10814,14 +4689,12 @@ DEP_CPP_YUVCO=\ ################################################################################ # Begin Source File -SOURCE=.\Objects\typeobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_TYPEO=\ +SOURCE=.\Objects\sliceobject.c +DEP_CPP_SLICE=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10842,13 +4715,14 @@ DEP_CPP_TYPEO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -10856,16 +4730,34 @@ DEP_CPP_TYPEO=\ ".\./Include\thread.h"\ -"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" +"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +# End Source File +# End Target +################################################################################ +# Begin Target + +# Name "vc40_nt - Win32 Release" +# Name "vc40_nt - Win32 Debug" + +!IF "$(CFG)" == "vc40_nt - Win32 Release" + !ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" -DEP_CPP_TYPEO=\ +!ENDIF + +################################################################################ +# Begin Source File + +SOURCE=.\Objects\longobject.c +DEP_CPP_LONGO=\ ".\./Include\allobjects.h"\ + ".\./Include\longintrepr.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10886,35 +4778,37 @@ DEP_CPP_TYPEO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" +"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\tupleobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_TUPLE=\ +SOURCE=.\Objects\listobject.c +DEP_CPP_LISTO=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10935,13 +4829,12 @@ DEP_CPP_TUPLE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -10949,16 +4842,20 @@ DEP_CPP_TUPLE=\ ".\./Include\thread.h"\ -"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" +"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_TUPLE=\ +SOURCE=.\Objects\intobject.c +DEP_CPP_INTOB=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10979,41 +4876,37 @@ DEP_CPP_TUPLE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" +"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\traceback.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_TRACE=\ +SOURCE=.\Python\importdl.c +DEP_CPP_IMPOR=\ ".\./Include\allobjects.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\traceback.h"\ - ".\./Include\structmember.h"\ ".\./Include\osdefs.h"\ + ".\Python\importdl.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\sys\STAT.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11033,35 +4926,41 @@ DEP_CPP_TRACE=\ ".\Include\classobject.h"\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ + ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_IMPOR=\ + ".\Python\dl.h"\ + ".\Python\macdefs.h"\ + ".\Python\macglue.h"\ + -"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" +"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_TRACE=\ +SOURCE=.\Modules\imageop.c +DEP_CPP_IMAGE=\ ".\./Include\allobjects.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\compile.h"\ - ".\./Include\frameobject.h"\ - ".\./Include\traceback.h"\ - ".\./Include\structmember.h"\ - ".\./Include\osdefs.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11081,86 +4980,77 @@ DEP_CPP_TRACE=\ ".\Include\classobject.h"\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ + ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" +"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\tokenizer.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_TOKEN=\ +SOURCE=.\Parser\grammar1.c +DEP_CPP_GRAMM=\ ".\./Include\pgenheaders.h"\ - ".\Parser\tokenizer.h"\ - ".\./Include\errcode.h"\ + ".\./Include\grammar.h"\ + ".\./Include\token.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ - ".\./Include\token.h"\ + ".\Include\bitset.h"\ ".\./Include\rename2.h"\ -"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" +"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_TOKEN=\ +SOURCE=.\Python\graminit.c +DEP_CPP_GRAMI=\ ".\./Include\pgenheaders.h"\ - ".\Parser\tokenizer.h"\ - ".\./Include\errcode.h"\ + ".\./Include\grammar.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ + ".\Include\bitset.h"\ ".\./Include\rename2.h"\ - ".\./Include\token.h"\ -"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" +"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\timemodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_TIMEM=\ +SOURCE=.\Python\getversion.c +DEP_CPP_GETVE=\ + ".\./Include\Python.h"\ + ".\./Include\patchlevel.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\unistd.h"\ - ".\./Include\myselect.h"\ - ".\./Include\mytime.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\i86.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11181,11 +5071,14 @@ DEP_CPP_TIMEM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -11193,24 +5086,20 @@ DEP_CPP_TIMEM=\ ".\./Include\thread.h"\ -"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" +"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_TIMEM=\ +SOURCE=.\Python\getplatform.c +DEP_CPP_GETPL=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\unistd.h"\ - ".\./Include\myselect.h"\ - ".\./Include\mytime.h"\ - {$(INCLUDE)}"\sys\TIMEB.H"\ - {$(INCLUDE)}"\i86.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11231,34 +5120,36 @@ DEP_CPP_TIMEM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" +"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\threadmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_THREA=\ +SOURCE=.\Modules\getpath.c +DEP_CPP_GETPA=\ + ".\./Include\Python.h"\ + ".\./Include\osdefs.h"\ ".\./Include\allobjects.h"\ - ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11279,30 +5170,51 @@ DEP_CPP_THREA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" +"$(INTDIR)\getpath.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_THREA=\ +SOURCE=.\Python\getmtime.c +DEP_CPP_GETMT=\ + ".\./PC\config.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\sys\STAT.H"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\getcopyright.c +DEP_CPP_GETCO=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11323,41 +5235,22 @@ DEP_CPP_THREA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\thread.c -DEP_CPP_THREAD=\ - ".\./PC\config.h"\ - ".\./Include\thread.h"\ - ".\Python\thread_sgi.h"\ - ".\Python\thread_solaris.h"\ - ".\Python\thread_lwp.h"\ - ".\Python\thread_pthread.h"\ - ".\Python\thread_cthread.h"\ - ".\Python\thread_nt.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\unistd.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ + ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" +"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -11365,15 +5258,12 @@ DEP_CPP_THREAD=\ ################################################################################ # Begin Source File -SOURCE=.\Modules\structmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_STRUC=\ +SOURCE=.\Python\getcompiler.c +DEP_CPP_GETCOM=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11394,12 +5284,14 @@ DEP_CPP_STRUC=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -11407,17 +5299,19 @@ DEP_CPP_STRUC=\ ".\./Include\thread.h"\ -"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" +"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_STRUC=\ +SOURCE=.\Python\getargs.c +DEP_CPP_GETAR=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11438,35 +5332,36 @@ DEP_CPP_STRUC=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" +"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\structmember.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_STRUCT=\ +SOURCE=.\Objects\funcobject.c +DEP_CPP_FUNCO=\ ".\./Include\allobjects.h"\ + ".\./Include\compile.h"\ ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11487,13 +5382,14 @@ DEP_CPP_STRUCT=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -11501,17 +5397,20 @@ DEP_CPP_STRUCT=\ ".\./Include\thread.h"\ -"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" +"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_STRUCT=\ +SOURCE=.\Python\frozen.c +DEP_CPP_FROZE=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11532,36 +5431,39 @@ DEP_CPP_STRUCT=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" +"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\stropmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_STROP=\ +SOURCE=.\Objects\frameobject.c +DEP_CPP_FRAME=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ + ".\./Include\compile.h"\ + ".\./Include\frameobject.h"\ + ".\./Include\opcode.h"\ + ".\./Include\structmember.h"\ + ".\./Include\bltinmodule.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11582,30 +5484,35 @@ DEP_CPP_STROP=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ - ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" +"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_STROP=\ +SOURCE=.\Objects\floatobject.c +DEP_CPP_FLOAT=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11626,34 +5533,36 @@ DEP_CPP_STROP=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" +"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\stringobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_STRIN=\ +SOURCE=.\Objects\fileobject.c +DEP_CPP_FILEO=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\structmember.h"\ + ".\./Include\ceval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11674,13 +5583,12 @@ DEP_CPP_STRIN=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -11688,16 +5596,20 @@ DEP_CPP_STRIN=\ ".\./Include\thread.h"\ -"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" +"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_STRIN=\ +SOURCE=.\Python\errors.c +DEP_CPP_ERROR=\ ".\./Include\allobjects.h"\ + ".\./Include\traceback.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11717,37 +5629,34 @@ DEP_CPP_STRIN=\ ".\Include\classobject.h"\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" +"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\soundex.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_SOUND=\ - ".\./Include\Python.h"\ +SOURCE=.\Modules\environment.c +DEP_CPP_ENVIR=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11768,13 +5677,14 @@ DEP_CPP_SOUND=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -11782,17 +5692,20 @@ DEP_CPP_SOUND=\ ".\./Include\thread.h"\ -"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" +"$(INTDIR)\environment.obj" : $(SOURCE) $(DEP_CPP_ENVIR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_SOUND=\ +SOURCE=.\PC\config.c +DEP_CPP_CONFI=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11813,38 +5726,36 @@ DEP_CPP_SOUND=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" +"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\signalmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_SIGNA=\ - ".\./Include\Python.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\thread.h"\ +SOURCE=.\Objects\complexobject.c +DEP_CPP_COMPL=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11865,31 +5776,39 @@ DEP_CPP_SIGNA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" +"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_SIGNA=\ - ".\./Include\Python.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\thread.h"\ +SOURCE=.\Python\compile.c +DEP_CPP_COMPI=\ ".\./Include\allobjects.h"\ + ".\./Include\node.h"\ + ".\./Include\token.h"\ + ".\./Include\graminit.h"\ + ".\./Include\compile.h"\ + ".\./Include\opcode.h"\ + ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11910,35 +5829,35 @@ DEP_CPP_SIGNA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" +"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\rotormodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_ROTOR=\ +SOURCE=.\Objects\cobject.c +DEP_CPP_COBJE=\ ".\./Include\Python.h"\ - ".\./Include\mymath.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11959,13 +5878,14 @@ DEP_CPP_ROTOR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -11973,18 +5893,21 @@ DEP_CPP_ROTOR=\ ".\./Include\thread.h"\ -"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" +"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_ROTOR=\ - ".\./Include\Python.h"\ - ".\./Include\mymath.h"\ +SOURCE=.\Modules\cmathmodule.c +DEP_CPP_CMATH=\ ".\./Include\allobjects.h"\ + ".\./Include\complexobject.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11992,7 +5915,6 @@ DEP_CPP_ROTOR=\ ".\Include\intobject.h"\ ".\Include\longobject.h"\ ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ ".\Include\rangeobject.h"\ ".\Include\stringobject.h"\ ".\Include\tupleobject.h"\ @@ -12005,37 +5927,35 @@ DEP_CPP_ROTOR=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" +"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\rgbimgmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_RGBIM=\ +SOURCE=.\Objects\classobject.c +DEP_CPP_CLASS=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - {$(INCLUDE)}"\unistd.h"\ + ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12056,12 +5976,14 @@ DEP_CPP_RGBIM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -12069,18 +5991,20 @@ DEP_CPP_RGBIM=\ ".\./Include\thread.h"\ -"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" +"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_RGBIM=\ +SOURCE=.\Python\cgensupport.c +DEP_CPP_CGENS=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - {$(INCLUDE)}"\unistd.h"\ + ".\./Include\cgensupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12101,40 +6025,22 @@ DEP_CPP_RGBIM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\regexpr.c -DEP_CPP_REGEX=\ - ".\./Include\myproto.h"\ - ".\Modules\regexpr.h"\ - ".\./PC\config.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - -NODEP_CPP_REGEX=\ - ".\Modules\lisp.h"\ - ".\Modules\buffer.h"\ - ".\Modules\syntax.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" +"$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -12142,16 +6048,17 @@ NODEP_CPP_REGEX=\ ################################################################################ # Begin Source File -SOURCE=.\Modules\regexmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_REGEXM=\ - ".\./Include\Python.h"\ - ".\Modules\regexpr.h"\ +SOURCE=.\Python\ceval.c +DEP_CPP_CEVAL=\ ".\./Include\allobjects.h"\ + ".\./Include\compile.h"\ + ".\./Include\frameobject.h"\ + ".\./Include\eval.h"\ + ".\./Include\opcode.h"\ + ".\./Include\graminit.h"\ + ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12172,32 +6079,39 @@ DEP_CPP_REGEXM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ -"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" +"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_REGEXM=\ - ".\./Include\Python.h"\ - ".\Modules\regexpr.h"\ +SOURCE=.\Python\bltinmodule.c +DEP_CPP_BLTIN=\ ".\./Include\allobjects.h"\ + ".\./Include\node.h"\ + ".\./Include\graminit.h"\ + ".\./Include\bltinmodule.h"\ + ".\./Include\import.h"\ + ".\./Include\compile.h"\ + ".\./Include\eval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12218,35 +6132,33 @@ DEP_CPP_REGEXM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" +"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\rangeobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_RANGE=\ +SOURCE=.\Modules\binascii.c +DEP_CPP_BINAS=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12267,13 +6179,14 @@ DEP_CPP_RANGE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -12281,16 +6194,21 @@ DEP_CPP_RANGE=\ ".\./Include\thread.h"\ -"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" +"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_RANGE=\ +SOURCE=.\Modules\audioop.c +DEP_CPP_AUDIO=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12311,48 +6229,36 @@ DEP_CPP_RANGE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" +"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\pythonrun.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_PYTHO=\ +SOURCE=.\Modules\arraymodule.c +DEP_CPP_ARRAY=\ ".\./Include\allobjects.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\./Include\parsetok.h"\ - ".\./Include\graminit.h"\ - ".\./Include\errcode.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\import.h"\ - ".\./Include\marshal.h"\ - ".\./Include\thread.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12373,39 +6279,35 @@ DEP_CPP_PYTHO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" +"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_PYTHO=\ +SOURCE=.\Objects\accessobject.c +DEP_CPP_ACCES=\ ".\./Include\allobjects.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\./Include\parsetok.h"\ - ".\./Include\graminit.h"\ - ".\./Include\errcode.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ ".\./Include\ceval.h"\ - ".\./Include\import.h"\ - ".\./Include\marshal.h"\ - ".\./Include\thread.h"\ + ".\./Include\structmember.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12426,109 +6328,190 @@ DEP_CPP_PYTHO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" +"$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\parsetok.c -DEP_CPP_PARSE=\ +SOURCE=.\Parser\acceler.c + +!IF "$(CFG)" == "vc40_nt - Win32 Release" + +DEP_CPP_ACCEL=\ ".\./Include\pgenheaders.h"\ - ".\Parser\tokenizer.h"\ - ".\./Include\node.h"\ ".\./Include\grammar.h"\ + ".\./Include\node.h"\ + ".\./Include\token.h"\ ".\Parser\parser.h"\ - ".\./Include\parsetok.h"\ - ".\./Include\errcode.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ - ".\./Include\rename2.h"\ - ".\./Include\token.h"\ ".\Include\bitset.h"\ + ".\./Include\rename2.h"\ -"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" +"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\parser.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" +!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" -DEP_CPP_PARSER=\ +DEP_CPP_ACCEL=\ ".\./Include\pgenheaders.h"\ - ".\./Include\token.h"\ ".\./Include\grammar.h"\ ".\./Include\node.h"\ + ".\./Include\token.h"\ ".\Parser\parser.h"\ - ".\./Include\errcode.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ ".\Include\bitset.h"\ + + +"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\abstract.c +DEP_CPP_ABSTR=\ + ".\./Include\Python.h"\ + ".\./Include\allobjects.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\accessobject.h"\ + ".\Include\intobject.h"\ + ".\Include\longobject.h"\ + ".\Include\floatobject.h"\ + ".\./Include\complexobject.h"\ + ".\Include\rangeobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\tupleobject.h"\ + ".\Include\listobject.h"\ + ".\Include\mappingobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\moduleobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\classobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\cobject.h"\ + ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ + ".\Include\errors.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" +"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_PARSER=\ - ".\./Include\pgenheaders.h"\ - ".\./Include\token.h"\ - ".\./Include\grammar.h"\ - ".\./Include\node.h"\ - ".\Parser\parser.h"\ - ".\./Include\errcode.h"\ +SOURCE=.\Modules\yuvconvert.c +DEP_CPP_YUVCO=\ + ".\Modules\yuv.h"\ + + +"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\typeobject.c +DEP_CPP_TYPEO=\ + ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ + ".\Include\accessobject.h"\ + ".\Include\intobject.h"\ + ".\Include\longobject.h"\ + ".\Include\floatobject.h"\ + ".\./Include\complexobject.h"\ + ".\Include\rangeobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\tupleobject.h"\ + ".\Include\listobject.h"\ + ".\Include\mappingobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\moduleobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\classobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\cobject.h"\ + ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ + ".\Include\errors.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" +"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\object.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_OBJEC=\ +SOURCE=.\Objects\tupleobject.c +DEP_CPP_TUPLE=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12549,13 +6532,14 @@ DEP_CPP_OBJEC=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -12563,16 +6547,25 @@ DEP_CPP_OBJEC=\ ".\./Include\thread.h"\ -"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" +"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_OBJEC=\ +SOURCE=.\Python\traceback.c +DEP_CPP_TRACE=\ ".\./Include\allobjects.h"\ + ".\./Include\sysmodule.h"\ + ".\./Include\compile.h"\ + ".\./Include\frameobject.h"\ + ".\./Include\traceback.h"\ + ".\./Include\structmember.h"\ + ".\./Include\osdefs.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12592,56 +6585,83 @@ DEP_CPP_OBJEC=\ ".\Include\classobject.h"\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" +"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\node.c -DEP_CPP_NODE_=\ +SOURCE=.\Parser\tokenizer.c + +!IF "$(CFG)" == "vc40_nt - Win32 Release" + +DEP_CPP_TOKEN=\ ".\./Include\pgenheaders.h"\ - ".\./Include\node.h"\ + ".\Parser\tokenizer.h"\ + ".\./Include\errcode.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ + ".\./Include\token.h"\ ".\./Include\rename2.h"\ -"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)" +"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" + +DEP_CPP_TOKEN=\ + ".\./Include\pgenheaders.h"\ + ".\Parser\tokenizer.h"\ + ".\./Include\errcode.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + ".\./Include\token.h"\ + + +"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\newmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_NEWMO=\ +SOURCE=.\Modules\timemodule.c +DEP_CPP_TIMEM=\ ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\unistd.h"\ + {$(INCLUDE)}"\sys\TIMEB.H"\ + {$(INCLUDE)}"\i86.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12662,31 +6682,37 @@ DEP_CPP_NEWMO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_TIMEM=\ + ".\Modules\myselect.h"\ + ".\Modules\mytime.h"\ + -"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" +"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_NEWMO=\ +SOURCE=.\Modules\threadmodule.c +DEP_CPP_THREA=\ ".\./Include\allobjects.h"\ - ".\./Include\compile.h"\ + ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12707,34 +6733,43 @@ DEP_CPP_NEWMO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ -"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" +"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\mystrtoul.c -DEP_CPP_MYSTR=\ +SOURCE=.\Python\thread.c +DEP_CPP_THREAD=\ ".\./PC\config.h"\ - ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ + ".\Python\thread_sgi.h"\ + ".\Python\thread_solaris.h"\ + ".\Python\thread_lwp.h"\ + ".\Python\thread_pthread.h"\ + ".\Python\thread_cthread.h"\ + ".\Python\thread_nt.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\unistd.h"\ -"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)" +"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -12742,16 +6777,47 @@ DEP_CPP_MYSTR=\ ################################################################################ # Begin Source File -SOURCE=.\Parser\myreadline.c -DEP_CPP_MYREA=\ +SOURCE=.\Modules\structmodule.c +DEP_CPP_STRUC=\ + ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\accessobject.h"\ + ".\Include\intobject.h"\ + ".\Include\longobject.h"\ + ".\Include\floatobject.h"\ + ".\./Include\complexobject.h"\ + ".\Include\rangeobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\tupleobject.h"\ + ".\Include\listobject.h"\ + ".\Include\mappingobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\moduleobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\classobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\cobject.h"\ + ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ + ".\Include\errors.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ + ".\./Include\thread.h"\ -"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" +"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -12759,15 +6825,12 @@ DEP_CPP_MYREA=\ ################################################################################ # Begin Source File -SOURCE=.\Objects\moduleobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_MODUL=\ +SOURCE=.\Python\structmember.c +DEP_CPP_STRUCT=\ ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ + ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12788,12 +6851,14 @@ DEP_CPP_MODUL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -12801,17 +6866,20 @@ DEP_CPP_MODUL=\ ".\./Include\thread.h"\ -"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" +"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_MODUL=\ +SOURCE=.\Modules\stropmodule.c +DEP_CPP_STROP=\ ".\./Include\allobjects.h"\ - ".\./Include\ceval.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12832,35 +6900,33 @@ DEP_CPP_MODUL=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" +"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\modsupport.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_MODSU=\ +SOURCE=.\Objects\stringobject.c +DEP_CPP_STRIN=\ ".\./Include\allobjects.h"\ - ".\./Include\import.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12881,30 +6947,35 @@ DEP_CPP_MODSU=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" +"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_MODSU=\ +SOURCE=.\Modules\soundex.c +DEP_CPP_SOUND=\ + ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ - ".\./Include\import.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12925,36 +6996,36 @@ DEP_CPP_MODSU=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" +"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\methodobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_METHO=\ +SOURCE=.\Modules\signalmodule.c +DEP_CPP_SIGNA=\ + ".\./Include\Python.h"\ + ".\./Include\thread.h"\ ".\./Include\allobjects.h"\ - ".\./Include\token.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12975,31 +7046,38 @@ DEP_CPP_METHO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ + +NODEP_CPP_SIGNA=\ + ".\Modules\intrcheck.h"\ -"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" +"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_METHO=\ +SOURCE=.\Modules\rotormodule.c +DEP_CPP_ROTOR=\ + ".\./Include\Python.h"\ + ".\./Include\mymath.h"\ ".\./Include\allobjects.h"\ - ".\./Include\token.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13020,37 +7098,36 @@ DEP_CPP_METHO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" +"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\md5module.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" +################################################################################ +# Begin Source File -DEP_CPP_MD5MO=\ +SOURCE=.\Modules\rgbimgmodule.c +DEP_CPP_RGBIM=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ - ".\Modules\md5.h"\ + {$(INCLUDE)}"\unistd.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13071,12 +7148,13 @@ DEP_CPP_MD5MO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -13084,18 +7162,41 @@ DEP_CPP_MD5MO=\ ".\./Include\thread.h"\ -"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" +"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_MD5MO=\ +SOURCE=.\Modules\regexpr.c +DEP_CPP_REGEX=\ + ".\Modules\regexpr.h"\ + ".\./PC\config.h"\ + +NODEP_CPP_REGEX=\ + ".\Modules\myproto.h"\ + ".\Modules\lisp.h"\ + ".\Modules\buffer.h"\ + ".\Modules\syntax.h"\ + + +"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\regexmodule.c +DEP_CPP_REGEXM=\ + ".\./Include\Python.h"\ + ".\Modules\regexpr.h"\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\Modules\md5.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13116,33 +7217,22 @@ DEP_CPP_MD5MO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\md5c.c -DEP_CPP_MD5C_=\ - ".\./PC\config.h"\ - ".\Modules\md5.h"\ - - -"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)" +"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -13150,15 +7240,11 @@ DEP_CPP_MD5C_=\ ################################################################################ # Begin Source File -SOURCE=.\Modules\mathmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_MATHM=\ +SOURCE=.\Objects\rangeobject.c +DEP_CPP_RANGE=\ ".\./Include\allobjects.h"\ - ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13179,13 +7265,14 @@ DEP_CPP_MATHM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -13193,17 +7280,30 @@ DEP_CPP_MATHM=\ ".\./Include\thread.h"\ -"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" +"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_MATHM=\ +SOURCE=.\Python\pythonrun.c +DEP_CPP_PYTHO=\ ".\./Include\allobjects.h"\ - ".\./Include\mymath.h"\ + ".\./Include\grammar.h"\ + ".\./Include\node.h"\ + ".\./Include\graminit.h"\ + ".\./Include\errcode.h"\ + ".\./Include\sysmodule.h"\ + ".\./Include\bltinmodule.h"\ + ".\./Include\compile.h"\ + ".\./Include\eval.h"\ + ".\./Include\ceval.h"\ + ".\./Include\import.h"\ + ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13224,39 +7324,112 @@ DEP_CPP_MATHM=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ + ".\Include\bitset.h"\ + +NODEP_CPP_PYTHO=\ + ".\Python\parsetok.h"\ + ".\Python\marshal.h"\ -"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" +"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\parsetok.c +DEP_CPP_PARSE=\ + ".\./Include\pgenheaders.h"\ + ".\Parser\tokenizer.h"\ + ".\./Include\node.h"\ + ".\./Include\grammar.h"\ + ".\Parser\parser.h"\ + ".\./Include\errcode.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + ".\./Include\token.h"\ + ".\Include\bitset.h"\ + +NODEP_CPP_PARSE=\ + ".\Parser\parsetok.h"\ + + +"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\marshal.c +SOURCE=.\Parser\parser.c !IF "$(CFG)" == "vc40_nt - Win32 Release" -DEP_CPP_MARSH=\ +DEP_CPP_PARSER=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\token.h"\ + ".\./Include\grammar.h"\ + ".\./Include\node.h"\ + ".\Parser\parser.h"\ + ".\./Include\errcode.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\Include\bitset.h"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" + +DEP_CPP_PARSER=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\token.h"\ + ".\./Include\grammar.h"\ + ".\./Include\node.h"\ + ".\Parser\parser.h"\ + ".\./Include\errcode.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + ".\Include\bitset.h"\ + + +"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\object.c +DEP_CPP_OBJEC=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\longintrepr.h"\ - ".\./Include\compile.h"\ - ".\./Include\marshal.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13277,12 +7450,14 @@ DEP_CPP_MARSH=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -13290,20 +7465,39 @@ DEP_CPP_MARSH=\ ".\./Include\thread.h"\ -"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" +"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_MARSH=\ +SOURCE=.\Parser\node.c +DEP_CPP_NODE_=\ + ".\./Include\pgenheaders.h"\ + ".\./Include\node.h"\ + ".\./PC\config.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pydebug.h"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\newmodule.c +DEP_CPP_NEWMO=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\longintrepr.h"\ ".\./Include\compile.h"\ - ".\./Include\marshal.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13324,35 +7518,67 @@ DEP_CPP_MARSH=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" +"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\mystrtoul.c +DEP_CPP_MYSTR=\ + ".\./PC\config.h"\ + ".\./Include\rename2.h"\ + + +"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\mappingobject.c +SOURCE=.\Parser\myreadline.c +DEP_CPP_MYREA=\ + ".\./PC\config.h"\ + +NODEP_CPP_MYREA=\ + ".\Parser\myproto.h"\ + ".\Parser\mymalloc.h"\ + ".\Parser\intrcheck.h"\ + -!IF "$(CFG)" == "vc40_nt - Win32 Release" +"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) -DEP_CPP_MAPPI=\ + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\moduleobject.c +DEP_CPP_MODUL=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13373,12 +7599,13 @@ DEP_CPP_MAPPI=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -13386,17 +7613,20 @@ DEP_CPP_MAPPI=\ ".\./Include\thread.h"\ -"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" +"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_MAPPI=\ +SOURCE=.\Python\modsupport.c +DEP_CPP_MODSU=\ ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ + ".\./Include\import.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13417,35 +7647,34 @@ DEP_CPP_MAPPI=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" +"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\main.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_MAIN_=\ - ".\./Include\Python.h"\ +SOURCE=.\Objects\methodobject.c +DEP_CPP_METHO=\ ".\./Include\allobjects.h"\ + ".\./Include\token.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13466,13 +7695,14 @@ DEP_CPP_MAIN_=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -13480,17 +7710,21 @@ DEP_CPP_MAIN_=\ ".\./Include\thread.h"\ -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" +"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_MAIN_=\ - ".\./Include\Python.h"\ +SOURCE=.\Modules\md5module.c +DEP_CPP_MD5MO=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ + ".\Modules\md5.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13511,30 +7745,35 @@ DEP_CPP_MAIN_=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" +"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\getopt.c +SOURCE=.\Modules\md5c.c +DEP_CPP_MD5C_=\ + ".\./PC\config.h"\ + ".\Modules\md5.h"\ + -"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)" +"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -13542,18 +7781,12 @@ SOURCE=.\Python\getopt.c ################################################################################ # Begin Source File -SOURCE=.\Python\sysmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_SYSMO=\ +SOURCE=.\Modules\mathmodule.c +DEP_CPP_MATHM=\ ".\./Include\allobjects.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\import.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\osdefs.h"\ + ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13574,31 +7807,37 @@ DEP_CPP_SYSMO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" +"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_SYSMO=\ +SOURCE=.\Python\marshal.c +DEP_CPP_MARSH=\ ".\./Include\allobjects.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\import.h"\ ".\./Include\modsupport.h"\ - ".\./Include\osdefs.h"\ + ".\./Include\longintrepr.h"\ + ".\./Include\compile.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13619,36 +7858,37 @@ DEP_CPP_SYSMO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\./Include\sysmodule.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_MARSH=\ + ".\Python\marshal.h"\ + -"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" +"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\socketmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_SOCKE=\ - ".\./Include\Python.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\mytime.h"\ +SOURCE=.\Objects\mappingobject.c +DEP_CPP_MAPPI=\ ".\./Include\allobjects.h"\ + ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13669,13 +7909,13 @@ DEP_CPP_SOCKE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ + ".\Include\mymalloc.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -13683,19 +7923,20 @@ DEP_CPP_SOCKE=\ ".\./Include\thread.h"\ -"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" +"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_SOCKE=\ +SOURCE=.\Modules\main.c +DEP_CPP_MAIN_=\ ".\./Include\Python.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\mytime.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13716,39 +7957,48 @@ DEP_CPP_SOCKE=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" +"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\selectmodule.c +SOURCE=.\Python\getopt.c -!IF "$(CFG)" == "vc40_nt - Win32 Release" +"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) -DEP_CPP_SELEC=\ + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\sysmodule.c +DEP_CPP_SYSMO=\ ".\./Include\allobjects.h"\ + ".\./Include\sysmodule.h"\ + ".\./Include\import.h"\ ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\myselect.h"\ + ".\./Include\osdefs.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13769,33 +8019,33 @@ DEP_CPP_SELEC=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ - ".\./Include\mytime.h"\ -"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" +"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_SELEC=\ - ".\./Include\allobjects.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ +SOURCE=.\Modules\socketmodule.c +DEP_CPP_SOCKE=\ + ".\./Include\Python.h"\ {$(INCLUDE)}"\sys\TYPES.H"\ - ".\./Include\myselect.h"\ + ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13816,41 +8066,40 @@ DEP_CPP_SELEC=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\./Include\modsupport.h"\ + ".\./Include\ceval.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ - ".\./Include\mytime.h"\ + +NODEP_CPP_SOCKE=\ + ".\Modules\mytime.h"\ -"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" +"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\posixmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - -DEP_CPP_POSIX=\ +SOURCE=.\Modules\selectmodule.c +DEP_CPP_SELEC=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ {$(INCLUDE)}"\sys\TYPES.H"\ - {$(INCLUDE)}"\sys\STAT.H"\ - ".\./Include\mytime.h"\ - {$(INCLUDE)}"\unistd.h"\ - {$(INCLUDE)}"\sys\UTIME.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13871,35 +8120,41 @@ DEP_CPP_POSIX=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_SELEC=\ + ".\Modules\myselect.h"\ + -"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" +"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File +SOURCE=.\Modules\posixmodule.c DEP_CPP_POSIX=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ {$(INCLUDE)}"\sys\TYPES.H"\ {$(INCLUDE)}"\sys\STAT.H"\ - ".\./Include\mytime.h"\ {$(INCLUDE)}"\unistd.h"\ {$(INCLUDE)}"\sys\UTIME.H"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13920,29 +8175,31 @@ DEP_CPP_POSIX=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\mymalloc.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ +NODEP_CPP_POSIX=\ + ".\Modules\mytime.h"\ + "$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\import.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_IMPORT=\ ".\./Include\allobjects.h"\ ".\./Include\node.h"\ @@ -13952,14 +8209,12 @@ DEP_CPP_IMPORT=\ ".\./Include\errcode.h"\ ".\./Include\sysmodule.h"\ ".\./Include\bltinmodule.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\marshal.h"\ ".\./Include\compile.h"\ ".\./Include\eval.h"\ ".\./Include\osdefs.h"\ ".\Python\importdl.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13980,16 +8235,20 @@ DEP_CPP_IMPORT=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ NODEP_CPP_IMPORT=\ + ".\Python\pythonrun.h"\ + ".\Python\marshal.h"\ ".\Python\macglue.h"\ @@ -13997,76 +8256,16 @@ NODEP_CPP_IMPORT=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" - -DEP_CPP_IMPORT=\ - ".\./Include\allobjects.h"\ - ".\./Include\node.h"\ - ".\./Include\token.h"\ - ".\./Include\graminit.h"\ - ".\./Include\import.h"\ - ".\./Include\errcode.h"\ - ".\./Include\sysmodule.h"\ - ".\./Include\bltinmodule.h"\ - ".\./Include\pythonrun.h"\ - ".\./Include\marshal.h"\ - ".\./Include\compile.h"\ - ".\./Include\eval.h"\ - ".\./Include\osdefs.h"\ - ".\Python\importdl.h"\ - ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\Include\object.h"\ - ".\Include\objimpl.h"\ - ".\Include\pydebug.h"\ - ".\Include\accessobject.h"\ - ".\Include\intobject.h"\ - ".\Include\longobject.h"\ - ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ - ".\Include\rangeobject.h"\ - ".\Include\stringobject.h"\ - ".\Include\tupleobject.h"\ - ".\Include\listobject.h"\ - ".\Include\mappingobject.h"\ - ".\Include\methodobject.h"\ - ".\Include\moduleobject.h"\ - ".\Include\funcobject.h"\ - ".\Include\classobject.h"\ - ".\Include\fileobject.h"\ - ".\Include\cobject.h"\ - ".\./Include\traceback.h"\ - ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\modsupport.h"\ - ".\./Include\ceval.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ - -NODEP_CPP_IMPORT=\ - ".\Python\macglue.h"\ - - -"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\operator.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_OPERA=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -14087,13 +8286,14 @@ DEP_CPP_OPERA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -14105,13 +8305,16 @@ DEP_CPP_OPERA=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_OPERA=\ +SOURCE=.\Modules\errnomodule.c +DEP_CPP_ERRNO=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -14132,36 +8335,38 @@ DEP_CPP_OPERA=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" +"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\errnomodule.c +SOURCE=.\Objects\sliceobject.c !IF "$(CFG)" == "vc40_nt - Win32 Release" -DEP_CPP_ERRNO=\ +DEP_CPP_SLICE=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -14182,13 +8387,14 @@ DEP_CPP_ERRNO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -14196,17 +8402,17 @@ DEP_CPP_ERRNO=\ ".\./Include\thread.h"\ -"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" +"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) !ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" -DEP_CPP_ERRNO=\ +DEP_CPP_SLICE=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -14227,18 +8433,22 @@ DEP_CPP_ERRNO=\ ".\Include\fileobject.h"\ ".\Include\cobject.h"\ ".\./Include\traceback.h"\ + ".\Include\sliceobject.h"\ ".\Include\errors.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\mymalloc.h"\ ".\./Include\modsupport.h"\ ".\./Include\ceval.h"\ - ".\./Include\pythonrun.h"\ + ".\Include\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ + ".\./Include\import.h"\ + ".\./Include\bltinmodule.h"\ + ".\Include\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ -"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" +"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) diff --git a/PC/vc40.mdp b/PC/vc40.mdp index 6752ba071766c3e4bba9253e1f1a7544cf08aadf..160921850cb607fb563c121f72d6bbaec12d8aaa 100644 GIT binary patch literal 65536 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 JOXyey{|CXYXRrVO literal 69120 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 diff --git a/PC/vc40.ncb b/PC/vc40.ncb index 49d10253a574e3dcc26049e17bdd5a208b6486d0..95ddb2dd781a6d509b2024c657eec574cf59b71c 100644 GIT binary patch delta 157064 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