From 9348bf8388bc791bb475142ffec1cfea06334dce Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 14 May 1997 20:47:15 +0000 Subject: [PATCH] Updated, mappingobject -> dictobject plus some other minor things. --- PC/vc40.mak | 3389 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 3377 insertions(+), 12 deletions(-) diff --git a/PC/vc40.mak b/PC/vc40.mak index 362fee64d2c..1fc6d16088a 100644 --- a/PC/vc40.mak +++ b/PC/vc40.mak @@ -738,6 +738,55 @@ LINK32_OBJS= \ # Begin Source File SOURCE=.\Objects\longobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_LONGO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longintrepr.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_LONGO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -782,11 +831,61 @@ DEP_CPP_LONGO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\listobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_LISTO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + + +"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_LISTO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -830,11 +929,60 @@ DEP_CPP_LISTO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\intobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_INTOB=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_INTOB=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -877,11 +1025,69 @@ DEP_CPP_INTOB=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\importdl.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_IMPOR=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + ".\Python\importdl.h"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + +NODEP_CPP_IMPOR=\ + ".\Python\dl.h"\ + ".\Python\macdefs.h"\ + ".\Python\macglue.h"\ + + +"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_IMPOR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -933,11 +1139,60 @@ NODEP_CPP_IMPOR=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\imageop.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_IMAGE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_IMAGE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -980,6 +1235,8 @@ DEP_CPP_IMAGE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -1024,6 +1281,54 @@ DEP_CPP_GRAMI=\ # Begin Source File SOURCE=.\Python\getversion.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_GETVE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\patchlevel.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_GETVE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1067,11 +1372,60 @@ DEP_CPP_GETVE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\getplatform.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_GETPL=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_GETPL=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1114,6 +1468,8 @@ DEP_CPP_GETPL=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -1134,6 +1490,53 @@ DEP_CPP_GETMT=\ # Begin Source File SOURCE=.\Python\getcopyright.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_GETCO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_GETCO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1176,11 +1579,60 @@ DEP_CPP_GETCO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\getcompiler.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_GETCOM=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_GETCOM=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1223,11 +1675,60 @@ DEP_CPP_GETCOM=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\getargs.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_GETAR=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_GETAR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1270,11 +1771,62 @@ DEP_CPP_GETAR=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\funcobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_FUNCO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_FUNCO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1319,11 +1871,60 @@ DEP_CPP_FUNCO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\frozen.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_FROZE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_FROZE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1366,11 +1967,64 @@ DEP_CPP_FROZE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\frameobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_FRAME=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\frameobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\opcode.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_FRAME=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1417,6 +2071,8 @@ DEP_CPP_FRAME=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -1429,6 +2085,7 @@ DEP_CPP_FLOAT=\ ".\Include\classobject.h"\ ".\Include\cobject.h"\ ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -1437,7 +2094,6 @@ DEP_CPP_FLOAT=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1470,6 +2126,56 @@ DEP_CPP_FLOAT=\ # Begin Source File SOURCE=.\Objects\fileobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_FILEO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + + +"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_FILEO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1507,17 +2213,68 @@ DEP_CPP_FILEO=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\sys\TYPES.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)" == "python15 - Win32 Release" + +DEP_CPP_ERROR=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_ERROR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1560,11 +2317,60 @@ DEP_CPP_ERROR=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\PC\config.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CONFI=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_CONFI=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1607,11 +2413,61 @@ DEP_CPP_CONFI=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\complexobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_COMPL=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_COMPL=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1655,11 +2511,66 @@ DEP_CPP_COMPL=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\compile.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_COMPI=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\graminit.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\opcode.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ + ".\Include\sysmodule.h"\ + ".\Include\token.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_COMPI=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1708,11 +2619,60 @@ DEP_CPP_COMPI=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\cobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_COBJE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_COBJE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1755,11 +2715,61 @@ DEP_CPP_COBJE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\cmathmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CMATH=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_CMATH=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1803,11 +2813,61 @@ DEP_CPP_CMATH=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\classobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CLASS=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_CLASS=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1851,11 +2911,65 @@ DEP_CPP_CLASS=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\ceval.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CEVAL=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\eval.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\frameobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\opcode.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\thread.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_CEVAL=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1903,11 +3017,64 @@ DEP_CPP_CEVAL=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\bltinmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_BLTIN=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\eval.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_BLTIN=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -1954,11 +3121,60 @@ DEP_CPP_BLTIN=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\binascii.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_BINAS=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_BINAS=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2001,11 +3217,61 @@ DEP_CPP_BINAS=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\audioop.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_AUDIO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_AUDIO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2049,11 +3315,61 @@ DEP_CPP_AUDIO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\arraymodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_ARRAY=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + + +"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_ARRAY=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2097,6 +3413,8 @@ DEP_CPP_ARRAY=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -2124,6 +3442,53 @@ DEP_CPP_ACCEL=\ # Begin Source File SOURCE=.\Objects\abstract.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_ABSTR=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_ABSTR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2166,6 +3531,8 @@ DEP_CPP_ABSTR=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -2184,6 +3551,53 @@ DEP_CPP_YUVCO=\ # Begin Source File SOURCE=.\Objects\typeobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_TYPEO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_TYPEO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2226,11 +3640,60 @@ DEP_CPP_TYPEO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\tupleobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_TUPLE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_TUPLE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2273,11 +3736,64 @@ DEP_CPP_TUPLE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\traceback.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_TRACE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\frameobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_TRACE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2324,6 +3840,8 @@ DEP_CPP_TRACE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -2349,6 +3867,58 @@ DEP_CPP_TOKEN=\ # Begin Source File SOURCE=.\Modules\timemodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_TIMEM=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\myselect.h"\ + ".\Include\mytime.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\TIMEB.H"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + + +"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_TIMEM=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2396,11 +3966,38 @@ DEP_CPP_TIMEM=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\thread.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_THREA=\ + ".\Include\thread.h"\ + ".\PC\config.h"\ + ".\Python\thread_cthread.h"\ + ".\Python\thread_foobar.h"\ + ".\Python\thread_lwp.h"\ + ".\Python\thread_nt.h"\ + ".\Python\thread_pthread.h"\ + ".\Python\thread_sgi.h"\ + ".\Python\thread_solaris.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + +NODEP_CPP_THREA=\ + "..\..\usr\include\thread.h"\ + + +"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_THREA=\ ".\Include\thread.h"\ ".\PC\config.h"\ @@ -2417,11 +4014,61 @@ DEP_CPP_THREA=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\structmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_STRUC=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_STRUC=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2465,11 +4112,61 @@ DEP_CPP_STRUC=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\structmember.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_STRUCT=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_STRUCT=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2513,11 +4210,60 @@ DEP_CPP_STRUCT=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\stropmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_STROP=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_STROP=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2560,11 +4306,60 @@ DEP_CPP_STROP=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\stringobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_STRIN=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_STRIN=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2607,11 +4402,60 @@ DEP_CPP_STRIN=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\soundex.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_SOUND=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_SOUND=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2654,11 +4498,61 @@ DEP_CPP_SOUND=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\signalmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_SIGNA=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\thread.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_SIGNA=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2702,11 +4596,61 @@ DEP_CPP_SIGNA=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\rotormodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_ROTOR=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_ROTOR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2750,11 +4694,60 @@ DEP_CPP_ROTOR=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\rgbimgmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_RGBIM=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_RGBIM=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2797,6 +4790,8 @@ DEP_CPP_RGBIM=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -2807,11 +4802,6 @@ DEP_CPP_REGEX=\ ".\Modules\regexpr.h"\ ".\PC\config.h"\ -NODEP_CPP_REGEX=\ - ".\Modules\buffer.h"\ - ".\Modules\lisp.h"\ - ".\Modules\syntax.h"\ - "$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -2822,6 +4812,54 @@ NODEP_CPP_REGEX=\ # Begin Source File SOURCE=.\Modules\regexmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_REGEXM=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\Modules\regexpr.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_REGEXM=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2865,11 +4903,60 @@ DEP_CPP_REGEXM=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\rangeobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_RANGE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_RANGE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -2912,11 +4999,69 @@ DEP_CPP_RANGE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\pythonrun.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_PYTHO=\ + ".\Include\abstract.h"\ + ".\Include\bitset.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\errcode.h"\ + ".\Include\eval.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\grammar.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\marshal.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\parsetok.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\thread.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_PYTHO=\ ".\Include\abstract.h"\ ".\Include\bitset.h"\ @@ -2968,6 +5113,8 @@ DEP_CPP_PYTHO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -3021,6 +5168,53 @@ DEP_CPP_PARSER=\ # Begin Source File SOURCE=.\Objects\object.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_OBJEC=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_OBJEC=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3063,6 +5257,8 @@ DEP_CPP_OBJEC=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -3086,6 +5282,54 @@ DEP_CPP_NODE_=\ # Begin Source File SOURCE=.\Modules\newmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_NEWMO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_NEWMO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3129,11 +5373,63 @@ DEP_CPP_NEWMO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\marshal.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_MARSH=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longintrepr.h"\ + ".\Include\longobject.h"\ + ".\Include\marshal.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_MARSH=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3179,6 +5475,8 @@ DEP_CPP_MARSH=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -3213,6 +5511,53 @@ DEP_CPP_MYREA=\ # Begin Source File SOURCE=.\Objects\moduleobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_MODUL=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_MODUL=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3255,11 +5600,60 @@ DEP_CPP_MODUL=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\modsupport.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_MODSU=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_MODSU=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3302,11 +5696,61 @@ DEP_CPP_MODSU=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\methodobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_METHO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\token.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_METHO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3350,11 +5794,61 @@ DEP_CPP_METHO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\md5module.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_MD5MO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\Modules\md5.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_MD5MO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3398,6 +5892,8 @@ DEP_CPP_MD5MO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -3417,6 +5913,54 @@ DEP_CPP_MD5C_=\ # Begin Source File SOURCE=.\Modules\mathmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_MATHM=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_MATHM=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3460,11 +6004,23 @@ DEP_CPP_MATHM=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\mappingobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + + +"$(INTDIR)\mappingobject.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_MAPPI=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3507,11 +6063,62 @@ DEP_CPP_MAPPI=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\socketmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_SOCKE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mytime.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + + +"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_SOCKE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3556,11 +6163,63 @@ DEP_CPP_SOCKE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\selectmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_SELEC=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\myselect.h"\ + ".\Include\mytime.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + + +"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_SELEC=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3606,11 +6265,61 @@ DEP_CPP_SELEC=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\sysmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_SYSMO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_SYSMO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3654,11 +6363,71 @@ DEP_CPP_SYSMO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Python\import.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_IMPORT=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\errcode.h"\ + ".\Include\eval.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\marshal.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\token.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + ".\Python\importdl.h"\ + +NODEP_CPP_IMPORT=\ + ".\Python\macglue.h"\ + + +"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_IMPORT=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3712,11 +6481,64 @@ NODEP_CPP_IMPORT=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\posixmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_POSIX=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\mytime.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\sys\UTIME.H"\ + + +"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_POSIX=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3763,11 +6585,60 @@ DEP_CPP_POSIX=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\operator.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_OPERA=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_OPERA=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3810,11 +6681,60 @@ DEP_CPP_OPERA=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\errnomodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_ERRNO=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_ERRNO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3857,11 +6777,60 @@ DEP_CPP_ERRNO=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Objects\sliceobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_SLICE=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_SLICE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3904,11 +6873,60 @@ DEP_CPP_SLICE=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\main.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_MAIN_=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_MAIN_=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -3951,6 +6969,8 @@ DEP_CPP_MAIN_=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -3966,6 +6986,55 @@ SOURCE=.\Python\getopt.c # Begin Source File SOURCE=.\PC\import_nt.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_IMPORT_=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + ".\Python\importdl.h"\ + + +"$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_IMPORT_=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4010,11 +7079,61 @@ DEP_CPP_IMPORT_=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\PC\getpath_nt.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_GETPA=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_GETPA=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4058,11 +7177,60 @@ DEP_CPP_GETPA=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\PC\dl_nt.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_DL_NT=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_DL_NT=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4105,6 +7273,8 @@ DEP_CPP_DL_NT=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -4122,6 +7292,54 @@ SOURCE=.\PC\python_nt.def # Begin Source File SOURCE=.\Modules\threadmodule.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_THREAD=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\thread.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_THREAD=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4165,6 +7383,8 @@ DEP_CPP_THREAD=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File @@ -4207,6 +7427,53 @@ SOURCE=.\Modules\getbuildinfo.c # Begin Source File SOURCE=.\Python\pystate.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_PYSTA=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\pystate.obj" : $(SOURCE) $(DEP_CPP_PYSTA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_PYSTA=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4249,11 +7516,61 @@ DEP_CPP_PYSTA=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\cStringIO.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CSTRI=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\cStringIO.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\cStringIO.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_CSTRI=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4297,11 +7614,62 @@ DEP_CPP_CSTRI=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File SOURCE=.\Modules\cPickle.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CPICK=\ + ".\Include\abstract.h"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.h"\ + ".\Include\cStringIO.h"\ + ".\Include\dictobject.h"\ + ".\Include\fileobject.h"\ + ".\Include\floatobject.h"\ + ".\Include\funcobject.h"\ + ".\Include\import.h"\ + ".\Include\intobject.h"\ + ".\Include\intrcheck.h"\ + ".\Include\listobject.h"\ + ".\Include\longobject.h"\ + ".\Include\methodobject.h"\ + ".\Include\modsupport.h"\ + ".\Include\moduleobject.h"\ + ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ + ".\Include\myproto.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ + ".\Include\pydebug.h"\ + ".\Include\pyerrors.h"\ + ".\Include\pyfpe.h"\ + ".\Include\pystate.h"\ + ".\Include\Python.h"\ + ".\Include\pythonrun.h"\ + ".\Include\rangeobject.h"\ + ".\Include\sliceobject.h"\ + ".\Include\stringobject.h"\ + ".\Include\sysmodule.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\cPickle.obj" : $(SOURCE) $(DEP_CPP_CPICK) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + DEP_CPP_CPICK=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4346,6 +7714,8 @@ DEP_CPP_CPICK=\ $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File # End Target ################################################################################ @@ -4376,9 +7746,6 @@ SOURCE=.\vc40\python15.lib # Begin Source File SOURCE=.\Modules\_tkinter.c - -!IF "$(CFG)" == "_tkinter - Win32 Release" - DEP_CPP__TKIN=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -4386,6 +7753,7 @@ DEP_CPP__TKIN=\ ".\Include\classobject.h"\ ".\Include\cobject.h"\ ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -4394,7 +7762,6 @@ DEP_CPP__TKIN=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -4426,8 +7793,6 @@ DEP_CPP__TKIN=\ $(CPP) $(CPP_PROJ) $(SOURCE) -!ENDIF - # End Source File ################################################################################ # Begin Source File