From: Guido van Rossum Date: Wed, 14 May 1997 20:47:15 +0000 (+0000) Subject: Updated, mappingobject -> dictobject plus some other minor things. X-Git-Tag: v1.5a2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9348bf8388bc791bb475142ffec1cfea06334dce;p=python Updated, mappingobject -> dictobject plus some other minor things. --- diff --git a/PC/vc40.mak b/PC/vc40.mak index 362fee64d2..1fc6d16088 100644 --- a/PC/vc40.mak +++ b/PC/vc40.mak @@ -738,6 +738,9 @@ LINK32_OBJS= \ # Begin Source File SOURCE=.\Objects\longobject.c + +!IF "$(CFG)" == "python15 - Win32 Release" + DEP_CPP_LONGO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ @@ -745,6 +748,7 @@ DEP_CPP_LONGO=\ ".\Include\classobject.h"\ ".\Include\cobject.h"\ ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -754,7 +758,6 @@ DEP_CPP_LONGO=\ ".\Include\listobject.h"\ ".\Include\longintrepr.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -782,12 +785,9 @@ DEP_CPP_LONGO=\ $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\listobject.c -DEP_CPP_LISTO=\ +DEP_CPP_LONGO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -801,12 +801,14 @@ DEP_CPP_LISTO=\ ".\Include\intobject.h"\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ + ".\Include\longintrepr.h"\ ".\Include\longobject.h"\ ".\Include\mappingobject.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"\ @@ -823,25 +825,30 @@ DEP_CPP_LISTO=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ -"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" +"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\intobject.c -DEP_CPP_INTOB=\ +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"\ @@ -850,7 +857,6 @@ DEP_CPP_INTOB=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -871,18 +877,16 @@ DEP_CPP_INTOB=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ + {$(INCLUDE)}"\sys\TYPES.H"\ -"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" +"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\importdl.c -DEP_CPP_IMPOR=\ +DEP_CPP_LISTO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -905,7 +909,6 @@ DEP_CPP_IMPOR=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ - ".\Include\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -919,32 +922,31 @@ DEP_CPP_IMPOR=\ ".\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)" +"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\imageop.c -DEP_CPP_IMAGE=\ +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"\ @@ -953,7 +955,6 @@ DEP_CPP_IMAGE=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -976,55 +977,13 @@ DEP_CPP_IMAGE=\ ".\PC\config.h"\ -"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Parser\grammar1.c -DEP_CPP_GRAMM=\ - ".\Include\bitset.h"\ - ".\Include\grammar.h"\ - ".\Include\mymalloc.h"\ - ".\Include\myproto.h"\ - ".\Include\pgenheaders.h"\ - ".\Include\pydebug.h"\ - ".\Include\token.h"\ - ".\PC\config.h"\ - - -"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\graminit.c -DEP_CPP_GRAMI=\ - ".\Include\bitset.h"\ - ".\Include\grammar.h"\ - ".\Include\mymalloc.h"\ - ".\Include\myproto.h"\ - ".\Include\pgenheaders.h"\ - ".\Include\pydebug.h"\ - ".\PC\config.h"\ - - -"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" +"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\getversion.c -DEP_CPP_GETVE=\ +DEP_CPP_INTOB=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1047,7 +1006,6 @@ DEP_CPP_GETVE=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ - ".\Include\patchlevel.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1063,22 +1021,28 @@ DEP_CPP_GETVE=\ ".\PC\config.h"\ -"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" +"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\getplatform.c -DEP_CPP_GETPL=\ +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"\ @@ -1087,7 +1051,6 @@ DEP_CPP_GETPL=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1095,6 +1058,7 @@ DEP_CPP_GETPL=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1108,33 +1072,23 @@ DEP_CPP_GETPL=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ - - -"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getmtime.c -DEP_CPP_GETMT=\ - ".\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)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)" +"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\getcopyright.c -DEP_CPP_GETCO=\ +DEP_CPP_IMPOR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1157,6 +1111,7 @@ DEP_CPP_GETCO=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1170,24 +1125,38 @@ DEP_CPP_GETCO=\ ".\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)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" +"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\getcompiler.c -DEP_CPP_GETCOM=\ +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"\ @@ -1196,7 +1165,6 @@ DEP_CPP_GETCOM=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1219,16 +1187,13 @@ DEP_CPP_GETCOM=\ ".\PC\config.h"\ -"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" +"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\getargs.c -DEP_CPP_GETAR=\ +DEP_CPP_IMAGE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1266,23 +1231,67 @@ DEP_CPP_GETAR=\ ".\PC\config.h"\ -"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" +"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\funcobject.c -DEP_CPP_FUNCO=\ +SOURCE=.\Parser\grammar1.c +DEP_CPP_GRAMM=\ + ".\Include\bitset.h"\ + ".\Include\grammar.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\pgenheaders.h"\ + ".\Include\pydebug.h"\ + ".\Include\token.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\graminit.c +DEP_CPP_GRAMI=\ + ".\Include\bitset.h"\ + ".\Include\grammar.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\pgenheaders.h"\ + ".\Include\pydebug.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# 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\compile.h"\ ".\Include\complexobject.h"\ + ".\Include\dictobject.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -1291,7 +1300,6 @@ DEP_CPP_FUNCO=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1299,6 +1307,7 @@ DEP_CPP_FUNCO=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ + ".\Include\patchlevel.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1308,23 +1317,19 @@ DEP_CPP_FUNCO=\ ".\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)" +"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\frozen.c -DEP_CPP_FROZE=\ +DEP_CPP_GETVE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1347,6 +1352,7 @@ DEP_CPP_FROZE=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ + ".\Include\patchlevel.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1362,33 +1368,36 @@ DEP_CPP_FROZE=\ ".\PC\config.h"\ -"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" +"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\frameobject.c -DEP_CPP_FRAME=\ +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\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\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1396,7 +1405,6 @@ DEP_CPP_FRAME=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ - ".\Include\opcode.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1406,23 +1414,19 @@ DEP_CPP_FRAME=\ ".\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)" +"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\floatobject.c -DEP_CPP_FLOAT=\ +DEP_CPP_GETPL=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1442,7 +1446,6 @@ DEP_CPP_FLOAT=\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ ".\Include\mymalloc.h"\ - ".\Include\mymath.h"\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ @@ -1461,22 +1464,43 @@ DEP_CPP_FLOAT=\ ".\PC\config.h"\ -"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" +"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\fileobject.c -DEP_CPP_FILEO=\ +SOURCE=.\Python\getmtime.c +DEP_CPP_GETMT=\ + ".\PC\config.h"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + + +"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\getcopyright.c + +!IF "$(CFG)" == "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"\ @@ -1485,7 +1509,6 @@ DEP_CPP_FILEO=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1502,23 +1525,19 @@ DEP_CPP_FILEO=\ ".\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)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" +"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\errors.c -DEP_CPP_ERROR=\ +DEP_CPP_GETCO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1556,22 +1575,28 @@ DEP_CPP_ERROR=\ ".\PC\config.h"\ -"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" +"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\PC\config.c -DEP_CPP_CONFI=\ +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"\ @@ -1580,7 +1605,6 @@ DEP_CPP_CONFI=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1603,16 +1627,13 @@ DEP_CPP_CONFI=\ ".\PC\config.h"\ -"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" +"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\complexobject.c -DEP_CPP_COMPL=\ +DEP_CPP_GETCOM=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1632,7 +1653,6 @@ DEP_CPP_COMPL=\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ ".\Include\mymalloc.h"\ - ".\Include\mymath.h"\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ @@ -1651,42 +1671,43 @@ DEP_CPP_COMPL=\ ".\PC\config.h"\ -"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" +"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\compile.c -DEP_CPP_COMPI=\ +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\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\mappingobject.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"\ @@ -1696,24 +1717,19 @@ DEP_CPP_COMPI=\ ".\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)" +"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\cobject.c -DEP_CPP_COBJE=\ +DEP_CPP_GETAR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -1751,22 +1767,29 @@ DEP_CPP_COBJE=\ ".\PC\config.h"\ -"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" +"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\cmathmodule.c -DEP_CPP_CMATH=\ +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"\ @@ -1775,12 +1798,10 @@ DEP_CPP_CMATH=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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"\ @@ -1793,27 +1814,26 @@ DEP_CPP_CMATH=\ ".\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)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" +"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\classobject.c -DEP_CPP_CLASS=\ +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\fileobject.h"\ ".\Include\floatobject.h"\ @@ -1847,34 +1867,36 @@ DEP_CPP_CLASS=\ ".\PC\config.h"\ -"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" +"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\ceval.c -DEP_CPP_CEVAL=\ +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\compile.h"\ ".\Include\complexobject.h"\ - ".\Include\eval.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\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1882,7 +1904,6 @@ DEP_CPP_CEVAL=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ - ".\Include\opcode.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1893,30 +1914,24 @@ DEP_CPP_CEVAL=\ ".\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)" +"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\bltinmodule.c -DEP_CPP_BLTIN=\ +DEP_CPP_FROZE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ ".\Include\classobject.h"\ ".\Include\cobject.h"\ - ".\Include\compile.h"\ ".\Include\complexobject.h"\ - ".\Include\eval.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -1930,9 +1945,7 @@ DEP_CPP_BLTIN=\ ".\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"\ @@ -1950,31 +1963,38 @@ DEP_CPP_BLTIN=\ ".\PC\config.h"\ -"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" +"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\binascii.c -DEP_CPP_BINAS=\ +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\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -1982,6 +2002,7 @@ DEP_CPP_BINAS=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ + ".\Include\opcode.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -1991,30 +2012,30 @@ DEP_CPP_BINAS=\ ".\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)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" +"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\audioop.c -DEP_CPP_AUDIO=\ +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\fileobject.h"\ ".\Include\floatobject.h"\ + ".\Include\frameobject.h"\ ".\Include\funcobject.h"\ ".\Include\import.h"\ ".\Include\intobject.h"\ @@ -2026,10 +2047,10 @@ DEP_CPP_AUDIO=\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ ".\Include\mymalloc.h"\ - ".\Include\mymath.h"\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ + ".\Include\opcode.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -2039,28 +2060,32 @@ DEP_CPP_AUDIO=\ ".\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)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" +"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\arraymodule.c -DEP_CPP_ARRAY=\ +SOURCE=.\Objects\floatobject.c +DEP_CPP_FLOAT=\ ".\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"\ @@ -2069,11 +2094,11 @@ DEP_CPP_ARRAY=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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"\ @@ -2090,10 +2115,9 @@ DEP_CPP_ARRAY=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ -"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" +"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) @@ -2101,36 +2125,18 @@ DEP_CPP_ARRAY=\ ################################################################################ # Begin Source File -SOURCE=.\Parser\acceler.c -DEP_CPP_ACCEL=\ - ".\Include\bitset.h"\ - ".\Include\grammar.h"\ - ".\Include\mymalloc.h"\ - ".\Include\myproto.h"\ - ".\Include\node.h"\ - ".\Include\pgenheaders.h"\ - ".\Include\pydebug.h"\ - ".\Include\token.h"\ - ".\Parser\parser.h"\ - ".\PC\config.h"\ - - -"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - +SOURCE=.\Objects\fileobject.c -# End Source File -################################################################################ -# Begin Source File +!IF "$(CFG)" == "python15 - Win32 Release" -SOURCE=.\Objects\abstract.c -DEP_CPP_ABSTR=\ +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"\ @@ -2139,7 +2145,6 @@ DEP_CPP_ABSTR=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -2156,35 +2161,22 @@ DEP_CPP_ABSTR=\ ".\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)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\yuvconvert.c -DEP_CPP_YUVCO=\ - ".\Modules\yuv.h"\ - - -"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)" +"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\typeobject.c -DEP_CPP_TYPEO=\ +DEP_CPP_FILEO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -2216,28 +2208,37 @@ DEP_CPP_TYPEO=\ ".\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)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" +"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\tupleobject.c -DEP_CPP_TUPLE=\ - ".\Include\abstract.h"\ - ".\Include\bltinmodule.h"\ +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"\ @@ -2246,7 +2247,6 @@ DEP_CPP_TUPLE=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -2269,26 +2269,21 @@ DEP_CPP_TUPLE=\ ".\PC\config.h"\ -"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" +"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\traceback.c -DEP_CPP_TRACE=\ +DEP_CPP_ERROR=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ ".\Include\classobject.h"\ ".\Include\cobject.h"\ - ".\Include\compile.h"\ ".\Include\complexobject.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ - ".\Include\frameobject.h"\ ".\Include\funcobject.h"\ ".\Include\import.h"\ ".\Include\intobject.h"\ @@ -2303,7 +2298,6 @@ DEP_CPP_TRACE=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ - ".\Include\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -2313,43 +2307,71 @@ DEP_CPP_TRACE=\ ".\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)" +"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\tokenizer.c -DEP_CPP_TOKEN=\ - ".\Include\errcode.h"\ +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\pgenheaders.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ - ".\Include\token.h"\ - ".\Parser\tokenizer.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)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" +"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\timemodule.c -DEP_CPP_TIMEM=\ +DEP_CPP_CONFI=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -2369,10 +2391,7 @@ DEP_CPP_TIMEM=\ ".\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"\ @@ -2388,47 +2407,30 @@ DEP_CPP_TIMEM=\ ".\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)" +"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\thread.c -DEP_CPP_THREA=\ - ".\Include\thread.h"\ - ".\PC\config.h"\ - ".\Python\thread_cthread.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"\ - - -"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - +SOURCE=.\Objects\complexobject.c -# End Source File -################################################################################ -# Begin Source File +!IF "$(CFG)" == "python15 - Win32 Release" -SOURCE=.\Modules\structmodule.c -DEP_CPP_STRUC=\ +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"\ @@ -2437,7 +2439,6 @@ DEP_CPP_STRUC=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -2461,16 +2462,13 @@ DEP_CPP_STRUC=\ ".\PC\config.h"\ -"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" +"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\structmember.c -DEP_CPP_STRUCT=\ +DEP_CPP_COMPL=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -2490,6 +2488,7 @@ DEP_CPP_STRUCT=\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ @@ -2502,45 +2501,53 @@ DEP_CPP_STRUCT=\ ".\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)" +"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\stropmodule.c -DEP_CPP_STROP=\ +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\mappingobject.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"\ @@ -2550,31 +2557,32 @@ DEP_CPP_STROP=\ ".\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)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" +"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\stringobject.c -DEP_CPP_STRIN=\ +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\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ + ".\Include\graminit.h"\ ".\Include\import.h"\ ".\Include\intobject.h"\ ".\Include\intrcheck.h"\ @@ -2586,8 +2594,10 @@ DEP_CPP_STRIN=\ ".\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"\ @@ -2597,28 +2607,36 @@ DEP_CPP_STRIN=\ ".\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)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" +"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\soundex.c -DEP_CPP_SOUND=\ +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"\ @@ -2627,7 +2645,6 @@ DEP_CPP_SOUND=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -2650,16 +2667,13 @@ DEP_CPP_SOUND=\ ".\PC\config.h"\ -"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" +"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\signalmodule.c -DEP_CPP_SIGNA=\ +DEP_CPP_COBJE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -2692,28 +2706,33 @@ DEP_CPP_SIGNA=\ ".\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)" +"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\rotormodule.c -DEP_CPP_ROTOR=\ +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"\ @@ -2722,7 +2741,6 @@ DEP_CPP_ROTOR=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -2746,16 +2764,13 @@ DEP_CPP_ROTOR=\ ".\PC\config.h"\ -"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" +"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\rgbimgmodule.c -DEP_CPP_RGBIM=\ +DEP_CPP_CMATH=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -2775,6 +2790,7 @@ DEP_CPP_RGBIM=\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ ".\Include\mymalloc.h"\ + ".\Include\mymath.h"\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ @@ -2793,42 +2809,28 @@ DEP_CPP_RGBIM=\ ".\PC\config.h"\ -"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" +"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\regexpr.c -DEP_CPP_REGEX=\ - ".\Include\myproto.h"\ - ".\Modules\regexpr.h"\ - ".\PC\config.h"\ - -NODEP_CPP_REGEX=\ - ".\Modules\buffer.h"\ - ".\Modules\lisp.h"\ - ".\Modules\syntax.h"\ - - -"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - +SOURCE=.\Objects\classobject.c -# End Source File -################################################################################ -# Begin Source File +!IF "$(CFG)" == "python15 - Win32 Release" -SOURCE=.\Modules\regexmodule.c -DEP_CPP_REGEXM=\ +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"\ @@ -2837,7 +2839,6 @@ DEP_CPP_REGEXM=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -2854,23 +2855,20 @@ DEP_CPP_REGEXM=\ ".\Include\rangeobject.h"\ ".\Include\sliceobject.h"\ ".\Include\stringobject.h"\ + ".\Include\structmember.h"\ ".\Include\sysmodule.h"\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ - ".\Modules\regexpr.h"\ ".\PC\config.h"\ -"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" +"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\rangeobject.c -DEP_CPP_RANGE=\ +DEP_CPP_CLASS=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -2902,52 +2900,54 @@ DEP_CPP_RANGE=\ ".\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)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" +"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\pythonrun.c -DEP_CPP_PYTHO=\ +SOURCE=.\Python\ceval.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CEVAL=\ ".\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\errcode.h"\ + ".\Include\dictobject.h"\ ".\Include\eval.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ + ".\Include\frameobject.h"\ ".\Include\funcobject.h"\ - ".\Include\grammar.h"\ ".\Include\import.h"\ ".\Include\intobject.h"\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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\opcode.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -2964,70 +2964,3480 @@ DEP_CPP_PYTHO=\ ".\PC\config.h"\ -"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" +"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + +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\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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\acceler.c +DEP_CPP_ACCEL=\ + ".\Include\bitset.h"\ + ".\Include\grammar.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\pgenheaders.h"\ + ".\Include\pydebug.h"\ + ".\Include\token.h"\ + ".\Parser\parser.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\abstract.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\yuvconvert.c +DEP_CPP_YUVCO=\ + ".\Modules\yuv.h"\ + + +"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\typeobject.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\tokenizer.c +DEP_CPP_TOKEN=\ + ".\Include\errcode.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\pgenheaders.h"\ + ".\Include\pydebug.h"\ + ".\Include\token.h"\ + ".\Parser\tokenizer.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\timemodule.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Python\thread_cthread.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"\ + + +"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" + $(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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\regexpr.c +DEP_CPP_REGEX=\ + ".\Include\myproto.h"\ + ".\Modules\regexpr.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\regexmodule.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\bltinmodule.h"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\parsetok.c +DEP_CPP_PARSE=\ + ".\Include\bitset.h"\ + ".\Include\errcode.h"\ + ".\Include\grammar.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\parsetok.h"\ + ".\Include\pgenheaders.h"\ + ".\Include\pydebug.h"\ + ".\Include\token.h"\ + ".\Parser\parser.h"\ + ".\Parser\tokenizer.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\parser.c +DEP_CPP_PARSER=\ + ".\Include\bitset.h"\ + ".\Include\errcode.h"\ + ".\Include\grammar.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\pgenheaders.h"\ + ".\Include\pydebug.h"\ + ".\Include\token.h"\ + ".\Parser\parser.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\object.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\node.c +DEP_CPP_NODE_=\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\Include\node.h"\ + ".\Include\pgenheaders.h"\ + ".\Include\pydebug.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\newmodule.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\compile.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Python\mystrtoul.c +DEP_CPP_MYSTR=\ + ".\PC\config.h"\ + + +"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Parser\myreadline.c +DEP_CPP_MYREA=\ + ".\Include\intrcheck.h"\ + ".\Include\mymalloc.h"\ + ".\Include\myproto.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Objects\moduleobject.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\md5c.c +DEP_CPP_MD5C_=\ + ".\Modules\md5.h"\ + ".\PC\config.h"\ + + +"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\mathmodule.c + +!IF "$(CFG)" == "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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" + $(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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!ENDIF + +# End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\parsetok.c -DEP_CPP_PARSE=\ - ".\Include\bitset.h"\ - ".\Include\errcode.h"\ - ".\Include\grammar.h"\ +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\node.h"\ - ".\Include\parsetok.h"\ - ".\Include\pgenheaders.h"\ + ".\Include\myselect.h"\ + ".\Include\mytime.h"\ + ".\Include\object.h"\ + ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ - ".\Include\token.h"\ - ".\Parser\parser.h"\ - ".\Parser\tokenizer.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)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" +"$(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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\parser.c -DEP_CPP_PARSER=\ - ".\Include\bitset.h"\ +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"\ + ".\Include\ceval.h"\ + ".\Include\classobject.h"\ + ".\Include\cobject.h"\ + ".\Include\complexobject.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\mappingobject.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) + + +!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\grammar.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\pgenheaders.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"\ - ".\Parser\parser.h"\ + ".\Include\traceback.h"\ + ".\Include\tupleobject.h"\ ".\PC\config.h"\ + ".\Python\importdl.h"\ + +NODEP_CPP_IMPORT=\ + ".\Python\macglue.h"\ -"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" +"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\object.c -DEP_CPP_OBJEC=\ +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\errcode.h"\ + ".\Include\eval.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -3037,13 +6447,16 @@ DEP_CPP_OBJEC=\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ ".\Include\mappingobject.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"\ @@ -3054,46 +6467,38 @@ DEP_CPP_OBJEC=\ ".\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)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" +"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\node.c -DEP_CPP_NODE_=\ - ".\Include\mymalloc.h"\ - ".\Include\myproto.h"\ - ".\Include\node.h"\ - ".\Include\pgenheaders.h"\ - ".\Include\pydebug.h"\ - ".\PC\config.h"\ - - -"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - +SOURCE=.\Modules\posixmodule.c -# End Source File -################################################################################ -# Begin Source File +!IF "$(CFG)" == "python15 - Win32 Release" -SOURCE=.\Modules\newmodule.c -DEP_CPP_NEWMO=\ +DEP_CPP_POSIX=\ ".\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"\ @@ -3102,12 +6507,12 @@ DEP_CPP_NEWMO=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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"\ @@ -3123,24 +6528,23 @@ DEP_CPP_NEWMO=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\sys\UTIME.H"\ -"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" +"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\marshal.c -DEP_CPP_MARSH=\ +DEP_CPP_POSIX=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ ".\Include\classobject.h"\ ".\Include\cobject.h"\ - ".\Include\compile.h"\ ".\Include\complexobject.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ @@ -3149,15 +6553,14 @@ DEP_CPP_MARSH=\ ".\Include\intobject.h"\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ - ".\Include\longintrepr.h"\ ".\Include\longobject.h"\ ".\Include\mappingobject.h"\ - ".\Include\marshal.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"\ @@ -3173,53 +6576,33 @@ DEP_CPP_MARSH=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ + {$(INCLUDE)}"\sys\STAT.H"\ + {$(INCLUDE)}"\sys\TYPES.H"\ + {$(INCLUDE)}"\sys\UTIME.H"\ -"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" +"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\mystrtoul.c -DEP_CPP_MYSTR=\ - ".\PC\config.h"\ - - -"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - +!ENDIF # End Source File ################################################################################ # Begin Source File -SOURCE=.\Parser\myreadline.c -DEP_CPP_MYREA=\ - ".\Include\intrcheck.h"\ - ".\Include\mymalloc.h"\ - ".\Include\myproto.h"\ - ".\PC\config.h"\ - - -"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - +SOURCE=.\Modules\operator.c -# End Source File -################################################################################ -# Begin Source File +!IF "$(CFG)" == "python15 - Win32 Release" -SOURCE=.\Objects\moduleobject.c -DEP_CPP_MODUL=\ +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"\ @@ -3228,7 +6611,6 @@ DEP_CPP_MODUL=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -3251,16 +6633,13 @@ DEP_CPP_MODUL=\ ".\PC\config.h"\ -"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" +"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\modsupport.c -DEP_CPP_MODSU=\ +DEP_CPP_OPERA=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -3298,22 +6677,28 @@ DEP_CPP_MODSU=\ ".\PC\config.h"\ -"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" +"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Objects\methodobject.c -DEP_CPP_METHO=\ +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"\ @@ -3322,7 +6707,6 @@ DEP_CPP_METHO=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -3340,22 +6724,18 @@ DEP_CPP_METHO=\ ".\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)" +"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\md5module.c -DEP_CPP_MD5MO=\ +DEP_CPP_ERRNO=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -3390,40 +6770,31 @@ DEP_CPP_MD5MO=\ ".\Include\sysmodule.h"\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ - ".\Modules\md5.h"\ ".\PC\config.h"\ -"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" +"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\md5c.c -DEP_CPP_MD5C_=\ - ".\Modules\md5.h"\ - ".\PC\config.h"\ - - -"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - +SOURCE=.\Objects\sliceobject.c -# End Source File -################################################################################ -# Begin Source File +!IF "$(CFG)" == "python15 - Win32 Release" -SOURCE=.\Modules\mathmodule.c -DEP_CPP_MATHM=\ +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"\ @@ -3432,12 +6803,10 @@ DEP_CPP_MATHM=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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"\ @@ -3456,16 +6825,13 @@ DEP_CPP_MATHM=\ ".\PC\config.h"\ -"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" +"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\mappingobject.c -DEP_CPP_MAPPI=\ +DEP_CPP_SLICE=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -3503,22 +6869,28 @@ DEP_CPP_MAPPI=\ ".\PC\config.h"\ -"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" +"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\socketmodule.c -DEP_CPP_SOCKE=\ +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"\ @@ -3527,13 +6899,11 @@ DEP_CPP_SOCKE=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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"\ @@ -3549,19 +6919,15 @@ DEP_CPP_SOCKE=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ -"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" +"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\selectmodule.c -DEP_CPP_SELEC=\ +DEP_CPP_MAIN_=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -3582,8 +6948,6 @@ DEP_CPP_SELEC=\ ".\Include\moduleobject.h"\ ".\Include\mymalloc.h"\ ".\Include\myproto.h"\ - ".\Include\myselect.h"\ - ".\Include\mytime.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ ".\Include\pydebug.h"\ @@ -3599,25 +6963,40 @@ DEP_CPP_SELEC=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ - {$(INCLUDE)}"\sys\TYPES.H"\ -"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" +"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Python\sysmodule.c -DEP_CPP_SYSMO=\ +SOURCE=.\Python\getopt.c + +"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# 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"\ @@ -3626,7 +7005,6 @@ DEP_CPP_SYSMO=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -3648,27 +7026,22 @@ DEP_CPP_SYSMO=\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ + ".\Python\importdl.h"\ -"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" +"$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Python\import.c -DEP_CPP_IMPORT=\ +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\errcode.h"\ - ".\Include\eval.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -3678,13 +7051,11 @@ DEP_CPP_IMPORT=\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ ".\Include\mappingobject.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"\ @@ -3698,32 +7069,34 @@ DEP_CPP_IMPORT=\ ".\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)" +"$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\posixmodule.c -DEP_CPP_POSIX=\ +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"\ @@ -3732,15 +7105,14 @@ DEP_CPP_POSIX=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -3754,21 +7126,15 @@ DEP_CPP_POSIX=\ ".\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)" +"$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\operator.c -DEP_CPP_OPERA=\ +DEP_CPP_GETPA=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -3791,6 +7157,7 @@ DEP_CPP_OPERA=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ + ".\Include\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -3806,22 +7173,28 @@ DEP_CPP_OPERA=\ ".\PC\config.h"\ -"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" +"$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\errnomodule.c -DEP_CPP_ERRNO=\ +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"\ @@ -3830,7 +7203,6 @@ DEP_CPP_ERRNO=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -3853,16 +7225,13 @@ DEP_CPP_ERRNO=\ ".\PC\config.h"\ -"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" +"$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Objects\sliceobject.c -DEP_CPP_SLICE=\ +DEP_CPP_DL_NT=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -3900,22 +7269,40 @@ DEP_CPP_SLICE=\ ".\PC\config.h"\ -"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" +"$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\main.c -DEP_CPP_MAIN_=\ +SOURCE=.\PC\python_nt.def + +!IF "$(CFG)" == "python15 - Win32 Release" + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + +!ENDIF + +# End Source File +################################################################################ +# 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"\ @@ -3924,7 +7311,6 @@ DEP_CPP_MAIN_=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -3942,31 +7328,19 @@ DEP_CPP_MAIN_=\ ".\Include\sliceobject.h"\ ".\Include\stringobject.h"\ ".\Include\sysmodule.h"\ + ".\Include\thread.h"\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\getopt.c - -"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)" +"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\PC\import_nt.c -DEP_CPP_IMPORT_=\ +DEP_CPP_THREAD=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -3989,7 +7363,6 @@ DEP_CPP_IMPORT_=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ - ".\Include\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -4000,28 +7373,71 @@ DEP_CPP_IMPORT_=\ ".\Include\sliceobject.h"\ ".\Include\stringobject.h"\ ".\Include\sysmodule.h"\ + ".\Include\thread.h"\ ".\Include\traceback.h"\ ".\Include\tupleobject.h"\ ".\PC\config.h"\ - ".\Python\importdl.h"\ -"$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)" +"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\PC\getpath_nt.c -DEP_CPP_GETPA=\ +SOURCE=.\PC\python_nt.rc + +!IF "$(CFG)" == "python15 - Win32 Release" + +# ADD BASE RSC /l 0x409 /i "PC" +# ADD RSC /l 0x409 /i "PC" /i "Include" + +"$(INTDIR)\python_nt.res" : $(SOURCE) "$(INTDIR)" + $(RSC) /l 0x409 /fo"$(INTDIR)/python_nt.res" /i "PC" /i "Include" /d\ + "NDEBUG" $(SOURCE) + + +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" + +# ADD BASE RSC /l 0x409 /i "PC" /i "Include" +# ADD RSC /l 0x409 /i "PC" /i "Include" + +"$(INTDIR)\python_nt.res" : $(SOURCE) "$(INTDIR)" + $(RSC) /l 0x409 /fo"$(INTDIR)/python_nt.res" /i "PC" /i "Include" $(SOURCE) + + +!ENDIF + +# End Source File +################################################################################ +# Begin Source File + +SOURCE=.\Modules\getbuildinfo.c + +"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) "$(INTDIR)" + $(CPP) $(CPP_PROJ) $(SOURCE) + + +# End Source File +################################################################################ +# 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"\ @@ -4030,7 +7446,6 @@ DEP_CPP_GETPA=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -4038,7 +7453,6 @@ DEP_CPP_GETPA=\ ".\Include\myproto.h"\ ".\Include\object.h"\ ".\Include\objimpl.h"\ - ".\Include\osdefs.h"\ ".\Include\pydebug.h"\ ".\Include\pyerrors.h"\ ".\Include\pyfpe.h"\ @@ -4054,16 +7468,13 @@ DEP_CPP_GETPA=\ ".\PC\config.h"\ -"$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" +"$(INTDIR)\pystate.obj" : $(SOURCE) $(DEP_CPP_PYSTA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\PC\dl_nt.c -DEP_CPP_DL_NT=\ +DEP_CPP_PYSTA=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -4101,34 +7512,29 @@ DEP_CPP_DL_NT=\ ".\PC\config.h"\ -"$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)" +"$(INTDIR)\pystate.obj" : $(SOURCE) $(DEP_CPP_PYSTA) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\PC\python_nt.def +SOURCE=.\Modules\cStringIO.c !IF "$(CFG)" == "python15 - Win32 Release" -!ELSEIF "$(CFG)" == "python15 - Win32 Debug" - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\threadmodule.c -DEP_CPP_THREAD=\ +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"\ @@ -4137,7 +7543,6 @@ DEP_CPP_THREAD=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.h"\ ".\Include\methodobject.h"\ ".\Include\modsupport.h"\ ".\Include\moduleobject.h"\ @@ -4155,65 +7560,25 @@ DEP_CPP_THREAD=\ ".\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)" +"$(INTDIR)\cStringIO.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\PC\python_nt.rc - -!IF "$(CFG)" == "python15 - Win32 Release" - -# ADD BASE RSC /l 0x409 /i "PC" -# ADD RSC /l 0x409 /i "PC" /i "Include" - -"$(INTDIR)\python_nt.res" : $(SOURCE) "$(INTDIR)" - $(RSC) /l 0x409 /fo"$(INTDIR)/python_nt.res" /i "PC" /i "Include" /d\ - "NDEBUG" $(SOURCE) - - !ELSEIF "$(CFG)" == "python15 - Win32 Debug" -# ADD BASE RSC /l 0x409 /i "PC" /i "Include" -# ADD RSC /l 0x409 /i "PC" /i "Include" - -"$(INTDIR)\python_nt.res" : $(SOURCE) "$(INTDIR)" - $(RSC) /l 0x409 /fo"$(INTDIR)/python_nt.res" /i "PC" /i "Include" $(SOURCE) - - -!ENDIF - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Modules\getbuildinfo.c - -"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -# End Source File -################################################################################ -# Begin Source File - -SOURCE=.\Python\pystate.c -DEP_CPP_PYSTA=\ +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\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -4245,16 +7610,21 @@ DEP_CPP_PYSTA=\ ".\PC\config.h"\ -"$(INTDIR)\pystate.obj" : $(SOURCE) $(DEP_CPP_PYSTA) "$(INTDIR)" +"$(INTDIR)\cStringIO.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) +!ENDIF + # End Source File ################################################################################ # Begin Source File -SOURCE=.\Modules\cStringIO.c -DEP_CPP_CSTRI=\ +SOURCE=.\Modules\cPickle.c + +!IF "$(CFG)" == "python15 - Win32 Release" + +DEP_CPP_CPICK=\ ".\Include\abstract.h"\ ".\Include\bltinmodule.h"\ ".\Include\ceval.h"\ @@ -4262,6 +7632,7 @@ DEP_CPP_CSTRI=\ ".\Include\cobject.h"\ ".\Include\complexobject.h"\ ".\Include\cStringIO.h"\ + ".\Include\dictobject.h"\ ".\Include\fileobject.h"\ ".\Include\floatobject.h"\ ".\Include\funcobject.h"\ @@ -4270,11 +7641,11 @@ DEP_CPP_CSTRI=\ ".\Include\intrcheck.h"\ ".\Include\listobject.h"\ ".\Include\longobject.h"\ - ".\Include\mappingobject.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"\ @@ -4293,15 +7664,12 @@ DEP_CPP_CSTRI=\ ".\PC\config.h"\ -"$(INTDIR)\cStringIO.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)" +"$(INTDIR)\cPickle.obj" : $(SOURCE) $(DEP_CPP_CPICK) "$(INTDIR)" $(CPP) $(CPP_PROJ) $(SOURCE) -# End Source File -################################################################################ -# Begin Source File +!ELSEIF "$(CFG)" == "python15 - Win32 Debug" -SOURCE=.\Modules\cPickle.c 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