Guido van Rossum | 0cc2473 | 1996-09-05 15:48:43 +0000 | [diff] [blame] | 1 | # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00 |
| 2 | # ** DO NOT EDIT ** |
| 3 | |
| 4 | # TARGTYPE "Win32 (x86) Console Application" 0x0103 |
| 5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 |
| 6 | |
| 7 | !IF "$(CFG)" == "" |
| 8 | CFG=python14 - Win32 Release |
| 9 | !MESSAGE No configuration specified. Defaulting to python14 - Win32 Release. |
| 10 | !ENDIF |
| 11 | |
| 12 | !IF "$(CFG)" != "python14 - Win32 Release" && "$(CFG)" !=\ |
| 13 | "python - Win32 Release" && "$(CFG)" != "_tkinter - Win32 Release" && "$(CFG)"\ |
| 14 | != "NumPy - Win32 Release" && "$(CFG)" != "multiarray - Win32 Release" &&\ |
| 15 | "$(CFG)" != "fast_umath - Win32 Release" |
| 16 | !MESSAGE Invalid configuration "$(CFG)" specified. |
| 17 | !MESSAGE You can specify a configuration when running NMAKE on this makefile |
| 18 | !MESSAGE by defining the macro CFG on the command line. For example: |
| 19 | !MESSAGE |
| 20 | !MESSAGE NMAKE /f "vc40.mak" CFG="python14 - Win32 Release" |
| 21 | !MESSAGE |
| 22 | !MESSAGE Possible choices for configuration are: |
| 23 | !MESSAGE |
| 24 | !MESSAGE "python14 - Win32 Release" (based on\ |
| 25 | "Win32 (x86) Dynamic-Link Library") |
| 26 | !MESSAGE "python - Win32 Release" (based on "Win32 (x86) Console Application") |
| 27 | !MESSAGE "_tkinter - Win32 Release" (based on\ |
| 28 | "Win32 (x86) Dynamic-Link Library") |
| 29 | !MESSAGE "NumPy - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") |
| 30 | !MESSAGE "multiarray - Win32 Release" (based on\ |
| 31 | "Win32 (x86) Dynamic-Link Library") |
| 32 | !MESSAGE "fast_umath - Win32 Release" (based on\ |
| 33 | "Win32 (x86) Dynamic-Link Library") |
| 34 | !MESSAGE |
| 35 | !ERROR An invalid configuration is specified. |
| 36 | !ENDIF |
| 37 | |
| 38 | !IF "$(OS)" == "Windows_NT" |
| 39 | NULL= |
| 40 | !ELSE |
| 41 | NULL=nul |
| 42 | !ENDIF |
| 43 | ################################################################################ |
| 44 | # Begin Project |
| 45 | # PROP Target_Last_Scanned "_tkinter - Win32 Release" |
| 46 | |
| 47 | !IF "$(CFG)" == "python14 - Win32 Release" |
| 48 | |
| 49 | # PROP BASE Use_MFC 0 |
| 50 | # PROP BASE Use_Debug_Libraries 0 |
| 51 | # PROP BASE Output_Dir "python14\Release" |
| 52 | # PROP BASE Intermediate_Dir "python14\Release" |
| 53 | # PROP BASE Target_Dir "python14" |
| 54 | # PROP Use_MFC 0 |
| 55 | # PROP Use_Debug_Libraries 0 |
| 56 | # PROP Output_Dir "vc40" |
| 57 | # PROP Intermediate_Dir "vc40\tmp" |
| 58 | # PROP Target_Dir "python14" |
| 59 | OUTDIR=.\vc40 |
| 60 | INTDIR=.\vc40\tmp |
| 61 | |
| 62 | ALL : "$(OUTDIR)\python14.dll" |
| 63 | |
| 64 | CLEAN : |
| 65 | -@erase ".\vc40\python14.dll" |
| 66 | -@erase ".\vc40\tmp\socketmodule.obj" |
| 67 | -@erase ".\vc40\tmp\rangeobject.obj" |
| 68 | -@erase ".\vc40\tmp\node.obj" |
| 69 | -@erase ".\vc40\tmp\importdl.obj" |
| 70 | -@erase ".\vc40\tmp\mathmodule.obj" |
| 71 | -@erase ".\vc40\tmp\dl_nt.obj" |
| 72 | -@erase ".\vc40\tmp\stringobject.obj" |
| 73 | -@erase ".\vc40\tmp\object.obj" |
| 74 | -@erase ".\vc40\tmp\frameobject.obj" |
| 75 | -@erase ".\vc40\tmp\binascii.obj" |
| 76 | -@erase ".\vc40\tmp\regexmodule.obj" |
| 77 | -@erase ".\vc40\tmp\import_nt.obj" |
| 78 | -@erase ".\vc40\tmp\posixmodule.obj" |
| 79 | -@erase ".\vc40\tmp\fileobject.obj" |
| 80 | -@erase ".\vc40\tmp\longobject.obj" |
| 81 | -@erase ".\vc40\tmp\cmathmodule.obj" |
| 82 | -@erase ".\vc40\tmp\regexpr.obj" |
| 83 | -@erase ".\vc40\tmp\newmodule.obj" |
| 84 | -@erase ".\vc40\tmp\cgensupport.obj" |
| 85 | -@erase ".\vc40\tmp\grammar1.obj" |
| 86 | -@erase ".\vc40\tmp\getmtime.obj" |
| 87 | -@erase ".\vc40\tmp\import.obj" |
| 88 | -@erase ".\vc40\tmp\ceval.obj" |
| 89 | -@erase ".\vc40\tmp\getplatform.obj" |
| 90 | -@erase ".\vc40\tmp\operator.obj" |
| 91 | -@erase ".\vc40\tmp\errors.obj" |
| 92 | -@erase ".\vc40\tmp\structmodule.obj" |
| 93 | -@erase ".\vc40\tmp\getargs.obj" |
| 94 | -@erase ".\vc40\tmp\myreadline.obj" |
| 95 | -@erase ".\vc40\tmp\methodobject.obj" |
| 96 | -@erase ".\vc40\tmp\mystrtoul.obj" |
| 97 | -@erase ".\vc40\tmp\complexobject.obj" |
| 98 | -@erase ".\vc40\tmp\rgbimgmodule.obj" |
| 99 | -@erase ".\vc40\tmp\timemodule.obj" |
| 100 | -@erase ".\vc40\tmp\parser.obj" |
| 101 | -@erase ".\vc40\tmp\moduleobject.obj" |
| 102 | -@erase ".\vc40\tmp\audioop.obj" |
| 103 | -@erase ".\vc40\tmp\rotormodule.obj" |
| 104 | -@erase ".\vc40\tmp\cobject.obj" |
| 105 | -@erase ".\vc40\tmp\graminit.obj" |
| 106 | -@erase ".\vc40\tmp\structmember.obj" |
| 107 | -@erase ".\vc40\tmp\typeobject.obj" |
| 108 | -@erase ".\vc40\tmp\getcompiler.obj" |
| 109 | -@erase ".\vc40\tmp\acceler.obj" |
| 110 | -@erase ".\vc40\tmp\thread.obj" |
| 111 | -@erase ".\vc40\tmp\yuvconvert.obj" |
| 112 | -@erase ".\vc40\tmp\getversion.obj" |
| 113 | -@erase ".\vc40\tmp\errnomodule.obj" |
| 114 | -@erase ".\vc40\tmp\soundex.obj" |
| 115 | -@erase ".\vc40\tmp\tokenizer.obj" |
| 116 | -@erase ".\vc40\tmp\getcopyright.obj" |
| 117 | -@erase ".\vc40\tmp\intobject.obj" |
| 118 | -@erase ".\vc40\tmp\floatobject.obj" |
| 119 | -@erase ".\vc40\tmp\abstract.obj" |
| 120 | -@erase ".\vc40\tmp\main.obj" |
| 121 | -@erase ".\vc40\tmp\imageop.obj" |
| 122 | -@erase ".\vc40\tmp\md5module.obj" |
| 123 | -@erase ".\vc40\tmp\traceback.obj" |
| 124 | -@erase ".\vc40\tmp\sysmodule.obj" |
| 125 | -@erase ".\vc40\tmp\getpath_nt.obj" |
| 126 | -@erase ".\vc40\tmp\frozen.obj" |
| 127 | -@erase ".\vc40\tmp\marshal.obj" |
| 128 | -@erase ".\vc40\tmp\arraymodule.obj" |
| 129 | -@erase ".\vc40\tmp\pythonrun.obj" |
| 130 | -@erase ".\vc40\tmp\threadmodule.obj" |
| 131 | -@erase ".\vc40\tmp\getopt.obj" |
| 132 | -@erase ".\vc40\tmp\funcobject.obj" |
| 133 | -@erase ".\vc40\tmp\sliceobject.obj" |
| 134 | -@erase ".\vc40\tmp\compile.obj" |
| 135 | -@erase ".\vc40\tmp\parsetok.obj" |
| 136 | -@erase ".\vc40\tmp\tupleobject.obj" |
| 137 | -@erase ".\vc40\tmp\config.obj" |
| 138 | -@erase ".\vc40\tmp\mappingobject.obj" |
| 139 | -@erase ".\vc40\tmp\md5c.obj" |
| 140 | -@erase ".\vc40\tmp\classobject.obj" |
| 141 | -@erase ".\vc40\tmp\selectmodule.obj" |
| 142 | -@erase ".\vc40\tmp\stropmodule.obj" |
| 143 | -@erase ".\vc40\tmp\signalmodule.obj" |
| 144 | -@erase ".\vc40\tmp\modsupport.obj" |
| 145 | -@erase ".\vc40\tmp\listobject.obj" |
| 146 | -@erase ".\vc40\tmp\bltinmodule.obj" |
| 147 | -@erase ".\vc40\tmp\accessobject.obj" |
| 148 | -@erase ".\vc40\tmp\python_nt.res" |
| 149 | -@erase ".\vc40\python14.lib" |
| 150 | -@erase ".\vc40\python14.exp" |
| 151 | |
| 152 | "$(OUTDIR)" : |
| 153 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" |
| 154 | |
| 155 | "$(INTDIR)" : |
| 156 | if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" |
| 157 | |
| 158 | CPP=cl.exe |
| 159 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 160 | # ADD CPP /nologo /MD /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /YX /c |
| 161 | CPP_PROJ=/nologo /MD /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D\ |
| 162 | "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /Fp"$(INTDIR)/python14.pch"\ |
| 163 | /YX /Fo"$(INTDIR)/" /c |
| 164 | CPP_OBJS=.\vc40\tmp/ |
| 165 | CPP_SBRS= |
| 166 | |
| 167 | .c{$(CPP_OBJS)}.obj: |
| 168 | $(CPP) $(CPP_PROJ) $< |
| 169 | |
| 170 | .cpp{$(CPP_OBJS)}.obj: |
| 171 | $(CPP) $(CPP_PROJ) $< |
| 172 | |
| 173 | .cxx{$(CPP_OBJS)}.obj: |
| 174 | $(CPP) $(CPP_PROJ) $< |
| 175 | |
| 176 | .c{$(CPP_SBRS)}.sbr: |
| 177 | $(CPP) $(CPP_PROJ) $< |
| 178 | |
| 179 | .cpp{$(CPP_SBRS)}.sbr: |
| 180 | $(CPP) $(CPP_PROJ) $< |
| 181 | |
| 182 | .cxx{$(CPP_SBRS)}.sbr: |
| 183 | $(CPP) $(CPP_PROJ) $< |
| 184 | |
| 185 | MTL=mktyplib.exe |
| 186 | # ADD BASE MTL /nologo /D "NDEBUG" /win32 |
| 187 | # ADD MTL /nologo /D "NDEBUG" /win32 |
| 188 | MTL_PROJ=/nologo /D "NDEBUG" /win32 |
| 189 | RSC=rc.exe |
| 190 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 191 | # ADD RSC /l 0x409 /d "NDEBUG" |
| 192 | RSC_PROJ=/l 0x409 /fo"$(INTDIR)/python_nt.res" /d "NDEBUG" |
| 193 | BSC32=bscmake.exe |
| 194 | # ADD BASE BSC32 /nologo |
| 195 | # ADD BSC32 /nologo |
| 196 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/python14.bsc" |
| 197 | BSC32_SBRS= |
| 198 | LINK32=link.exe |
| 199 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 200 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /base:0x1e100000 /subsystem:windows /dll /machine:I386 |
| 201 | LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ |
| 202 | advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ |
| 203 | odbccp32.lib wsock32.lib /nologo /base:0x1e100000 /subsystem:windows /dll\ |
| 204 | /incremental:no /pdb:"$(OUTDIR)/python14.pdb" /machine:I386\ |
| 205 | /def:".\PC\python_nt.def" /out:"$(OUTDIR)/python14.dll"\ |
| 206 | /implib:"$(OUTDIR)/python14.lib" |
| 207 | DEF_FILE= \ |
| 208 | ".\PC\python_nt.def" |
| 209 | LINK32_OBJS= \ |
| 210 | "$(INTDIR)/socketmodule.obj" \ |
| 211 | "$(INTDIR)/rangeobject.obj" \ |
| 212 | "$(INTDIR)/node.obj" \ |
| 213 | "$(INTDIR)/importdl.obj" \ |
| 214 | "$(INTDIR)/mathmodule.obj" \ |
| 215 | "$(INTDIR)/dl_nt.obj" \ |
| 216 | "$(INTDIR)/stringobject.obj" \ |
| 217 | "$(INTDIR)/object.obj" \ |
| 218 | "$(INTDIR)/frameobject.obj" \ |
| 219 | "$(INTDIR)/binascii.obj" \ |
| 220 | "$(INTDIR)/regexmodule.obj" \ |
| 221 | "$(INTDIR)/import_nt.obj" \ |
| 222 | "$(INTDIR)/posixmodule.obj" \ |
| 223 | "$(INTDIR)/fileobject.obj" \ |
| 224 | "$(INTDIR)/longobject.obj" \ |
| 225 | "$(INTDIR)/cmathmodule.obj" \ |
| 226 | "$(INTDIR)/regexpr.obj" \ |
| 227 | "$(INTDIR)/newmodule.obj" \ |
| 228 | "$(INTDIR)/cgensupport.obj" \ |
| 229 | "$(INTDIR)/grammar1.obj" \ |
| 230 | "$(INTDIR)/getmtime.obj" \ |
| 231 | "$(INTDIR)/import.obj" \ |
| 232 | "$(INTDIR)/ceval.obj" \ |
| 233 | "$(INTDIR)/getplatform.obj" \ |
| 234 | "$(INTDIR)/operator.obj" \ |
| 235 | "$(INTDIR)/errors.obj" \ |
| 236 | "$(INTDIR)/structmodule.obj" \ |
| 237 | "$(INTDIR)/getargs.obj" \ |
| 238 | "$(INTDIR)/myreadline.obj" \ |
| 239 | "$(INTDIR)/methodobject.obj" \ |
| 240 | "$(INTDIR)/mystrtoul.obj" \ |
| 241 | "$(INTDIR)/complexobject.obj" \ |
| 242 | "$(INTDIR)/rgbimgmodule.obj" \ |
| 243 | "$(INTDIR)/timemodule.obj" \ |
| 244 | "$(INTDIR)/parser.obj" \ |
| 245 | "$(INTDIR)/moduleobject.obj" \ |
| 246 | "$(INTDIR)/audioop.obj" \ |
| 247 | "$(INTDIR)/rotormodule.obj" \ |
| 248 | "$(INTDIR)/cobject.obj" \ |
| 249 | "$(INTDIR)/graminit.obj" \ |
| 250 | "$(INTDIR)/structmember.obj" \ |
| 251 | "$(INTDIR)/typeobject.obj" \ |
| 252 | "$(INTDIR)/getcompiler.obj" \ |
| 253 | "$(INTDIR)/acceler.obj" \ |
| 254 | "$(INTDIR)/thread.obj" \ |
| 255 | "$(INTDIR)/yuvconvert.obj" \ |
| 256 | "$(INTDIR)/getversion.obj" \ |
| 257 | "$(INTDIR)/errnomodule.obj" \ |
| 258 | "$(INTDIR)/soundex.obj" \ |
| 259 | "$(INTDIR)/tokenizer.obj" \ |
| 260 | "$(INTDIR)/getcopyright.obj" \ |
| 261 | "$(INTDIR)/intobject.obj" \ |
| 262 | "$(INTDIR)/floatobject.obj" \ |
| 263 | "$(INTDIR)/abstract.obj" \ |
| 264 | "$(INTDIR)/main.obj" \ |
| 265 | "$(INTDIR)/imageop.obj" \ |
| 266 | "$(INTDIR)/md5module.obj" \ |
| 267 | "$(INTDIR)/traceback.obj" \ |
| 268 | "$(INTDIR)/sysmodule.obj" \ |
| 269 | "$(INTDIR)/getpath_nt.obj" \ |
| 270 | "$(INTDIR)/frozen.obj" \ |
| 271 | "$(INTDIR)/marshal.obj" \ |
| 272 | "$(INTDIR)/arraymodule.obj" \ |
| 273 | "$(INTDIR)/pythonrun.obj" \ |
| 274 | "$(INTDIR)/threadmodule.obj" \ |
| 275 | "$(INTDIR)/getopt.obj" \ |
| 276 | "$(INTDIR)/funcobject.obj" \ |
| 277 | "$(INTDIR)/sliceobject.obj" \ |
| 278 | "$(INTDIR)/compile.obj" \ |
| 279 | "$(INTDIR)/parsetok.obj" \ |
| 280 | "$(INTDIR)/tupleobject.obj" \ |
| 281 | "$(INTDIR)/config.obj" \ |
| 282 | "$(INTDIR)/mappingobject.obj" \ |
| 283 | "$(INTDIR)/md5c.obj" \ |
| 284 | "$(INTDIR)/classobject.obj" \ |
| 285 | "$(INTDIR)/selectmodule.obj" \ |
| 286 | "$(INTDIR)/stropmodule.obj" \ |
| 287 | "$(INTDIR)/signalmodule.obj" \ |
| 288 | "$(INTDIR)/modsupport.obj" \ |
| 289 | "$(INTDIR)/listobject.obj" \ |
| 290 | "$(INTDIR)/bltinmodule.obj" \ |
| 291 | "$(INTDIR)/accessobject.obj" \ |
| 292 | "$(INTDIR)/python_nt.res" |
| 293 | |
| 294 | "$(OUTDIR)\python14.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) |
| 295 | $(LINK32) @<< |
| 296 | $(LINK32_FLAGS) $(LINK32_OBJS) |
| 297 | << |
| 298 | |
| 299 | !ELSEIF "$(CFG)" == "python - Win32 Release" |
| 300 | |
| 301 | # PROP BASE Use_MFC 0 |
| 302 | # PROP BASE Use_Debug_Libraries 0 |
| 303 | # PROP BASE Output_Dir "python\Release" |
| 304 | # PROP BASE Intermediate_Dir "python\Release" |
| 305 | # PROP BASE Target_Dir "python" |
| 306 | # PROP Use_MFC 0 |
| 307 | # PROP Use_Debug_Libraries 0 |
| 308 | # PROP Output_Dir "vc40" |
| 309 | # PROP Intermediate_Dir "vc40\tmp" |
| 310 | # PROP Target_Dir "python" |
| 311 | OUTDIR=.\vc40 |
| 312 | INTDIR=.\vc40\tmp |
| 313 | |
| 314 | ALL : "$(OUTDIR)\python.exe" |
| 315 | |
| 316 | CLEAN : |
| 317 | -@erase ".\vc40\python.exe" |
| 318 | -@erase ".\vc40\tmp\main_nt.obj" |
| 319 | |
| 320 | "$(OUTDIR)" : |
| 321 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" |
| 322 | |
| 323 | "$(INTDIR)" : |
| 324 | if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" |
| 325 | |
| 326 | CPP=cl.exe |
| 327 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c |
| 328 | # ADD CPP /nologo /MT /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /c |
| 329 | CPP_PROJ=/nologo /MT /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D\ |
| 330 | "_WINDOWS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/python.pch" /YX /Fo"$(INTDIR)/" /c |
| 331 | CPP_OBJS=.\vc40\tmp/ |
| 332 | CPP_SBRS= |
| 333 | |
| 334 | .c{$(CPP_OBJS)}.obj: |
| 335 | $(CPP) $(CPP_PROJ) $< |
| 336 | |
| 337 | .cpp{$(CPP_OBJS)}.obj: |
| 338 | $(CPP) $(CPP_PROJ) $< |
| 339 | |
| 340 | .cxx{$(CPP_OBJS)}.obj: |
| 341 | $(CPP) $(CPP_PROJ) $< |
| 342 | |
| 343 | .c{$(CPP_SBRS)}.sbr: |
| 344 | $(CPP) $(CPP_PROJ) $< |
| 345 | |
| 346 | .cpp{$(CPP_SBRS)}.sbr: |
| 347 | $(CPP) $(CPP_PROJ) $< |
| 348 | |
| 349 | .cxx{$(CPP_SBRS)}.sbr: |
| 350 | $(CPP) $(CPP_PROJ) $< |
| 351 | |
| 352 | RSC=rc.exe |
| 353 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 354 | # ADD RSC /l 0x409 /d "NDEBUG" |
| 355 | BSC32=bscmake.exe |
| 356 | # ADD BASE BSC32 /nologo |
| 357 | # ADD BSC32 /nologo |
| 358 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/python.bsc" |
| 359 | BSC32_SBRS= |
| 360 | LINK32=link.exe |
| 361 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 |
| 362 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 |
| 363 | LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ |
| 364 | advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ |
| 365 | odbccp32.lib /nologo /subsystem:console /incremental:no\ |
| 366 | /pdb:"$(OUTDIR)/python.pdb" /machine:I386 /out:"$(OUTDIR)/python.exe" |
| 367 | LINK32_OBJS= \ |
| 368 | "$(INTDIR)/main_nt.obj" \ |
| 369 | ".\vc40\python14.lib" |
| 370 | |
| 371 | "$(OUTDIR)\python.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) |
| 372 | $(LINK32) @<< |
| 373 | $(LINK32_FLAGS) $(LINK32_OBJS) |
| 374 | << |
| 375 | |
| 376 | !ELSEIF "$(CFG)" == "_tkinter - Win32 Release" |
| 377 | |
| 378 | # PROP BASE Use_MFC 0 |
| 379 | # PROP BASE Use_Debug_Libraries 0 |
| 380 | # PROP BASE Output_Dir "_tkinter\Release" |
| 381 | # PROP BASE Intermediate_Dir "_tkinter\Release" |
| 382 | # PROP BASE Target_Dir "_tkinter" |
| 383 | # PROP Use_MFC 0 |
| 384 | # PROP Use_Debug_Libraries 0 |
| 385 | # PROP Output_Dir "vc40" |
| 386 | # PROP Intermediate_Dir "vc40\tmp" |
| 387 | # PROP Target_Dir "_tkinter" |
| 388 | OUTDIR=.\vc40 |
| 389 | INTDIR=.\vc40\tmp |
| 390 | |
| 391 | ALL : "$(OUTDIR)\_tkinter.dll" |
| 392 | |
| 393 | CLEAN : |
| 394 | -@erase ".\vc40\_tkinter.dll" |
| 395 | -@erase ".\vc40\tmp\_tkinter.obj" |
| 396 | -@erase ".\vc40\_tkinter.lib" |
| 397 | -@erase ".\vc40\_tkinter.exp" |
| 398 | |
| 399 | "$(OUTDIR)" : |
| 400 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" |
| 401 | |
| 402 | "$(INTDIR)" : |
| 403 | if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" |
| 404 | |
| 405 | CPP=cl.exe |
| 406 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 407 | # ADD CPP /nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /I "C:\tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /c |
| 408 | CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /I "C:\tcl\include" /D\ |
| 409 | "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H"\ |
| 410 | /Fp"$(INTDIR)/_tkinter.pch" /YX /Fo"$(INTDIR)/" /c |
| 411 | CPP_OBJS=.\vc40\tmp/ |
| 412 | CPP_SBRS= |
| 413 | |
| 414 | .c{$(CPP_OBJS)}.obj: |
| 415 | $(CPP) $(CPP_PROJ) $< |
| 416 | |
| 417 | .cpp{$(CPP_OBJS)}.obj: |
| 418 | $(CPP) $(CPP_PROJ) $< |
| 419 | |
| 420 | .cxx{$(CPP_OBJS)}.obj: |
| 421 | $(CPP) $(CPP_PROJ) $< |
| 422 | |
| 423 | .c{$(CPP_SBRS)}.sbr: |
| 424 | $(CPP) $(CPP_PROJ) $< |
| 425 | |
| 426 | .cpp{$(CPP_SBRS)}.sbr: |
| 427 | $(CPP) $(CPP_PROJ) $< |
| 428 | |
| 429 | .cxx{$(CPP_SBRS)}.sbr: |
| 430 | $(CPP) $(CPP_PROJ) $< |
| 431 | |
| 432 | MTL=mktyplib.exe |
| 433 | # ADD BASE MTL /nologo /D "NDEBUG" /win32 |
| 434 | # ADD MTL /nologo /D "NDEBUG" /win32 |
| 435 | MTL_PROJ=/nologo /D "NDEBUG" /win32 |
| 436 | RSC=rc.exe |
| 437 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 438 | # ADD RSC /l 0x409 /d "NDEBUG" |
| 439 | BSC32=bscmake.exe |
| 440 | # ADD BASE BSC32 /nologo |
| 441 | # ADD BSC32 /nologo |
| 442 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/_tkinter.bsc" |
| 443 | BSC32_SBRS= |
| 444 | LINK32=link.exe |
| 445 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 446 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:0x1e190000 /subsystem:windows /dll /machine:I386 |
| 447 | LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ |
| 448 | advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ |
| 449 | odbccp32.lib /nologo /base:0x1e190000 /subsystem:windows /dll /incremental:no\ |
| 450 | /pdb:"$(OUTDIR)/_tkinter.pdb" /machine:I386 /def:".\PC\_tkinter.def"\ |
| 451 | /out:"$(OUTDIR)/_tkinter.dll" /implib:"$(OUTDIR)/_tkinter.lib" |
| 452 | DEF_FILE= \ |
| 453 | ".\PC\_tkinter.def" |
| 454 | LINK32_OBJS= \ |
| 455 | "$(INTDIR)/_tkinter.obj" \ |
| 456 | ".\PC\tcl75.lib" \ |
| 457 | ".\PC\tk41.lib" \ |
| 458 | ".\vc40\python14.lib" |
| 459 | |
| 460 | "$(OUTDIR)\_tkinter.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) |
| 461 | $(LINK32) @<< |
| 462 | $(LINK32_FLAGS) $(LINK32_OBJS) |
| 463 | << |
| 464 | |
| 465 | !ELSEIF "$(CFG)" == "NumPy - Win32 Release" |
| 466 | |
| 467 | # PROP BASE Use_MFC 0 |
| 468 | # PROP BASE Use_Debug_Libraries 0 |
| 469 | # PROP BASE Output_Dir "NumPy\NumPy___" |
| 470 | # PROP BASE Intermediate_Dir "NumPy\NumPy___" |
| 471 | # PROP BASE Target_Dir "NumPy" |
| 472 | # PROP Use_MFC 0 |
| 473 | # PROP Use_Debug_Libraries 0 |
| 474 | # PROP Output_Dir "vc40" |
| 475 | # PROP Intermediate_Dir "vc40\tmp" |
| 476 | # PROP Target_Dir "NumPy" |
| 477 | OUTDIR=.\vc40 |
| 478 | INTDIR=.\vc40\tmp |
| 479 | |
| 480 | ALL : "$(OUTDIR)\NumPy.dll" |
| 481 | |
| 482 | CLEAN : |
| 483 | -@erase ".\vc40\NumPy.dll" |
| 484 | -@erase ".\vc40\tmp\arrayobject.obj" |
| 485 | -@erase ".\vc40\tmp\ofuncobject.obj" |
| 486 | -@erase ".\vc40\NumPy.lib" |
| 487 | -@erase ".\vc40\NumPy.exp" |
| 488 | |
| 489 | "$(OUTDIR)" : |
| 490 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" |
| 491 | |
| 492 | "$(INTDIR)" : |
| 493 | if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" |
| 494 | |
| 495 | CPP=cl.exe |
| 496 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 497 | # ADD CPP /nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 498 | CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D\ |
| 499 | "_WINDOWS" /Fp"$(INTDIR)/NumPy.pch" /YX /Fo"$(INTDIR)/" /c |
| 500 | CPP_OBJS=.\vc40\tmp/ |
| 501 | CPP_SBRS= |
| 502 | |
| 503 | .c{$(CPP_OBJS)}.obj: |
| 504 | $(CPP) $(CPP_PROJ) $< |
| 505 | |
| 506 | .cpp{$(CPP_OBJS)}.obj: |
| 507 | $(CPP) $(CPP_PROJ) $< |
| 508 | |
| 509 | .cxx{$(CPP_OBJS)}.obj: |
| 510 | $(CPP) $(CPP_PROJ) $< |
| 511 | |
| 512 | .c{$(CPP_SBRS)}.sbr: |
| 513 | $(CPP) $(CPP_PROJ) $< |
| 514 | |
| 515 | .cpp{$(CPP_SBRS)}.sbr: |
| 516 | $(CPP) $(CPP_PROJ) $< |
| 517 | |
| 518 | .cxx{$(CPP_SBRS)}.sbr: |
| 519 | $(CPP) $(CPP_PROJ) $< |
| 520 | |
| 521 | MTL=mktyplib.exe |
| 522 | # ADD BASE MTL /nologo /D "NDEBUG" /win32 |
| 523 | # ADD MTL /nologo /D "NDEBUG" /win32 |
| 524 | MTL_PROJ=/nologo /D "NDEBUG" /win32 |
| 525 | RSC=rc.exe |
| 526 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 527 | # ADD RSC /l 0x409 /d "NDEBUG" |
| 528 | BSC32=bscmake.exe |
| 529 | # ADD BASE BSC32 /nologo |
| 530 | # ADD BSC32 /nologo |
| 531 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/NumPy.bsc" |
| 532 | BSC32_SBRS= |
| 533 | LINK32=link.exe |
| 534 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 535 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 536 | LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ |
| 537 | advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ |
| 538 | odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\ |
| 539 | /pdb:"$(OUTDIR)/NumPy.pdb" /machine:I386 /def:".\NumPy\numpy_nt.def"\ |
| 540 | /out:"$(OUTDIR)/NumPy.dll" /implib:"$(OUTDIR)/NumPy.lib" |
| 541 | DEF_FILE= \ |
| 542 | ".\NumPy\numpy_nt.def" |
| 543 | LINK32_OBJS= \ |
| 544 | "$(INTDIR)/arrayobject.obj" \ |
| 545 | "$(INTDIR)/ofuncobject.obj" \ |
| 546 | ".\vc40\python14.lib" |
| 547 | |
| 548 | "$(OUTDIR)\NumPy.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) |
| 549 | $(LINK32) @<< |
| 550 | $(LINK32_FLAGS) $(LINK32_OBJS) |
| 551 | << |
| 552 | |
| 553 | !ELSEIF "$(CFG)" == "multiarray - Win32 Release" |
| 554 | |
| 555 | # PROP BASE Use_MFC 0 |
| 556 | # PROP BASE Use_Debug_Libraries 0 |
| 557 | # PROP BASE Output_Dir "multiarray\Release" |
| 558 | # PROP BASE Intermediate_Dir "multiarray\Release" |
| 559 | # PROP BASE Target_Dir "multiarray" |
| 560 | # PROP Use_MFC 0 |
| 561 | # PROP Use_Debug_Libraries 0 |
| 562 | # PROP Output_Dir "vc40" |
| 563 | # PROP Intermediate_Dir "vc40\tmp" |
| 564 | # PROP Target_Dir "multiarray" |
| 565 | OUTDIR=.\vc40 |
| 566 | INTDIR=.\vc40\tmp |
| 567 | |
| 568 | ALL : "$(OUTDIR)\multiarray.dll" |
| 569 | |
| 570 | CLEAN : |
| 571 | -@erase ".\vc40\multiarray.dll" |
| 572 | -@erase ".\vc40\tmp\multiarraymodule.obj" |
| 573 | -@erase ".\vc40\multiarray.lib" |
| 574 | -@erase ".\vc40\multiarray.exp" |
| 575 | |
| 576 | "$(OUTDIR)" : |
| 577 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" |
| 578 | |
| 579 | "$(INTDIR)" : |
| 580 | if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" |
| 581 | |
| 582 | CPP=cl.exe |
| 583 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 584 | # ADD CPP /nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 585 | CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D\ |
| 586 | "_WINDOWS" /Fp"$(INTDIR)/multiarray.pch" /YX /Fo"$(INTDIR)/" /c |
| 587 | CPP_OBJS=.\vc40\tmp/ |
| 588 | CPP_SBRS= |
| 589 | |
| 590 | .c{$(CPP_OBJS)}.obj: |
| 591 | $(CPP) $(CPP_PROJ) $< |
| 592 | |
| 593 | .cpp{$(CPP_OBJS)}.obj: |
| 594 | $(CPP) $(CPP_PROJ) $< |
| 595 | |
| 596 | .cxx{$(CPP_OBJS)}.obj: |
| 597 | $(CPP) $(CPP_PROJ) $< |
| 598 | |
| 599 | .c{$(CPP_SBRS)}.sbr: |
| 600 | $(CPP) $(CPP_PROJ) $< |
| 601 | |
| 602 | .cpp{$(CPP_SBRS)}.sbr: |
| 603 | $(CPP) $(CPP_PROJ) $< |
| 604 | |
| 605 | .cxx{$(CPP_SBRS)}.sbr: |
| 606 | $(CPP) $(CPP_PROJ) $< |
| 607 | |
| 608 | MTL=mktyplib.exe |
| 609 | # ADD BASE MTL /nologo /D "NDEBUG" /win32 |
| 610 | # ADD MTL /nologo /D "NDEBUG" /win32 |
| 611 | MTL_PROJ=/nologo /D "NDEBUG" /win32 |
| 612 | RSC=rc.exe |
| 613 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 614 | # ADD RSC /l 0x409 /d "NDEBUG" |
| 615 | BSC32=bscmake.exe |
| 616 | # ADD BASE BSC32 /nologo |
| 617 | # ADD BSC32 /nologo |
| 618 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/multiarray.bsc" |
| 619 | BSC32_SBRS= |
| 620 | LINK32=link.exe |
| 621 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 622 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 623 | LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ |
| 624 | advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ |
| 625 | odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\ |
| 626 | /pdb:"$(OUTDIR)/multiarray.pdb" /machine:I386 /def:".\NumPy\multiarray.def"\ |
| 627 | /out:"$(OUTDIR)/multiarray.dll" /implib:"$(OUTDIR)/multiarray.lib" |
| 628 | DEF_FILE= \ |
| 629 | ".\NumPy\multiarray.def" |
| 630 | LINK32_OBJS= \ |
| 631 | "$(INTDIR)/multiarraymodule.obj" \ |
| 632 | ".\vc40\NumPy.lib" \ |
| 633 | ".\vc40\python14.lib" |
| 634 | |
| 635 | "$(OUTDIR)\multiarray.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) |
| 636 | $(LINK32) @<< |
| 637 | $(LINK32_FLAGS) $(LINK32_OBJS) |
| 638 | << |
| 639 | |
| 640 | !ELSEIF "$(CFG)" == "fast_umath - Win32 Release" |
| 641 | |
| 642 | # PROP BASE Use_MFC 0 |
| 643 | # PROP BASE Use_Debug_Libraries 0 |
| 644 | # PROP BASE Output_Dir "fast_umath\Release" |
| 645 | # PROP BASE Intermediate_Dir "fast_umath\Release" |
| 646 | # PROP BASE Target_Dir "fast_umath" |
| 647 | # PROP Use_MFC 0 |
| 648 | # PROP Use_Debug_Libraries 0 |
| 649 | # PROP Output_Dir "vc40" |
| 650 | # PROP Intermediate_Dir "vc40\tmp" |
| 651 | # PROP Target_Dir "fast_umath" |
| 652 | OUTDIR=.\vc40 |
| 653 | INTDIR=.\vc40\tmp |
| 654 | |
| 655 | ALL : "$(OUTDIR)\fast_umath.dll" |
| 656 | |
| 657 | CLEAN : |
| 658 | -@erase ".\vc40\fast_umath.dll" |
| 659 | -@erase ".\vc40\tmp\fast_umathmodule.obj" |
| 660 | -@erase ".\vc40\fast_umath.lib" |
| 661 | -@erase ".\vc40\fast_umath.exp" |
| 662 | |
| 663 | "$(OUTDIR)" : |
| 664 | if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" |
| 665 | |
| 666 | "$(INTDIR)" : |
| 667 | if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" |
| 668 | |
| 669 | CPP=cl.exe |
| 670 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 671 | # ADD CPP /nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| 672 | CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D\ |
| 673 | "_WINDOWS" /Fp"$(INTDIR)/fast_umath.pch" /YX /Fo"$(INTDIR)/" /c |
| 674 | CPP_OBJS=.\vc40\tmp/ |
| 675 | CPP_SBRS= |
| 676 | |
| 677 | .c{$(CPP_OBJS)}.obj: |
| 678 | $(CPP) $(CPP_PROJ) $< |
| 679 | |
| 680 | .cpp{$(CPP_OBJS)}.obj: |
| 681 | $(CPP) $(CPP_PROJ) $< |
| 682 | |
| 683 | .cxx{$(CPP_OBJS)}.obj: |
| 684 | $(CPP) $(CPP_PROJ) $< |
| 685 | |
| 686 | .c{$(CPP_SBRS)}.sbr: |
| 687 | $(CPP) $(CPP_PROJ) $< |
| 688 | |
| 689 | .cpp{$(CPP_SBRS)}.sbr: |
| 690 | $(CPP) $(CPP_PROJ) $< |
| 691 | |
| 692 | .cxx{$(CPP_SBRS)}.sbr: |
| 693 | $(CPP) $(CPP_PROJ) $< |
| 694 | |
| 695 | MTL=mktyplib.exe |
| 696 | # ADD BASE MTL /nologo /D "NDEBUG" /win32 |
| 697 | # ADD MTL /nologo /D "NDEBUG" /win32 |
| 698 | MTL_PROJ=/nologo /D "NDEBUG" /win32 |
| 699 | RSC=rc.exe |
| 700 | # ADD BASE RSC /l 0x409 /d "NDEBUG" |
| 701 | # ADD RSC /l 0x409 /d "NDEBUG" |
| 702 | BSC32=bscmake.exe |
| 703 | # ADD BASE BSC32 /nologo |
| 704 | # ADD BSC32 /nologo |
| 705 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/fast_umath.bsc" |
| 706 | BSC32_SBRS= |
| 707 | LINK32=link.exe |
| 708 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 709 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 |
| 710 | LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ |
| 711 | advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\ |
| 712 | odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\ |
| 713 | /pdb:"$(OUTDIR)/fast_umath.pdb" /machine:I386 /def:".\NumPy\fast_umath.def"\ |
| 714 | /out:"$(OUTDIR)/fast_umath.dll" /implib:"$(OUTDIR)/fast_umath.lib" |
| 715 | DEF_FILE= \ |
| 716 | ".\NumPy\fast_umath.def" |
| 717 | LINK32_OBJS= \ |
| 718 | "$(INTDIR)/fast_umathmodule.obj" \ |
| 719 | ".\vc40\NumPy.lib" \ |
| 720 | ".\vc40\python14.lib" |
| 721 | |
| 722 | "$(OUTDIR)\fast_umath.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) |
| 723 | $(LINK32) @<< |
| 724 | $(LINK32_FLAGS) $(LINK32_OBJS) |
| 725 | << |
| 726 | |
| 727 | !ENDIF |
| 728 | |
| 729 | ################################################################################ |
| 730 | # Begin Target |
| 731 | |
| 732 | # Name "python14 - Win32 Release" |
| 733 | ################################################################################ |
| 734 | # Begin Source File |
| 735 | |
| 736 | SOURCE=.\Objects\longobject.c |
| 737 | DEP_CPP_LONGO=\ |
| 738 | ".\Include\allobjects.h"\ |
| 739 | ".\Include\longintrepr.h"\ |
| 740 | ".\Include\mymath.h"\ |
| 741 | ".\PC\config.h"\ |
| 742 | ".\Include\myproto.h"\ |
| 743 | ".\Include\object.h"\ |
| 744 | ".\Include\objimpl.h"\ |
| 745 | ".\Include\pydebug.h"\ |
| 746 | ".\Include\accessobject.h"\ |
| 747 | ".\Include\intobject.h"\ |
| 748 | ".\Include\longobject.h"\ |
| 749 | ".\Include\floatobject.h"\ |
| 750 | ".\Include\complexobject.h"\ |
| 751 | ".\Include\rangeobject.h"\ |
| 752 | ".\Include\stringobject.h"\ |
| 753 | ".\Include\tupleobject.h"\ |
| 754 | ".\Include\listobject.h"\ |
| 755 | ".\Include\mappingobject.h"\ |
| 756 | ".\Include\methodobject.h"\ |
| 757 | ".\Include\moduleobject.h"\ |
| 758 | ".\Include\funcobject.h"\ |
| 759 | ".\Include\classobject.h"\ |
| 760 | ".\Include\fileobject.h"\ |
| 761 | ".\Include\cobject.h"\ |
| 762 | ".\Include\traceback.h"\ |
| 763 | ".\Include\sliceobject.h"\ |
| 764 | ".\Include\pyerrors.h"\ |
| 765 | ".\Include\mymalloc.h"\ |
| 766 | ".\Include\modsupport.h"\ |
| 767 | ".\Include\ceval.h"\ |
| 768 | ".\Include\pythonrun.h"\ |
| 769 | ".\Include\sysmodule.h"\ |
| 770 | ".\Include\intrcheck.h"\ |
| 771 | ".\Include\import.h"\ |
| 772 | ".\Include\bltinmodule.h"\ |
| 773 | ".\Include\abstract.h"\ |
| 774 | ".\Include\rename2.h"\ |
| 775 | ".\Include\thread.h"\ |
| 776 | |
| 777 | |
| 778 | "$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)" |
| 779 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 780 | |
| 781 | |
| 782 | # End Source File |
| 783 | ################################################################################ |
| 784 | # Begin Source File |
| 785 | |
| 786 | SOURCE=.\Objects\listobject.c |
| 787 | DEP_CPP_LISTO=\ |
| 788 | ".\Include\allobjects.h"\ |
| 789 | ".\Include\modsupport.h"\ |
| 790 | ".\Include\ceval.h"\ |
| 791 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 792 | ".\PC\config.h"\ |
| 793 | ".\Include\myproto.h"\ |
| 794 | ".\Include\object.h"\ |
| 795 | ".\Include\objimpl.h"\ |
| 796 | ".\Include\pydebug.h"\ |
| 797 | ".\Include\accessobject.h"\ |
| 798 | ".\Include\intobject.h"\ |
| 799 | ".\Include\longobject.h"\ |
| 800 | ".\Include\floatobject.h"\ |
| 801 | ".\Include\complexobject.h"\ |
| 802 | ".\Include\rangeobject.h"\ |
| 803 | ".\Include\stringobject.h"\ |
| 804 | ".\Include\tupleobject.h"\ |
| 805 | ".\Include\listobject.h"\ |
| 806 | ".\Include\mappingobject.h"\ |
| 807 | ".\Include\methodobject.h"\ |
| 808 | ".\Include\moduleobject.h"\ |
| 809 | ".\Include\funcobject.h"\ |
| 810 | ".\Include\classobject.h"\ |
| 811 | ".\Include\fileobject.h"\ |
| 812 | ".\Include\cobject.h"\ |
| 813 | ".\Include\traceback.h"\ |
| 814 | ".\Include\sliceobject.h"\ |
| 815 | ".\Include\pyerrors.h"\ |
| 816 | ".\Include\mymalloc.h"\ |
| 817 | ".\Include\pythonrun.h"\ |
| 818 | ".\Include\sysmodule.h"\ |
| 819 | ".\Include\intrcheck.h"\ |
| 820 | ".\Include\import.h"\ |
| 821 | ".\Include\bltinmodule.h"\ |
| 822 | ".\Include\abstract.h"\ |
| 823 | ".\Include\rename2.h"\ |
| 824 | ".\Include\thread.h"\ |
| 825 | |
| 826 | |
| 827 | "$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)" |
| 828 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 829 | |
| 830 | |
| 831 | # End Source File |
| 832 | ################################################################################ |
| 833 | # Begin Source File |
| 834 | |
| 835 | SOURCE=.\Objects\intobject.c |
| 836 | DEP_CPP_INTOB=\ |
| 837 | ".\Include\allobjects.h"\ |
| 838 | ".\Include\modsupport.h"\ |
| 839 | ".\PC\config.h"\ |
| 840 | ".\Include\myproto.h"\ |
| 841 | ".\Include\object.h"\ |
| 842 | ".\Include\objimpl.h"\ |
| 843 | ".\Include\pydebug.h"\ |
| 844 | ".\Include\accessobject.h"\ |
| 845 | ".\Include\intobject.h"\ |
| 846 | ".\Include\longobject.h"\ |
| 847 | ".\Include\floatobject.h"\ |
| 848 | ".\Include\complexobject.h"\ |
| 849 | ".\Include\rangeobject.h"\ |
| 850 | ".\Include\stringobject.h"\ |
| 851 | ".\Include\tupleobject.h"\ |
| 852 | ".\Include\listobject.h"\ |
| 853 | ".\Include\mappingobject.h"\ |
| 854 | ".\Include\methodobject.h"\ |
| 855 | ".\Include\moduleobject.h"\ |
| 856 | ".\Include\funcobject.h"\ |
| 857 | ".\Include\classobject.h"\ |
| 858 | ".\Include\fileobject.h"\ |
| 859 | ".\Include\cobject.h"\ |
| 860 | ".\Include\traceback.h"\ |
| 861 | ".\Include\sliceobject.h"\ |
| 862 | ".\Include\pyerrors.h"\ |
| 863 | ".\Include\mymalloc.h"\ |
| 864 | ".\Include\ceval.h"\ |
| 865 | ".\Include\pythonrun.h"\ |
| 866 | ".\Include\sysmodule.h"\ |
| 867 | ".\Include\intrcheck.h"\ |
| 868 | ".\Include\import.h"\ |
| 869 | ".\Include\bltinmodule.h"\ |
| 870 | ".\Include\abstract.h"\ |
| 871 | ".\Include\rename2.h"\ |
| 872 | ".\Include\thread.h"\ |
| 873 | |
| 874 | |
| 875 | "$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)" |
| 876 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 877 | |
| 878 | |
| 879 | # End Source File |
| 880 | ################################################################################ |
| 881 | # Begin Source File |
| 882 | |
| 883 | SOURCE=.\Python\importdl.c |
| 884 | DEP_CPP_IMPOR=\ |
| 885 | ".\Include\allobjects.h"\ |
| 886 | ".\Include\osdefs.h"\ |
| 887 | ".\Python\importdl.h"\ |
| 888 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 889 | {$(INCLUDE)}"\sys\STAT.H"\ |
| 890 | ".\PC\config.h"\ |
| 891 | ".\Include\myproto.h"\ |
| 892 | ".\Include\object.h"\ |
| 893 | ".\Include\objimpl.h"\ |
| 894 | ".\Include\pydebug.h"\ |
| 895 | ".\Include\accessobject.h"\ |
| 896 | ".\Include\intobject.h"\ |
| 897 | ".\Include\longobject.h"\ |
| 898 | ".\Include\floatobject.h"\ |
| 899 | ".\Include\complexobject.h"\ |
| 900 | ".\Include\rangeobject.h"\ |
| 901 | ".\Include\stringobject.h"\ |
| 902 | ".\Include\tupleobject.h"\ |
| 903 | ".\Include\listobject.h"\ |
| 904 | ".\Include\mappingobject.h"\ |
| 905 | ".\Include\methodobject.h"\ |
| 906 | ".\Include\moduleobject.h"\ |
| 907 | ".\Include\funcobject.h"\ |
| 908 | ".\Include\classobject.h"\ |
| 909 | ".\Include\fileobject.h"\ |
| 910 | ".\Include\cobject.h"\ |
| 911 | ".\Include\traceback.h"\ |
| 912 | ".\Include\sliceobject.h"\ |
| 913 | ".\Include\pyerrors.h"\ |
| 914 | ".\Include\mymalloc.h"\ |
| 915 | ".\Include\modsupport.h"\ |
| 916 | ".\Include\ceval.h"\ |
| 917 | ".\Include\pythonrun.h"\ |
| 918 | ".\Include\sysmodule.h"\ |
| 919 | ".\Include\intrcheck.h"\ |
| 920 | ".\Include\import.h"\ |
| 921 | ".\Include\bltinmodule.h"\ |
| 922 | ".\Include\abstract.h"\ |
| 923 | ".\Include\rename2.h"\ |
| 924 | ".\Include\thread.h"\ |
| 925 | |
| 926 | NODEP_CPP_IMPOR=\ |
| 927 | ".\Python\dl.h"\ |
| 928 | ".\Python\macdefs.h"\ |
| 929 | ".\Python\macglue.h"\ |
| 930 | |
| 931 | |
| 932 | "$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)" |
| 933 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 934 | |
| 935 | |
| 936 | # End Source File |
| 937 | ################################################################################ |
| 938 | # Begin Source File |
| 939 | |
| 940 | SOURCE=.\Modules\imageop.c |
| 941 | DEP_CPP_IMAGE=\ |
| 942 | ".\Include\allobjects.h"\ |
| 943 | ".\Include\modsupport.h"\ |
| 944 | ".\PC\config.h"\ |
| 945 | ".\Include\myproto.h"\ |
| 946 | ".\Include\object.h"\ |
| 947 | ".\Include\objimpl.h"\ |
| 948 | ".\Include\pydebug.h"\ |
| 949 | ".\Include\accessobject.h"\ |
| 950 | ".\Include\intobject.h"\ |
| 951 | ".\Include\longobject.h"\ |
| 952 | ".\Include\floatobject.h"\ |
| 953 | ".\Include\complexobject.h"\ |
| 954 | ".\Include\rangeobject.h"\ |
| 955 | ".\Include\stringobject.h"\ |
| 956 | ".\Include\tupleobject.h"\ |
| 957 | ".\Include\listobject.h"\ |
| 958 | ".\Include\mappingobject.h"\ |
| 959 | ".\Include\methodobject.h"\ |
| 960 | ".\Include\moduleobject.h"\ |
| 961 | ".\Include\funcobject.h"\ |
| 962 | ".\Include\classobject.h"\ |
| 963 | ".\Include\fileobject.h"\ |
| 964 | ".\Include\cobject.h"\ |
| 965 | ".\Include\traceback.h"\ |
| 966 | ".\Include\sliceobject.h"\ |
| 967 | ".\Include\pyerrors.h"\ |
| 968 | ".\Include\mymalloc.h"\ |
| 969 | ".\Include\ceval.h"\ |
| 970 | ".\Include\pythonrun.h"\ |
| 971 | ".\Include\sysmodule.h"\ |
| 972 | ".\Include\intrcheck.h"\ |
| 973 | ".\Include\import.h"\ |
| 974 | ".\Include\bltinmodule.h"\ |
| 975 | ".\Include\abstract.h"\ |
| 976 | ".\Include\rename2.h"\ |
| 977 | ".\Include\thread.h"\ |
| 978 | |
| 979 | |
| 980 | "$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)" |
| 981 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 982 | |
| 983 | |
| 984 | # End Source File |
| 985 | ################################################################################ |
| 986 | # Begin Source File |
| 987 | |
| 988 | SOURCE=.\Parser\grammar1.c |
| 989 | DEP_CPP_GRAMM=\ |
| 990 | ".\Include\pgenheaders.h"\ |
| 991 | ".\Include\grammar.h"\ |
| 992 | ".\Include\token.h"\ |
| 993 | ".\PC\config.h"\ |
| 994 | ".\Include\myproto.h"\ |
| 995 | ".\Include\mymalloc.h"\ |
| 996 | ".\Include\pydebug.h"\ |
| 997 | ".\Include\rename2.h"\ |
| 998 | ".\Include\bitset.h"\ |
| 999 | |
| 1000 | |
| 1001 | "$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)" |
| 1002 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1003 | |
| 1004 | |
| 1005 | # End Source File |
| 1006 | ################################################################################ |
| 1007 | # Begin Source File |
| 1008 | |
| 1009 | SOURCE=.\Python\graminit.c |
| 1010 | DEP_CPP_GRAMI=\ |
| 1011 | ".\Include\pgenheaders.h"\ |
| 1012 | ".\Include\grammar.h"\ |
| 1013 | ".\PC\config.h"\ |
| 1014 | ".\Include\myproto.h"\ |
| 1015 | ".\Include\mymalloc.h"\ |
| 1016 | ".\Include\pydebug.h"\ |
| 1017 | ".\Include\rename2.h"\ |
| 1018 | ".\Include\bitset.h"\ |
| 1019 | |
| 1020 | |
| 1021 | "$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)" |
| 1022 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1023 | |
| 1024 | |
| 1025 | # End Source File |
| 1026 | ################################################################################ |
| 1027 | # Begin Source File |
| 1028 | |
| 1029 | SOURCE=.\Python\getversion.c |
| 1030 | DEP_CPP_GETVE=\ |
| 1031 | ".\Include\Python.h"\ |
| 1032 | ".\Include\patchlevel.h"\ |
| 1033 | ".\Include\allobjects.h"\ |
| 1034 | ".\PC\config.h"\ |
| 1035 | ".\Include\myproto.h"\ |
| 1036 | ".\Include\object.h"\ |
| 1037 | ".\Include\objimpl.h"\ |
| 1038 | ".\Include\pydebug.h"\ |
| 1039 | ".\Include\accessobject.h"\ |
| 1040 | ".\Include\intobject.h"\ |
| 1041 | ".\Include\longobject.h"\ |
| 1042 | ".\Include\floatobject.h"\ |
| 1043 | ".\Include\complexobject.h"\ |
| 1044 | ".\Include\rangeobject.h"\ |
| 1045 | ".\Include\stringobject.h"\ |
| 1046 | ".\Include\tupleobject.h"\ |
| 1047 | ".\Include\listobject.h"\ |
| 1048 | ".\Include\mappingobject.h"\ |
| 1049 | ".\Include\methodobject.h"\ |
| 1050 | ".\Include\moduleobject.h"\ |
| 1051 | ".\Include\funcobject.h"\ |
| 1052 | ".\Include\classobject.h"\ |
| 1053 | ".\Include\fileobject.h"\ |
| 1054 | ".\Include\cobject.h"\ |
| 1055 | ".\Include\traceback.h"\ |
| 1056 | ".\Include\sliceobject.h"\ |
| 1057 | ".\Include\pyerrors.h"\ |
| 1058 | ".\Include\mymalloc.h"\ |
| 1059 | ".\Include\modsupport.h"\ |
| 1060 | ".\Include\ceval.h"\ |
| 1061 | ".\Include\pythonrun.h"\ |
| 1062 | ".\Include\sysmodule.h"\ |
| 1063 | ".\Include\intrcheck.h"\ |
| 1064 | ".\Include\import.h"\ |
| 1065 | ".\Include\bltinmodule.h"\ |
| 1066 | ".\Include\abstract.h"\ |
| 1067 | ".\Include\rename2.h"\ |
| 1068 | ".\Include\thread.h"\ |
| 1069 | |
| 1070 | |
| 1071 | "$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)" |
| 1072 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1073 | |
| 1074 | |
| 1075 | # End Source File |
| 1076 | ################################################################################ |
| 1077 | # Begin Source File |
| 1078 | |
| 1079 | SOURCE=.\Python\getplatform.c |
| 1080 | DEP_CPP_GETPL=\ |
| 1081 | ".\Include\Python.h"\ |
| 1082 | ".\Include\allobjects.h"\ |
| 1083 | ".\PC\config.h"\ |
| 1084 | ".\Include\myproto.h"\ |
| 1085 | ".\Include\object.h"\ |
| 1086 | ".\Include\objimpl.h"\ |
| 1087 | ".\Include\pydebug.h"\ |
| 1088 | ".\Include\accessobject.h"\ |
| 1089 | ".\Include\intobject.h"\ |
| 1090 | ".\Include\longobject.h"\ |
| 1091 | ".\Include\floatobject.h"\ |
| 1092 | ".\Include\complexobject.h"\ |
| 1093 | ".\Include\rangeobject.h"\ |
| 1094 | ".\Include\stringobject.h"\ |
| 1095 | ".\Include\tupleobject.h"\ |
| 1096 | ".\Include\listobject.h"\ |
| 1097 | ".\Include\mappingobject.h"\ |
| 1098 | ".\Include\methodobject.h"\ |
| 1099 | ".\Include\moduleobject.h"\ |
| 1100 | ".\Include\funcobject.h"\ |
| 1101 | ".\Include\classobject.h"\ |
| 1102 | ".\Include\fileobject.h"\ |
| 1103 | ".\Include\cobject.h"\ |
| 1104 | ".\Include\traceback.h"\ |
| 1105 | ".\Include\sliceobject.h"\ |
| 1106 | ".\Include\pyerrors.h"\ |
| 1107 | ".\Include\mymalloc.h"\ |
| 1108 | ".\Include\modsupport.h"\ |
| 1109 | ".\Include\ceval.h"\ |
| 1110 | ".\Include\pythonrun.h"\ |
| 1111 | ".\Include\sysmodule.h"\ |
| 1112 | ".\Include\intrcheck.h"\ |
| 1113 | ".\Include\import.h"\ |
| 1114 | ".\Include\bltinmodule.h"\ |
| 1115 | ".\Include\abstract.h"\ |
| 1116 | ".\Include\rename2.h"\ |
| 1117 | ".\Include\thread.h"\ |
| 1118 | |
| 1119 | |
| 1120 | "$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)" |
| 1121 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1122 | |
| 1123 | |
| 1124 | # End Source File |
| 1125 | ################################################################################ |
| 1126 | # Begin Source File |
| 1127 | |
| 1128 | SOURCE=.\Python\getmtime.c |
| 1129 | DEP_CPP_GETMT=\ |
| 1130 | ".\PC\config.h"\ |
| 1131 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 1132 | {$(INCLUDE)}"\sys\STAT.H"\ |
| 1133 | ".\Include\rename2.h"\ |
| 1134 | |
| 1135 | |
| 1136 | "$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)" |
| 1137 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1138 | |
| 1139 | |
| 1140 | # End Source File |
| 1141 | ################################################################################ |
| 1142 | # Begin Source File |
| 1143 | |
| 1144 | SOURCE=.\Python\getcopyright.c |
| 1145 | DEP_CPP_GETCO=\ |
| 1146 | ".\Include\Python.h"\ |
| 1147 | ".\Include\allobjects.h"\ |
| 1148 | ".\PC\config.h"\ |
| 1149 | ".\Include\myproto.h"\ |
| 1150 | ".\Include\object.h"\ |
| 1151 | ".\Include\objimpl.h"\ |
| 1152 | ".\Include\pydebug.h"\ |
| 1153 | ".\Include\accessobject.h"\ |
| 1154 | ".\Include\intobject.h"\ |
| 1155 | ".\Include\longobject.h"\ |
| 1156 | ".\Include\floatobject.h"\ |
| 1157 | ".\Include\complexobject.h"\ |
| 1158 | ".\Include\rangeobject.h"\ |
| 1159 | ".\Include\stringobject.h"\ |
| 1160 | ".\Include\tupleobject.h"\ |
| 1161 | ".\Include\listobject.h"\ |
| 1162 | ".\Include\mappingobject.h"\ |
| 1163 | ".\Include\methodobject.h"\ |
| 1164 | ".\Include\moduleobject.h"\ |
| 1165 | ".\Include\funcobject.h"\ |
| 1166 | ".\Include\classobject.h"\ |
| 1167 | ".\Include\fileobject.h"\ |
| 1168 | ".\Include\cobject.h"\ |
| 1169 | ".\Include\traceback.h"\ |
| 1170 | ".\Include\sliceobject.h"\ |
| 1171 | ".\Include\pyerrors.h"\ |
| 1172 | ".\Include\mymalloc.h"\ |
| 1173 | ".\Include\modsupport.h"\ |
| 1174 | ".\Include\ceval.h"\ |
| 1175 | ".\Include\pythonrun.h"\ |
| 1176 | ".\Include\sysmodule.h"\ |
| 1177 | ".\Include\intrcheck.h"\ |
| 1178 | ".\Include\import.h"\ |
| 1179 | ".\Include\bltinmodule.h"\ |
| 1180 | ".\Include\abstract.h"\ |
| 1181 | ".\Include\rename2.h"\ |
| 1182 | ".\Include\thread.h"\ |
| 1183 | |
| 1184 | |
| 1185 | "$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)" |
| 1186 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1187 | |
| 1188 | |
| 1189 | # End Source File |
| 1190 | ################################################################################ |
| 1191 | # Begin Source File |
| 1192 | |
| 1193 | SOURCE=.\Python\getcompiler.c |
| 1194 | DEP_CPP_GETCOM=\ |
| 1195 | ".\Include\Python.h"\ |
| 1196 | ".\Include\allobjects.h"\ |
| 1197 | ".\PC\config.h"\ |
| 1198 | ".\Include\myproto.h"\ |
| 1199 | ".\Include\object.h"\ |
| 1200 | ".\Include\objimpl.h"\ |
| 1201 | ".\Include\pydebug.h"\ |
| 1202 | ".\Include\accessobject.h"\ |
| 1203 | ".\Include\intobject.h"\ |
| 1204 | ".\Include\longobject.h"\ |
| 1205 | ".\Include\floatobject.h"\ |
| 1206 | ".\Include\complexobject.h"\ |
| 1207 | ".\Include\rangeobject.h"\ |
| 1208 | ".\Include\stringobject.h"\ |
| 1209 | ".\Include\tupleobject.h"\ |
| 1210 | ".\Include\listobject.h"\ |
| 1211 | ".\Include\mappingobject.h"\ |
| 1212 | ".\Include\methodobject.h"\ |
| 1213 | ".\Include\moduleobject.h"\ |
| 1214 | ".\Include\funcobject.h"\ |
| 1215 | ".\Include\classobject.h"\ |
| 1216 | ".\Include\fileobject.h"\ |
| 1217 | ".\Include\cobject.h"\ |
| 1218 | ".\Include\traceback.h"\ |
| 1219 | ".\Include\sliceobject.h"\ |
| 1220 | ".\Include\pyerrors.h"\ |
| 1221 | ".\Include\mymalloc.h"\ |
| 1222 | ".\Include\modsupport.h"\ |
| 1223 | ".\Include\ceval.h"\ |
| 1224 | ".\Include\pythonrun.h"\ |
| 1225 | ".\Include\sysmodule.h"\ |
| 1226 | ".\Include\intrcheck.h"\ |
| 1227 | ".\Include\import.h"\ |
| 1228 | ".\Include\bltinmodule.h"\ |
| 1229 | ".\Include\abstract.h"\ |
| 1230 | ".\Include\rename2.h"\ |
| 1231 | ".\Include\thread.h"\ |
| 1232 | |
| 1233 | |
| 1234 | "$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)" |
| 1235 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1236 | |
| 1237 | |
| 1238 | # End Source File |
| 1239 | ################################################################################ |
| 1240 | # Begin Source File |
| 1241 | |
| 1242 | SOURCE=.\Python\getargs.c |
| 1243 | DEP_CPP_GETAR=\ |
| 1244 | ".\Include\allobjects.h"\ |
| 1245 | ".\PC\config.h"\ |
| 1246 | ".\Include\myproto.h"\ |
| 1247 | ".\Include\object.h"\ |
| 1248 | ".\Include\objimpl.h"\ |
| 1249 | ".\Include\pydebug.h"\ |
| 1250 | ".\Include\accessobject.h"\ |
| 1251 | ".\Include\intobject.h"\ |
| 1252 | ".\Include\longobject.h"\ |
| 1253 | ".\Include\floatobject.h"\ |
| 1254 | ".\Include\complexobject.h"\ |
| 1255 | ".\Include\rangeobject.h"\ |
| 1256 | ".\Include\stringobject.h"\ |
| 1257 | ".\Include\tupleobject.h"\ |
| 1258 | ".\Include\listobject.h"\ |
| 1259 | ".\Include\mappingobject.h"\ |
| 1260 | ".\Include\methodobject.h"\ |
| 1261 | ".\Include\moduleobject.h"\ |
| 1262 | ".\Include\funcobject.h"\ |
| 1263 | ".\Include\classobject.h"\ |
| 1264 | ".\Include\fileobject.h"\ |
| 1265 | ".\Include\cobject.h"\ |
| 1266 | ".\Include\traceback.h"\ |
| 1267 | ".\Include\sliceobject.h"\ |
| 1268 | ".\Include\pyerrors.h"\ |
| 1269 | ".\Include\mymalloc.h"\ |
| 1270 | ".\Include\modsupport.h"\ |
| 1271 | ".\Include\ceval.h"\ |
| 1272 | ".\Include\pythonrun.h"\ |
| 1273 | ".\Include\sysmodule.h"\ |
| 1274 | ".\Include\intrcheck.h"\ |
| 1275 | ".\Include\import.h"\ |
| 1276 | ".\Include\bltinmodule.h"\ |
| 1277 | ".\Include\abstract.h"\ |
| 1278 | ".\Include\rename2.h"\ |
| 1279 | ".\Include\thread.h"\ |
| 1280 | |
| 1281 | |
| 1282 | "$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)" |
| 1283 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1284 | |
| 1285 | |
| 1286 | # End Source File |
| 1287 | ################################################################################ |
| 1288 | # Begin Source File |
| 1289 | |
| 1290 | SOURCE=.\Objects\funcobject.c |
| 1291 | DEP_CPP_FUNCO=\ |
| 1292 | ".\Include\allobjects.h"\ |
| 1293 | ".\Include\compile.h"\ |
| 1294 | ".\Include\structmember.h"\ |
| 1295 | ".\PC\config.h"\ |
| 1296 | ".\Include\myproto.h"\ |
| 1297 | ".\Include\object.h"\ |
| 1298 | ".\Include\objimpl.h"\ |
| 1299 | ".\Include\pydebug.h"\ |
| 1300 | ".\Include\accessobject.h"\ |
| 1301 | ".\Include\intobject.h"\ |
| 1302 | ".\Include\longobject.h"\ |
| 1303 | ".\Include\floatobject.h"\ |
| 1304 | ".\Include\complexobject.h"\ |
| 1305 | ".\Include\rangeobject.h"\ |
| 1306 | ".\Include\stringobject.h"\ |
| 1307 | ".\Include\tupleobject.h"\ |
| 1308 | ".\Include\listobject.h"\ |
| 1309 | ".\Include\mappingobject.h"\ |
| 1310 | ".\Include\methodobject.h"\ |
| 1311 | ".\Include\moduleobject.h"\ |
| 1312 | ".\Include\funcobject.h"\ |
| 1313 | ".\Include\classobject.h"\ |
| 1314 | ".\Include\fileobject.h"\ |
| 1315 | ".\Include\cobject.h"\ |
| 1316 | ".\Include\traceback.h"\ |
| 1317 | ".\Include\sliceobject.h"\ |
| 1318 | ".\Include\pyerrors.h"\ |
| 1319 | ".\Include\mymalloc.h"\ |
| 1320 | ".\Include\modsupport.h"\ |
| 1321 | ".\Include\ceval.h"\ |
| 1322 | ".\Include\pythonrun.h"\ |
| 1323 | ".\Include\sysmodule.h"\ |
| 1324 | ".\Include\intrcheck.h"\ |
| 1325 | ".\Include\import.h"\ |
| 1326 | ".\Include\bltinmodule.h"\ |
| 1327 | ".\Include\abstract.h"\ |
| 1328 | ".\Include\rename2.h"\ |
| 1329 | ".\Include\thread.h"\ |
| 1330 | |
| 1331 | |
| 1332 | "$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)" |
| 1333 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1334 | |
| 1335 | |
| 1336 | # End Source File |
| 1337 | ################################################################################ |
| 1338 | # Begin Source File |
| 1339 | |
| 1340 | SOURCE=.\Python\frozen.c |
| 1341 | DEP_CPP_FROZE=\ |
| 1342 | ".\Include\Python.h"\ |
| 1343 | ".\Include\allobjects.h"\ |
| 1344 | ".\PC\config.h"\ |
| 1345 | ".\Include\myproto.h"\ |
| 1346 | ".\Include\object.h"\ |
| 1347 | ".\Include\objimpl.h"\ |
| 1348 | ".\Include\pydebug.h"\ |
| 1349 | ".\Include\accessobject.h"\ |
| 1350 | ".\Include\intobject.h"\ |
| 1351 | ".\Include\longobject.h"\ |
| 1352 | ".\Include\floatobject.h"\ |
| 1353 | ".\Include\complexobject.h"\ |
| 1354 | ".\Include\rangeobject.h"\ |
| 1355 | ".\Include\stringobject.h"\ |
| 1356 | ".\Include\tupleobject.h"\ |
| 1357 | ".\Include\listobject.h"\ |
| 1358 | ".\Include\mappingobject.h"\ |
| 1359 | ".\Include\methodobject.h"\ |
| 1360 | ".\Include\moduleobject.h"\ |
| 1361 | ".\Include\funcobject.h"\ |
| 1362 | ".\Include\classobject.h"\ |
| 1363 | ".\Include\fileobject.h"\ |
| 1364 | ".\Include\cobject.h"\ |
| 1365 | ".\Include\traceback.h"\ |
| 1366 | ".\Include\sliceobject.h"\ |
| 1367 | ".\Include\pyerrors.h"\ |
| 1368 | ".\Include\mymalloc.h"\ |
| 1369 | ".\Include\modsupport.h"\ |
| 1370 | ".\Include\ceval.h"\ |
| 1371 | ".\Include\pythonrun.h"\ |
| 1372 | ".\Include\sysmodule.h"\ |
| 1373 | ".\Include\intrcheck.h"\ |
| 1374 | ".\Include\import.h"\ |
| 1375 | ".\Include\bltinmodule.h"\ |
| 1376 | ".\Include\abstract.h"\ |
| 1377 | ".\Include\rename2.h"\ |
| 1378 | ".\Include\thread.h"\ |
| 1379 | |
| 1380 | |
| 1381 | "$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)" |
| 1382 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1383 | |
| 1384 | |
| 1385 | # End Source File |
| 1386 | ################################################################################ |
| 1387 | # Begin Source File |
| 1388 | |
| 1389 | SOURCE=.\Objects\frameobject.c |
| 1390 | DEP_CPP_FRAME=\ |
| 1391 | ".\Include\allobjects.h"\ |
| 1392 | ".\Include\compile.h"\ |
| 1393 | ".\Include\frameobject.h"\ |
| 1394 | ".\Include\opcode.h"\ |
| 1395 | ".\Include\structmember.h"\ |
| 1396 | ".\Include\bltinmodule.h"\ |
| 1397 | ".\PC\config.h"\ |
| 1398 | ".\Include\myproto.h"\ |
| 1399 | ".\Include\object.h"\ |
| 1400 | ".\Include\objimpl.h"\ |
| 1401 | ".\Include\pydebug.h"\ |
| 1402 | ".\Include\accessobject.h"\ |
| 1403 | ".\Include\intobject.h"\ |
| 1404 | ".\Include\longobject.h"\ |
| 1405 | ".\Include\floatobject.h"\ |
| 1406 | ".\Include\complexobject.h"\ |
| 1407 | ".\Include\rangeobject.h"\ |
| 1408 | ".\Include\stringobject.h"\ |
| 1409 | ".\Include\tupleobject.h"\ |
| 1410 | ".\Include\listobject.h"\ |
| 1411 | ".\Include\mappingobject.h"\ |
| 1412 | ".\Include\methodobject.h"\ |
| 1413 | ".\Include\moduleobject.h"\ |
| 1414 | ".\Include\funcobject.h"\ |
| 1415 | ".\Include\classobject.h"\ |
| 1416 | ".\Include\fileobject.h"\ |
| 1417 | ".\Include\cobject.h"\ |
| 1418 | ".\Include\traceback.h"\ |
| 1419 | ".\Include\sliceobject.h"\ |
| 1420 | ".\Include\pyerrors.h"\ |
| 1421 | ".\Include\mymalloc.h"\ |
| 1422 | ".\Include\modsupport.h"\ |
| 1423 | ".\Include\ceval.h"\ |
| 1424 | ".\Include\pythonrun.h"\ |
| 1425 | ".\Include\sysmodule.h"\ |
| 1426 | ".\Include\intrcheck.h"\ |
| 1427 | ".\Include\import.h"\ |
| 1428 | ".\Include\abstract.h"\ |
| 1429 | ".\Include\rename2.h"\ |
| 1430 | ".\Include\thread.h"\ |
| 1431 | |
| 1432 | |
| 1433 | "$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)" |
| 1434 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1435 | |
| 1436 | |
| 1437 | # End Source File |
| 1438 | ################################################################################ |
| 1439 | # Begin Source File |
| 1440 | |
| 1441 | SOURCE=.\Objects\floatobject.c |
| 1442 | DEP_CPP_FLOAT=\ |
| 1443 | ".\Include\allobjects.h"\ |
| 1444 | ".\Include\modsupport.h"\ |
| 1445 | ".\Include\mymath.h"\ |
| 1446 | ".\PC\config.h"\ |
| 1447 | ".\Include\myproto.h"\ |
| 1448 | ".\Include\object.h"\ |
| 1449 | ".\Include\objimpl.h"\ |
| 1450 | ".\Include\pydebug.h"\ |
| 1451 | ".\Include\accessobject.h"\ |
| 1452 | ".\Include\intobject.h"\ |
| 1453 | ".\Include\longobject.h"\ |
| 1454 | ".\Include\floatobject.h"\ |
| 1455 | ".\Include\complexobject.h"\ |
| 1456 | ".\Include\rangeobject.h"\ |
| 1457 | ".\Include\stringobject.h"\ |
| 1458 | ".\Include\tupleobject.h"\ |
| 1459 | ".\Include\listobject.h"\ |
| 1460 | ".\Include\mappingobject.h"\ |
| 1461 | ".\Include\methodobject.h"\ |
| 1462 | ".\Include\moduleobject.h"\ |
| 1463 | ".\Include\funcobject.h"\ |
| 1464 | ".\Include\classobject.h"\ |
| 1465 | ".\Include\fileobject.h"\ |
| 1466 | ".\Include\cobject.h"\ |
| 1467 | ".\Include\traceback.h"\ |
| 1468 | ".\Include\sliceobject.h"\ |
| 1469 | ".\Include\pyerrors.h"\ |
| 1470 | ".\Include\mymalloc.h"\ |
| 1471 | ".\Include\ceval.h"\ |
| 1472 | ".\Include\pythonrun.h"\ |
| 1473 | ".\Include\sysmodule.h"\ |
| 1474 | ".\Include\intrcheck.h"\ |
| 1475 | ".\Include\import.h"\ |
| 1476 | ".\Include\bltinmodule.h"\ |
| 1477 | ".\Include\abstract.h"\ |
| 1478 | ".\Include\rename2.h"\ |
| 1479 | ".\Include\thread.h"\ |
| 1480 | |
| 1481 | |
| 1482 | "$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)" |
| 1483 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1484 | |
| 1485 | |
| 1486 | # End Source File |
| 1487 | ################################################################################ |
| 1488 | # Begin Source File |
| 1489 | |
| 1490 | SOURCE=.\Objects\fileobject.c |
| 1491 | DEP_CPP_FILEO=\ |
| 1492 | ".\Include\allobjects.h"\ |
| 1493 | ".\Include\modsupport.h"\ |
| 1494 | ".\Include\structmember.h"\ |
| 1495 | ".\Include\ceval.h"\ |
| 1496 | ".\PC\config.h"\ |
| 1497 | ".\Include\myproto.h"\ |
| 1498 | ".\Include\object.h"\ |
| 1499 | ".\Include\objimpl.h"\ |
| 1500 | ".\Include\pydebug.h"\ |
| 1501 | ".\Include\accessobject.h"\ |
| 1502 | ".\Include\intobject.h"\ |
| 1503 | ".\Include\longobject.h"\ |
| 1504 | ".\Include\floatobject.h"\ |
| 1505 | ".\Include\complexobject.h"\ |
| 1506 | ".\Include\rangeobject.h"\ |
| 1507 | ".\Include\stringobject.h"\ |
| 1508 | ".\Include\tupleobject.h"\ |
| 1509 | ".\Include\listobject.h"\ |
| 1510 | ".\Include\mappingobject.h"\ |
| 1511 | ".\Include\methodobject.h"\ |
| 1512 | ".\Include\moduleobject.h"\ |
| 1513 | ".\Include\funcobject.h"\ |
| 1514 | ".\Include\classobject.h"\ |
| 1515 | ".\Include\fileobject.h"\ |
| 1516 | ".\Include\cobject.h"\ |
| 1517 | ".\Include\traceback.h"\ |
| 1518 | ".\Include\sliceobject.h"\ |
| 1519 | ".\Include\pyerrors.h"\ |
| 1520 | ".\Include\mymalloc.h"\ |
| 1521 | ".\Include\pythonrun.h"\ |
| 1522 | ".\Include\sysmodule.h"\ |
| 1523 | ".\Include\intrcheck.h"\ |
| 1524 | ".\Include\import.h"\ |
| 1525 | ".\Include\bltinmodule.h"\ |
| 1526 | ".\Include\abstract.h"\ |
| 1527 | ".\Include\rename2.h"\ |
| 1528 | ".\Include\thread.h"\ |
| 1529 | |
| 1530 | |
| 1531 | "$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)" |
| 1532 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1533 | |
| 1534 | |
| 1535 | # End Source File |
| 1536 | ################################################################################ |
| 1537 | # Begin Source File |
| 1538 | |
| 1539 | SOURCE=.\Python\errors.c |
| 1540 | DEP_CPP_ERROR=\ |
| 1541 | ".\Include\allobjects.h"\ |
| 1542 | ".\Include\traceback.h"\ |
| 1543 | ".\PC\config.h"\ |
| 1544 | ".\Include\myproto.h"\ |
| 1545 | ".\Include\object.h"\ |
| 1546 | ".\Include\objimpl.h"\ |
| 1547 | ".\Include\pydebug.h"\ |
| 1548 | ".\Include\accessobject.h"\ |
| 1549 | ".\Include\intobject.h"\ |
| 1550 | ".\Include\longobject.h"\ |
| 1551 | ".\Include\floatobject.h"\ |
| 1552 | ".\Include\complexobject.h"\ |
| 1553 | ".\Include\rangeobject.h"\ |
| 1554 | ".\Include\stringobject.h"\ |
| 1555 | ".\Include\tupleobject.h"\ |
| 1556 | ".\Include\listobject.h"\ |
| 1557 | ".\Include\mappingobject.h"\ |
| 1558 | ".\Include\methodobject.h"\ |
| 1559 | ".\Include\moduleobject.h"\ |
| 1560 | ".\Include\funcobject.h"\ |
| 1561 | ".\Include\classobject.h"\ |
| 1562 | ".\Include\fileobject.h"\ |
| 1563 | ".\Include\cobject.h"\ |
| 1564 | ".\Include\sliceobject.h"\ |
| 1565 | ".\Include\pyerrors.h"\ |
| 1566 | ".\Include\mymalloc.h"\ |
| 1567 | ".\Include\modsupport.h"\ |
| 1568 | ".\Include\ceval.h"\ |
| 1569 | ".\Include\pythonrun.h"\ |
| 1570 | ".\Include\sysmodule.h"\ |
| 1571 | ".\Include\intrcheck.h"\ |
| 1572 | ".\Include\import.h"\ |
| 1573 | ".\Include\bltinmodule.h"\ |
| 1574 | ".\Include\abstract.h"\ |
| 1575 | ".\Include\rename2.h"\ |
| 1576 | ".\Include\thread.h"\ |
| 1577 | |
| 1578 | |
| 1579 | "$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)" |
| 1580 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1581 | |
| 1582 | |
| 1583 | # End Source File |
| 1584 | ################################################################################ |
| 1585 | # Begin Source File |
| 1586 | |
| 1587 | SOURCE=.\PC\config.c |
| 1588 | DEP_CPP_CONFI=\ |
| 1589 | ".\Include\Python.h"\ |
| 1590 | ".\Include\allobjects.h"\ |
| 1591 | ".\PC\config.h"\ |
| 1592 | ".\Include\myproto.h"\ |
| 1593 | ".\Include\object.h"\ |
| 1594 | ".\Include\objimpl.h"\ |
| 1595 | ".\Include\pydebug.h"\ |
| 1596 | ".\Include\accessobject.h"\ |
| 1597 | ".\Include\intobject.h"\ |
| 1598 | ".\Include\longobject.h"\ |
| 1599 | ".\Include\floatobject.h"\ |
| 1600 | ".\Include\complexobject.h"\ |
| 1601 | ".\Include\rangeobject.h"\ |
| 1602 | ".\Include\stringobject.h"\ |
| 1603 | ".\Include\tupleobject.h"\ |
| 1604 | ".\Include\listobject.h"\ |
| 1605 | ".\Include\mappingobject.h"\ |
| 1606 | ".\Include\methodobject.h"\ |
| 1607 | ".\Include\moduleobject.h"\ |
| 1608 | ".\Include\funcobject.h"\ |
| 1609 | ".\Include\classobject.h"\ |
| 1610 | ".\Include\fileobject.h"\ |
| 1611 | ".\Include\cobject.h"\ |
| 1612 | ".\Include\traceback.h"\ |
| 1613 | ".\Include\sliceobject.h"\ |
| 1614 | ".\Include\pyerrors.h"\ |
| 1615 | ".\Include\mymalloc.h"\ |
| 1616 | ".\Include\modsupport.h"\ |
| 1617 | ".\Include\ceval.h"\ |
| 1618 | ".\Include\pythonrun.h"\ |
| 1619 | ".\Include\sysmodule.h"\ |
| 1620 | ".\Include\intrcheck.h"\ |
| 1621 | ".\Include\import.h"\ |
| 1622 | ".\Include\bltinmodule.h"\ |
| 1623 | ".\Include\abstract.h"\ |
| 1624 | ".\Include\rename2.h"\ |
| 1625 | ".\Include\thread.h"\ |
| 1626 | |
| 1627 | |
| 1628 | "$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)" |
| 1629 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1630 | |
| 1631 | |
| 1632 | # End Source File |
| 1633 | ################################################################################ |
| 1634 | # Begin Source File |
| 1635 | |
| 1636 | SOURCE=.\Objects\complexobject.c |
| 1637 | DEP_CPP_COMPL=\ |
| 1638 | ".\Include\allobjects.h"\ |
| 1639 | ".\Include\modsupport.h"\ |
| 1640 | ".\Include\mymath.h"\ |
| 1641 | ".\PC\config.h"\ |
| 1642 | ".\Include\myproto.h"\ |
| 1643 | ".\Include\object.h"\ |
| 1644 | ".\Include\objimpl.h"\ |
| 1645 | ".\Include\pydebug.h"\ |
| 1646 | ".\Include\accessobject.h"\ |
| 1647 | ".\Include\intobject.h"\ |
| 1648 | ".\Include\longobject.h"\ |
| 1649 | ".\Include\floatobject.h"\ |
| 1650 | ".\Include\complexobject.h"\ |
| 1651 | ".\Include\rangeobject.h"\ |
| 1652 | ".\Include\stringobject.h"\ |
| 1653 | ".\Include\tupleobject.h"\ |
| 1654 | ".\Include\listobject.h"\ |
| 1655 | ".\Include\mappingobject.h"\ |
| 1656 | ".\Include\methodobject.h"\ |
| 1657 | ".\Include\moduleobject.h"\ |
| 1658 | ".\Include\funcobject.h"\ |
| 1659 | ".\Include\classobject.h"\ |
| 1660 | ".\Include\fileobject.h"\ |
| 1661 | ".\Include\cobject.h"\ |
| 1662 | ".\Include\traceback.h"\ |
| 1663 | ".\Include\sliceobject.h"\ |
| 1664 | ".\Include\pyerrors.h"\ |
| 1665 | ".\Include\mymalloc.h"\ |
| 1666 | ".\Include\ceval.h"\ |
| 1667 | ".\Include\pythonrun.h"\ |
| 1668 | ".\Include\sysmodule.h"\ |
| 1669 | ".\Include\intrcheck.h"\ |
| 1670 | ".\Include\import.h"\ |
| 1671 | ".\Include\bltinmodule.h"\ |
| 1672 | ".\Include\abstract.h"\ |
| 1673 | ".\Include\rename2.h"\ |
| 1674 | ".\Include\thread.h"\ |
| 1675 | |
| 1676 | |
| 1677 | "$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)" |
| 1678 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1679 | |
| 1680 | |
| 1681 | # End Source File |
| 1682 | ################################################################################ |
| 1683 | # Begin Source File |
| 1684 | |
| 1685 | SOURCE=.\Python\compile.c |
| 1686 | DEP_CPP_COMPI=\ |
| 1687 | ".\Include\allobjects.h"\ |
| 1688 | ".\Include\node.h"\ |
| 1689 | ".\Include\token.h"\ |
| 1690 | ".\Include\graminit.h"\ |
| 1691 | ".\Include\compile.h"\ |
| 1692 | ".\Include\opcode.h"\ |
| 1693 | ".\Include\structmember.h"\ |
| 1694 | ".\PC\config.h"\ |
| 1695 | ".\Include\myproto.h"\ |
| 1696 | ".\Include\object.h"\ |
| 1697 | ".\Include\objimpl.h"\ |
| 1698 | ".\Include\pydebug.h"\ |
| 1699 | ".\Include\accessobject.h"\ |
| 1700 | ".\Include\intobject.h"\ |
| 1701 | ".\Include\longobject.h"\ |
| 1702 | ".\Include\floatobject.h"\ |
| 1703 | ".\Include\complexobject.h"\ |
| 1704 | ".\Include\rangeobject.h"\ |
| 1705 | ".\Include\stringobject.h"\ |
| 1706 | ".\Include\tupleobject.h"\ |
| 1707 | ".\Include\listobject.h"\ |
| 1708 | ".\Include\mappingobject.h"\ |
| 1709 | ".\Include\methodobject.h"\ |
| 1710 | ".\Include\moduleobject.h"\ |
| 1711 | ".\Include\funcobject.h"\ |
| 1712 | ".\Include\classobject.h"\ |
| 1713 | ".\Include\fileobject.h"\ |
| 1714 | ".\Include\cobject.h"\ |
| 1715 | ".\Include\traceback.h"\ |
| 1716 | ".\Include\sliceobject.h"\ |
| 1717 | ".\Include\pyerrors.h"\ |
| 1718 | ".\Include\mymalloc.h"\ |
| 1719 | ".\Include\modsupport.h"\ |
| 1720 | ".\Include\ceval.h"\ |
| 1721 | ".\Include\pythonrun.h"\ |
| 1722 | ".\Include\sysmodule.h"\ |
| 1723 | ".\Include\intrcheck.h"\ |
| 1724 | ".\Include\import.h"\ |
| 1725 | ".\Include\bltinmodule.h"\ |
| 1726 | ".\Include\abstract.h"\ |
| 1727 | ".\Include\rename2.h"\ |
| 1728 | ".\Include\thread.h"\ |
| 1729 | |
| 1730 | |
| 1731 | "$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)" |
| 1732 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1733 | |
| 1734 | |
| 1735 | # End Source File |
| 1736 | ################################################################################ |
| 1737 | # Begin Source File |
| 1738 | |
| 1739 | SOURCE=.\Objects\cobject.c |
| 1740 | DEP_CPP_COBJE=\ |
| 1741 | ".\Include\Python.h"\ |
| 1742 | ".\Include\allobjects.h"\ |
| 1743 | ".\PC\config.h"\ |
| 1744 | ".\Include\myproto.h"\ |
| 1745 | ".\Include\object.h"\ |
| 1746 | ".\Include\objimpl.h"\ |
| 1747 | ".\Include\pydebug.h"\ |
| 1748 | ".\Include\accessobject.h"\ |
| 1749 | ".\Include\intobject.h"\ |
| 1750 | ".\Include\longobject.h"\ |
| 1751 | ".\Include\floatobject.h"\ |
| 1752 | ".\Include\complexobject.h"\ |
| 1753 | ".\Include\rangeobject.h"\ |
| 1754 | ".\Include\stringobject.h"\ |
| 1755 | ".\Include\tupleobject.h"\ |
| 1756 | ".\Include\listobject.h"\ |
| 1757 | ".\Include\mappingobject.h"\ |
| 1758 | ".\Include\methodobject.h"\ |
| 1759 | ".\Include\moduleobject.h"\ |
| 1760 | ".\Include\funcobject.h"\ |
| 1761 | ".\Include\classobject.h"\ |
| 1762 | ".\Include\fileobject.h"\ |
| 1763 | ".\Include\cobject.h"\ |
| 1764 | ".\Include\traceback.h"\ |
| 1765 | ".\Include\sliceobject.h"\ |
| 1766 | ".\Include\pyerrors.h"\ |
| 1767 | ".\Include\mymalloc.h"\ |
| 1768 | ".\Include\modsupport.h"\ |
| 1769 | ".\Include\ceval.h"\ |
| 1770 | ".\Include\pythonrun.h"\ |
| 1771 | ".\Include\sysmodule.h"\ |
| 1772 | ".\Include\intrcheck.h"\ |
| 1773 | ".\Include\import.h"\ |
| 1774 | ".\Include\bltinmodule.h"\ |
| 1775 | ".\Include\abstract.h"\ |
| 1776 | ".\Include\rename2.h"\ |
| 1777 | ".\Include\thread.h"\ |
| 1778 | |
| 1779 | |
| 1780 | "$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)" |
| 1781 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1782 | |
| 1783 | |
| 1784 | # End Source File |
| 1785 | ################################################################################ |
| 1786 | # Begin Source File |
| 1787 | |
| 1788 | SOURCE=.\Modules\cmathmodule.c |
| 1789 | DEP_CPP_CMATH=\ |
| 1790 | ".\Include\allobjects.h"\ |
| 1791 | ".\Include\complexobject.h"\ |
| 1792 | ".\Include\mymath.h"\ |
| 1793 | ".\PC\config.h"\ |
| 1794 | ".\Include\myproto.h"\ |
| 1795 | ".\Include\object.h"\ |
| 1796 | ".\Include\objimpl.h"\ |
| 1797 | ".\Include\pydebug.h"\ |
| 1798 | ".\Include\accessobject.h"\ |
| 1799 | ".\Include\intobject.h"\ |
| 1800 | ".\Include\longobject.h"\ |
| 1801 | ".\Include\floatobject.h"\ |
| 1802 | ".\Include\rangeobject.h"\ |
| 1803 | ".\Include\stringobject.h"\ |
| 1804 | ".\Include\tupleobject.h"\ |
| 1805 | ".\Include\listobject.h"\ |
| 1806 | ".\Include\mappingobject.h"\ |
| 1807 | ".\Include\methodobject.h"\ |
| 1808 | ".\Include\moduleobject.h"\ |
| 1809 | ".\Include\funcobject.h"\ |
| 1810 | ".\Include\classobject.h"\ |
| 1811 | ".\Include\fileobject.h"\ |
| 1812 | ".\Include\cobject.h"\ |
| 1813 | ".\Include\traceback.h"\ |
| 1814 | ".\Include\sliceobject.h"\ |
| 1815 | ".\Include\pyerrors.h"\ |
| 1816 | ".\Include\mymalloc.h"\ |
| 1817 | ".\Include\modsupport.h"\ |
| 1818 | ".\Include\ceval.h"\ |
| 1819 | ".\Include\pythonrun.h"\ |
| 1820 | ".\Include\sysmodule.h"\ |
| 1821 | ".\Include\intrcheck.h"\ |
| 1822 | ".\Include\import.h"\ |
| 1823 | ".\Include\bltinmodule.h"\ |
| 1824 | ".\Include\abstract.h"\ |
| 1825 | ".\Include\rename2.h"\ |
| 1826 | ".\Include\thread.h"\ |
| 1827 | |
| 1828 | |
| 1829 | "$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)" |
| 1830 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1831 | |
| 1832 | |
| 1833 | # End Source File |
| 1834 | ################################################################################ |
| 1835 | # Begin Source File |
| 1836 | |
| 1837 | SOURCE=.\Objects\classobject.c |
| 1838 | DEP_CPP_CLASS=\ |
| 1839 | ".\Include\allobjects.h"\ |
| 1840 | ".\Include\structmember.h"\ |
| 1841 | ".\PC\config.h"\ |
| 1842 | ".\Include\myproto.h"\ |
| 1843 | ".\Include\object.h"\ |
| 1844 | ".\Include\objimpl.h"\ |
| 1845 | ".\Include\pydebug.h"\ |
| 1846 | ".\Include\accessobject.h"\ |
| 1847 | ".\Include\intobject.h"\ |
| 1848 | ".\Include\longobject.h"\ |
| 1849 | ".\Include\floatobject.h"\ |
| 1850 | ".\Include\complexobject.h"\ |
| 1851 | ".\Include\rangeobject.h"\ |
| 1852 | ".\Include\stringobject.h"\ |
| 1853 | ".\Include\tupleobject.h"\ |
| 1854 | ".\Include\listobject.h"\ |
| 1855 | ".\Include\mappingobject.h"\ |
| 1856 | ".\Include\methodobject.h"\ |
| 1857 | ".\Include\moduleobject.h"\ |
| 1858 | ".\Include\funcobject.h"\ |
| 1859 | ".\Include\classobject.h"\ |
| 1860 | ".\Include\fileobject.h"\ |
| 1861 | ".\Include\cobject.h"\ |
| 1862 | ".\Include\traceback.h"\ |
| 1863 | ".\Include\sliceobject.h"\ |
| 1864 | ".\Include\pyerrors.h"\ |
| 1865 | ".\Include\mymalloc.h"\ |
| 1866 | ".\Include\modsupport.h"\ |
| 1867 | ".\Include\ceval.h"\ |
| 1868 | ".\Include\pythonrun.h"\ |
| 1869 | ".\Include\sysmodule.h"\ |
| 1870 | ".\Include\intrcheck.h"\ |
| 1871 | ".\Include\import.h"\ |
| 1872 | ".\Include\bltinmodule.h"\ |
| 1873 | ".\Include\abstract.h"\ |
| 1874 | ".\Include\rename2.h"\ |
| 1875 | ".\Include\thread.h"\ |
| 1876 | |
| 1877 | |
| 1878 | "$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)" |
| 1879 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1880 | |
| 1881 | |
| 1882 | # End Source File |
| 1883 | ################################################################################ |
| 1884 | # Begin Source File |
| 1885 | |
| 1886 | SOURCE=.\Python\cgensupport.c |
| 1887 | DEP_CPP_CGENS=\ |
| 1888 | ".\Include\allobjects.h"\ |
| 1889 | ".\Include\cgensupport.h"\ |
| 1890 | ".\PC\config.h"\ |
| 1891 | ".\Include\myproto.h"\ |
| 1892 | ".\Include\object.h"\ |
| 1893 | ".\Include\objimpl.h"\ |
| 1894 | ".\Include\pydebug.h"\ |
| 1895 | ".\Include\accessobject.h"\ |
| 1896 | ".\Include\intobject.h"\ |
| 1897 | ".\Include\longobject.h"\ |
| 1898 | ".\Include\floatobject.h"\ |
| 1899 | ".\Include\complexobject.h"\ |
| 1900 | ".\Include\rangeobject.h"\ |
| 1901 | ".\Include\stringobject.h"\ |
| 1902 | ".\Include\tupleobject.h"\ |
| 1903 | ".\Include\listobject.h"\ |
| 1904 | ".\Include\mappingobject.h"\ |
| 1905 | ".\Include\methodobject.h"\ |
| 1906 | ".\Include\moduleobject.h"\ |
| 1907 | ".\Include\funcobject.h"\ |
| 1908 | ".\Include\classobject.h"\ |
| 1909 | ".\Include\fileobject.h"\ |
| 1910 | ".\Include\cobject.h"\ |
| 1911 | ".\Include\traceback.h"\ |
| 1912 | ".\Include\sliceobject.h"\ |
| 1913 | ".\Include\pyerrors.h"\ |
| 1914 | ".\Include\mymalloc.h"\ |
| 1915 | ".\Include\modsupport.h"\ |
| 1916 | ".\Include\ceval.h"\ |
| 1917 | ".\Include\pythonrun.h"\ |
| 1918 | ".\Include\sysmodule.h"\ |
| 1919 | ".\Include\intrcheck.h"\ |
| 1920 | ".\Include\import.h"\ |
| 1921 | ".\Include\bltinmodule.h"\ |
| 1922 | ".\Include\abstract.h"\ |
| 1923 | ".\Include\rename2.h"\ |
| 1924 | ".\Include\thread.h"\ |
| 1925 | |
| 1926 | |
| 1927 | "$(INTDIR)\cgensupport.obj" : $(SOURCE) $(DEP_CPP_CGENS) "$(INTDIR)" |
| 1928 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1929 | |
| 1930 | |
| 1931 | # End Source File |
| 1932 | ################################################################################ |
| 1933 | # Begin Source File |
| 1934 | |
| 1935 | SOURCE=.\Python\ceval.c |
| 1936 | DEP_CPP_CEVAL=\ |
| 1937 | ".\Include\allobjects.h"\ |
| 1938 | ".\Include\compile.h"\ |
| 1939 | ".\Include\frameobject.h"\ |
| 1940 | ".\Include\eval.h"\ |
| 1941 | ".\Include\opcode.h"\ |
| 1942 | ".\Include\graminit.h"\ |
| 1943 | ".\Include\thread.h"\ |
| 1944 | ".\PC\config.h"\ |
| 1945 | ".\Include\myproto.h"\ |
| 1946 | ".\Include\object.h"\ |
| 1947 | ".\Include\objimpl.h"\ |
| 1948 | ".\Include\pydebug.h"\ |
| 1949 | ".\Include\accessobject.h"\ |
| 1950 | ".\Include\intobject.h"\ |
| 1951 | ".\Include\longobject.h"\ |
| 1952 | ".\Include\floatobject.h"\ |
| 1953 | ".\Include\complexobject.h"\ |
| 1954 | ".\Include\rangeobject.h"\ |
| 1955 | ".\Include\stringobject.h"\ |
| 1956 | ".\Include\tupleobject.h"\ |
| 1957 | ".\Include\listobject.h"\ |
| 1958 | ".\Include\mappingobject.h"\ |
| 1959 | ".\Include\methodobject.h"\ |
| 1960 | ".\Include\moduleobject.h"\ |
| 1961 | ".\Include\funcobject.h"\ |
| 1962 | ".\Include\classobject.h"\ |
| 1963 | ".\Include\fileobject.h"\ |
| 1964 | ".\Include\cobject.h"\ |
| 1965 | ".\Include\traceback.h"\ |
| 1966 | ".\Include\sliceobject.h"\ |
| 1967 | ".\Include\pyerrors.h"\ |
| 1968 | ".\Include\mymalloc.h"\ |
| 1969 | ".\Include\modsupport.h"\ |
| 1970 | ".\Include\ceval.h"\ |
| 1971 | ".\Include\pythonrun.h"\ |
| 1972 | ".\Include\sysmodule.h"\ |
| 1973 | ".\Include\intrcheck.h"\ |
| 1974 | ".\Include\import.h"\ |
| 1975 | ".\Include\bltinmodule.h"\ |
| 1976 | ".\Include\abstract.h"\ |
| 1977 | ".\Include\rename2.h"\ |
| 1978 | |
| 1979 | |
| 1980 | "$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)" |
| 1981 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 1982 | |
| 1983 | |
| 1984 | # End Source File |
| 1985 | ################################################################################ |
| 1986 | # Begin Source File |
| 1987 | |
| 1988 | SOURCE=.\Python\bltinmodule.c |
| 1989 | DEP_CPP_BLTIN=\ |
| 1990 | ".\Include\allobjects.h"\ |
| 1991 | ".\Include\node.h"\ |
| 1992 | ".\Include\graminit.h"\ |
| 1993 | ".\Include\bltinmodule.h"\ |
| 1994 | ".\Include\import.h"\ |
| 1995 | ".\Include\compile.h"\ |
| 1996 | ".\Include\eval.h"\ |
| 1997 | ".\Include\mymath.h"\ |
| 1998 | ".\PC\config.h"\ |
| 1999 | ".\Include\myproto.h"\ |
| 2000 | ".\Include\object.h"\ |
| 2001 | ".\Include\objimpl.h"\ |
| 2002 | ".\Include\pydebug.h"\ |
| 2003 | ".\Include\accessobject.h"\ |
| 2004 | ".\Include\intobject.h"\ |
| 2005 | ".\Include\longobject.h"\ |
| 2006 | ".\Include\floatobject.h"\ |
| 2007 | ".\Include\complexobject.h"\ |
| 2008 | ".\Include\rangeobject.h"\ |
| 2009 | ".\Include\stringobject.h"\ |
| 2010 | ".\Include\tupleobject.h"\ |
| 2011 | ".\Include\listobject.h"\ |
| 2012 | ".\Include\mappingobject.h"\ |
| 2013 | ".\Include\methodobject.h"\ |
| 2014 | ".\Include\moduleobject.h"\ |
| 2015 | ".\Include\funcobject.h"\ |
| 2016 | ".\Include\classobject.h"\ |
| 2017 | ".\Include\fileobject.h"\ |
| 2018 | ".\Include\cobject.h"\ |
| 2019 | ".\Include\traceback.h"\ |
| 2020 | ".\Include\sliceobject.h"\ |
| 2021 | ".\Include\pyerrors.h"\ |
| 2022 | ".\Include\mymalloc.h"\ |
| 2023 | ".\Include\modsupport.h"\ |
| 2024 | ".\Include\ceval.h"\ |
| 2025 | ".\Include\pythonrun.h"\ |
| 2026 | ".\Include\sysmodule.h"\ |
| 2027 | ".\Include\intrcheck.h"\ |
| 2028 | ".\Include\abstract.h"\ |
| 2029 | ".\Include\rename2.h"\ |
| 2030 | ".\Include\thread.h"\ |
| 2031 | |
| 2032 | |
| 2033 | "$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)" |
| 2034 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2035 | |
| 2036 | |
| 2037 | # End Source File |
| 2038 | ################################################################################ |
| 2039 | # Begin Source File |
| 2040 | |
| 2041 | SOURCE=.\Modules\binascii.c |
| 2042 | DEP_CPP_BINAS=\ |
| 2043 | ".\Include\Python.h"\ |
| 2044 | ".\Include\allobjects.h"\ |
| 2045 | ".\PC\config.h"\ |
| 2046 | ".\Include\myproto.h"\ |
| 2047 | ".\Include\object.h"\ |
| 2048 | ".\Include\objimpl.h"\ |
| 2049 | ".\Include\pydebug.h"\ |
| 2050 | ".\Include\accessobject.h"\ |
| 2051 | ".\Include\intobject.h"\ |
| 2052 | ".\Include\longobject.h"\ |
| 2053 | ".\Include\floatobject.h"\ |
| 2054 | ".\Include\complexobject.h"\ |
| 2055 | ".\Include\rangeobject.h"\ |
| 2056 | ".\Include\stringobject.h"\ |
| 2057 | ".\Include\tupleobject.h"\ |
| 2058 | ".\Include\listobject.h"\ |
| 2059 | ".\Include\mappingobject.h"\ |
| 2060 | ".\Include\methodobject.h"\ |
| 2061 | ".\Include\moduleobject.h"\ |
| 2062 | ".\Include\funcobject.h"\ |
| 2063 | ".\Include\classobject.h"\ |
| 2064 | ".\Include\fileobject.h"\ |
| 2065 | ".\Include\cobject.h"\ |
| 2066 | ".\Include\traceback.h"\ |
| 2067 | ".\Include\sliceobject.h"\ |
| 2068 | ".\Include\pyerrors.h"\ |
| 2069 | ".\Include\mymalloc.h"\ |
| 2070 | ".\Include\modsupport.h"\ |
| 2071 | ".\Include\ceval.h"\ |
| 2072 | ".\Include\pythonrun.h"\ |
| 2073 | ".\Include\sysmodule.h"\ |
| 2074 | ".\Include\intrcheck.h"\ |
| 2075 | ".\Include\import.h"\ |
| 2076 | ".\Include\bltinmodule.h"\ |
| 2077 | ".\Include\abstract.h"\ |
| 2078 | ".\Include\rename2.h"\ |
| 2079 | ".\Include\thread.h"\ |
| 2080 | |
| 2081 | |
| 2082 | "$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)" |
| 2083 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2084 | |
| 2085 | |
| 2086 | # End Source File |
| 2087 | ################################################################################ |
| 2088 | # Begin Source File |
| 2089 | |
| 2090 | SOURCE=.\Modules\audioop.c |
| 2091 | DEP_CPP_AUDIO=\ |
| 2092 | ".\Include\allobjects.h"\ |
| 2093 | ".\Include\modsupport.h"\ |
| 2094 | ".\Include\mymath.h"\ |
| 2095 | ".\PC\config.h"\ |
| 2096 | ".\Include\myproto.h"\ |
| 2097 | ".\Include\object.h"\ |
| 2098 | ".\Include\objimpl.h"\ |
| 2099 | ".\Include\pydebug.h"\ |
| 2100 | ".\Include\accessobject.h"\ |
| 2101 | ".\Include\intobject.h"\ |
| 2102 | ".\Include\longobject.h"\ |
| 2103 | ".\Include\floatobject.h"\ |
| 2104 | ".\Include\complexobject.h"\ |
| 2105 | ".\Include\rangeobject.h"\ |
| 2106 | ".\Include\stringobject.h"\ |
| 2107 | ".\Include\tupleobject.h"\ |
| 2108 | ".\Include\listobject.h"\ |
| 2109 | ".\Include\mappingobject.h"\ |
| 2110 | ".\Include\methodobject.h"\ |
| 2111 | ".\Include\moduleobject.h"\ |
| 2112 | ".\Include\funcobject.h"\ |
| 2113 | ".\Include\classobject.h"\ |
| 2114 | ".\Include\fileobject.h"\ |
| 2115 | ".\Include\cobject.h"\ |
| 2116 | ".\Include\traceback.h"\ |
| 2117 | ".\Include\sliceobject.h"\ |
| 2118 | ".\Include\pyerrors.h"\ |
| 2119 | ".\Include\mymalloc.h"\ |
| 2120 | ".\Include\ceval.h"\ |
| 2121 | ".\Include\pythonrun.h"\ |
| 2122 | ".\Include\sysmodule.h"\ |
| 2123 | ".\Include\intrcheck.h"\ |
| 2124 | ".\Include\import.h"\ |
| 2125 | ".\Include\bltinmodule.h"\ |
| 2126 | ".\Include\abstract.h"\ |
| 2127 | ".\Include\rename2.h"\ |
| 2128 | ".\Include\thread.h"\ |
| 2129 | |
| 2130 | |
| 2131 | "$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)" |
| 2132 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2133 | |
| 2134 | |
| 2135 | # End Source File |
| 2136 | ################################################################################ |
| 2137 | # Begin Source File |
| 2138 | |
| 2139 | SOURCE=.\Modules\arraymodule.c |
| 2140 | DEP_CPP_ARRAY=\ |
| 2141 | ".\Include\allobjects.h"\ |
| 2142 | ".\Include\modsupport.h"\ |
| 2143 | ".\Include\ceval.h"\ |
| 2144 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 2145 | ".\PC\config.h"\ |
| 2146 | ".\Include\myproto.h"\ |
| 2147 | ".\Include\object.h"\ |
| 2148 | ".\Include\objimpl.h"\ |
| 2149 | ".\Include\pydebug.h"\ |
| 2150 | ".\Include\accessobject.h"\ |
| 2151 | ".\Include\intobject.h"\ |
| 2152 | ".\Include\longobject.h"\ |
| 2153 | ".\Include\floatobject.h"\ |
| 2154 | ".\Include\complexobject.h"\ |
| 2155 | ".\Include\rangeobject.h"\ |
| 2156 | ".\Include\stringobject.h"\ |
| 2157 | ".\Include\tupleobject.h"\ |
| 2158 | ".\Include\listobject.h"\ |
| 2159 | ".\Include\mappingobject.h"\ |
| 2160 | ".\Include\methodobject.h"\ |
| 2161 | ".\Include\moduleobject.h"\ |
| 2162 | ".\Include\funcobject.h"\ |
| 2163 | ".\Include\classobject.h"\ |
| 2164 | ".\Include\fileobject.h"\ |
| 2165 | ".\Include\cobject.h"\ |
| 2166 | ".\Include\traceback.h"\ |
| 2167 | ".\Include\sliceobject.h"\ |
| 2168 | ".\Include\pyerrors.h"\ |
| 2169 | ".\Include\mymalloc.h"\ |
| 2170 | ".\Include\pythonrun.h"\ |
| 2171 | ".\Include\sysmodule.h"\ |
| 2172 | ".\Include\intrcheck.h"\ |
| 2173 | ".\Include\import.h"\ |
| 2174 | ".\Include\bltinmodule.h"\ |
| 2175 | ".\Include\abstract.h"\ |
| 2176 | ".\Include\rename2.h"\ |
| 2177 | ".\Include\thread.h"\ |
| 2178 | |
| 2179 | |
| 2180 | "$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)" |
| 2181 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2182 | |
| 2183 | |
| 2184 | # End Source File |
| 2185 | ################################################################################ |
| 2186 | # Begin Source File |
| 2187 | |
| 2188 | SOURCE=.\Objects\accessobject.c |
| 2189 | DEP_CPP_ACCES=\ |
| 2190 | ".\Include\allobjects.h"\ |
| 2191 | ".\Include\ceval.h"\ |
| 2192 | ".\Include\structmember.h"\ |
| 2193 | ".\Include\modsupport.h"\ |
| 2194 | ".\PC\config.h"\ |
| 2195 | ".\Include\myproto.h"\ |
| 2196 | ".\Include\object.h"\ |
| 2197 | ".\Include\objimpl.h"\ |
| 2198 | ".\Include\pydebug.h"\ |
| 2199 | ".\Include\accessobject.h"\ |
| 2200 | ".\Include\intobject.h"\ |
| 2201 | ".\Include\longobject.h"\ |
| 2202 | ".\Include\floatobject.h"\ |
| 2203 | ".\Include\complexobject.h"\ |
| 2204 | ".\Include\rangeobject.h"\ |
| 2205 | ".\Include\stringobject.h"\ |
| 2206 | ".\Include\tupleobject.h"\ |
| 2207 | ".\Include\listobject.h"\ |
| 2208 | ".\Include\mappingobject.h"\ |
| 2209 | ".\Include\methodobject.h"\ |
| 2210 | ".\Include\moduleobject.h"\ |
| 2211 | ".\Include\funcobject.h"\ |
| 2212 | ".\Include\classobject.h"\ |
| 2213 | ".\Include\fileobject.h"\ |
| 2214 | ".\Include\cobject.h"\ |
| 2215 | ".\Include\traceback.h"\ |
| 2216 | ".\Include\sliceobject.h"\ |
| 2217 | ".\Include\pyerrors.h"\ |
| 2218 | ".\Include\mymalloc.h"\ |
| 2219 | ".\Include\pythonrun.h"\ |
| 2220 | ".\Include\sysmodule.h"\ |
| 2221 | ".\Include\intrcheck.h"\ |
| 2222 | ".\Include\import.h"\ |
| 2223 | ".\Include\bltinmodule.h"\ |
| 2224 | ".\Include\abstract.h"\ |
| 2225 | ".\Include\rename2.h"\ |
| 2226 | ".\Include\thread.h"\ |
| 2227 | |
| 2228 | |
| 2229 | "$(INTDIR)\accessobject.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)" |
| 2230 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2231 | |
| 2232 | |
| 2233 | # End Source File |
| 2234 | ################################################################################ |
| 2235 | # Begin Source File |
| 2236 | |
| 2237 | SOURCE=.\Parser\acceler.c |
| 2238 | DEP_CPP_ACCEL=\ |
| 2239 | ".\Include\pgenheaders.h"\ |
| 2240 | ".\Include\grammar.h"\ |
| 2241 | ".\Include\node.h"\ |
| 2242 | ".\Include\token.h"\ |
| 2243 | ".\Parser\parser.h"\ |
| 2244 | ".\PC\config.h"\ |
| 2245 | ".\Include\myproto.h"\ |
| 2246 | ".\Include\mymalloc.h"\ |
| 2247 | ".\Include\pydebug.h"\ |
| 2248 | ".\Include\rename2.h"\ |
| 2249 | ".\Include\bitset.h"\ |
| 2250 | |
| 2251 | |
| 2252 | "$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)" |
| 2253 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2254 | |
| 2255 | |
| 2256 | # End Source File |
| 2257 | ################################################################################ |
| 2258 | # Begin Source File |
| 2259 | |
| 2260 | SOURCE=.\Objects\abstract.c |
| 2261 | DEP_CPP_ABSTR=\ |
| 2262 | ".\Include\Python.h"\ |
| 2263 | ".\Include\allobjects.h"\ |
| 2264 | ".\PC\config.h"\ |
| 2265 | ".\Include\myproto.h"\ |
| 2266 | ".\Include\object.h"\ |
| 2267 | ".\Include\objimpl.h"\ |
| 2268 | ".\Include\pydebug.h"\ |
| 2269 | ".\Include\accessobject.h"\ |
| 2270 | ".\Include\intobject.h"\ |
| 2271 | ".\Include\longobject.h"\ |
| 2272 | ".\Include\floatobject.h"\ |
| 2273 | ".\Include\complexobject.h"\ |
| 2274 | ".\Include\rangeobject.h"\ |
| 2275 | ".\Include\stringobject.h"\ |
| 2276 | ".\Include\tupleobject.h"\ |
| 2277 | ".\Include\listobject.h"\ |
| 2278 | ".\Include\mappingobject.h"\ |
| 2279 | ".\Include\methodobject.h"\ |
| 2280 | ".\Include\moduleobject.h"\ |
| 2281 | ".\Include\funcobject.h"\ |
| 2282 | ".\Include\classobject.h"\ |
| 2283 | ".\Include\fileobject.h"\ |
| 2284 | ".\Include\cobject.h"\ |
| 2285 | ".\Include\traceback.h"\ |
| 2286 | ".\Include\sliceobject.h"\ |
| 2287 | ".\Include\pyerrors.h"\ |
| 2288 | ".\Include\mymalloc.h"\ |
| 2289 | ".\Include\modsupport.h"\ |
| 2290 | ".\Include\ceval.h"\ |
| 2291 | ".\Include\pythonrun.h"\ |
| 2292 | ".\Include\sysmodule.h"\ |
| 2293 | ".\Include\intrcheck.h"\ |
| 2294 | ".\Include\import.h"\ |
| 2295 | ".\Include\bltinmodule.h"\ |
| 2296 | ".\Include\abstract.h"\ |
| 2297 | ".\Include\rename2.h"\ |
| 2298 | ".\Include\thread.h"\ |
| 2299 | |
| 2300 | |
| 2301 | "$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)" |
| 2302 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2303 | |
| 2304 | |
| 2305 | # End Source File |
| 2306 | ################################################################################ |
| 2307 | # Begin Source File |
| 2308 | |
| 2309 | SOURCE=.\Modules\yuvconvert.c |
| 2310 | DEP_CPP_YUVCO=\ |
| 2311 | ".\Modules\yuv.h"\ |
| 2312 | |
| 2313 | |
| 2314 | "$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)" |
| 2315 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2316 | |
| 2317 | |
| 2318 | # End Source File |
| 2319 | ################################################################################ |
| 2320 | # Begin Source File |
| 2321 | |
| 2322 | SOURCE=.\Objects\typeobject.c |
| 2323 | DEP_CPP_TYPEO=\ |
| 2324 | ".\Include\allobjects.h"\ |
| 2325 | ".\PC\config.h"\ |
| 2326 | ".\Include\myproto.h"\ |
| 2327 | ".\Include\object.h"\ |
| 2328 | ".\Include\objimpl.h"\ |
| 2329 | ".\Include\pydebug.h"\ |
| 2330 | ".\Include\accessobject.h"\ |
| 2331 | ".\Include\intobject.h"\ |
| 2332 | ".\Include\longobject.h"\ |
| 2333 | ".\Include\floatobject.h"\ |
| 2334 | ".\Include\complexobject.h"\ |
| 2335 | ".\Include\rangeobject.h"\ |
| 2336 | ".\Include\stringobject.h"\ |
| 2337 | ".\Include\tupleobject.h"\ |
| 2338 | ".\Include\listobject.h"\ |
| 2339 | ".\Include\mappingobject.h"\ |
| 2340 | ".\Include\methodobject.h"\ |
| 2341 | ".\Include\moduleobject.h"\ |
| 2342 | ".\Include\funcobject.h"\ |
| 2343 | ".\Include\classobject.h"\ |
| 2344 | ".\Include\fileobject.h"\ |
| 2345 | ".\Include\cobject.h"\ |
| 2346 | ".\Include\traceback.h"\ |
| 2347 | ".\Include\sliceobject.h"\ |
| 2348 | ".\Include\pyerrors.h"\ |
| 2349 | ".\Include\mymalloc.h"\ |
| 2350 | ".\Include\modsupport.h"\ |
| 2351 | ".\Include\ceval.h"\ |
| 2352 | ".\Include\pythonrun.h"\ |
| 2353 | ".\Include\sysmodule.h"\ |
| 2354 | ".\Include\intrcheck.h"\ |
| 2355 | ".\Include\import.h"\ |
| 2356 | ".\Include\bltinmodule.h"\ |
| 2357 | ".\Include\abstract.h"\ |
| 2358 | ".\Include\rename2.h"\ |
| 2359 | ".\Include\thread.h"\ |
| 2360 | |
| 2361 | |
| 2362 | "$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)" |
| 2363 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2364 | |
| 2365 | |
| 2366 | # End Source File |
| 2367 | ################################################################################ |
| 2368 | # Begin Source File |
| 2369 | |
| 2370 | SOURCE=.\Objects\tupleobject.c |
| 2371 | DEP_CPP_TUPLE=\ |
| 2372 | ".\Include\allobjects.h"\ |
| 2373 | ".\PC\config.h"\ |
| 2374 | ".\Include\myproto.h"\ |
| 2375 | ".\Include\object.h"\ |
| 2376 | ".\Include\objimpl.h"\ |
| 2377 | ".\Include\pydebug.h"\ |
| 2378 | ".\Include\accessobject.h"\ |
| 2379 | ".\Include\intobject.h"\ |
| 2380 | ".\Include\longobject.h"\ |
| 2381 | ".\Include\floatobject.h"\ |
| 2382 | ".\Include\complexobject.h"\ |
| 2383 | ".\Include\rangeobject.h"\ |
| 2384 | ".\Include\stringobject.h"\ |
| 2385 | ".\Include\tupleobject.h"\ |
| 2386 | ".\Include\listobject.h"\ |
| 2387 | ".\Include\mappingobject.h"\ |
| 2388 | ".\Include\methodobject.h"\ |
| 2389 | ".\Include\moduleobject.h"\ |
| 2390 | ".\Include\funcobject.h"\ |
| 2391 | ".\Include\classobject.h"\ |
| 2392 | ".\Include\fileobject.h"\ |
| 2393 | ".\Include\cobject.h"\ |
| 2394 | ".\Include\traceback.h"\ |
| 2395 | ".\Include\sliceobject.h"\ |
| 2396 | ".\Include\pyerrors.h"\ |
| 2397 | ".\Include\mymalloc.h"\ |
| 2398 | ".\Include\modsupport.h"\ |
| 2399 | ".\Include\ceval.h"\ |
| 2400 | ".\Include\pythonrun.h"\ |
| 2401 | ".\Include\sysmodule.h"\ |
| 2402 | ".\Include\intrcheck.h"\ |
| 2403 | ".\Include\import.h"\ |
| 2404 | ".\Include\bltinmodule.h"\ |
| 2405 | ".\Include\abstract.h"\ |
| 2406 | ".\Include\rename2.h"\ |
| 2407 | ".\Include\thread.h"\ |
| 2408 | |
| 2409 | |
| 2410 | "$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)" |
| 2411 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2412 | |
| 2413 | |
| 2414 | # End Source File |
| 2415 | ################################################################################ |
| 2416 | # Begin Source File |
| 2417 | |
| 2418 | SOURCE=.\Python\traceback.c |
| 2419 | DEP_CPP_TRACE=\ |
| 2420 | ".\Include\allobjects.h"\ |
| 2421 | ".\Include\sysmodule.h"\ |
| 2422 | ".\Include\compile.h"\ |
| 2423 | ".\Include\frameobject.h"\ |
| 2424 | ".\Include\traceback.h"\ |
| 2425 | ".\Include\structmember.h"\ |
| 2426 | ".\Include\osdefs.h"\ |
| 2427 | ".\PC\config.h"\ |
| 2428 | ".\Include\myproto.h"\ |
| 2429 | ".\Include\object.h"\ |
| 2430 | ".\Include\objimpl.h"\ |
| 2431 | ".\Include\pydebug.h"\ |
| 2432 | ".\Include\accessobject.h"\ |
| 2433 | ".\Include\intobject.h"\ |
| 2434 | ".\Include\longobject.h"\ |
| 2435 | ".\Include\floatobject.h"\ |
| 2436 | ".\Include\complexobject.h"\ |
| 2437 | ".\Include\rangeobject.h"\ |
| 2438 | ".\Include\stringobject.h"\ |
| 2439 | ".\Include\tupleobject.h"\ |
| 2440 | ".\Include\listobject.h"\ |
| 2441 | ".\Include\mappingobject.h"\ |
| 2442 | ".\Include\methodobject.h"\ |
| 2443 | ".\Include\moduleobject.h"\ |
| 2444 | ".\Include\funcobject.h"\ |
| 2445 | ".\Include\classobject.h"\ |
| 2446 | ".\Include\fileobject.h"\ |
| 2447 | ".\Include\cobject.h"\ |
| 2448 | ".\Include\sliceobject.h"\ |
| 2449 | ".\Include\pyerrors.h"\ |
| 2450 | ".\Include\mymalloc.h"\ |
| 2451 | ".\Include\modsupport.h"\ |
| 2452 | ".\Include\ceval.h"\ |
| 2453 | ".\Include\pythonrun.h"\ |
| 2454 | ".\Include\intrcheck.h"\ |
| 2455 | ".\Include\import.h"\ |
| 2456 | ".\Include\bltinmodule.h"\ |
| 2457 | ".\Include\abstract.h"\ |
| 2458 | ".\Include\rename2.h"\ |
| 2459 | ".\Include\thread.h"\ |
| 2460 | |
| 2461 | |
| 2462 | "$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)" |
| 2463 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2464 | |
| 2465 | |
| 2466 | # End Source File |
| 2467 | ################################################################################ |
| 2468 | # Begin Source File |
| 2469 | |
| 2470 | SOURCE=.\Parser\tokenizer.c |
| 2471 | DEP_CPP_TOKEN=\ |
| 2472 | ".\Include\pgenheaders.h"\ |
| 2473 | ".\Parser\tokenizer.h"\ |
| 2474 | ".\Include\errcode.h"\ |
| 2475 | ".\PC\config.h"\ |
| 2476 | ".\Include\myproto.h"\ |
| 2477 | ".\Include\mymalloc.h"\ |
| 2478 | ".\Include\pydebug.h"\ |
| 2479 | ".\Include\rename2.h"\ |
| 2480 | ".\Include\token.h"\ |
| 2481 | |
| 2482 | |
| 2483 | "$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" |
| 2484 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2485 | |
| 2486 | |
| 2487 | # End Source File |
| 2488 | ################################################################################ |
| 2489 | # Begin Source File |
| 2490 | |
| 2491 | SOURCE=.\Modules\timemodule.c |
| 2492 | DEP_CPP_TIMEM=\ |
| 2493 | ".\Include\allobjects.h"\ |
| 2494 | ".\Include\modsupport.h"\ |
| 2495 | ".\Include\ceval.h"\ |
| 2496 | ".\Include\mymath.h"\ |
| 2497 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 2498 | ".\Include\myselect.h"\ |
| 2499 | ".\Include\mytime.h"\ |
| 2500 | {$(INCLUDE)}"\sys\TIMEB.H"\ |
| 2501 | ".\PC\config.h"\ |
| 2502 | ".\Include\myproto.h"\ |
| 2503 | ".\Include\object.h"\ |
| 2504 | ".\Include\objimpl.h"\ |
| 2505 | ".\Include\pydebug.h"\ |
| 2506 | ".\Include\accessobject.h"\ |
| 2507 | ".\Include\intobject.h"\ |
| 2508 | ".\Include\longobject.h"\ |
| 2509 | ".\Include\floatobject.h"\ |
| 2510 | ".\Include\complexobject.h"\ |
| 2511 | ".\Include\rangeobject.h"\ |
| 2512 | ".\Include\stringobject.h"\ |
| 2513 | ".\Include\tupleobject.h"\ |
| 2514 | ".\Include\listobject.h"\ |
| 2515 | ".\Include\mappingobject.h"\ |
| 2516 | ".\Include\methodobject.h"\ |
| 2517 | ".\Include\moduleobject.h"\ |
| 2518 | ".\Include\funcobject.h"\ |
| 2519 | ".\Include\classobject.h"\ |
| 2520 | ".\Include\fileobject.h"\ |
| 2521 | ".\Include\cobject.h"\ |
| 2522 | ".\Include\traceback.h"\ |
| 2523 | ".\Include\sliceobject.h"\ |
| 2524 | ".\Include\pyerrors.h"\ |
| 2525 | ".\Include\mymalloc.h"\ |
| 2526 | ".\Include\pythonrun.h"\ |
| 2527 | ".\Include\sysmodule.h"\ |
| 2528 | ".\Include\intrcheck.h"\ |
| 2529 | ".\Include\import.h"\ |
| 2530 | ".\Include\bltinmodule.h"\ |
| 2531 | ".\Include\abstract.h"\ |
| 2532 | ".\Include\rename2.h"\ |
| 2533 | ".\Include\thread.h"\ |
| 2534 | |
| 2535 | |
| 2536 | "$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)" |
| 2537 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2538 | |
| 2539 | |
| 2540 | # End Source File |
| 2541 | ################################################################################ |
| 2542 | # Begin Source File |
| 2543 | |
| 2544 | SOURCE=.\Python\thread.c |
| 2545 | DEP_CPP_THREA=\ |
| 2546 | ".\PC\config.h"\ |
| 2547 | ".\Include\thread.h"\ |
| 2548 | ".\Python\thread_sgi.h"\ |
| 2549 | ".\Python\thread_solaris.h"\ |
| 2550 | ".\Python\thread_lwp.h"\ |
| 2551 | ".\Python\thread_pthread.h"\ |
| 2552 | ".\Python\thread_cthread.h"\ |
| 2553 | ".\Python\thread_nt.h"\ |
| 2554 | ".\Python\thread_foobar.h"\ |
| 2555 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 2556 | |
| 2557 | NODEP_CPP_THREA=\ |
| 2558 | "..\..\..\..\usr\include\thread.h"\ |
| 2559 | |
| 2560 | |
| 2561 | "$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" |
| 2562 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2563 | |
| 2564 | |
| 2565 | # End Source File |
| 2566 | ################################################################################ |
| 2567 | # Begin Source File |
| 2568 | |
| 2569 | SOURCE=.\Modules\structmodule.c |
| 2570 | DEP_CPP_STRUC=\ |
| 2571 | ".\Include\allobjects.h"\ |
| 2572 | ".\Include\modsupport.h"\ |
| 2573 | ".\PC\config.h"\ |
| 2574 | ".\Include\myproto.h"\ |
| 2575 | ".\Include\object.h"\ |
| 2576 | ".\Include\objimpl.h"\ |
| 2577 | ".\Include\pydebug.h"\ |
| 2578 | ".\Include\accessobject.h"\ |
| 2579 | ".\Include\intobject.h"\ |
| 2580 | ".\Include\longobject.h"\ |
| 2581 | ".\Include\floatobject.h"\ |
| 2582 | ".\Include\complexobject.h"\ |
| 2583 | ".\Include\rangeobject.h"\ |
| 2584 | ".\Include\stringobject.h"\ |
| 2585 | ".\Include\tupleobject.h"\ |
| 2586 | ".\Include\listobject.h"\ |
| 2587 | ".\Include\mappingobject.h"\ |
| 2588 | ".\Include\methodobject.h"\ |
| 2589 | ".\Include\moduleobject.h"\ |
| 2590 | ".\Include\funcobject.h"\ |
| 2591 | ".\Include\classobject.h"\ |
| 2592 | ".\Include\fileobject.h"\ |
| 2593 | ".\Include\cobject.h"\ |
| 2594 | ".\Include\traceback.h"\ |
| 2595 | ".\Include\sliceobject.h"\ |
| 2596 | ".\Include\pyerrors.h"\ |
| 2597 | ".\Include\mymalloc.h"\ |
| 2598 | ".\Include\ceval.h"\ |
| 2599 | ".\Include\pythonrun.h"\ |
| 2600 | ".\Include\sysmodule.h"\ |
| 2601 | ".\Include\intrcheck.h"\ |
| 2602 | ".\Include\import.h"\ |
| 2603 | ".\Include\bltinmodule.h"\ |
| 2604 | ".\Include\abstract.h"\ |
| 2605 | ".\Include\rename2.h"\ |
| 2606 | ".\Include\thread.h"\ |
| 2607 | |
| 2608 | |
| 2609 | "$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)" |
| 2610 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2611 | |
| 2612 | |
| 2613 | # End Source File |
| 2614 | ################################################################################ |
| 2615 | # Begin Source File |
| 2616 | |
| 2617 | SOURCE=.\Python\structmember.c |
| 2618 | DEP_CPP_STRUCT=\ |
| 2619 | ".\Include\allobjects.h"\ |
| 2620 | ".\Include\structmember.h"\ |
| 2621 | ".\PC\config.h"\ |
| 2622 | ".\Include\myproto.h"\ |
| 2623 | ".\Include\object.h"\ |
| 2624 | ".\Include\objimpl.h"\ |
| 2625 | ".\Include\pydebug.h"\ |
| 2626 | ".\Include\accessobject.h"\ |
| 2627 | ".\Include\intobject.h"\ |
| 2628 | ".\Include\longobject.h"\ |
| 2629 | ".\Include\floatobject.h"\ |
| 2630 | ".\Include\complexobject.h"\ |
| 2631 | ".\Include\rangeobject.h"\ |
| 2632 | ".\Include\stringobject.h"\ |
| 2633 | ".\Include\tupleobject.h"\ |
| 2634 | ".\Include\listobject.h"\ |
| 2635 | ".\Include\mappingobject.h"\ |
| 2636 | ".\Include\methodobject.h"\ |
| 2637 | ".\Include\moduleobject.h"\ |
| 2638 | ".\Include\funcobject.h"\ |
| 2639 | ".\Include\classobject.h"\ |
| 2640 | ".\Include\fileobject.h"\ |
| 2641 | ".\Include\cobject.h"\ |
| 2642 | ".\Include\traceback.h"\ |
| 2643 | ".\Include\sliceobject.h"\ |
| 2644 | ".\Include\pyerrors.h"\ |
| 2645 | ".\Include\mymalloc.h"\ |
| 2646 | ".\Include\modsupport.h"\ |
| 2647 | ".\Include\ceval.h"\ |
| 2648 | ".\Include\pythonrun.h"\ |
| 2649 | ".\Include\sysmodule.h"\ |
| 2650 | ".\Include\intrcheck.h"\ |
| 2651 | ".\Include\import.h"\ |
| 2652 | ".\Include\bltinmodule.h"\ |
| 2653 | ".\Include\abstract.h"\ |
| 2654 | ".\Include\rename2.h"\ |
| 2655 | ".\Include\thread.h"\ |
| 2656 | |
| 2657 | |
| 2658 | "$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)" |
| 2659 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2660 | |
| 2661 | |
| 2662 | # End Source File |
| 2663 | ################################################################################ |
| 2664 | # Begin Source File |
| 2665 | |
| 2666 | SOURCE=.\Modules\stropmodule.c |
| 2667 | DEP_CPP_STROP=\ |
| 2668 | ".\Include\allobjects.h"\ |
| 2669 | ".\Include\modsupport.h"\ |
| 2670 | ".\PC\config.h"\ |
| 2671 | ".\Include\myproto.h"\ |
| 2672 | ".\Include\object.h"\ |
| 2673 | ".\Include\objimpl.h"\ |
| 2674 | ".\Include\pydebug.h"\ |
| 2675 | ".\Include\accessobject.h"\ |
| 2676 | ".\Include\intobject.h"\ |
| 2677 | ".\Include\longobject.h"\ |
| 2678 | ".\Include\floatobject.h"\ |
| 2679 | ".\Include\complexobject.h"\ |
| 2680 | ".\Include\rangeobject.h"\ |
| 2681 | ".\Include\stringobject.h"\ |
| 2682 | ".\Include\tupleobject.h"\ |
| 2683 | ".\Include\listobject.h"\ |
| 2684 | ".\Include\mappingobject.h"\ |
| 2685 | ".\Include\methodobject.h"\ |
| 2686 | ".\Include\moduleobject.h"\ |
| 2687 | ".\Include\funcobject.h"\ |
| 2688 | ".\Include\classobject.h"\ |
| 2689 | ".\Include\fileobject.h"\ |
| 2690 | ".\Include\cobject.h"\ |
| 2691 | ".\Include\traceback.h"\ |
| 2692 | ".\Include\sliceobject.h"\ |
| 2693 | ".\Include\pyerrors.h"\ |
| 2694 | ".\Include\mymalloc.h"\ |
| 2695 | ".\Include\ceval.h"\ |
| 2696 | ".\Include\pythonrun.h"\ |
| 2697 | ".\Include\sysmodule.h"\ |
| 2698 | ".\Include\intrcheck.h"\ |
| 2699 | ".\Include\import.h"\ |
| 2700 | ".\Include\bltinmodule.h"\ |
| 2701 | ".\Include\abstract.h"\ |
| 2702 | ".\Include\rename2.h"\ |
| 2703 | ".\Include\thread.h"\ |
| 2704 | |
| 2705 | |
| 2706 | "$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)" |
| 2707 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2708 | |
| 2709 | |
| 2710 | # End Source File |
| 2711 | ################################################################################ |
| 2712 | # Begin Source File |
| 2713 | |
| 2714 | SOURCE=.\Objects\stringobject.c |
| 2715 | DEP_CPP_STRIN=\ |
| 2716 | ".\Include\allobjects.h"\ |
| 2717 | ".\PC\config.h"\ |
| 2718 | ".\Include\myproto.h"\ |
| 2719 | ".\Include\object.h"\ |
| 2720 | ".\Include\objimpl.h"\ |
| 2721 | ".\Include\pydebug.h"\ |
| 2722 | ".\Include\accessobject.h"\ |
| 2723 | ".\Include\intobject.h"\ |
| 2724 | ".\Include\longobject.h"\ |
| 2725 | ".\Include\floatobject.h"\ |
| 2726 | ".\Include\complexobject.h"\ |
| 2727 | ".\Include\rangeobject.h"\ |
| 2728 | ".\Include\stringobject.h"\ |
| 2729 | ".\Include\tupleobject.h"\ |
| 2730 | ".\Include\listobject.h"\ |
| 2731 | ".\Include\mappingobject.h"\ |
| 2732 | ".\Include\methodobject.h"\ |
| 2733 | ".\Include\moduleobject.h"\ |
| 2734 | ".\Include\funcobject.h"\ |
| 2735 | ".\Include\classobject.h"\ |
| 2736 | ".\Include\fileobject.h"\ |
| 2737 | ".\Include\cobject.h"\ |
| 2738 | ".\Include\traceback.h"\ |
| 2739 | ".\Include\sliceobject.h"\ |
| 2740 | ".\Include\pyerrors.h"\ |
| 2741 | ".\Include\mymalloc.h"\ |
| 2742 | ".\Include\modsupport.h"\ |
| 2743 | ".\Include\ceval.h"\ |
| 2744 | ".\Include\pythonrun.h"\ |
| 2745 | ".\Include\sysmodule.h"\ |
| 2746 | ".\Include\intrcheck.h"\ |
| 2747 | ".\Include\import.h"\ |
| 2748 | ".\Include\bltinmodule.h"\ |
| 2749 | ".\Include\abstract.h"\ |
| 2750 | ".\Include\rename2.h"\ |
| 2751 | ".\Include\thread.h"\ |
| 2752 | |
| 2753 | |
| 2754 | "$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)" |
| 2755 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2756 | |
| 2757 | |
| 2758 | # End Source File |
| 2759 | ################################################################################ |
| 2760 | # Begin Source File |
| 2761 | |
| 2762 | SOURCE=.\Modules\soundex.c |
| 2763 | DEP_CPP_SOUND=\ |
| 2764 | ".\Include\Python.h"\ |
| 2765 | ".\Include\allobjects.h"\ |
| 2766 | ".\PC\config.h"\ |
| 2767 | ".\Include\myproto.h"\ |
| 2768 | ".\Include\object.h"\ |
| 2769 | ".\Include\objimpl.h"\ |
| 2770 | ".\Include\pydebug.h"\ |
| 2771 | ".\Include\accessobject.h"\ |
| 2772 | ".\Include\intobject.h"\ |
| 2773 | ".\Include\longobject.h"\ |
| 2774 | ".\Include\floatobject.h"\ |
| 2775 | ".\Include\complexobject.h"\ |
| 2776 | ".\Include\rangeobject.h"\ |
| 2777 | ".\Include\stringobject.h"\ |
| 2778 | ".\Include\tupleobject.h"\ |
| 2779 | ".\Include\listobject.h"\ |
| 2780 | ".\Include\mappingobject.h"\ |
| 2781 | ".\Include\methodobject.h"\ |
| 2782 | ".\Include\moduleobject.h"\ |
| 2783 | ".\Include\funcobject.h"\ |
| 2784 | ".\Include\classobject.h"\ |
| 2785 | ".\Include\fileobject.h"\ |
| 2786 | ".\Include\cobject.h"\ |
| 2787 | ".\Include\traceback.h"\ |
| 2788 | ".\Include\sliceobject.h"\ |
| 2789 | ".\Include\pyerrors.h"\ |
| 2790 | ".\Include\mymalloc.h"\ |
| 2791 | ".\Include\modsupport.h"\ |
| 2792 | ".\Include\ceval.h"\ |
| 2793 | ".\Include\pythonrun.h"\ |
| 2794 | ".\Include\sysmodule.h"\ |
| 2795 | ".\Include\intrcheck.h"\ |
| 2796 | ".\Include\import.h"\ |
| 2797 | ".\Include\bltinmodule.h"\ |
| 2798 | ".\Include\abstract.h"\ |
| 2799 | ".\Include\rename2.h"\ |
| 2800 | ".\Include\thread.h"\ |
| 2801 | |
| 2802 | |
| 2803 | "$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)" |
| 2804 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2805 | |
| 2806 | |
| 2807 | # End Source File |
| 2808 | ################################################################################ |
| 2809 | # Begin Source File |
| 2810 | |
| 2811 | SOURCE=.\Modules\signalmodule.c |
| 2812 | DEP_CPP_SIGNA=\ |
| 2813 | ".\Include\Python.h"\ |
| 2814 | ".\Include\intrcheck.h"\ |
| 2815 | ".\Include\thread.h"\ |
| 2816 | ".\Include\allobjects.h"\ |
| 2817 | ".\PC\config.h"\ |
| 2818 | ".\Include\myproto.h"\ |
| 2819 | ".\Include\object.h"\ |
| 2820 | ".\Include\objimpl.h"\ |
| 2821 | ".\Include\pydebug.h"\ |
| 2822 | ".\Include\accessobject.h"\ |
| 2823 | ".\Include\intobject.h"\ |
| 2824 | ".\Include\longobject.h"\ |
| 2825 | ".\Include\floatobject.h"\ |
| 2826 | ".\Include\complexobject.h"\ |
| 2827 | ".\Include\rangeobject.h"\ |
| 2828 | ".\Include\stringobject.h"\ |
| 2829 | ".\Include\tupleobject.h"\ |
| 2830 | ".\Include\listobject.h"\ |
| 2831 | ".\Include\mappingobject.h"\ |
| 2832 | ".\Include\methodobject.h"\ |
| 2833 | ".\Include\moduleobject.h"\ |
| 2834 | ".\Include\funcobject.h"\ |
| 2835 | ".\Include\classobject.h"\ |
| 2836 | ".\Include\fileobject.h"\ |
| 2837 | ".\Include\cobject.h"\ |
| 2838 | ".\Include\traceback.h"\ |
| 2839 | ".\Include\sliceobject.h"\ |
| 2840 | ".\Include\pyerrors.h"\ |
| 2841 | ".\Include\mymalloc.h"\ |
| 2842 | ".\Include\modsupport.h"\ |
| 2843 | ".\Include\ceval.h"\ |
| 2844 | ".\Include\pythonrun.h"\ |
| 2845 | ".\Include\sysmodule.h"\ |
| 2846 | ".\Include\import.h"\ |
| 2847 | ".\Include\bltinmodule.h"\ |
| 2848 | ".\Include\abstract.h"\ |
| 2849 | ".\Include\rename2.h"\ |
| 2850 | |
| 2851 | |
| 2852 | "$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)" |
| 2853 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2854 | |
| 2855 | |
| 2856 | # End Source File |
| 2857 | ################################################################################ |
| 2858 | # Begin Source File |
| 2859 | |
| 2860 | SOURCE=.\Modules\rotormodule.c |
| 2861 | DEP_CPP_ROTOR=\ |
| 2862 | ".\Include\Python.h"\ |
| 2863 | ".\Include\mymath.h"\ |
| 2864 | ".\Include\allobjects.h"\ |
| 2865 | ".\PC\config.h"\ |
| 2866 | ".\Include\myproto.h"\ |
| 2867 | ".\Include\object.h"\ |
| 2868 | ".\Include\objimpl.h"\ |
| 2869 | ".\Include\pydebug.h"\ |
| 2870 | ".\Include\accessobject.h"\ |
| 2871 | ".\Include\intobject.h"\ |
| 2872 | ".\Include\longobject.h"\ |
| 2873 | ".\Include\floatobject.h"\ |
| 2874 | ".\Include\complexobject.h"\ |
| 2875 | ".\Include\rangeobject.h"\ |
| 2876 | ".\Include\stringobject.h"\ |
| 2877 | ".\Include\tupleobject.h"\ |
| 2878 | ".\Include\listobject.h"\ |
| 2879 | ".\Include\mappingobject.h"\ |
| 2880 | ".\Include\methodobject.h"\ |
| 2881 | ".\Include\moduleobject.h"\ |
| 2882 | ".\Include\funcobject.h"\ |
| 2883 | ".\Include\classobject.h"\ |
| 2884 | ".\Include\fileobject.h"\ |
| 2885 | ".\Include\cobject.h"\ |
| 2886 | ".\Include\traceback.h"\ |
| 2887 | ".\Include\sliceobject.h"\ |
| 2888 | ".\Include\pyerrors.h"\ |
| 2889 | ".\Include\mymalloc.h"\ |
| 2890 | ".\Include\modsupport.h"\ |
| 2891 | ".\Include\ceval.h"\ |
| 2892 | ".\Include\pythonrun.h"\ |
| 2893 | ".\Include\sysmodule.h"\ |
| 2894 | ".\Include\intrcheck.h"\ |
| 2895 | ".\Include\import.h"\ |
| 2896 | ".\Include\bltinmodule.h"\ |
| 2897 | ".\Include\abstract.h"\ |
| 2898 | ".\Include\rename2.h"\ |
| 2899 | ".\Include\thread.h"\ |
| 2900 | |
| 2901 | |
| 2902 | "$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)" |
| 2903 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2904 | |
| 2905 | |
| 2906 | # End Source File |
| 2907 | ################################################################################ |
| 2908 | # Begin Source File |
| 2909 | |
| 2910 | SOURCE=.\Modules\rgbimgmodule.c |
| 2911 | DEP_CPP_RGBIM=\ |
| 2912 | ".\Include\allobjects.h"\ |
| 2913 | ".\Include\modsupport.h"\ |
| 2914 | ".\PC\config.h"\ |
| 2915 | ".\Include\myproto.h"\ |
| 2916 | ".\Include\object.h"\ |
| 2917 | ".\Include\objimpl.h"\ |
| 2918 | ".\Include\pydebug.h"\ |
| 2919 | ".\Include\accessobject.h"\ |
| 2920 | ".\Include\intobject.h"\ |
| 2921 | ".\Include\longobject.h"\ |
| 2922 | ".\Include\floatobject.h"\ |
| 2923 | ".\Include\complexobject.h"\ |
| 2924 | ".\Include\rangeobject.h"\ |
| 2925 | ".\Include\stringobject.h"\ |
| 2926 | ".\Include\tupleobject.h"\ |
| 2927 | ".\Include\listobject.h"\ |
| 2928 | ".\Include\mappingobject.h"\ |
| 2929 | ".\Include\methodobject.h"\ |
| 2930 | ".\Include\moduleobject.h"\ |
| 2931 | ".\Include\funcobject.h"\ |
| 2932 | ".\Include\classobject.h"\ |
| 2933 | ".\Include\fileobject.h"\ |
| 2934 | ".\Include\cobject.h"\ |
| 2935 | ".\Include\traceback.h"\ |
| 2936 | ".\Include\sliceobject.h"\ |
| 2937 | ".\Include\pyerrors.h"\ |
| 2938 | ".\Include\mymalloc.h"\ |
| 2939 | ".\Include\ceval.h"\ |
| 2940 | ".\Include\pythonrun.h"\ |
| 2941 | ".\Include\sysmodule.h"\ |
| 2942 | ".\Include\intrcheck.h"\ |
| 2943 | ".\Include\import.h"\ |
| 2944 | ".\Include\bltinmodule.h"\ |
| 2945 | ".\Include\abstract.h"\ |
| 2946 | ".\Include\rename2.h"\ |
| 2947 | ".\Include\thread.h"\ |
| 2948 | |
| 2949 | |
| 2950 | "$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)" |
| 2951 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2952 | |
| 2953 | |
| 2954 | # End Source File |
| 2955 | ################################################################################ |
| 2956 | # Begin Source File |
| 2957 | |
| 2958 | SOURCE=.\Modules\regexpr.c |
| 2959 | DEP_CPP_REGEX=\ |
| 2960 | ".\PC\config.h"\ |
| 2961 | ".\Include\myproto.h"\ |
| 2962 | ".\Modules\regexpr.h"\ |
| 2963 | ".\Include\rename2.h"\ |
| 2964 | |
| 2965 | NODEP_CPP_REGEX=\ |
| 2966 | ".\Modules\lisp.h"\ |
| 2967 | ".\Modules\buffer.h"\ |
| 2968 | ".\Modules\syntax.h"\ |
| 2969 | |
| 2970 | |
| 2971 | "$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)" |
| 2972 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 2973 | |
| 2974 | |
| 2975 | # End Source File |
| 2976 | ################################################################################ |
| 2977 | # Begin Source File |
| 2978 | |
| 2979 | SOURCE=.\Modules\regexmodule.c |
| 2980 | DEP_CPP_REGEXM=\ |
| 2981 | ".\Include\Python.h"\ |
| 2982 | ".\Modules\regexpr.h"\ |
| 2983 | ".\Include\allobjects.h"\ |
| 2984 | ".\PC\config.h"\ |
| 2985 | ".\Include\myproto.h"\ |
| 2986 | ".\Include\object.h"\ |
| 2987 | ".\Include\objimpl.h"\ |
| 2988 | ".\Include\pydebug.h"\ |
| 2989 | ".\Include\accessobject.h"\ |
| 2990 | ".\Include\intobject.h"\ |
| 2991 | ".\Include\longobject.h"\ |
| 2992 | ".\Include\floatobject.h"\ |
| 2993 | ".\Include\complexobject.h"\ |
| 2994 | ".\Include\rangeobject.h"\ |
| 2995 | ".\Include\stringobject.h"\ |
| 2996 | ".\Include\tupleobject.h"\ |
| 2997 | ".\Include\listobject.h"\ |
| 2998 | ".\Include\mappingobject.h"\ |
| 2999 | ".\Include\methodobject.h"\ |
| 3000 | ".\Include\moduleobject.h"\ |
| 3001 | ".\Include\funcobject.h"\ |
| 3002 | ".\Include\classobject.h"\ |
| 3003 | ".\Include\fileobject.h"\ |
| 3004 | ".\Include\cobject.h"\ |
| 3005 | ".\Include\traceback.h"\ |
| 3006 | ".\Include\sliceobject.h"\ |
| 3007 | ".\Include\pyerrors.h"\ |
| 3008 | ".\Include\mymalloc.h"\ |
| 3009 | ".\Include\modsupport.h"\ |
| 3010 | ".\Include\ceval.h"\ |
| 3011 | ".\Include\pythonrun.h"\ |
| 3012 | ".\Include\sysmodule.h"\ |
| 3013 | ".\Include\intrcheck.h"\ |
| 3014 | ".\Include\import.h"\ |
| 3015 | ".\Include\bltinmodule.h"\ |
| 3016 | ".\Include\abstract.h"\ |
| 3017 | ".\Include\rename2.h"\ |
| 3018 | ".\Include\thread.h"\ |
| 3019 | |
| 3020 | |
| 3021 | "$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)" |
| 3022 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3023 | |
| 3024 | |
| 3025 | # End Source File |
| 3026 | ################################################################################ |
| 3027 | # Begin Source File |
| 3028 | |
| 3029 | SOURCE=.\Objects\rangeobject.c |
| 3030 | DEP_CPP_RANGE=\ |
| 3031 | ".\Include\allobjects.h"\ |
| 3032 | ".\PC\config.h"\ |
| 3033 | ".\Include\myproto.h"\ |
| 3034 | ".\Include\object.h"\ |
| 3035 | ".\Include\objimpl.h"\ |
| 3036 | ".\Include\pydebug.h"\ |
| 3037 | ".\Include\accessobject.h"\ |
| 3038 | ".\Include\intobject.h"\ |
| 3039 | ".\Include\longobject.h"\ |
| 3040 | ".\Include\floatobject.h"\ |
| 3041 | ".\Include\complexobject.h"\ |
| 3042 | ".\Include\rangeobject.h"\ |
| 3043 | ".\Include\stringobject.h"\ |
| 3044 | ".\Include\tupleobject.h"\ |
| 3045 | ".\Include\listobject.h"\ |
| 3046 | ".\Include\mappingobject.h"\ |
| 3047 | ".\Include\methodobject.h"\ |
| 3048 | ".\Include\moduleobject.h"\ |
| 3049 | ".\Include\funcobject.h"\ |
| 3050 | ".\Include\classobject.h"\ |
| 3051 | ".\Include\fileobject.h"\ |
| 3052 | ".\Include\cobject.h"\ |
| 3053 | ".\Include\traceback.h"\ |
| 3054 | ".\Include\sliceobject.h"\ |
| 3055 | ".\Include\pyerrors.h"\ |
| 3056 | ".\Include\mymalloc.h"\ |
| 3057 | ".\Include\modsupport.h"\ |
| 3058 | ".\Include\ceval.h"\ |
| 3059 | ".\Include\pythonrun.h"\ |
| 3060 | ".\Include\sysmodule.h"\ |
| 3061 | ".\Include\intrcheck.h"\ |
| 3062 | ".\Include\import.h"\ |
| 3063 | ".\Include\bltinmodule.h"\ |
| 3064 | ".\Include\abstract.h"\ |
| 3065 | ".\Include\rename2.h"\ |
| 3066 | ".\Include\thread.h"\ |
| 3067 | |
| 3068 | |
| 3069 | "$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)" |
| 3070 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3071 | |
| 3072 | |
| 3073 | # End Source File |
| 3074 | ################################################################################ |
| 3075 | # Begin Source File |
| 3076 | |
| 3077 | SOURCE=.\Python\pythonrun.c |
| 3078 | DEP_CPP_PYTHO=\ |
| 3079 | ".\Include\allobjects.h"\ |
| 3080 | ".\Include\grammar.h"\ |
| 3081 | ".\Include\node.h"\ |
| 3082 | ".\Include\parsetok.h"\ |
| 3083 | ".\Include\graminit.h"\ |
| 3084 | ".\Include\errcode.h"\ |
| 3085 | ".\Include\sysmodule.h"\ |
| 3086 | ".\Include\bltinmodule.h"\ |
| 3087 | ".\Include\compile.h"\ |
| 3088 | ".\Include\eval.h"\ |
| 3089 | ".\Include\ceval.h"\ |
| 3090 | ".\Include\import.h"\ |
| 3091 | ".\Include\marshal.h"\ |
| 3092 | ".\Include\thread.h"\ |
| 3093 | ".\PC\config.h"\ |
| 3094 | ".\Include\myproto.h"\ |
| 3095 | ".\Include\object.h"\ |
| 3096 | ".\Include\objimpl.h"\ |
| 3097 | ".\Include\pydebug.h"\ |
| 3098 | ".\Include\accessobject.h"\ |
| 3099 | ".\Include\intobject.h"\ |
| 3100 | ".\Include\longobject.h"\ |
| 3101 | ".\Include\floatobject.h"\ |
| 3102 | ".\Include\complexobject.h"\ |
| 3103 | ".\Include\rangeobject.h"\ |
| 3104 | ".\Include\stringobject.h"\ |
| 3105 | ".\Include\tupleobject.h"\ |
| 3106 | ".\Include\listobject.h"\ |
| 3107 | ".\Include\mappingobject.h"\ |
| 3108 | ".\Include\methodobject.h"\ |
| 3109 | ".\Include\moduleobject.h"\ |
| 3110 | ".\Include\funcobject.h"\ |
| 3111 | ".\Include\classobject.h"\ |
| 3112 | ".\Include\fileobject.h"\ |
| 3113 | ".\Include\cobject.h"\ |
| 3114 | ".\Include\traceback.h"\ |
| 3115 | ".\Include\sliceobject.h"\ |
| 3116 | ".\Include\pyerrors.h"\ |
| 3117 | ".\Include\mymalloc.h"\ |
| 3118 | ".\Include\modsupport.h"\ |
| 3119 | ".\Include\pythonrun.h"\ |
| 3120 | ".\Include\intrcheck.h"\ |
| 3121 | ".\Include\abstract.h"\ |
| 3122 | ".\Include\rename2.h"\ |
| 3123 | ".\Include\bitset.h"\ |
| 3124 | |
| 3125 | |
| 3126 | "$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)" |
| 3127 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3128 | |
| 3129 | |
| 3130 | # End Source File |
| 3131 | ################################################################################ |
| 3132 | # Begin Source File |
| 3133 | |
| 3134 | SOURCE=.\Parser\parsetok.c |
| 3135 | DEP_CPP_PARSE=\ |
| 3136 | ".\Include\pgenheaders.h"\ |
| 3137 | ".\Parser\tokenizer.h"\ |
| 3138 | ".\Include\node.h"\ |
| 3139 | ".\Include\grammar.h"\ |
| 3140 | ".\Parser\parser.h"\ |
| 3141 | ".\Include\parsetok.h"\ |
| 3142 | ".\Include\errcode.h"\ |
| 3143 | ".\PC\config.h"\ |
| 3144 | ".\Include\myproto.h"\ |
| 3145 | ".\Include\mymalloc.h"\ |
| 3146 | ".\Include\pydebug.h"\ |
| 3147 | ".\Include\rename2.h"\ |
| 3148 | ".\Include\token.h"\ |
| 3149 | ".\Include\bitset.h"\ |
| 3150 | |
| 3151 | |
| 3152 | "$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" |
| 3153 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3154 | |
| 3155 | |
| 3156 | # End Source File |
| 3157 | ################################################################################ |
| 3158 | # Begin Source File |
| 3159 | |
| 3160 | SOURCE=.\Parser\parser.c |
| 3161 | DEP_CPP_PARSER=\ |
| 3162 | ".\Include\pgenheaders.h"\ |
| 3163 | ".\Include\token.h"\ |
| 3164 | ".\Include\grammar.h"\ |
| 3165 | ".\Include\node.h"\ |
| 3166 | ".\Parser\parser.h"\ |
| 3167 | ".\Include\errcode.h"\ |
| 3168 | ".\PC\config.h"\ |
| 3169 | ".\Include\myproto.h"\ |
| 3170 | ".\Include\mymalloc.h"\ |
| 3171 | ".\Include\pydebug.h"\ |
| 3172 | ".\Include\rename2.h"\ |
| 3173 | ".\Include\bitset.h"\ |
| 3174 | |
| 3175 | |
| 3176 | "$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)" |
| 3177 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3178 | |
| 3179 | |
| 3180 | # End Source File |
| 3181 | ################################################################################ |
| 3182 | # Begin Source File |
| 3183 | |
| 3184 | SOURCE=.\Objects\object.c |
| 3185 | DEP_CPP_OBJEC=\ |
| 3186 | ".\Include\allobjects.h"\ |
| 3187 | ".\PC\config.h"\ |
| 3188 | ".\Include\myproto.h"\ |
| 3189 | ".\Include\object.h"\ |
| 3190 | ".\Include\objimpl.h"\ |
| 3191 | ".\Include\pydebug.h"\ |
| 3192 | ".\Include\accessobject.h"\ |
| 3193 | ".\Include\intobject.h"\ |
| 3194 | ".\Include\longobject.h"\ |
| 3195 | ".\Include\floatobject.h"\ |
| 3196 | ".\Include\complexobject.h"\ |
| 3197 | ".\Include\rangeobject.h"\ |
| 3198 | ".\Include\stringobject.h"\ |
| 3199 | ".\Include\tupleobject.h"\ |
| 3200 | ".\Include\listobject.h"\ |
| 3201 | ".\Include\mappingobject.h"\ |
| 3202 | ".\Include\methodobject.h"\ |
| 3203 | ".\Include\moduleobject.h"\ |
| 3204 | ".\Include\funcobject.h"\ |
| 3205 | ".\Include\classobject.h"\ |
| 3206 | ".\Include\fileobject.h"\ |
| 3207 | ".\Include\cobject.h"\ |
| 3208 | ".\Include\traceback.h"\ |
| 3209 | ".\Include\sliceobject.h"\ |
| 3210 | ".\Include\pyerrors.h"\ |
| 3211 | ".\Include\mymalloc.h"\ |
| 3212 | ".\Include\modsupport.h"\ |
| 3213 | ".\Include\ceval.h"\ |
| 3214 | ".\Include\pythonrun.h"\ |
| 3215 | ".\Include\sysmodule.h"\ |
| 3216 | ".\Include\intrcheck.h"\ |
| 3217 | ".\Include\import.h"\ |
| 3218 | ".\Include\bltinmodule.h"\ |
| 3219 | ".\Include\abstract.h"\ |
| 3220 | ".\Include\rename2.h"\ |
| 3221 | ".\Include\thread.h"\ |
| 3222 | |
| 3223 | |
| 3224 | "$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" |
| 3225 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3226 | |
| 3227 | |
| 3228 | # End Source File |
| 3229 | ################################################################################ |
| 3230 | # Begin Source File |
| 3231 | |
| 3232 | SOURCE=.\Parser\node.c |
| 3233 | DEP_CPP_NODE_=\ |
| 3234 | ".\Include\pgenheaders.h"\ |
| 3235 | ".\Include\node.h"\ |
| 3236 | ".\PC\config.h"\ |
| 3237 | ".\Include\myproto.h"\ |
| 3238 | ".\Include\mymalloc.h"\ |
| 3239 | ".\Include\pydebug.h"\ |
| 3240 | ".\Include\rename2.h"\ |
| 3241 | |
| 3242 | |
| 3243 | "$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)" |
| 3244 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3245 | |
| 3246 | |
| 3247 | # End Source File |
| 3248 | ################################################################################ |
| 3249 | # Begin Source File |
| 3250 | |
| 3251 | SOURCE=.\Modules\newmodule.c |
| 3252 | DEP_CPP_NEWMO=\ |
| 3253 | ".\Include\allobjects.h"\ |
| 3254 | ".\Include\compile.h"\ |
| 3255 | ".\PC\config.h"\ |
| 3256 | ".\Include\myproto.h"\ |
| 3257 | ".\Include\object.h"\ |
| 3258 | ".\Include\objimpl.h"\ |
| 3259 | ".\Include\pydebug.h"\ |
| 3260 | ".\Include\accessobject.h"\ |
| 3261 | ".\Include\intobject.h"\ |
| 3262 | ".\Include\longobject.h"\ |
| 3263 | ".\Include\floatobject.h"\ |
| 3264 | ".\Include\complexobject.h"\ |
| 3265 | ".\Include\rangeobject.h"\ |
| 3266 | ".\Include\stringobject.h"\ |
| 3267 | ".\Include\tupleobject.h"\ |
| 3268 | ".\Include\listobject.h"\ |
| 3269 | ".\Include\mappingobject.h"\ |
| 3270 | ".\Include\methodobject.h"\ |
| 3271 | ".\Include\moduleobject.h"\ |
| 3272 | ".\Include\funcobject.h"\ |
| 3273 | ".\Include\classobject.h"\ |
| 3274 | ".\Include\fileobject.h"\ |
| 3275 | ".\Include\cobject.h"\ |
| 3276 | ".\Include\traceback.h"\ |
| 3277 | ".\Include\sliceobject.h"\ |
| 3278 | ".\Include\pyerrors.h"\ |
| 3279 | ".\Include\mymalloc.h"\ |
| 3280 | ".\Include\modsupport.h"\ |
| 3281 | ".\Include\ceval.h"\ |
| 3282 | ".\Include\pythonrun.h"\ |
| 3283 | ".\Include\sysmodule.h"\ |
| 3284 | ".\Include\intrcheck.h"\ |
| 3285 | ".\Include\import.h"\ |
| 3286 | ".\Include\bltinmodule.h"\ |
| 3287 | ".\Include\abstract.h"\ |
| 3288 | ".\Include\rename2.h"\ |
| 3289 | ".\Include\thread.h"\ |
| 3290 | |
| 3291 | |
| 3292 | "$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)" |
| 3293 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3294 | |
| 3295 | |
| 3296 | # End Source File |
| 3297 | ################################################################################ |
| 3298 | # Begin Source File |
| 3299 | |
| 3300 | SOURCE=.\Python\marshal.c |
| 3301 | DEP_CPP_MARSH=\ |
| 3302 | ".\Include\allobjects.h"\ |
| 3303 | ".\Include\modsupport.h"\ |
| 3304 | ".\Include\longintrepr.h"\ |
| 3305 | ".\Include\compile.h"\ |
| 3306 | ".\Include\marshal.h"\ |
| 3307 | ".\PC\config.h"\ |
| 3308 | ".\Include\myproto.h"\ |
| 3309 | ".\Include\object.h"\ |
| 3310 | ".\Include\objimpl.h"\ |
| 3311 | ".\Include\pydebug.h"\ |
| 3312 | ".\Include\accessobject.h"\ |
| 3313 | ".\Include\intobject.h"\ |
| 3314 | ".\Include\longobject.h"\ |
| 3315 | ".\Include\floatobject.h"\ |
| 3316 | ".\Include\complexobject.h"\ |
| 3317 | ".\Include\rangeobject.h"\ |
| 3318 | ".\Include\stringobject.h"\ |
| 3319 | ".\Include\tupleobject.h"\ |
| 3320 | ".\Include\listobject.h"\ |
| 3321 | ".\Include\mappingobject.h"\ |
| 3322 | ".\Include\methodobject.h"\ |
| 3323 | ".\Include\moduleobject.h"\ |
| 3324 | ".\Include\funcobject.h"\ |
| 3325 | ".\Include\classobject.h"\ |
| 3326 | ".\Include\fileobject.h"\ |
| 3327 | ".\Include\cobject.h"\ |
| 3328 | ".\Include\traceback.h"\ |
| 3329 | ".\Include\sliceobject.h"\ |
| 3330 | ".\Include\pyerrors.h"\ |
| 3331 | ".\Include\mymalloc.h"\ |
| 3332 | ".\Include\ceval.h"\ |
| 3333 | ".\Include\pythonrun.h"\ |
| 3334 | ".\Include\sysmodule.h"\ |
| 3335 | ".\Include\intrcheck.h"\ |
| 3336 | ".\Include\import.h"\ |
| 3337 | ".\Include\bltinmodule.h"\ |
| 3338 | ".\Include\abstract.h"\ |
| 3339 | ".\Include\rename2.h"\ |
| 3340 | ".\Include\thread.h"\ |
| 3341 | |
| 3342 | |
| 3343 | "$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" |
| 3344 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3345 | |
| 3346 | |
| 3347 | # End Source File |
| 3348 | ################################################################################ |
| 3349 | # Begin Source File |
| 3350 | |
| 3351 | SOURCE=.\Python\mystrtoul.c |
| 3352 | DEP_CPP_MYSTR=\ |
| 3353 | ".\PC\config.h"\ |
| 3354 | ".\Include\rename2.h"\ |
| 3355 | |
| 3356 | |
| 3357 | "$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)" |
| 3358 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3359 | |
| 3360 | |
| 3361 | # End Source File |
| 3362 | ################################################################################ |
| 3363 | # Begin Source File |
| 3364 | |
| 3365 | SOURCE=.\Parser\myreadline.c |
| 3366 | DEP_CPP_MYREA=\ |
| 3367 | ".\PC\config.h"\ |
| 3368 | ".\Include\myproto.h"\ |
| 3369 | ".\Include\mymalloc.h"\ |
| 3370 | ".\Include\intrcheck.h"\ |
| 3371 | ".\Include\rename2.h"\ |
| 3372 | |
| 3373 | |
| 3374 | "$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)" |
| 3375 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3376 | |
| 3377 | |
| 3378 | # End Source File |
| 3379 | ################################################################################ |
| 3380 | # Begin Source File |
| 3381 | |
| 3382 | SOURCE=.\Objects\moduleobject.c |
| 3383 | DEP_CPP_MODUL=\ |
| 3384 | ".\Include\allobjects.h"\ |
| 3385 | ".\Include\ceval.h"\ |
| 3386 | ".\PC\config.h"\ |
| 3387 | ".\Include\myproto.h"\ |
| 3388 | ".\Include\object.h"\ |
| 3389 | ".\Include\objimpl.h"\ |
| 3390 | ".\Include\pydebug.h"\ |
| 3391 | ".\Include\accessobject.h"\ |
| 3392 | ".\Include\intobject.h"\ |
| 3393 | ".\Include\longobject.h"\ |
| 3394 | ".\Include\floatobject.h"\ |
| 3395 | ".\Include\complexobject.h"\ |
| 3396 | ".\Include\rangeobject.h"\ |
| 3397 | ".\Include\stringobject.h"\ |
| 3398 | ".\Include\tupleobject.h"\ |
| 3399 | ".\Include\listobject.h"\ |
| 3400 | ".\Include\mappingobject.h"\ |
| 3401 | ".\Include\methodobject.h"\ |
| 3402 | ".\Include\moduleobject.h"\ |
| 3403 | ".\Include\funcobject.h"\ |
| 3404 | ".\Include\classobject.h"\ |
| 3405 | ".\Include\fileobject.h"\ |
| 3406 | ".\Include\cobject.h"\ |
| 3407 | ".\Include\traceback.h"\ |
| 3408 | ".\Include\sliceobject.h"\ |
| 3409 | ".\Include\pyerrors.h"\ |
| 3410 | ".\Include\mymalloc.h"\ |
| 3411 | ".\Include\modsupport.h"\ |
| 3412 | ".\Include\pythonrun.h"\ |
| 3413 | ".\Include\sysmodule.h"\ |
| 3414 | ".\Include\intrcheck.h"\ |
| 3415 | ".\Include\import.h"\ |
| 3416 | ".\Include\bltinmodule.h"\ |
| 3417 | ".\Include\abstract.h"\ |
| 3418 | ".\Include\rename2.h"\ |
| 3419 | ".\Include\thread.h"\ |
| 3420 | |
| 3421 | |
| 3422 | "$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)" |
| 3423 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3424 | |
| 3425 | |
| 3426 | # End Source File |
| 3427 | ################################################################################ |
| 3428 | # Begin Source File |
| 3429 | |
| 3430 | SOURCE=.\Python\modsupport.c |
| 3431 | DEP_CPP_MODSU=\ |
| 3432 | ".\Include\allobjects.h"\ |
| 3433 | ".\Include\import.h"\ |
| 3434 | ".\PC\config.h"\ |
| 3435 | ".\Include\myproto.h"\ |
| 3436 | ".\Include\object.h"\ |
| 3437 | ".\Include\objimpl.h"\ |
| 3438 | ".\Include\pydebug.h"\ |
| 3439 | ".\Include\accessobject.h"\ |
| 3440 | ".\Include\intobject.h"\ |
| 3441 | ".\Include\longobject.h"\ |
| 3442 | ".\Include\floatobject.h"\ |
| 3443 | ".\Include\complexobject.h"\ |
| 3444 | ".\Include\rangeobject.h"\ |
| 3445 | ".\Include\stringobject.h"\ |
| 3446 | ".\Include\tupleobject.h"\ |
| 3447 | ".\Include\listobject.h"\ |
| 3448 | ".\Include\mappingobject.h"\ |
| 3449 | ".\Include\methodobject.h"\ |
| 3450 | ".\Include\moduleobject.h"\ |
| 3451 | ".\Include\funcobject.h"\ |
| 3452 | ".\Include\classobject.h"\ |
| 3453 | ".\Include\fileobject.h"\ |
| 3454 | ".\Include\cobject.h"\ |
| 3455 | ".\Include\traceback.h"\ |
| 3456 | ".\Include\sliceobject.h"\ |
| 3457 | ".\Include\pyerrors.h"\ |
| 3458 | ".\Include\mymalloc.h"\ |
| 3459 | ".\Include\modsupport.h"\ |
| 3460 | ".\Include\ceval.h"\ |
| 3461 | ".\Include\pythonrun.h"\ |
| 3462 | ".\Include\sysmodule.h"\ |
| 3463 | ".\Include\intrcheck.h"\ |
| 3464 | ".\Include\bltinmodule.h"\ |
| 3465 | ".\Include\abstract.h"\ |
| 3466 | ".\Include\rename2.h"\ |
| 3467 | ".\Include\thread.h"\ |
| 3468 | |
| 3469 | |
| 3470 | "$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)" |
| 3471 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3472 | |
| 3473 | |
| 3474 | # End Source File |
| 3475 | ################################################################################ |
| 3476 | # Begin Source File |
| 3477 | |
| 3478 | SOURCE=.\Objects\methodobject.c |
| 3479 | DEP_CPP_METHO=\ |
| 3480 | ".\Include\allobjects.h"\ |
| 3481 | ".\Include\token.h"\ |
| 3482 | ".\PC\config.h"\ |
| 3483 | ".\Include\myproto.h"\ |
| 3484 | ".\Include\object.h"\ |
| 3485 | ".\Include\objimpl.h"\ |
| 3486 | ".\Include\pydebug.h"\ |
| 3487 | ".\Include\accessobject.h"\ |
| 3488 | ".\Include\intobject.h"\ |
| 3489 | ".\Include\longobject.h"\ |
| 3490 | ".\Include\floatobject.h"\ |
| 3491 | ".\Include\complexobject.h"\ |
| 3492 | ".\Include\rangeobject.h"\ |
| 3493 | ".\Include\stringobject.h"\ |
| 3494 | ".\Include\tupleobject.h"\ |
| 3495 | ".\Include\listobject.h"\ |
| 3496 | ".\Include\mappingobject.h"\ |
| 3497 | ".\Include\methodobject.h"\ |
| 3498 | ".\Include\moduleobject.h"\ |
| 3499 | ".\Include\funcobject.h"\ |
| 3500 | ".\Include\classobject.h"\ |
| 3501 | ".\Include\fileobject.h"\ |
| 3502 | ".\Include\cobject.h"\ |
| 3503 | ".\Include\traceback.h"\ |
| 3504 | ".\Include\sliceobject.h"\ |
| 3505 | ".\Include\pyerrors.h"\ |
| 3506 | ".\Include\mymalloc.h"\ |
| 3507 | ".\Include\modsupport.h"\ |
| 3508 | ".\Include\ceval.h"\ |
| 3509 | ".\Include\pythonrun.h"\ |
| 3510 | ".\Include\sysmodule.h"\ |
| 3511 | ".\Include\intrcheck.h"\ |
| 3512 | ".\Include\import.h"\ |
| 3513 | ".\Include\bltinmodule.h"\ |
| 3514 | ".\Include\abstract.h"\ |
| 3515 | ".\Include\rename2.h"\ |
| 3516 | ".\Include\thread.h"\ |
| 3517 | |
| 3518 | |
| 3519 | "$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)" |
| 3520 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3521 | |
| 3522 | |
| 3523 | # End Source File |
| 3524 | ################################################################################ |
| 3525 | # Begin Source File |
| 3526 | |
| 3527 | SOURCE=.\Modules\md5module.c |
| 3528 | DEP_CPP_MD5MO=\ |
| 3529 | ".\Include\allobjects.h"\ |
| 3530 | ".\Include\modsupport.h"\ |
| 3531 | ".\Modules\md5.h"\ |
| 3532 | ".\PC\config.h"\ |
| 3533 | ".\Include\myproto.h"\ |
| 3534 | ".\Include\object.h"\ |
| 3535 | ".\Include\objimpl.h"\ |
| 3536 | ".\Include\pydebug.h"\ |
| 3537 | ".\Include\accessobject.h"\ |
| 3538 | ".\Include\intobject.h"\ |
| 3539 | ".\Include\longobject.h"\ |
| 3540 | ".\Include\floatobject.h"\ |
| 3541 | ".\Include\complexobject.h"\ |
| 3542 | ".\Include\rangeobject.h"\ |
| 3543 | ".\Include\stringobject.h"\ |
| 3544 | ".\Include\tupleobject.h"\ |
| 3545 | ".\Include\listobject.h"\ |
| 3546 | ".\Include\mappingobject.h"\ |
| 3547 | ".\Include\methodobject.h"\ |
| 3548 | ".\Include\moduleobject.h"\ |
| 3549 | ".\Include\funcobject.h"\ |
| 3550 | ".\Include\classobject.h"\ |
| 3551 | ".\Include\fileobject.h"\ |
| 3552 | ".\Include\cobject.h"\ |
| 3553 | ".\Include\traceback.h"\ |
| 3554 | ".\Include\sliceobject.h"\ |
| 3555 | ".\Include\pyerrors.h"\ |
| 3556 | ".\Include\mymalloc.h"\ |
| 3557 | ".\Include\ceval.h"\ |
| 3558 | ".\Include\pythonrun.h"\ |
| 3559 | ".\Include\sysmodule.h"\ |
| 3560 | ".\Include\intrcheck.h"\ |
| 3561 | ".\Include\import.h"\ |
| 3562 | ".\Include\bltinmodule.h"\ |
| 3563 | ".\Include\abstract.h"\ |
| 3564 | ".\Include\rename2.h"\ |
| 3565 | ".\Include\thread.h"\ |
| 3566 | |
| 3567 | |
| 3568 | "$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)" |
| 3569 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3570 | |
| 3571 | |
| 3572 | # End Source File |
| 3573 | ################################################################################ |
| 3574 | # Begin Source File |
| 3575 | |
| 3576 | SOURCE=.\Modules\md5c.c |
| 3577 | DEP_CPP_MD5C_=\ |
| 3578 | ".\PC\config.h"\ |
| 3579 | ".\Modules\md5.h"\ |
| 3580 | |
| 3581 | |
| 3582 | "$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)" |
| 3583 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3584 | |
| 3585 | |
| 3586 | # End Source File |
| 3587 | ################################################################################ |
| 3588 | # Begin Source File |
| 3589 | |
| 3590 | SOURCE=.\Modules\mathmodule.c |
| 3591 | DEP_CPP_MATHM=\ |
| 3592 | ".\Include\allobjects.h"\ |
| 3593 | ".\Include\mymath.h"\ |
| 3594 | ".\PC\config.h"\ |
| 3595 | ".\Include\myproto.h"\ |
| 3596 | ".\Include\object.h"\ |
| 3597 | ".\Include\objimpl.h"\ |
| 3598 | ".\Include\pydebug.h"\ |
| 3599 | ".\Include\accessobject.h"\ |
| 3600 | ".\Include\intobject.h"\ |
| 3601 | ".\Include\longobject.h"\ |
| 3602 | ".\Include\floatobject.h"\ |
| 3603 | ".\Include\complexobject.h"\ |
| 3604 | ".\Include\rangeobject.h"\ |
| 3605 | ".\Include\stringobject.h"\ |
| 3606 | ".\Include\tupleobject.h"\ |
| 3607 | ".\Include\listobject.h"\ |
| 3608 | ".\Include\mappingobject.h"\ |
| 3609 | ".\Include\methodobject.h"\ |
| 3610 | ".\Include\moduleobject.h"\ |
| 3611 | ".\Include\funcobject.h"\ |
| 3612 | ".\Include\classobject.h"\ |
| 3613 | ".\Include\fileobject.h"\ |
| 3614 | ".\Include\cobject.h"\ |
| 3615 | ".\Include\traceback.h"\ |
| 3616 | ".\Include\sliceobject.h"\ |
| 3617 | ".\Include\pyerrors.h"\ |
| 3618 | ".\Include\mymalloc.h"\ |
| 3619 | ".\Include\modsupport.h"\ |
| 3620 | ".\Include\ceval.h"\ |
| 3621 | ".\Include\pythonrun.h"\ |
| 3622 | ".\Include\sysmodule.h"\ |
| 3623 | ".\Include\intrcheck.h"\ |
| 3624 | ".\Include\import.h"\ |
| 3625 | ".\Include\bltinmodule.h"\ |
| 3626 | ".\Include\abstract.h"\ |
| 3627 | ".\Include\rename2.h"\ |
| 3628 | ".\Include\thread.h"\ |
| 3629 | |
| 3630 | |
| 3631 | "$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)" |
| 3632 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3633 | |
| 3634 | |
| 3635 | # End Source File |
| 3636 | ################################################################################ |
| 3637 | # Begin Source File |
| 3638 | |
| 3639 | SOURCE=.\Objects\mappingobject.c |
| 3640 | DEP_CPP_MAPPI=\ |
| 3641 | ".\Include\allobjects.h"\ |
| 3642 | ".\Include\modsupport.h"\ |
| 3643 | ".\PC\config.h"\ |
| 3644 | ".\Include\myproto.h"\ |
| 3645 | ".\Include\object.h"\ |
| 3646 | ".\Include\objimpl.h"\ |
| 3647 | ".\Include\pydebug.h"\ |
| 3648 | ".\Include\accessobject.h"\ |
| 3649 | ".\Include\intobject.h"\ |
| 3650 | ".\Include\longobject.h"\ |
| 3651 | ".\Include\floatobject.h"\ |
| 3652 | ".\Include\complexobject.h"\ |
| 3653 | ".\Include\rangeobject.h"\ |
| 3654 | ".\Include\stringobject.h"\ |
| 3655 | ".\Include\tupleobject.h"\ |
| 3656 | ".\Include\listobject.h"\ |
| 3657 | ".\Include\mappingobject.h"\ |
| 3658 | ".\Include\methodobject.h"\ |
| 3659 | ".\Include\moduleobject.h"\ |
| 3660 | ".\Include\funcobject.h"\ |
| 3661 | ".\Include\classobject.h"\ |
| 3662 | ".\Include\fileobject.h"\ |
| 3663 | ".\Include\cobject.h"\ |
| 3664 | ".\Include\traceback.h"\ |
| 3665 | ".\Include\sliceobject.h"\ |
| 3666 | ".\Include\pyerrors.h"\ |
| 3667 | ".\Include\mymalloc.h"\ |
| 3668 | ".\Include\ceval.h"\ |
| 3669 | ".\Include\pythonrun.h"\ |
| 3670 | ".\Include\sysmodule.h"\ |
| 3671 | ".\Include\intrcheck.h"\ |
| 3672 | ".\Include\import.h"\ |
| 3673 | ".\Include\bltinmodule.h"\ |
| 3674 | ".\Include\abstract.h"\ |
| 3675 | ".\Include\rename2.h"\ |
| 3676 | ".\Include\thread.h"\ |
| 3677 | |
| 3678 | |
| 3679 | "$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)" |
| 3680 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3681 | |
| 3682 | |
| 3683 | # End Source File |
| 3684 | ################################################################################ |
| 3685 | # Begin Source File |
| 3686 | |
| 3687 | SOURCE=.\Modules\socketmodule.c |
| 3688 | DEP_CPP_SOCKE=\ |
| 3689 | ".\Include\Python.h"\ |
| 3690 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 3691 | ".\Include\mytime.h"\ |
| 3692 | ".\Include\allobjects.h"\ |
| 3693 | ".\PC\config.h"\ |
| 3694 | ".\Include\myproto.h"\ |
| 3695 | ".\Include\object.h"\ |
| 3696 | ".\Include\objimpl.h"\ |
| 3697 | ".\Include\pydebug.h"\ |
| 3698 | ".\Include\accessobject.h"\ |
| 3699 | ".\Include\intobject.h"\ |
| 3700 | ".\Include\longobject.h"\ |
| 3701 | ".\Include\floatobject.h"\ |
| 3702 | ".\Include\complexobject.h"\ |
| 3703 | ".\Include\rangeobject.h"\ |
| 3704 | ".\Include\stringobject.h"\ |
| 3705 | ".\Include\tupleobject.h"\ |
| 3706 | ".\Include\listobject.h"\ |
| 3707 | ".\Include\mappingobject.h"\ |
| 3708 | ".\Include\methodobject.h"\ |
| 3709 | ".\Include\moduleobject.h"\ |
| 3710 | ".\Include\funcobject.h"\ |
| 3711 | ".\Include\classobject.h"\ |
| 3712 | ".\Include\fileobject.h"\ |
| 3713 | ".\Include\cobject.h"\ |
| 3714 | ".\Include\traceback.h"\ |
| 3715 | ".\Include\sliceobject.h"\ |
| 3716 | ".\Include\pyerrors.h"\ |
| 3717 | ".\Include\mymalloc.h"\ |
| 3718 | ".\Include\modsupport.h"\ |
| 3719 | ".\Include\ceval.h"\ |
| 3720 | ".\Include\pythonrun.h"\ |
| 3721 | ".\Include\sysmodule.h"\ |
| 3722 | ".\Include\intrcheck.h"\ |
| 3723 | ".\Include\import.h"\ |
| 3724 | ".\Include\bltinmodule.h"\ |
| 3725 | ".\Include\abstract.h"\ |
| 3726 | ".\Include\rename2.h"\ |
| 3727 | ".\Include\thread.h"\ |
| 3728 | |
| 3729 | |
| 3730 | "$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)" |
| 3731 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3732 | |
| 3733 | |
| 3734 | # End Source File |
| 3735 | ################################################################################ |
| 3736 | # Begin Source File |
| 3737 | |
| 3738 | SOURCE=.\Modules\selectmodule.c |
| 3739 | DEP_CPP_SELEC=\ |
| 3740 | ".\Include\allobjects.h"\ |
| 3741 | ".\Include\modsupport.h"\ |
| 3742 | ".\Include\ceval.h"\ |
| 3743 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 3744 | ".\Include\myselect.h"\ |
| 3745 | ".\PC\config.h"\ |
| 3746 | ".\Include\myproto.h"\ |
| 3747 | ".\Include\object.h"\ |
| 3748 | ".\Include\objimpl.h"\ |
| 3749 | ".\Include\pydebug.h"\ |
| 3750 | ".\Include\accessobject.h"\ |
| 3751 | ".\Include\intobject.h"\ |
| 3752 | ".\Include\longobject.h"\ |
| 3753 | ".\Include\floatobject.h"\ |
| 3754 | ".\Include\complexobject.h"\ |
| 3755 | ".\Include\rangeobject.h"\ |
| 3756 | ".\Include\stringobject.h"\ |
| 3757 | ".\Include\tupleobject.h"\ |
| 3758 | ".\Include\listobject.h"\ |
| 3759 | ".\Include\mappingobject.h"\ |
| 3760 | ".\Include\methodobject.h"\ |
| 3761 | ".\Include\moduleobject.h"\ |
| 3762 | ".\Include\funcobject.h"\ |
| 3763 | ".\Include\classobject.h"\ |
| 3764 | ".\Include\fileobject.h"\ |
| 3765 | ".\Include\cobject.h"\ |
| 3766 | ".\Include\traceback.h"\ |
| 3767 | ".\Include\sliceobject.h"\ |
| 3768 | ".\Include\pyerrors.h"\ |
| 3769 | ".\Include\mymalloc.h"\ |
| 3770 | ".\Include\pythonrun.h"\ |
| 3771 | ".\Include\sysmodule.h"\ |
| 3772 | ".\Include\intrcheck.h"\ |
| 3773 | ".\Include\import.h"\ |
| 3774 | ".\Include\bltinmodule.h"\ |
| 3775 | ".\Include\abstract.h"\ |
| 3776 | ".\Include\rename2.h"\ |
| 3777 | ".\Include\thread.h"\ |
| 3778 | ".\Include\mytime.h"\ |
| 3779 | |
| 3780 | |
| 3781 | "$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)" |
| 3782 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3783 | |
| 3784 | |
| 3785 | # End Source File |
| 3786 | ################################################################################ |
| 3787 | # Begin Source File |
| 3788 | |
| 3789 | SOURCE=.\Python\sysmodule.c |
| 3790 | DEP_CPP_SYSMO=\ |
| 3791 | ".\Include\allobjects.h"\ |
| 3792 | ".\Include\sysmodule.h"\ |
| 3793 | ".\Include\import.h"\ |
| 3794 | ".\Include\modsupport.h"\ |
| 3795 | ".\Include\osdefs.h"\ |
| 3796 | ".\PC\config.h"\ |
| 3797 | ".\Include\myproto.h"\ |
| 3798 | ".\Include\object.h"\ |
| 3799 | ".\Include\objimpl.h"\ |
| 3800 | ".\Include\pydebug.h"\ |
| 3801 | ".\Include\accessobject.h"\ |
| 3802 | ".\Include\intobject.h"\ |
| 3803 | ".\Include\longobject.h"\ |
| 3804 | ".\Include\floatobject.h"\ |
| 3805 | ".\Include\complexobject.h"\ |
| 3806 | ".\Include\rangeobject.h"\ |
| 3807 | ".\Include\stringobject.h"\ |
| 3808 | ".\Include\tupleobject.h"\ |
| 3809 | ".\Include\listobject.h"\ |
| 3810 | ".\Include\mappingobject.h"\ |
| 3811 | ".\Include\methodobject.h"\ |
| 3812 | ".\Include\moduleobject.h"\ |
| 3813 | ".\Include\funcobject.h"\ |
| 3814 | ".\Include\classobject.h"\ |
| 3815 | ".\Include\fileobject.h"\ |
| 3816 | ".\Include\cobject.h"\ |
| 3817 | ".\Include\traceback.h"\ |
| 3818 | ".\Include\sliceobject.h"\ |
| 3819 | ".\Include\pyerrors.h"\ |
| 3820 | ".\Include\mymalloc.h"\ |
| 3821 | ".\Include\ceval.h"\ |
| 3822 | ".\Include\pythonrun.h"\ |
| 3823 | ".\Include\intrcheck.h"\ |
| 3824 | ".\Include\bltinmodule.h"\ |
| 3825 | ".\Include\abstract.h"\ |
| 3826 | ".\Include\rename2.h"\ |
| 3827 | ".\Include\thread.h"\ |
| 3828 | |
| 3829 | |
| 3830 | "$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)" |
| 3831 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3832 | |
| 3833 | |
| 3834 | # End Source File |
| 3835 | ################################################################################ |
| 3836 | # Begin Source File |
| 3837 | |
| 3838 | SOURCE=.\Python\import.c |
| 3839 | DEP_CPP_IMPORT=\ |
| 3840 | ".\Include\allobjects.h"\ |
| 3841 | ".\Include\node.h"\ |
| 3842 | ".\Include\token.h"\ |
| 3843 | ".\Include\graminit.h"\ |
| 3844 | ".\Include\import.h"\ |
| 3845 | ".\Include\errcode.h"\ |
| 3846 | ".\Include\sysmodule.h"\ |
| 3847 | ".\Include\bltinmodule.h"\ |
| 3848 | ".\Include\pythonrun.h"\ |
| 3849 | ".\Include\marshal.h"\ |
| 3850 | ".\Include\compile.h"\ |
| 3851 | ".\Include\eval.h"\ |
| 3852 | ".\Include\osdefs.h"\ |
| 3853 | ".\Python\importdl.h"\ |
| 3854 | ".\PC\config.h"\ |
| 3855 | ".\Include\myproto.h"\ |
| 3856 | ".\Include\object.h"\ |
| 3857 | ".\Include\objimpl.h"\ |
| 3858 | ".\Include\pydebug.h"\ |
| 3859 | ".\Include\accessobject.h"\ |
| 3860 | ".\Include\intobject.h"\ |
| 3861 | ".\Include\longobject.h"\ |
| 3862 | ".\Include\floatobject.h"\ |
| 3863 | ".\Include\complexobject.h"\ |
| 3864 | ".\Include\rangeobject.h"\ |
| 3865 | ".\Include\stringobject.h"\ |
| 3866 | ".\Include\tupleobject.h"\ |
| 3867 | ".\Include\listobject.h"\ |
| 3868 | ".\Include\mappingobject.h"\ |
| 3869 | ".\Include\methodobject.h"\ |
| 3870 | ".\Include\moduleobject.h"\ |
| 3871 | ".\Include\funcobject.h"\ |
| 3872 | ".\Include\classobject.h"\ |
| 3873 | ".\Include\fileobject.h"\ |
| 3874 | ".\Include\cobject.h"\ |
| 3875 | ".\Include\traceback.h"\ |
| 3876 | ".\Include\sliceobject.h"\ |
| 3877 | ".\Include\pyerrors.h"\ |
| 3878 | ".\Include\mymalloc.h"\ |
| 3879 | ".\Include\modsupport.h"\ |
| 3880 | ".\Include\ceval.h"\ |
| 3881 | ".\Include\intrcheck.h"\ |
| 3882 | ".\Include\abstract.h"\ |
| 3883 | ".\Include\rename2.h"\ |
| 3884 | ".\Include\thread.h"\ |
| 3885 | |
| 3886 | NODEP_CPP_IMPORT=\ |
| 3887 | ".\Python\macglue.h"\ |
| 3888 | |
| 3889 | |
| 3890 | "$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)" |
| 3891 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3892 | |
| 3893 | |
| 3894 | # End Source File |
| 3895 | ################################################################################ |
| 3896 | # Begin Source File |
| 3897 | |
| 3898 | SOURCE=.\Modules\posixmodule.c |
| 3899 | DEP_CPP_POSIX=\ |
| 3900 | ".\Include\allobjects.h"\ |
| 3901 | ".\Include\modsupport.h"\ |
| 3902 | ".\Include\ceval.h"\ |
| 3903 | {$(INCLUDE)}"\sys\TYPES.H"\ |
| 3904 | {$(INCLUDE)}"\sys\STAT.H"\ |
| 3905 | ".\Include\mytime.h"\ |
| 3906 | {$(INCLUDE)}"\sys\UTIME.H"\ |
| 3907 | ".\PC\config.h"\ |
| 3908 | ".\Include\myproto.h"\ |
| 3909 | ".\Include\object.h"\ |
| 3910 | ".\Include\objimpl.h"\ |
| 3911 | ".\Include\pydebug.h"\ |
| 3912 | ".\Include\accessobject.h"\ |
| 3913 | ".\Include\intobject.h"\ |
| 3914 | ".\Include\longobject.h"\ |
| 3915 | ".\Include\floatobject.h"\ |
| 3916 | ".\Include\complexobject.h"\ |
| 3917 | ".\Include\rangeobject.h"\ |
| 3918 | ".\Include\stringobject.h"\ |
| 3919 | ".\Include\tupleobject.h"\ |
| 3920 | ".\Include\listobject.h"\ |
| 3921 | ".\Include\mappingobject.h"\ |
| 3922 | ".\Include\methodobject.h"\ |
| 3923 | ".\Include\moduleobject.h"\ |
| 3924 | ".\Include\funcobject.h"\ |
| 3925 | ".\Include\classobject.h"\ |
| 3926 | ".\Include\fileobject.h"\ |
| 3927 | ".\Include\cobject.h"\ |
| 3928 | ".\Include\traceback.h"\ |
| 3929 | ".\Include\sliceobject.h"\ |
| 3930 | ".\Include\pyerrors.h"\ |
| 3931 | ".\Include\mymalloc.h"\ |
| 3932 | ".\Include\pythonrun.h"\ |
| 3933 | ".\Include\sysmodule.h"\ |
| 3934 | ".\Include\intrcheck.h"\ |
| 3935 | ".\Include\import.h"\ |
| 3936 | ".\Include\bltinmodule.h"\ |
| 3937 | ".\Include\abstract.h"\ |
| 3938 | ".\Include\rename2.h"\ |
| 3939 | ".\Include\thread.h"\ |
| 3940 | |
| 3941 | |
| 3942 | "$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)" |
| 3943 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3944 | |
| 3945 | |
| 3946 | # End Source File |
| 3947 | ################################################################################ |
| 3948 | # Begin Source File |
| 3949 | |
| 3950 | SOURCE=.\Modules\operator.c |
| 3951 | DEP_CPP_OPERA=\ |
| 3952 | ".\Include\Python.h"\ |
| 3953 | ".\Include\allobjects.h"\ |
| 3954 | ".\PC\config.h"\ |
| 3955 | ".\Include\myproto.h"\ |
| 3956 | ".\Include\object.h"\ |
| 3957 | ".\Include\objimpl.h"\ |
| 3958 | ".\Include\pydebug.h"\ |
| 3959 | ".\Include\accessobject.h"\ |
| 3960 | ".\Include\intobject.h"\ |
| 3961 | ".\Include\longobject.h"\ |
| 3962 | ".\Include\floatobject.h"\ |
| 3963 | ".\Include\complexobject.h"\ |
| 3964 | ".\Include\rangeobject.h"\ |
| 3965 | ".\Include\stringobject.h"\ |
| 3966 | ".\Include\tupleobject.h"\ |
| 3967 | ".\Include\listobject.h"\ |
| 3968 | ".\Include\mappingobject.h"\ |
| 3969 | ".\Include\methodobject.h"\ |
| 3970 | ".\Include\moduleobject.h"\ |
| 3971 | ".\Include\funcobject.h"\ |
| 3972 | ".\Include\classobject.h"\ |
| 3973 | ".\Include\fileobject.h"\ |
| 3974 | ".\Include\cobject.h"\ |
| 3975 | ".\Include\traceback.h"\ |
| 3976 | ".\Include\sliceobject.h"\ |
| 3977 | ".\Include\pyerrors.h"\ |
| 3978 | ".\Include\mymalloc.h"\ |
| 3979 | ".\Include\modsupport.h"\ |
| 3980 | ".\Include\ceval.h"\ |
| 3981 | ".\Include\pythonrun.h"\ |
| 3982 | ".\Include\sysmodule.h"\ |
| 3983 | ".\Include\intrcheck.h"\ |
| 3984 | ".\Include\import.h"\ |
| 3985 | ".\Include\bltinmodule.h"\ |
| 3986 | ".\Include\abstract.h"\ |
| 3987 | ".\Include\rename2.h"\ |
| 3988 | ".\Include\thread.h"\ |
| 3989 | |
| 3990 | |
| 3991 | "$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)" |
| 3992 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 3993 | |
| 3994 | |
| 3995 | # End Source File |
| 3996 | ################################################################################ |
| 3997 | # Begin Source File |
| 3998 | |
| 3999 | SOURCE=.\Modules\errnomodule.c |
| 4000 | DEP_CPP_ERRNO=\ |
| 4001 | ".\Include\Python.h"\ |
| 4002 | ".\Include\allobjects.h"\ |
| 4003 | ".\PC\config.h"\ |
| 4004 | ".\Include\myproto.h"\ |
| 4005 | ".\Include\object.h"\ |
| 4006 | ".\Include\objimpl.h"\ |
| 4007 | ".\Include\pydebug.h"\ |
| 4008 | ".\Include\accessobject.h"\ |
| 4009 | ".\Include\intobject.h"\ |
| 4010 | ".\Include\longobject.h"\ |
| 4011 | ".\Include\floatobject.h"\ |
| 4012 | ".\Include\complexobject.h"\ |
| 4013 | ".\Include\rangeobject.h"\ |
| 4014 | ".\Include\stringobject.h"\ |
| 4015 | ".\Include\tupleobject.h"\ |
| 4016 | ".\Include\listobject.h"\ |
| 4017 | ".\Include\mappingobject.h"\ |
| 4018 | ".\Include\methodobject.h"\ |
| 4019 | ".\Include\moduleobject.h"\ |
| 4020 | ".\Include\funcobject.h"\ |
| 4021 | ".\Include\classobject.h"\ |
| 4022 | ".\Include\fileobject.h"\ |
| 4023 | ".\Include\cobject.h"\ |
| 4024 | ".\Include\traceback.h"\ |
| 4025 | ".\Include\sliceobject.h"\ |
| 4026 | ".\Include\pyerrors.h"\ |
| 4027 | ".\Include\mymalloc.h"\ |
| 4028 | ".\Include\modsupport.h"\ |
| 4029 | ".\Include\ceval.h"\ |
| 4030 | ".\Include\pythonrun.h"\ |
| 4031 | ".\Include\sysmodule.h"\ |
| 4032 | ".\Include\intrcheck.h"\ |
| 4033 | ".\Include\import.h"\ |
| 4034 | ".\Include\bltinmodule.h"\ |
| 4035 | ".\Include\abstract.h"\ |
| 4036 | ".\Include\rename2.h"\ |
| 4037 | ".\Include\thread.h"\ |
| 4038 | |
| 4039 | |
| 4040 | "$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)" |
| 4041 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4042 | |
| 4043 | |
| 4044 | # End Source File |
| 4045 | ################################################################################ |
| 4046 | # Begin Source File |
| 4047 | |
| 4048 | SOURCE=.\Objects\sliceobject.c |
| 4049 | DEP_CPP_SLICE=\ |
| 4050 | ".\Include\Python.h"\ |
| 4051 | ".\Include\allobjects.h"\ |
| 4052 | ".\PC\config.h"\ |
| 4053 | ".\Include\myproto.h"\ |
| 4054 | ".\Include\object.h"\ |
| 4055 | ".\Include\objimpl.h"\ |
| 4056 | ".\Include\pydebug.h"\ |
| 4057 | ".\Include\accessobject.h"\ |
| 4058 | ".\Include\intobject.h"\ |
| 4059 | ".\Include\longobject.h"\ |
| 4060 | ".\Include\floatobject.h"\ |
| 4061 | ".\Include\complexobject.h"\ |
| 4062 | ".\Include\rangeobject.h"\ |
| 4063 | ".\Include\stringobject.h"\ |
| 4064 | ".\Include\tupleobject.h"\ |
| 4065 | ".\Include\listobject.h"\ |
| 4066 | ".\Include\mappingobject.h"\ |
| 4067 | ".\Include\methodobject.h"\ |
| 4068 | ".\Include\moduleobject.h"\ |
| 4069 | ".\Include\funcobject.h"\ |
| 4070 | ".\Include\classobject.h"\ |
| 4071 | ".\Include\fileobject.h"\ |
| 4072 | ".\Include\cobject.h"\ |
| 4073 | ".\Include\traceback.h"\ |
| 4074 | ".\Include\sliceobject.h"\ |
| 4075 | ".\Include\pyerrors.h"\ |
| 4076 | ".\Include\mymalloc.h"\ |
| 4077 | ".\Include\modsupport.h"\ |
| 4078 | ".\Include\ceval.h"\ |
| 4079 | ".\Include\pythonrun.h"\ |
| 4080 | ".\Include\sysmodule.h"\ |
| 4081 | ".\Include\intrcheck.h"\ |
| 4082 | ".\Include\import.h"\ |
| 4083 | ".\Include\bltinmodule.h"\ |
| 4084 | ".\Include\abstract.h"\ |
| 4085 | ".\Include\rename2.h"\ |
| 4086 | ".\Include\thread.h"\ |
| 4087 | |
| 4088 | |
| 4089 | "$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)" |
| 4090 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4091 | |
| 4092 | |
| 4093 | # End Source File |
| 4094 | ################################################################################ |
| 4095 | # Begin Source File |
| 4096 | |
| 4097 | SOURCE=.\Modules\main.c |
| 4098 | DEP_CPP_MAIN_=\ |
| 4099 | ".\Include\Python.h"\ |
| 4100 | ".\Include\allobjects.h"\ |
| 4101 | ".\PC\config.h"\ |
| 4102 | ".\Include\myproto.h"\ |
| 4103 | ".\Include\object.h"\ |
| 4104 | ".\Include\objimpl.h"\ |
| 4105 | ".\Include\pydebug.h"\ |
| 4106 | ".\Include\accessobject.h"\ |
| 4107 | ".\Include\intobject.h"\ |
| 4108 | ".\Include\longobject.h"\ |
| 4109 | ".\Include\floatobject.h"\ |
| 4110 | ".\Include\complexobject.h"\ |
| 4111 | ".\Include\rangeobject.h"\ |
| 4112 | ".\Include\stringobject.h"\ |
| 4113 | ".\Include\tupleobject.h"\ |
| 4114 | ".\Include\listobject.h"\ |
| 4115 | ".\Include\mappingobject.h"\ |
| 4116 | ".\Include\methodobject.h"\ |
| 4117 | ".\Include\moduleobject.h"\ |
| 4118 | ".\Include\funcobject.h"\ |
| 4119 | ".\Include\classobject.h"\ |
| 4120 | ".\Include\fileobject.h"\ |
| 4121 | ".\Include\cobject.h"\ |
| 4122 | ".\Include\traceback.h"\ |
| 4123 | ".\Include\sliceobject.h"\ |
| 4124 | ".\Include\pyerrors.h"\ |
| 4125 | ".\Include\mymalloc.h"\ |
| 4126 | ".\Include\modsupport.h"\ |
| 4127 | ".\Include\ceval.h"\ |
| 4128 | ".\Include\pythonrun.h"\ |
| 4129 | ".\Include\sysmodule.h"\ |
| 4130 | ".\Include\intrcheck.h"\ |
| 4131 | ".\Include\import.h"\ |
| 4132 | ".\Include\bltinmodule.h"\ |
| 4133 | ".\Include\abstract.h"\ |
| 4134 | ".\Include\rename2.h"\ |
| 4135 | ".\Include\thread.h"\ |
| 4136 | |
| 4137 | |
| 4138 | "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" |
| 4139 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4140 | |
| 4141 | |
| 4142 | # End Source File |
| 4143 | ################################################################################ |
| 4144 | # Begin Source File |
| 4145 | |
| 4146 | SOURCE=.\Python\getopt.c |
| 4147 | |
| 4148 | "$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)" |
| 4149 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4150 | |
| 4151 | |
| 4152 | # End Source File |
| 4153 | ################################################################################ |
| 4154 | # Begin Source File |
| 4155 | |
| 4156 | SOURCE=.\PC\import_nt.c |
| 4157 | DEP_CPP_IMPORT_=\ |
| 4158 | ".\Include\allobjects.h"\ |
| 4159 | ".\Include\osdefs.h"\ |
| 4160 | ".\Python\importdl.h"\ |
| 4161 | ".\PC\config.h"\ |
| 4162 | ".\Include\myproto.h"\ |
| 4163 | ".\Include\object.h"\ |
| 4164 | ".\Include\objimpl.h"\ |
| 4165 | ".\Include\pydebug.h"\ |
| 4166 | ".\Include\accessobject.h"\ |
| 4167 | ".\Include\intobject.h"\ |
| 4168 | ".\Include\longobject.h"\ |
| 4169 | ".\Include\floatobject.h"\ |
| 4170 | ".\Include\complexobject.h"\ |
| 4171 | ".\Include\rangeobject.h"\ |
| 4172 | ".\Include\stringobject.h"\ |
| 4173 | ".\Include\tupleobject.h"\ |
| 4174 | ".\Include\listobject.h"\ |
| 4175 | ".\Include\mappingobject.h"\ |
| 4176 | ".\Include\methodobject.h"\ |
| 4177 | ".\Include\moduleobject.h"\ |
| 4178 | ".\Include\funcobject.h"\ |
| 4179 | ".\Include\classobject.h"\ |
| 4180 | ".\Include\fileobject.h"\ |
| 4181 | ".\Include\cobject.h"\ |
| 4182 | ".\Include\traceback.h"\ |
| 4183 | ".\Include\sliceobject.h"\ |
| 4184 | ".\Include\pyerrors.h"\ |
| 4185 | ".\Include\mymalloc.h"\ |
| 4186 | ".\Include\modsupport.h"\ |
| 4187 | ".\Include\ceval.h"\ |
| 4188 | ".\Include\pythonrun.h"\ |
| 4189 | ".\Include\sysmodule.h"\ |
| 4190 | ".\Include\intrcheck.h"\ |
| 4191 | ".\Include\import.h"\ |
| 4192 | ".\Include\bltinmodule.h"\ |
| 4193 | ".\Include\abstract.h"\ |
| 4194 | ".\Include\rename2.h"\ |
| 4195 | ".\Include\thread.h"\ |
| 4196 | |
| 4197 | |
| 4198 | "$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)" |
| 4199 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4200 | |
| 4201 | |
| 4202 | # End Source File |
| 4203 | ################################################################################ |
| 4204 | # Begin Source File |
| 4205 | |
| 4206 | SOURCE=.\PC\getpath_nt.c |
| 4207 | DEP_CPP_GETPA=\ |
| 4208 | ".\Include\Python.h"\ |
| 4209 | ".\Include\osdefs.h"\ |
| 4210 | ".\Include\allobjects.h"\ |
| 4211 | ".\PC\config.h"\ |
| 4212 | ".\Include\myproto.h"\ |
| 4213 | ".\Include\object.h"\ |
| 4214 | ".\Include\objimpl.h"\ |
| 4215 | ".\Include\pydebug.h"\ |
| 4216 | ".\Include\accessobject.h"\ |
| 4217 | ".\Include\intobject.h"\ |
| 4218 | ".\Include\longobject.h"\ |
| 4219 | ".\Include\floatobject.h"\ |
| 4220 | ".\Include\complexobject.h"\ |
| 4221 | ".\Include\rangeobject.h"\ |
| 4222 | ".\Include\stringobject.h"\ |
| 4223 | ".\Include\tupleobject.h"\ |
| 4224 | ".\Include\listobject.h"\ |
| 4225 | ".\Include\mappingobject.h"\ |
| 4226 | ".\Include\methodobject.h"\ |
| 4227 | ".\Include\moduleobject.h"\ |
| 4228 | ".\Include\funcobject.h"\ |
| 4229 | ".\Include\classobject.h"\ |
| 4230 | ".\Include\fileobject.h"\ |
| 4231 | ".\Include\cobject.h"\ |
| 4232 | ".\Include\traceback.h"\ |
| 4233 | ".\Include\sliceobject.h"\ |
| 4234 | ".\Include\pyerrors.h"\ |
| 4235 | ".\Include\mymalloc.h"\ |
| 4236 | ".\Include\modsupport.h"\ |
| 4237 | ".\Include\ceval.h"\ |
| 4238 | ".\Include\pythonrun.h"\ |
| 4239 | ".\Include\sysmodule.h"\ |
| 4240 | ".\Include\intrcheck.h"\ |
| 4241 | ".\Include\import.h"\ |
| 4242 | ".\Include\bltinmodule.h"\ |
| 4243 | ".\Include\abstract.h"\ |
| 4244 | ".\Include\rename2.h"\ |
| 4245 | ".\Include\thread.h"\ |
| 4246 | |
| 4247 | |
| 4248 | "$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)" |
| 4249 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4250 | |
| 4251 | |
| 4252 | # End Source File |
| 4253 | ################################################################################ |
| 4254 | # Begin Source File |
| 4255 | |
| 4256 | SOURCE=.\PC\dl_nt.c |
| 4257 | DEP_CPP_DL_NT=\ |
| 4258 | ".\PC\config.h"\ |
| 4259 | ".\Include\allobjects.h"\ |
| 4260 | ".\Include\myproto.h"\ |
| 4261 | ".\Include\object.h"\ |
| 4262 | ".\Include\objimpl.h"\ |
| 4263 | ".\Include\pydebug.h"\ |
| 4264 | ".\Include\accessobject.h"\ |
| 4265 | ".\Include\intobject.h"\ |
| 4266 | ".\Include\longobject.h"\ |
| 4267 | ".\Include\floatobject.h"\ |
| 4268 | ".\Include\complexobject.h"\ |
| 4269 | ".\Include\rangeobject.h"\ |
| 4270 | ".\Include\stringobject.h"\ |
| 4271 | ".\Include\tupleobject.h"\ |
| 4272 | ".\Include\listobject.h"\ |
| 4273 | ".\Include\mappingobject.h"\ |
| 4274 | ".\Include\methodobject.h"\ |
| 4275 | ".\Include\moduleobject.h"\ |
| 4276 | ".\Include\funcobject.h"\ |
| 4277 | ".\Include\classobject.h"\ |
| 4278 | ".\Include\fileobject.h"\ |
| 4279 | ".\Include\cobject.h"\ |
| 4280 | ".\Include\traceback.h"\ |
| 4281 | ".\Include\sliceobject.h"\ |
| 4282 | ".\Include\pyerrors.h"\ |
| 4283 | ".\Include\mymalloc.h"\ |
| 4284 | ".\Include\modsupport.h"\ |
| 4285 | ".\Include\ceval.h"\ |
| 4286 | ".\Include\pythonrun.h"\ |
| 4287 | ".\Include\sysmodule.h"\ |
| 4288 | ".\Include\intrcheck.h"\ |
| 4289 | ".\Include\import.h"\ |
| 4290 | ".\Include\bltinmodule.h"\ |
| 4291 | ".\Include\abstract.h"\ |
| 4292 | ".\Include\rename2.h"\ |
| 4293 | ".\Include\thread.h"\ |
| 4294 | |
| 4295 | |
| 4296 | "$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)" |
| 4297 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4298 | |
| 4299 | |
| 4300 | # End Source File |
| 4301 | ################################################################################ |
| 4302 | # Begin Source File |
| 4303 | |
| 4304 | SOURCE=.\PC\python_nt.def |
| 4305 | # End Source File |
| 4306 | ################################################################################ |
| 4307 | # Begin Source File |
| 4308 | |
| 4309 | SOURCE=.\Modules\threadmodule.c |
| 4310 | DEP_CPP_THREAD=\ |
| 4311 | ".\Include\allobjects.h"\ |
| 4312 | ".\Include\thread.h"\ |
| 4313 | ".\PC\config.h"\ |
| 4314 | ".\Include\myproto.h"\ |
| 4315 | ".\Include\object.h"\ |
| 4316 | ".\Include\objimpl.h"\ |
| 4317 | ".\Include\pydebug.h"\ |
| 4318 | ".\Include\accessobject.h"\ |
| 4319 | ".\Include\intobject.h"\ |
| 4320 | ".\Include\longobject.h"\ |
| 4321 | ".\Include\floatobject.h"\ |
| 4322 | ".\Include\complexobject.h"\ |
| 4323 | ".\Include\rangeobject.h"\ |
| 4324 | ".\Include\stringobject.h"\ |
| 4325 | ".\Include\tupleobject.h"\ |
| 4326 | ".\Include\listobject.h"\ |
| 4327 | ".\Include\mappingobject.h"\ |
| 4328 | ".\Include\methodobject.h"\ |
| 4329 | ".\Include\moduleobject.h"\ |
| 4330 | ".\Include\funcobject.h"\ |
| 4331 | ".\Include\classobject.h"\ |
| 4332 | ".\Include\fileobject.h"\ |
| 4333 | ".\Include\cobject.h"\ |
| 4334 | ".\Include\traceback.h"\ |
| 4335 | ".\Include\sliceobject.h"\ |
| 4336 | ".\Include\pyerrors.h"\ |
| 4337 | ".\Include\mymalloc.h"\ |
| 4338 | ".\Include\modsupport.h"\ |
| 4339 | ".\Include\ceval.h"\ |
| 4340 | ".\Include\pythonrun.h"\ |
| 4341 | ".\Include\sysmodule.h"\ |
| 4342 | ".\Include\intrcheck.h"\ |
| 4343 | ".\Include\import.h"\ |
| 4344 | ".\Include\bltinmodule.h"\ |
| 4345 | ".\Include\abstract.h"\ |
| 4346 | ".\Include\rename2.h"\ |
| 4347 | |
| 4348 | |
| 4349 | "$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)" |
| 4350 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4351 | |
| 4352 | |
| 4353 | # End Source File |
| 4354 | ################################################################################ |
| 4355 | # Begin Source File |
| 4356 | |
| 4357 | SOURCE=.\PC\python_nt.rc |
| 4358 | |
| 4359 | !IF "$(CFG)" == "python14 - Win32 Release" |
| 4360 | |
| 4361 | # ADD BASE RSC /l 0x409 /i "PC" |
| 4362 | # ADD RSC /l 0x409 /i "PC" /i "Include" |
| 4363 | |
| 4364 | "$(INTDIR)\python_nt.res" : $(SOURCE) "$(INTDIR)" |
| 4365 | $(RSC) /l 0x409 /fo"$(INTDIR)/python_nt.res" /i "PC" /i "Include" /d\ |
| 4366 | "NDEBUG" $(SOURCE) |
| 4367 | |
| 4368 | |
| 4369 | !ENDIF |
| 4370 | |
| 4371 | # End Source File |
| 4372 | # End Target |
| 4373 | ################################################################################ |
| 4374 | # Begin Target |
| 4375 | |
| 4376 | # Name "python - Win32 Release" |
| 4377 | ################################################################################ |
| 4378 | # Begin Source File |
| 4379 | |
| 4380 | SOURCE=.\PC\main_nt.c |
| 4381 | |
| 4382 | "$(INTDIR)\main_nt.obj" : $(SOURCE) "$(INTDIR)" |
| 4383 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4384 | |
| 4385 | |
| 4386 | # End Source File |
| 4387 | ################################################################################ |
| 4388 | # Begin Source File |
| 4389 | |
| 4390 | SOURCE=.\vc40\python14.lib |
| 4391 | # End Source File |
| 4392 | # End Target |
| 4393 | ################################################################################ |
| 4394 | # Begin Target |
| 4395 | |
| 4396 | # Name "_tkinter - Win32 Release" |
| 4397 | ################################################################################ |
| 4398 | # Begin Source File |
| 4399 | |
| 4400 | SOURCE=.\Modules\_tkinter.c |
| 4401 | DEP_CPP__TKIN=\ |
| 4402 | ".\Include\Python.h"\ |
| 4403 | "\tcl\include\tcl.h"\ |
| 4404 | "\tcl\include\tk.h"\ |
| 4405 | ".\Include\allobjects.h"\ |
| 4406 | "\tcl\include\X11/Xlib.h"\ |
| 4407 | ".\PC\config.h"\ |
| 4408 | ".\Include\myproto.h"\ |
| 4409 | ".\Include\object.h"\ |
| 4410 | ".\Include\objimpl.h"\ |
| 4411 | ".\Include\pydebug.h"\ |
| 4412 | ".\Include\accessobject.h"\ |
| 4413 | ".\Include\intobject.h"\ |
| 4414 | ".\Include\longobject.h"\ |
| 4415 | ".\Include\floatobject.h"\ |
| 4416 | ".\Include\complexobject.h"\ |
| 4417 | ".\Include\rangeobject.h"\ |
| 4418 | ".\Include\stringobject.h"\ |
| 4419 | ".\Include\tupleobject.h"\ |
| 4420 | ".\Include\listobject.h"\ |
| 4421 | ".\Include\mappingobject.h"\ |
| 4422 | ".\Include\methodobject.h"\ |
| 4423 | ".\Include\moduleobject.h"\ |
| 4424 | ".\Include\funcobject.h"\ |
| 4425 | ".\Include\classobject.h"\ |
| 4426 | ".\Include\fileobject.h"\ |
| 4427 | ".\Include\cobject.h"\ |
| 4428 | ".\Include\traceback.h"\ |
| 4429 | ".\Include\sliceobject.h"\ |
| 4430 | ".\Include\pyerrors.h"\ |
| 4431 | ".\Include\mymalloc.h"\ |
| 4432 | ".\Include\modsupport.h"\ |
| 4433 | ".\Include\ceval.h"\ |
| 4434 | ".\Include\pythonrun.h"\ |
| 4435 | ".\Include\sysmodule.h"\ |
| 4436 | ".\Include\intrcheck.h"\ |
| 4437 | ".\Include\import.h"\ |
| 4438 | ".\Include\bltinmodule.h"\ |
| 4439 | ".\Include\abstract.h"\ |
| 4440 | ".\Include\rename2.h"\ |
| 4441 | "\tcl\include\X11/X.h"\ |
| 4442 | "\tcl\include\X11/Xfuncproto.h"\ |
| 4443 | ".\Include\thread.h"\ |
| 4444 | |
| 4445 | |
| 4446 | "$(INTDIR)\_tkinter.obj" : $(SOURCE) $(DEP_CPP__TKIN) "$(INTDIR)" |
| 4447 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4448 | |
| 4449 | |
| 4450 | # End Source File |
| 4451 | ################################################################################ |
| 4452 | # Begin Source File |
| 4453 | |
| 4454 | SOURCE=.\PC\tk41.lib |
| 4455 | # End Source File |
| 4456 | ################################################################################ |
| 4457 | # Begin Source File |
| 4458 | |
| 4459 | SOURCE=.\PC\tcl75.lib |
| 4460 | # End Source File |
| 4461 | ################################################################################ |
| 4462 | # Begin Source File |
| 4463 | |
| 4464 | SOURCE=.\PC\_tkinter.def |
| 4465 | # End Source File |
| 4466 | ################################################################################ |
| 4467 | # Begin Source File |
| 4468 | |
| 4469 | SOURCE=.\vc40\python14.lib |
| 4470 | # End Source File |
| 4471 | # End Target |
| 4472 | ################################################################################ |
| 4473 | # Begin Target |
| 4474 | |
| 4475 | # Name "NumPy - Win32 Release" |
| 4476 | ################################################################################ |
| 4477 | # Begin Source File |
| 4478 | |
| 4479 | SOURCE=.\NumPy\arrayobject.c |
| 4480 | DEP_CPP_ARRAYO=\ |
| 4481 | ".\Include\Python.h"\ |
| 4482 | ".\NumPy\arrayobject.h"\ |
| 4483 | ".\NumPy\ofuncobject.h"\ |
| 4484 | ".\NumPy\arraytypes.c"\ |
| 4485 | ".\Include\allobjects.h"\ |
| 4486 | ".\PC\config.h"\ |
| 4487 | ".\Include\myproto.h"\ |
| 4488 | ".\Include\object.h"\ |
| 4489 | ".\Include\objimpl.h"\ |
| 4490 | ".\Include\pydebug.h"\ |
| 4491 | ".\Include\accessobject.h"\ |
| 4492 | ".\Include\intobject.h"\ |
| 4493 | ".\Include\longobject.h"\ |
| 4494 | ".\Include\floatobject.h"\ |
| 4495 | ".\Include\complexobject.h"\ |
| 4496 | ".\Include\rangeobject.h"\ |
| 4497 | ".\Include\stringobject.h"\ |
| 4498 | ".\Include\tupleobject.h"\ |
| 4499 | ".\Include\listobject.h"\ |
| 4500 | ".\Include\mappingobject.h"\ |
| 4501 | ".\Include\methodobject.h"\ |
| 4502 | ".\Include\moduleobject.h"\ |
| 4503 | ".\Include\funcobject.h"\ |
| 4504 | ".\Include\classobject.h"\ |
| 4505 | ".\Include\fileobject.h"\ |
| 4506 | ".\Include\cobject.h"\ |
| 4507 | ".\Include\traceback.h"\ |
| 4508 | ".\Include\sliceobject.h"\ |
| 4509 | ".\Include\pyerrors.h"\ |
| 4510 | ".\Include\mymalloc.h"\ |
| 4511 | ".\Include\modsupport.h"\ |
| 4512 | ".\Include\ceval.h"\ |
| 4513 | ".\Include\pythonrun.h"\ |
| 4514 | ".\Include\sysmodule.h"\ |
| 4515 | ".\Include\intrcheck.h"\ |
| 4516 | ".\Include\import.h"\ |
| 4517 | ".\Include\bltinmodule.h"\ |
| 4518 | ".\Include\abstract.h"\ |
| 4519 | ".\Include\rename2.h"\ |
| 4520 | ".\Include\thread.h"\ |
| 4521 | |
| 4522 | |
| 4523 | "$(INTDIR)\arrayobject.obj" : $(SOURCE) $(DEP_CPP_ARRAYO) "$(INTDIR)" |
| 4524 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4525 | |
| 4526 | |
| 4527 | # End Source File |
| 4528 | ################################################################################ |
| 4529 | # Begin Source File |
| 4530 | |
| 4531 | SOURCE=.\NumPy\ofuncobject.c |
| 4532 | DEP_CPP_OFUNC=\ |
| 4533 | ".\Include\Python.h"\ |
| 4534 | ".\NumPy\arrayobject.h"\ |
| 4535 | ".\NumPy\ofuncobject.h"\ |
| 4536 | ".\Include\allobjects.h"\ |
| 4537 | ".\PC\config.h"\ |
| 4538 | ".\Include\myproto.h"\ |
| 4539 | ".\Include\object.h"\ |
| 4540 | ".\Include\objimpl.h"\ |
| 4541 | ".\Include\pydebug.h"\ |
| 4542 | ".\Include\accessobject.h"\ |
| 4543 | ".\Include\intobject.h"\ |
| 4544 | ".\Include\longobject.h"\ |
| 4545 | ".\Include\floatobject.h"\ |
| 4546 | ".\Include\complexobject.h"\ |
| 4547 | ".\Include\rangeobject.h"\ |
| 4548 | ".\Include\stringobject.h"\ |
| 4549 | ".\Include\tupleobject.h"\ |
| 4550 | ".\Include\listobject.h"\ |
| 4551 | ".\Include\mappingobject.h"\ |
| 4552 | ".\Include\methodobject.h"\ |
| 4553 | ".\Include\moduleobject.h"\ |
| 4554 | ".\Include\funcobject.h"\ |
| 4555 | ".\Include\classobject.h"\ |
| 4556 | ".\Include\fileobject.h"\ |
| 4557 | ".\Include\cobject.h"\ |
| 4558 | ".\Include\traceback.h"\ |
| 4559 | ".\Include\sliceobject.h"\ |
| 4560 | ".\Include\pyerrors.h"\ |
| 4561 | ".\Include\mymalloc.h"\ |
| 4562 | ".\Include\modsupport.h"\ |
| 4563 | ".\Include\ceval.h"\ |
| 4564 | ".\Include\pythonrun.h"\ |
| 4565 | ".\Include\sysmodule.h"\ |
| 4566 | ".\Include\intrcheck.h"\ |
| 4567 | ".\Include\import.h"\ |
| 4568 | ".\Include\bltinmodule.h"\ |
| 4569 | ".\Include\abstract.h"\ |
| 4570 | ".\Include\rename2.h"\ |
| 4571 | ".\Include\thread.h"\ |
| 4572 | |
| 4573 | |
| 4574 | "$(INTDIR)\ofuncobject.obj" : $(SOURCE) $(DEP_CPP_OFUNC) "$(INTDIR)" |
| 4575 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4576 | |
| 4577 | |
| 4578 | # End Source File |
| 4579 | ################################################################################ |
| 4580 | # Begin Source File |
| 4581 | |
| 4582 | SOURCE=.\NumPy\numpy_nt.def |
| 4583 | # End Source File |
| 4584 | ################################################################################ |
| 4585 | # Begin Source File |
| 4586 | |
| 4587 | SOURCE=.\vc40\python14.lib |
| 4588 | # End Source File |
| 4589 | # End Target |
| 4590 | ################################################################################ |
| 4591 | # Begin Target |
| 4592 | |
| 4593 | # Name "multiarray - Win32 Release" |
| 4594 | ################################################################################ |
| 4595 | # Begin Source File |
| 4596 | |
| 4597 | SOURCE=.\NumPy\multiarraymodule.c |
| 4598 | DEP_CPP_MULTI=\ |
| 4599 | ".\Include\Python.h"\ |
| 4600 | ".\NumPy\arrayobject.h"\ |
| 4601 | ".\NumPy\ofuncobject.h"\ |
| 4602 | ".\Include\allobjects.h"\ |
| 4603 | ".\PC\config.h"\ |
| 4604 | ".\Include\myproto.h"\ |
| 4605 | ".\Include\object.h"\ |
| 4606 | ".\Include\objimpl.h"\ |
| 4607 | ".\Include\pydebug.h"\ |
| 4608 | ".\Include\accessobject.h"\ |
| 4609 | ".\Include\intobject.h"\ |
| 4610 | ".\Include\longobject.h"\ |
| 4611 | ".\Include\floatobject.h"\ |
| 4612 | ".\Include\complexobject.h"\ |
| 4613 | ".\Include\rangeobject.h"\ |
| 4614 | ".\Include\stringobject.h"\ |
| 4615 | ".\Include\tupleobject.h"\ |
| 4616 | ".\Include\listobject.h"\ |
| 4617 | ".\Include\mappingobject.h"\ |
| 4618 | ".\Include\methodobject.h"\ |
| 4619 | ".\Include\moduleobject.h"\ |
| 4620 | ".\Include\funcobject.h"\ |
| 4621 | ".\Include\classobject.h"\ |
| 4622 | ".\Include\fileobject.h"\ |
| 4623 | ".\Include\cobject.h"\ |
| 4624 | ".\Include\traceback.h"\ |
| 4625 | ".\Include\sliceobject.h"\ |
| 4626 | ".\Include\pyerrors.h"\ |
| 4627 | ".\Include\mymalloc.h"\ |
| 4628 | ".\Include\modsupport.h"\ |
| 4629 | ".\Include\ceval.h"\ |
| 4630 | ".\Include\pythonrun.h"\ |
| 4631 | ".\Include\sysmodule.h"\ |
| 4632 | ".\Include\intrcheck.h"\ |
| 4633 | ".\Include\import.h"\ |
| 4634 | ".\Include\bltinmodule.h"\ |
| 4635 | ".\Include\abstract.h"\ |
| 4636 | ".\Include\rename2.h"\ |
| 4637 | ".\Include\thread.h"\ |
| 4638 | |
| 4639 | |
| 4640 | "$(INTDIR)\multiarraymodule.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)" |
| 4641 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4642 | |
| 4643 | |
| 4644 | # End Source File |
| 4645 | ################################################################################ |
| 4646 | # Begin Source File |
| 4647 | |
| 4648 | SOURCE=.\vc40\python14.lib |
| 4649 | # End Source File |
| 4650 | ################################################################################ |
| 4651 | # Begin Source File |
| 4652 | |
| 4653 | SOURCE=.\vc40\NumPy.lib |
| 4654 | # End Source File |
| 4655 | ################################################################################ |
| 4656 | # Begin Source File |
| 4657 | |
| 4658 | SOURCE=.\NumPy\multiarray.def |
| 4659 | # End Source File |
| 4660 | # End Target |
| 4661 | ################################################################################ |
| 4662 | # Begin Target |
| 4663 | |
| 4664 | # Name "fast_umath - Win32 Release" |
| 4665 | ################################################################################ |
| 4666 | # Begin Source File |
| 4667 | |
| 4668 | SOURCE=.\NumPy\fast_umathmodule.c |
| 4669 | DEP_CPP_FAST_=\ |
| 4670 | ".\Include\Python.h"\ |
| 4671 | ".\NumPy\arrayobject.h"\ |
| 4672 | ".\NumPy\ofuncobject.h"\ |
| 4673 | ".\Include\abstract.h"\ |
| 4674 | ".\Include\allobjects.h"\ |
| 4675 | ".\PC\config.h"\ |
| 4676 | ".\Include\myproto.h"\ |
| 4677 | ".\Include\object.h"\ |
| 4678 | ".\Include\objimpl.h"\ |
| 4679 | ".\Include\pydebug.h"\ |
| 4680 | ".\Include\accessobject.h"\ |
| 4681 | ".\Include\intobject.h"\ |
| 4682 | ".\Include\longobject.h"\ |
| 4683 | ".\Include\floatobject.h"\ |
| 4684 | ".\Include\complexobject.h"\ |
| 4685 | ".\Include\rangeobject.h"\ |
| 4686 | ".\Include\stringobject.h"\ |
| 4687 | ".\Include\tupleobject.h"\ |
| 4688 | ".\Include\listobject.h"\ |
| 4689 | ".\Include\mappingobject.h"\ |
| 4690 | ".\Include\methodobject.h"\ |
| 4691 | ".\Include\moduleobject.h"\ |
| 4692 | ".\Include\funcobject.h"\ |
| 4693 | ".\Include\classobject.h"\ |
| 4694 | ".\Include\fileobject.h"\ |
| 4695 | ".\Include\cobject.h"\ |
| 4696 | ".\Include\traceback.h"\ |
| 4697 | ".\Include\sliceobject.h"\ |
| 4698 | ".\Include\pyerrors.h"\ |
| 4699 | ".\Include\mymalloc.h"\ |
| 4700 | ".\Include\modsupport.h"\ |
| 4701 | ".\Include\ceval.h"\ |
| 4702 | ".\Include\pythonrun.h"\ |
| 4703 | ".\Include\sysmodule.h"\ |
| 4704 | ".\Include\intrcheck.h"\ |
| 4705 | ".\Include\import.h"\ |
| 4706 | ".\Include\bltinmodule.h"\ |
| 4707 | ".\Include\rename2.h"\ |
| 4708 | ".\Include\thread.h"\ |
| 4709 | |
| 4710 | |
| 4711 | "$(INTDIR)\fast_umathmodule.obj" : $(SOURCE) $(DEP_CPP_FAST_) "$(INTDIR)" |
| 4712 | $(CPP) $(CPP_PROJ) $(SOURCE) |
| 4713 | |
| 4714 | |
| 4715 | # End Source File |
| 4716 | ################################################################################ |
| 4717 | # Begin Source File |
| 4718 | |
| 4719 | SOURCE=.\vc40\python14.lib |
| 4720 | # End Source File |
| 4721 | ################################################################################ |
| 4722 | # Begin Source File |
| 4723 | |
| 4724 | SOURCE=.\vc40\NumPy.lib |
| 4725 | # End Source File |
| 4726 | ################################################################################ |
| 4727 | # Begin Source File |
| 4728 | |
| 4729 | SOURCE=.\NumPy\fast_umath.def |
| 4730 | # End Source File |
| 4731 | # End Target |
| 4732 | # End Project |
| 4733 | ################################################################################ |