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 | 8640 +++++++-------------------------------- 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, 4162 insertions(+), 9811 deletions(-) diff --git a/PC/python.wpj b/PC/python.wpj index 2810158e371..88d97e74157 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 af25cedea68..95f8a546a19 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 zcmeyz_>XbI6|H)f{{I*L%e=H#;(3wtl7Yd1p^!m>`3oZh0}ug$DgzsXe`!fUX$b(| Ce-DZP delta 49 zcmeyz_>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 edcc5bb86e1..ce8a45e98bd 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\tokenizer.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\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\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\pythonrun.obj" - -@erase ".\vc40_dll\Release\md5c.obj" - -@erase ".\vc40_dll\Release\tupleobject.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\moduleobject.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\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\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\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\getmtime.obj" + -@erase ".\vc40_dll\Debug\import.obj" + -@erase ".\vc40_dll\Debug\pythonrun.obj" + -@erase ".\vc40_dll\Debug\mappingobject.obj" + -@erase ".\vc40_dll\Debug\operator.obj" + -@erase ".\vc40_dll\Debug\errors.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\binascii.obj" - -@erase ".\vc40_nt\Release\getpath.obj" - -@erase ".\vc40_nt\Release\import.obj" - -@erase ".\vc40_nt\Release\getplatform.obj" + -@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\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\binascii.obj" + -@erase ".\vc40_nt\Release\errnomodule.obj" + -@erase ".\vc40_nt\Release\import.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\parser.obj" + -@erase ".\vc40_nt\Release\arraymodule.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\tokenizer.obj" + -@erase ".\vc40_nt\Release\accessobject.obj" + -@erase ".\vc40_nt\Release\stropmodule.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\rangeobject.obj" + -@erase ".\vc40_nt\Release\main.obj" + -@erase ".\vc40_nt\Release\object.obj" + -@erase ".\vc40_nt\Release\pythonrun.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\threadmodule.obj" -@erase ".\vc40_nt\Release\cobject.obj" + -@erase ".\vc40_nt\Release\posixmodule.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\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\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\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\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\stropmodule.obj" - -@erase ".\vc40_nt\Release\moduleobject.obj" - -@erase ".\vc40_nt\Release\parsetok.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\pythonrun.obj" -@erase ".\vc40_nt\Release\structmember.obj" - -@erase ".\vc40_nt\Release\acceler.obj" - -@erase ".\vc40_nt\Release\socketmodule.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\modsupport.obj" - -@erase ".\vc40_nt\Release\stringobject.obj" - -@erase ".\vc40_nt\Release\listobject.obj" - -@erase ".\vc40_nt\Release\typeobject.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\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\binascii.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\newmodule.obj" + -@erase ".\vc40_nt\Debug\marshal.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\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\rgbimgmodule.obj" + -@erase ".\vc40_nt\Debug\selectmodule.obj" + -@erase ".\vc40_nt\Debug\typeobject.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\signalmodule.obj" + -@erase ".\vc40_nt\Debug\accessobject.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) @<< @@ -1151,15 +1159,12 @@ LINK32_OBJS= \ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -1180,13 +1185,14 @@ 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"\ @@ -1198,65 +1204,18 @@ DEP_CPP_LONGO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -1277,11 +1236,12 @@ DEP_CPP_LISTO=\ ".\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"\ @@ -1293,62 +1253,16 @@ DEP_CPP_LISTO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -1369,12 +1283,13 @@ 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\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"\ @@ -1386,56 +1301,11 @@ DEP_CPP_INTOB=\ $(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"\ @@ -1443,7 +1313,7 @@ DEP_CPP_IMPOR=\ {$(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"\ @@ -1464,13 +1334,14 @@ 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"\ @@ -1487,70 +1358,16 @@ NODEP_CPP_IMPOR=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -1571,12 +1388,13 @@ 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\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"\ @@ -1588,48 +1406,6 @@ DEP_CPP_IMAGE=\ $(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 @@ -1643,8 +1419,8 @@ DEP_CPP_GRAMM=\ ".\./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\bitset.h"\ ".\./Include\rename2.h"\ @@ -1661,8 +1437,8 @@ DEP_CPP_GRAMM=\ ".\./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\rename2.h"\ ".\Include\bitset.h"\ @@ -1686,8 +1462,8 @@ DEP_CPP_GRAMI=\ ".\./Include\pgenheaders.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"\ @@ -1703,8 +1479,8 @@ DEP_CPP_GRAMI=\ ".\./Include\pgenheaders.h"\ ".\./Include\grammar.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"\ @@ -1721,15 +1497,12 @@ DEP_CPP_GRAMI=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -1750,13 +1523,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"\ @@ -1768,63 +1542,16 @@ DEP_CPP_GETVE=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -1845,13 +1572,14 @@ 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"\ @@ -1863,63 +1591,17 @@ DEP_CPP_GETPL=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -1940,13 +1622,14 @@ DEP_CPP_GETPA=\ ".\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"\ @@ -1958,50 +1641,6 @@ DEP_CPP_GETPA=\ $(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 @@ -2023,14 +1662,11 @@ DEP_CPP_GETMT=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2051,13 +1687,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"\ @@ -2069,62 +1706,16 @@ DEP_CPP_GETCO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2145,13 +1736,14 @@ 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"\ @@ -2163,61 +1755,15 @@ DEP_CPP_GETCOM=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2238,13 +1784,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"\ @@ -2256,62 +1803,17 @@ DEP_CPP_GETAR=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2332,13 +1834,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"\ @@ -2350,63 +1853,16 @@ DEP_CPP_FUNCO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2427,13 +1883,14 @@ 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"\ @@ -2445,57 +1902,11 @@ DEP_CPP_FROZE=\ $(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"\ @@ -2504,7 +1915,7 @@ DEP_CPP_FRAME=\ ".\./Include\structmember.h"\ ".\./Include\bltinmodule.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2525,13 +1936,14 @@ 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\abstract.h"\ ".\./Include\rename2.h"\ @@ -2542,67 +1954,17 @@ DEP_CPP_FRAME=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2623,12 +1985,13 @@ DEP_CPP_FLOAT=\ ".\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"\ @@ -2640,64 +2003,18 @@ DEP_CPP_FLOAT=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2718,11 +2035,12 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -2734,62 +2052,16 @@ DEP_CPP_FILEO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2809,13 +2081,14 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -2827,60 +2100,15 @@ DEP_CPP_ERROR=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2901,13 +2129,14 @@ 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"\ @@ -2919,61 +2148,16 @@ DEP_CPP_ENVIR=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -2994,13 +2178,14 @@ 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"\ @@ -3012,63 +2197,17 @@ DEP_CPP_CONFI=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3089,12 +2228,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"\ @@ -3106,57 +2246,11 @@ DEP_CPP_COMPL=\ $(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"\ @@ -3166,7 +2260,7 @@ DEP_CPP_COMPI=\ ".\./Include\opcode.h"\ ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3187,13 +2281,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"\ @@ -3205,67 +2300,16 @@ DEP_CPP_COMPI=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3286,13 +2330,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"\ @@ -3304,62 +2349,17 @@ DEP_CPP_COBJE=\ $(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\complexobject.h"\ ".\./Include\mymath.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3367,7 +2367,6 @@ DEP_CPP_CMATH=\ ".\Include\intobject.h"\ ".\Include\longobject.h"\ ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ ".\Include\rangeobject.h"\ ".\Include\stringobject.h"\ ".\Include\tupleobject.h"\ @@ -3380,83 +2379,35 @@ 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)" $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3477,13 +2428,14 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -3495,62 +2447,16 @@ DEP_CPP_CLASS=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3571,13 +2477,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"\ @@ -3589,57 +2496,11 @@ DEP_CPP_CGENS=\ $(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"\ @@ -3649,7 +2510,7 @@ DEP_CPP_CEVAL=\ ".\./Include\graminit.h"\ ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3670,13 +2531,14 @@ 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"\ @@ -3687,61 +2549,11 @@ DEP_CPP_CEVAL=\ $(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"\ @@ -3751,7 +2563,7 @@ DEP_CPP_BLTIN=\ ".\./Include\compile.h"\ ".\./Include\eval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3772,13 +2584,14 @@ 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\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ @@ -3788,67 +2601,16 @@ DEP_CPP_BLTIN=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3869,13 +2631,14 @@ 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"\ @@ -3887,63 +2650,17 @@ DEP_CPP_BINAS=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3964,12 +2681,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"\ @@ -3981,64 +2699,18 @@ DEP_CPP_AUDIO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4059,11 +2731,12 @@ 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"\ @@ -4075,64 +2748,18 @@ DEP_CPP_ARRAY=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4153,11 +2780,12 @@ 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"\ @@ -4169,49 +2797,6 @@ DEP_CPP_ACCES=\ $(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 @@ -4224,8 +2809,8 @@ DEP_CPP_ACCEL=\ ".\./Include\token.h"\ ".\Parser\parser.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"\ @@ -4240,14 +2825,11 @@ DEP_CPP_ACCEL=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4268,13 +2850,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"\ @@ -4286,49 +2869,6 @@ DEP_CPP_ABSTR=\ $(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 @@ -4347,13 +2887,10 @@ DEP_CPP_YUVCO=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4374,13 +2911,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"\ @@ -4392,60 +2930,15 @@ DEP_CPP_TYPEO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4466,13 +2959,14 @@ DEP_CPP_TUPLE=\ ".\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"\ @@ -4484,65 +2978,21 @@ DEP_CPP_TUPLE=\ $(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\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"\ @@ -4562,73 +3012,24 @@ DEP_CPP_TRACE=\ ".\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"\ -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 @@ -4639,8 +3040,8 @@ DEP_CPP_TOKEN=\ ".\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\rename2.h"\ ".\./Include\token.h"\ @@ -4655,21 +3056,16 @@ DEP_CPP_TOKEN=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4690,82 +3086,37 @@ 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\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)" - $(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"\ +NODEP_CPP_TIMEM=\ + ".\Modules\myselect.h"\ + ".\Modules\mytime.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"\ + ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4786,69 +3137,24 @@ 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"\ - -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 @@ -4876,14 +3182,11 @@ DEP_CPP_THREAD=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4904,12 +3207,13 @@ 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\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"\ @@ -4921,61 +3225,16 @@ DEP_CPP_STRUC=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -4996,13 +3255,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"\ @@ -5014,62 +3274,16 @@ DEP_CPP_STRUCT=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5090,12 +3304,13 @@ 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"\ @@ -5107,60 +3322,15 @@ DEP_CPP_STROP=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5181,13 +3351,14 @@ DEP_CPP_STRIN=\ ".\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"\ @@ -5199,61 +3370,16 @@ DEP_CPP_STRIN=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5274,13 +3400,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"\ @@ -5292,62 +3419,17 @@ DEP_CPP_SOUND=\ $(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\thread.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5368,86 +3450,38 @@ 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\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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5468,13 +3502,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"\ @@ -5486,64 +3521,17 @@ DEP_CPP_ROTOR=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5564,12 +3552,13 @@ 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\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"\ @@ -5581,61 +3570,17 @@ DEP_CPP_RGBIM=\ $(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\myproto.h"\ ".\Modules\lisp.h"\ ".\Modules\buffer.h"\ ".\Modules\syntax.h"\ @@ -5650,15 +3595,12 @@ NODEP_CPP_REGEX=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5679,13 +3621,14 @@ 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"\ @@ -5697,62 +3640,15 @@ DEP_CPP_REGEXM=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5773,13 +3669,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"\ @@ -5791,61 +3688,15 @@ DEP_CPP_RANGE=\ $(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"\ @@ -5854,10 +3705,9 @@ DEP_CPP_PYTHO=\ ".\./Include\eval.h"\ ".\./Include\ceval.h"\ ".\./Include\import.h"\ - ".\./Include\marshal.h"\ ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -5878,73 +3728,25 @@ DEP_CPP_PYTHO=\ ".\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\intrcheck.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"\ +NODEP_CPP_PYTHO=\ + ".\Python\parsetok.h"\ + ".\Python\marshal.h"\ "$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File @@ -5956,16 +3758,18 @@ DEP_CPP_PARSE=\ ".\./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\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) @@ -5984,8 +3788,8 @@ DEP_CPP_PARSER=\ ".\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"\ @@ -6000,13 +3804,10 @@ DEP_CPP_PARSER=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6027,13 +3828,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"\ @@ -6045,48 +3847,6 @@ DEP_CPP_OBJEC=\ $(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 @@ -6096,8 +3856,8 @@ DEP_CPP_NODE_=\ ".\./Include\pgenheaders.h"\ ".\./Include\node.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ ".\./Include\rename2.h"\ @@ -6111,14 +3871,11 @@ DEP_CPP_NODE_=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6139,13 +3896,14 @@ 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"\ @@ -6157,65 +3915,18 @@ DEP_CPP_NEWMO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6236,68 +3947,27 @@ 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\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)" - $(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"\ +NODEP_CPP_MARSH=\ + ".\Python\marshal.h"\ "$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File @@ -6319,10 +3989,11 @@ DEP_CPP_MYSTR=\ SOURCE=.\Parser\myreadline.c DEP_CPP_MYREA=\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\rename2.h"\ + +NODEP_CPP_MYREA=\ + ".\Parser\myproto.h"\ + ".\Parser\mymalloc.h"\ + ".\Parser\intrcheck.h"\ "$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" @@ -6334,14 +4005,11 @@ DEP_CPP_MYREA=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6362,12 +4030,13 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -6379,60 +4048,16 @@ DEP_CPP_MODUL=\ $(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"\ + ".\./Include\import.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6453,83 +4078,34 @@ 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\import.h"\ + ".\Include\intrcheck.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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6550,13 +4126,14 @@ 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"\ @@ -6568,63 +4145,17 @@ DEP_CPP_METHO=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6645,12 +4176,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"\ @@ -6662,49 +4194,6 @@ DEP_CPP_MD5MO=\ $(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 @@ -6724,14 +4213,11 @@ DEP_CPP_MD5C_=\ # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6752,13 +4238,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"\ @@ -6770,62 +4257,16 @@ DEP_CPP_MATHM=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6846,12 +4287,13 @@ 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\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"\ @@ -6863,48 +4305,6 @@ DEP_CPP_MAPPI=\ $(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 @@ -6922,16 +4322,12 @@ SOURCE=.\PC\python.def # 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -6952,85 +4348,40 @@ 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)" - $(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"\ +NODEP_CPP_SOCKE=\ + ".\Modules\mytime.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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7051,82 +4402,39 @@ 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\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_SELEC=\ + ".\Modules\myselect.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\sysmodule.h"\ + ".\./Include\import.h"\ ".\./Include\modsupport.h"\ ".\./Include\osdefs.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7147,79 +4455,27 @@ 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\sysmodule.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\import.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.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"\ @@ -7229,14 +4485,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"\ @@ -7257,16 +4511,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"\ @@ -7274,81 +4532,21 @@ NODEP_CPP_IMPORT=\ $(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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7369,82 +4567,36 @@ 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"\ - -"$(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"\ +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=.\Modules\operator.c - -!IF "$(CFG)" == "vc40_dll - 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"\ @@ -7465,13 +4617,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"\ @@ -7483,62 +4636,16 @@ DEP_CPP_OPERA=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" - -DEP_CPP_OPERA=\ - ".\./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)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(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"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7559,13 +4666,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"\ @@ -7577,18 +4685,55 @@ DEP_CPP_ERRNO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_dll - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -NODEP_CPP_ERRNO=\ - ".\Modules\Python.h"\ +SOURCE=.\Objects\sliceobject.c +DEP_CPP_SLICE=\ + ".\./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)\errnomodule.obj" : $(SOURCE) "$(INTDIR)" +"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File # End Target ################################################################################ @@ -7607,15 +4752,12 @@ NODEP_CPP_ERRNO=\ # Begin Source File SOURCE=.\Objects\longobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - 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"\ @@ -7636,13 +4778,14 @@ 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"\ @@ -7654,66 +4797,18 @@ DEP_CPP_LONGO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -7734,11 +4829,12 @@ DEP_CPP_LISTO=\ ".\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"\ @@ -7750,63 +4846,16 @@ DEP_CPP_LISTO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -7827,12 +4876,13 @@ 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\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"\ @@ -7844,57 +4894,11 @@ DEP_CPP_INTOB=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_IMPOR=\ ".\./Include\allobjects.h"\ ".\./Include\osdefs.h"\ @@ -7902,7 +4906,7 @@ DEP_CPP_IMPOR=\ {$(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"\ @@ -7923,13 +4927,14 @@ 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"\ @@ -7946,71 +4951,16 @@ NODEP_CPP_IMPOR=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_IMAGE=\ ".\./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 +4981,13 @@ 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\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"\ @@ -8048,49 +4999,6 @@ DEP_CPP_IMAGE=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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 @@ -8101,8 +5009,8 @@ DEP_CPP_GRAMM=\ ".\./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\bitset.h"\ ".\./Include\rename2.h"\ @@ -8121,8 +5029,8 @@ DEP_CPP_GRAMI=\ ".\./Include\pgenheaders.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"\ @@ -8137,15 +5045,12 @@ 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"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8166,13 +5071,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"\ @@ -8184,64 +5090,16 @@ DEP_CPP_GETVE=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_GETPL=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8262,13 +5120,14 @@ 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"\ @@ -8280,64 +5139,17 @@ DEP_CPP_GETPL=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_GETPA=\ ".\./Include\Python.h"\ ".\./Include\osdefs.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8358,13 +5170,14 @@ DEP_CPP_GETPA=\ ".\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"\ @@ -8376,51 +5189,6 @@ DEP_CPP_GETPA=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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 @@ -8442,14 +5210,11 @@ DEP_CPP_GETMT=\ # Begin Source File SOURCE=.\Python\getcopyright.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - 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"\ @@ -8470,13 +5235,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"\ @@ -8488,63 +5254,16 @@ DEP_CPP_GETCO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_GETCOM=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8565,13 +5284,14 @@ 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"\ @@ -8583,62 +5303,15 @@ DEP_CPP_GETCOM=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_GETAR=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8659,13 +5332,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"\ @@ -8677,63 +5351,17 @@ DEP_CPP_GETAR=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -8754,13 +5382,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"\ @@ -8772,64 +5401,16 @@ DEP_CPP_FUNCO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_FROZE=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -8850,13 +5431,14 @@ 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"\ @@ -8868,58 +5450,11 @@ DEP_CPP_FROZE=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_FRAME=\ ".\./Include\allobjects.h"\ ".\./Include\compile.h"\ @@ -8928,7 +5463,7 @@ DEP_CPP_FRAME=\ ".\./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,13 +5484,14 @@ 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\abstract.h"\ ".\./Include\rename2.h"\ @@ -8966,68 +5502,17 @@ DEP_CPP_FRAME=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -9048,12 +5533,13 @@ DEP_CPP_FLOAT=\ ".\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"\ @@ -9065,65 +5551,18 @@ DEP_CPP_FLOAT=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -9144,11 +5583,12 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9160,63 +5600,16 @@ DEP_CPP_FILEO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -9236,13 +5629,14 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9254,61 +5648,15 @@ DEP_CPP_ERROR=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_ENVIR=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9329,13 +5677,14 @@ 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"\ @@ -9347,62 +5696,16 @@ DEP_CPP_ENVIR=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -9423,13 +5726,14 @@ 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"\ @@ -9441,64 +5745,17 @@ DEP_CPP_CONFI=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -9519,12 +5776,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"\ @@ -9536,58 +5794,11 @@ DEP_CPP_COMPL=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_COMPI=\ ".\./Include\allobjects.h"\ ".\./Include\node.h"\ @@ -9597,7 +5808,7 @@ DEP_CPP_COMPI=\ ".\./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 +5829,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"\ @@ -9636,68 +5848,16 @@ DEP_CPP_COMPI=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -9718,13 +5878,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"\ @@ -9736,63 +5897,17 @@ DEP_CPP_COBJE=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -9800,7 +5915,6 @@ DEP_CPP_CMATH=\ ".\Include\intobject.h"\ ".\Include\longobject.h"\ ".\Include\floatobject.h"\ - ".\./Include\complexobject.h"\ ".\Include\rangeobject.h"\ ".\Include\stringobject.h"\ ".\Include\tupleobject.h"\ @@ -9813,84 +5927,35 @@ 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)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_CLASS=\ ".\./Include\allobjects.h"\ ".\./Include\structmember.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -9911,13 +5976,14 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -9929,63 +5995,16 @@ DEP_CPP_CLASS=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_CGENS=\ ".\./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 +6025,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"\ @@ -10024,58 +6044,11 @@ DEP_CPP_CGENS=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_CEVAL=\ ".\./Include\allobjects.h"\ ".\./Include\compile.h"\ @@ -10085,7 +6058,7 @@ DEP_CPP_CEVAL=\ ".\./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,13 +6079,14 @@ 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"\ @@ -10123,62 +6097,11 @@ DEP_CPP_CEVAL=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_BLTIN=\ ".\./Include\allobjects.h"\ ".\./Include\node.h"\ @@ -10188,7 +6111,7 @@ DEP_CPP_BLTIN=\ ".\./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,13 +6132,14 @@ 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\abstract.h"\ ".\./Include\rename2.h"\ ".\./Include\thread.h"\ @@ -10225,68 +6149,16 @@ DEP_CPP_BLTIN=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -10307,13 +6179,14 @@ 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"\ @@ -10325,64 +6198,17 @@ DEP_CPP_BINAS=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -10403,12 +6229,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"\ @@ -10420,65 +6247,18 @@ DEP_CPP_AUDIO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10499,11 +6279,12 @@ 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"\ @@ -10515,65 +6296,18 @@ DEP_CPP_ARRAY=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_ACCES=\ ".\./Include\allobjects.h"\ ".\./Include\ceval.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"\ @@ -10594,11 +6328,12 @@ 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"\ @@ -10610,50 +6345,6 @@ DEP_CPP_ACCES=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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 @@ -10669,8 +6360,8 @@ DEP_CPP_ACCEL=\ ".\./Include\token.h"\ ".\Parser\parser.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"\ @@ -10689,8 +6380,8 @@ DEP_CPP_ACCEL=\ ".\./Include\token.h"\ ".\Parser\parser.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"\ @@ -10707,14 +6398,11 @@ DEP_CPP_ACCEL=\ # Begin Source File SOURCE=.\Objects\abstract.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_ABSTR=\ ".\./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 +6423,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"\ @@ -10753,50 +6442,6 @@ DEP_CPP_ABSTR=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\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 @@ -10815,13 +6460,10 @@ DEP_CPP_YUVCO=\ # Begin Source File SOURCE=.\Objects\typeobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_TYPEO=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10842,13 +6484,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"\ @@ -10860,61 +6503,15 @@ DEP_CPP_TYPEO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_TUPLE=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -10935,13 +6532,14 @@ DEP_CPP_TUPLE=\ ".\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"\ @@ -10953,57 +6551,11 @@ DEP_CPP_TUPLE=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_TRACE=\ ".\./Include\allobjects.h"\ ".\./Include\sysmodule.h"\ @@ -11013,7 +6565,7 @@ DEP_CPP_TRACE=\ ".\./Include\structmember.h"\ ".\./Include\osdefs.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11033,12 +6585,13 @@ DEP_CPP_TRACE=\ ".\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\intrcheck.h"\ + ".\Include\pythonrun.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -11050,53 +6603,6 @@ DEP_CPP_TRACE=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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 @@ -11110,8 +6616,8 @@ DEP_CPP_TOKEN=\ ".\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"\ @@ -11128,8 +6634,8 @@ DEP_CPP_TOKEN=\ ".\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\rename2.h"\ ".\./Include\token.h"\ @@ -11146,21 +6652,16 @@ DEP_CPP_TOKEN=\ # Begin Source File SOURCE=.\Modules\timemodule.c - -!IF "$(CFG)" == "vc40_nt - 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11181,84 +6682,37 @@ 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\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)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ +NODEP_CPP_TIMEM=\ + ".\Modules\myselect.h"\ + ".\Modules\mytime.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_nt - Win32 Release" - 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"\ @@ -11279,13 +6733,14 @@ 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"\ @@ -11296,49 +6751,6 @@ DEP_CPP_THREA=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.h"\ - ".\./Include\rename2.h"\ - - -"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - # End Source File ################################################################################ # Begin Source File @@ -11366,14 +6778,11 @@ DEP_CPP_THREAD=\ # Begin Source File SOURCE=.\Modules\structmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - 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"\ @@ -11394,12 +6803,13 @@ 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\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"\ @@ -11411,62 +6821,16 @@ DEP_CPP_STRUC=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -11487,13 +6851,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"\ @@ -11505,63 +6870,16 @@ DEP_CPP_STRUCT=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_STROP=\ ".\./Include\allobjects.h"\ ".\./Include\modsupport.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11582,12 +6900,13 @@ 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"\ @@ -11599,61 +6918,15 @@ DEP_CPP_STROP=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_STRIN=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11674,13 +6947,14 @@ DEP_CPP_STRIN=\ ".\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"\ @@ -11692,62 +6966,16 @@ DEP_CPP_STRIN=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_SOUND=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11768,13 +6996,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"\ @@ -11786,65 +7015,17 @@ DEP_CPP_SOUND=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_SIGNA=\ ".\./Include\Python.h"\ - ".\./Include\intrcheck.h"\ ".\./Include\thread.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -11865,80 +7046,38 @@ 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"\ - -"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_nt - 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"\ +NODEP_CPP_SIGNA=\ + ".\Modules\intrcheck.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_nt - Win32 Release" - 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"\ @@ -11959,13 +7098,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"\ @@ -11977,65 +7117,17 @@ DEP_CPP_ROTOR=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -12056,12 +7148,13 @@ 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\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"\ @@ -12073,62 +7166,17 @@ DEP_CPP_RGBIM=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\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\rename2.h"\ NODEP_CPP_REGEX=\ + ".\Modules\myproto.h"\ ".\Modules\lisp.h"\ ".\Modules\buffer.h"\ ".\Modules\syntax.h"\ @@ -12143,15 +7191,12 @@ 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"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12172,13 +7217,14 @@ 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"\ @@ -12190,63 +7236,15 @@ DEP_CPP_REGEXM=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_RANGE=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12267,13 +7265,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"\ @@ -12285,62 +7284,15 @@ DEP_CPP_RANGE=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - 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"\ @@ -12349,10 +7301,9 @@ DEP_CPP_PYTHO=\ ".\./Include\eval.h"\ ".\./Include\ceval.h"\ ".\./Include\import.h"\ - ".\./Include\marshal.h"\ ".\./Include\thread.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12373,74 +7324,25 @@ DEP_CPP_PYTHO=\ ".\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\intrcheck.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_nt - 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\intrcheck.h"\ - ".\./Include\rename2.h"\ - ".\Include\bitset.h"\ +NODEP_CPP_PYTHO=\ + ".\Python\parsetok.h"\ + ".\Python\marshal.h"\ "$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File @@ -12452,16 +7354,18 @@ DEP_CPP_PARSE=\ ".\./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\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) @@ -12483,8 +7387,8 @@ DEP_CPP_PARSER=\ ".\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\bitset.h"\ ".\./Include\rename2.h"\ @@ -12504,8 +7408,8 @@ DEP_CPP_PARSER=\ ".\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"\ @@ -12522,13 +7426,10 @@ DEP_CPP_PARSER=\ # Begin Source File SOURCE=.\Objects\object.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_OBJEC=\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12549,13 +7450,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"\ @@ -12567,49 +7469,6 @@ DEP_CPP_OBJEC=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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 @@ -12619,8 +7478,8 @@ DEP_CPP_NODE_=\ ".\./Include\pgenheaders.h"\ ".\./Include\node.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mymalloc.h"\ ".\Include\pydebug.h"\ ".\./Include\rename2.h"\ @@ -12634,14 +7493,11 @@ DEP_CPP_NODE_=\ # Begin Source File SOURCE=.\Modules\newmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_NEWMO=\ ".\./Include\allobjects.h"\ ".\./Include\compile.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12662,13 +7518,14 @@ 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"\ @@ -12680,50 +7537,6 @@ DEP_CPP_NEWMO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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 @@ -12745,10 +7558,11 @@ DEP_CPP_MYSTR=\ SOURCE=.\Parser\myreadline.c DEP_CPP_MYREA=\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ - ".\./Include\mymalloc.h"\ - ".\./Include\intrcheck.h"\ - ".\./Include\rename2.h"\ + +NODEP_CPP_MYREA=\ + ".\Parser\myproto.h"\ + ".\Parser\mymalloc.h"\ + ".\Parser\intrcheck.h"\ "$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" @@ -12760,14 +7574,11 @@ DEP_CPP_MYREA=\ # Begin Source File SOURCE=.\Objects\moduleobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_MODUL=\ ".\./Include\allobjects.h"\ ".\./Include\ceval.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -12788,12 +7599,13 @@ 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\pythonrun.h"\ ".\./Include\sysmodule.h"\ - ".\./Include\intrcheck.h"\ + ".\Include\intrcheck.h"\ ".\./Include\import.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ @@ -12805,62 +7617,16 @@ DEP_CPP_MODUL=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - DEP_CPP_MODSU=\ ".\./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,13 +7647,14 @@ 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\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ @@ -12898,63 +7665,16 @@ DEP_CPP_MODSU=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -12975,13 +7695,14 @@ 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"\ @@ -12993,64 +7714,17 @@ DEP_CPP_METHO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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_nt - Win32 Release" - 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"\ @@ -13071,12 +7745,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"\ @@ -13088,50 +7763,6 @@ DEP_CPP_MD5MO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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 @@ -13151,14 +7782,11 @@ DEP_CPP_MD5C_=\ # Begin Source File SOURCE=.\Modules\mathmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - 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"\ @@ -13179,13 +7807,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"\ @@ -13197,66 +7826,18 @@ DEP_CPP_MATHM=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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=.\Python\marshal.c - -!IF "$(CFG)" == "vc40_nt - 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13277,82 +7858,37 @@ 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\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)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ +NODEP_CPP_MARSH=\ + ".\Python\marshal.h"\ "$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\mappingobject.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - 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"\ @@ -13373,12 +7909,13 @@ 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\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"\ @@ -13390,62 +7927,16 @@ DEP_CPP_MAPPI=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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=.\Modules\main.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_MAIN_=\ ".\./Include\Python.h"\ ".\./Include\allobjects.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13466,13 +7957,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"\ @@ -13484,50 +7976,6 @@ DEP_CPP_MAIN_=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" - -DEP_CPP_MAIN_=\ - ".\./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\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - # End Source File ################################################################################ # Begin Source File @@ -13543,9 +7991,6 @@ SOURCE=.\Python\getopt.c # Begin Source File SOURCE=.\Python\sysmodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - DEP_CPP_SYSMO=\ ".\./Include\allobjects.h"\ ".\./Include\sysmodule.h"\ @@ -13553,7 +7998,7 @@ DEP_CPP_SYSMO=\ ".\./Include\modsupport.h"\ ".\./Include\osdefs.h"\ ".\./PC\config.h"\ - ".\./Include\myproto.h"\ + ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13574,11 +8019,12 @@ 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\intrcheck.h"\ ".\./Include\bltinmodule.h"\ ".\Include\abstract.h"\ ".\./Include\rename2.h"\ @@ -13589,66 +8035,17 @@ DEP_CPP_SYSMO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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=.\Modules\socketmodule.c - -!IF "$(CFG)" == "vc40_nt - 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13669,86 +8066,40 @@ 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)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.h"\ - ".\./Include\rename2.h"\ - ".\./Include\thread.h"\ +NODEP_CPP_SOCKE=\ + ".\Modules\mytime.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_nt - 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13769,88 +8120,41 @@ 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\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_SELEC=\ + ".\Modules\myselect.h"\ "$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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=.\Modules\posixmodule.c - -!IF "$(CFG)" == "vc40_nt - 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\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -13871,78 +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"\ - -"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ELSEIF "$(CFG)" == "vc40_nt - 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\intrcheck.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,63 +8305,16 @@ DEP_CPP_OPERA=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" - -DEP_CPP_OPERA=\ - ".\./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\rename2.h"\ - ".\./Include\thread.h"\ - - -"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -!ENDIF - # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\errnomodule.c - -!IF "$(CFG)" == "vc40_nt - Win32 Release" - 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"\ @@ -14182,13 +8335,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"\ @@ -14200,13 +8354,19 @@ DEP_CPP_ERRNO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" +# End Source File +################################################################################ +# Begin Source File -DEP_CPP_ERRNO=\ +SOURCE=.\Objects\sliceobject.c + +!IF "$(CFG)" == "vc40_nt - Win32 Release" + +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 +8387,68 @@ 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) + + +!ELSEIF "$(CFG)" == "vc40_nt - Win32 Debug" + +DEP_CPP_SLICE=\ + ".\./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)\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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 X^L6tL^Ny~n-?Y(j|2!NKSZn?tmlc?D diff --git a/PC/vc40.ncb b/PC/vc40.ncb index 49d10253a574e3dcc26049e17bdd5a208b6486d0..95ddb2dd781a6d509b2024c657eec574cf59b71c 100644 GIT binary patch delta 157064 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