summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-22 21:47:05 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-22 21:47:05 (GMT)
commit67d4ab0946c54d59dbf9d43a71bb7c730dbac945 (patch)
tree5ef61c916ba363910951d476600615b078ad19b8
parentf813f56bcdaadb127ede42b4e36935e277a26f5b (diff)
downloadcpython-67d4ab0946c54d59dbf9d43a71bb7c730dbac945.zip
cpython-67d4ab0946c54d59dbf9d43a71bb7c730dbac945.tar.gz
cpython-67d4ab0946c54d59dbf9d43a71bb7c730dbac945.tar.bz2
Added NumPy projects
-rw-r--r--PC/vc40.mak1151
1 files changed, 840 insertions, 311 deletions
diff --git a/PC/vc40.mak b/PC/vc40.mak
index f52bcf1..0160825 100644
--- a/PC/vc40.mak
+++ b/PC/vc40.mak
@@ -5,17 +5,19 @@
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
!IF "$(CFG)" == ""
-CFG=_tkinter - Win32 Release
-!MESSAGE No configuration specified. Defaulting to _tkinter - Win32 Release.
+CFG=python14 - Win32 Release
+!MESSAGE No configuration specified. Defaulting to python14 - Win32 Release.
!ENDIF
!IF "$(CFG)" != "python14 - Win32 Release" && "$(CFG)" !=\
- "python - Win32 Release" && "$(CFG)" != "_tkinter - Win32 Release"
+ "python - Win32 Release" && "$(CFG)" != "_tkinter - Win32 Release" && "$(CFG)"\
+ != "NumPy - Win32 Release" && "$(CFG)" != "multiarray - Win32 Release" &&\
+ "$(CFG)" != "fast_umath - Win32 Release"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "vc40.mak" CFG="_tkinter - Win32 Release"
+!MESSAGE NMAKE /f "vc40.mak" CFG="python14 - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
@@ -24,6 +26,11 @@ CFG=_tkinter - Win32 Release
!MESSAGE "python - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "_tkinter - Win32 Release" (based on\
"Win32 (x86) Dynamic-Link Library")
+!MESSAGE "NumPy - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "multiarray - Win32 Release" (based on\
+ "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "fast_umath - Win32 Release" (based on\
+ "Win32 (x86) Dynamic-Link Library")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
@@ -56,88 +63,88 @@ ALL : "$(OUTDIR)\python14.dll"
CLEAN :
-@erase ".\vc40\python14.dll"
- -@erase ".\vc40\tmp\longobject.obj"
- -@erase ".\vc40\tmp\listobject.obj"
- -@erase ".\vc40\tmp\intobject.obj"
+ -@erase ".\vc40\tmp\socketmodule.obj"
+ -@erase ".\vc40\tmp\rangeobject.obj"
+ -@erase ".\vc40\tmp\node.obj"
-@erase ".\vc40\tmp\importdl.obj"
- -@erase ".\vc40\tmp\imageop.obj"
- -@erase ".\vc40\tmp\grammar1.obj"
- -@erase ".\vc40\tmp\graminit.obj"
- -@erase ".\vc40\tmp\getversion.obj"
- -@erase ".\vc40\tmp\getplatform.obj"
- -@erase ".\vc40\tmp\getmtime.obj"
- -@erase ".\vc40\tmp\getcopyright.obj"
- -@erase ".\vc40\tmp\getcompiler.obj"
- -@erase ".\vc40\tmp\getargs.obj"
- -@erase ".\vc40\tmp\funcobject.obj"
- -@erase ".\vc40\tmp\frozen.obj"
+ -@erase ".\vc40\tmp\mathmodule.obj"
+ -@erase ".\vc40\tmp\dl_nt.obj"
+ -@erase ".\vc40\tmp\stringobject.obj"
+ -@erase ".\vc40\tmp\object.obj"
-@erase ".\vc40\tmp\frameobject.obj"
- -@erase ".\vc40\tmp\floatobject.obj"
+ -@erase ".\vc40\tmp\binascii.obj"
+ -@erase ".\vc40\tmp\regexmodule.obj"
+ -@erase ".\vc40\tmp\import_nt.obj"
+ -@erase ".\vc40\tmp\posixmodule.obj"
-@erase ".\vc40\tmp\fileobject.obj"
- -@erase ".\vc40\tmp\errors.obj"
- -@erase ".\vc40\tmp\config.obj"
- -@erase ".\vc40\tmp\complexobject.obj"
- -@erase ".\vc40\tmp\compile.obj"
- -@erase ".\vc40\tmp\cobject.obj"
+ -@erase ".\vc40\tmp\longobject.obj"
-@erase ".\vc40\tmp\cmathmodule.obj"
- -@erase ".\vc40\tmp\classobject.obj"
+ -@erase ".\vc40\tmp\regexpr.obj"
+ -@erase ".\vc40\tmp\newmodule.obj"
-@erase ".\vc40\tmp\cgensupport.obj"
+ -@erase ".\vc40\tmp\grammar1.obj"
+ -@erase ".\vc40\tmp\getmtime.obj"
+ -@erase ".\vc40\tmp\import.obj"
-@erase ".\vc40\tmp\ceval.obj"
- -@erase ".\vc40\tmp\bltinmodule.obj"
- -@erase ".\vc40\tmp\binascii.obj"
+ -@erase ".\vc40\tmp\getplatform.obj"
+ -@erase ".\vc40\tmp\operator.obj"
+ -@erase ".\vc40\tmp\errors.obj"
+ -@erase ".\vc40\tmp\structmodule.obj"
+ -@erase ".\vc40\tmp\getargs.obj"
+ -@erase ".\vc40\tmp\myreadline.obj"
+ -@erase ".\vc40\tmp\methodobject.obj"
+ -@erase ".\vc40\tmp\mystrtoul.obj"
+ -@erase ".\vc40\tmp\complexobject.obj"
+ -@erase ".\vc40\tmp\rgbimgmodule.obj"
+ -@erase ".\vc40\tmp\timemodule.obj"
+ -@erase ".\vc40\tmp\parser.obj"
+ -@erase ".\vc40\tmp\moduleobject.obj"
-@erase ".\vc40\tmp\audioop.obj"
- -@erase ".\vc40\tmp\arraymodule.obj"
- -@erase ".\vc40\tmp\accessobject.obj"
- -@erase ".\vc40\tmp\acceler.obj"
- -@erase ".\vc40\tmp\abstract.obj"
- -@erase ".\vc40\tmp\yuvconvert.obj"
+ -@erase ".\vc40\tmp\rotormodule.obj"
+ -@erase ".\vc40\tmp\cobject.obj"
+ -@erase ".\vc40\tmp\graminit.obj"
+ -@erase ".\vc40\tmp\structmember.obj"
-@erase ".\vc40\tmp\typeobject.obj"
- -@erase ".\vc40\tmp\tupleobject.obj"
- -@erase ".\vc40\tmp\traceback.obj"
- -@erase ".\vc40\tmp\tokenizer.obj"
- -@erase ".\vc40\tmp\timemodule.obj"
- -@erase ".\vc40\tmp\threadmodule.obj"
+ -@erase ".\vc40\tmp\getcompiler.obj"
+ -@erase ".\vc40\tmp\acceler.obj"
-@erase ".\vc40\tmp\thread.obj"
- -@erase ".\vc40\tmp\structmodule.obj"
- -@erase ".\vc40\tmp\structmember.obj"
- -@erase ".\vc40\tmp\stropmodule.obj"
- -@erase ".\vc40\tmp\stringobject.obj"
+ -@erase ".\vc40\tmp\yuvconvert.obj"
+ -@erase ".\vc40\tmp\getversion.obj"
+ -@erase ".\vc40\tmp\errnomodule.obj"
-@erase ".\vc40\tmp\soundex.obj"
- -@erase ".\vc40\tmp\signalmodule.obj"
- -@erase ".\vc40\tmp\rotormodule.obj"
- -@erase ".\vc40\tmp\rgbimgmodule.obj"
- -@erase ".\vc40\tmp\regexpr.obj"
- -@erase ".\vc40\tmp\regexmodule.obj"
- -@erase ".\vc40\tmp\rangeobject.obj"
+ -@erase ".\vc40\tmp\tokenizer.obj"
+ -@erase ".\vc40\tmp\getcopyright.obj"
+ -@erase ".\vc40\tmp\intobject.obj"
+ -@erase ".\vc40\tmp\floatobject.obj"
+ -@erase ".\vc40\tmp\abstract.obj"
+ -@erase ".\vc40\tmp\main.obj"
+ -@erase ".\vc40\tmp\imageop.obj"
+ -@erase ".\vc40\tmp\md5module.obj"
+ -@erase ".\vc40\tmp\traceback.obj"
+ -@erase ".\vc40\tmp\sysmodule.obj"
+ -@erase ".\vc40\tmp\getpath_nt.obj"
+ -@erase ".\vc40\tmp\frozen.obj"
+ -@erase ".\vc40\tmp\marshal.obj"
+ -@erase ".\vc40\tmp\arraymodule.obj"
-@erase ".\vc40\tmp\pythonrun.obj"
+ -@erase ".\vc40\tmp\threadmodule.obj"
+ -@erase ".\vc40\tmp\getopt.obj"
+ -@erase ".\vc40\tmp\funcobject.obj"
+ -@erase ".\vc40\tmp\sliceobject.obj"
+ -@erase ".\vc40\tmp\compile.obj"
-@erase ".\vc40\tmp\parsetok.obj"
- -@erase ".\vc40\tmp\parser.obj"
- -@erase ".\vc40\tmp\object.obj"
- -@erase ".\vc40\tmp\node.obj"
- -@erase ".\vc40\tmp\newmodule.obj"
- -@erase ".\vc40\tmp\marshal.obj"
- -@erase ".\vc40\tmp\mystrtoul.obj"
- -@erase ".\vc40\tmp\myreadline.obj"
- -@erase ".\vc40\tmp\moduleobject.obj"
- -@erase ".\vc40\tmp\modsupport.obj"
- -@erase ".\vc40\tmp\methodobject.obj"
- -@erase ".\vc40\tmp\md5module.obj"
- -@erase ".\vc40\tmp\md5c.obj"
- -@erase ".\vc40\tmp\mathmodule.obj"
+ -@erase ".\vc40\tmp\tupleobject.obj"
+ -@erase ".\vc40\tmp\config.obj"
-@erase ".\vc40\tmp\mappingobject.obj"
- -@erase ".\vc40\tmp\socketmodule.obj"
+ -@erase ".\vc40\tmp\md5c.obj"
+ -@erase ".\vc40\tmp\classobject.obj"
-@erase ".\vc40\tmp\selectmodule.obj"
- -@erase ".\vc40\tmp\sysmodule.obj"
- -@erase ".\vc40\tmp\import.obj"
- -@erase ".\vc40\tmp\posixmodule.obj"
- -@erase ".\vc40\tmp\operator.obj"
- -@erase ".\vc40\tmp\errnomodule.obj"
- -@erase ".\vc40\tmp\sliceobject.obj"
- -@erase ".\vc40\tmp\main.obj"
- -@erase ".\vc40\tmp\getopt.obj"
- -@erase ".\vc40\tmp\import_nt.obj"
- -@erase ".\vc40\tmp\getpath_nt.obj"
- -@erase ".\vc40\tmp\dl_nt.obj"
+ -@erase ".\vc40\tmp\stropmodule.obj"
+ -@erase ".\vc40\tmp\signalmodule.obj"
+ -@erase ".\vc40\tmp\modsupport.obj"
+ -@erase ".\vc40\tmp\listobject.obj"
+ -@erase ".\vc40\tmp\bltinmodule.obj"
+ -@erase ".\vc40\tmp\accessobject.obj"
-@erase ".\vc40\python14.lib"
-@erase ".\vc40\python14.exp"
@@ -197,88 +204,88 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
DEF_FILE= \
".\PC\python_nt.def"
LINK32_OBJS= \
- ".\vc40\tmp\longobject.obj" \
- ".\vc40\tmp\listobject.obj" \
- ".\vc40\tmp\intobject.obj" \
- ".\vc40\tmp\importdl.obj" \
- ".\vc40\tmp\imageop.obj" \
- ".\vc40\tmp\grammar1.obj" \
- ".\vc40\tmp\graminit.obj" \
- ".\vc40\tmp\getversion.obj" \
- ".\vc40\tmp\getplatform.obj" \
- ".\vc40\tmp\getmtime.obj" \
- ".\vc40\tmp\getcopyright.obj" \
- ".\vc40\tmp\getcompiler.obj" \
- ".\vc40\tmp\getargs.obj" \
- ".\vc40\tmp\funcobject.obj" \
- ".\vc40\tmp\frozen.obj" \
- ".\vc40\tmp\frameobject.obj" \
- ".\vc40\tmp\floatobject.obj" \
- ".\vc40\tmp\fileobject.obj" \
- ".\vc40\tmp\errors.obj" \
- ".\vc40\tmp\config.obj" \
- ".\vc40\tmp\complexobject.obj" \
- ".\vc40\tmp\compile.obj" \
- ".\vc40\tmp\cobject.obj" \
- ".\vc40\tmp\cmathmodule.obj" \
- ".\vc40\tmp\classobject.obj" \
- ".\vc40\tmp\cgensupport.obj" \
- ".\vc40\tmp\ceval.obj" \
- ".\vc40\tmp\bltinmodule.obj" \
- ".\vc40\tmp\binascii.obj" \
- ".\vc40\tmp\audioop.obj" \
- ".\vc40\tmp\arraymodule.obj" \
- ".\vc40\tmp\accessobject.obj" \
- ".\vc40\tmp\acceler.obj" \
- ".\vc40\tmp\abstract.obj" \
- ".\vc40\tmp\yuvconvert.obj" \
- ".\vc40\tmp\typeobject.obj" \
- ".\vc40\tmp\tupleobject.obj" \
- ".\vc40\tmp\traceback.obj" \
- ".\vc40\tmp\tokenizer.obj" \
- ".\vc40\tmp\timemodule.obj" \
- ".\vc40\tmp\threadmodule.obj" \
- ".\vc40\tmp\thread.obj" \
- ".\vc40\tmp\structmodule.obj" \
- ".\vc40\tmp\structmember.obj" \
- ".\vc40\tmp\stropmodule.obj" \
- ".\vc40\tmp\stringobject.obj" \
- ".\vc40\tmp\soundex.obj" \
- ".\vc40\tmp\signalmodule.obj" \
- ".\vc40\tmp\rotormodule.obj" \
- ".\vc40\tmp\rgbimgmodule.obj" \
- ".\vc40\tmp\regexpr.obj" \
- ".\vc40\tmp\regexmodule.obj" \
- ".\vc40\tmp\rangeobject.obj" \
- ".\vc40\tmp\pythonrun.obj" \
- ".\vc40\tmp\parsetok.obj" \
- ".\vc40\tmp\parser.obj" \
- ".\vc40\tmp\object.obj" \
- ".\vc40\tmp\node.obj" \
- ".\vc40\tmp\newmodule.obj" \
- ".\vc40\tmp\marshal.obj" \
- ".\vc40\tmp\mystrtoul.obj" \
- ".\vc40\tmp\myreadline.obj" \
- ".\vc40\tmp\moduleobject.obj" \
- ".\vc40\tmp\modsupport.obj" \
- ".\vc40\tmp\methodobject.obj" \
- ".\vc40\tmp\md5module.obj" \
- ".\vc40\tmp\md5c.obj" \
- ".\vc40\tmp\mathmodule.obj" \
- ".\vc40\tmp\mappingobject.obj" \
- ".\vc40\tmp\socketmodule.obj" \
- ".\vc40\tmp\selectmodule.obj" \
- ".\vc40\tmp\sysmodule.obj" \
- ".\vc40\tmp\import.obj" \
- ".\vc40\tmp\posixmodule.obj" \
- ".\vc40\tmp\operator.obj" \
- ".\vc40\tmp\errnomodule.obj" \
- ".\vc40\tmp\sliceobject.obj" \
- ".\vc40\tmp\main.obj" \
- ".\vc40\tmp\getopt.obj" \
- ".\vc40\tmp\import_nt.obj" \
- ".\vc40\tmp\getpath_nt.obj" \
- ".\vc40\tmp\dl_nt.obj"
+ "$(INTDIR)/socketmodule.obj" \
+ "$(INTDIR)/rangeobject.obj" \
+ "$(INTDIR)/node.obj" \
+ "$(INTDIR)/importdl.obj" \
+ "$(INTDIR)/mathmodule.obj" \
+ "$(INTDIR)/dl_nt.obj" \
+ "$(INTDIR)/stringobject.obj" \
+ "$(INTDIR)/object.obj" \
+ "$(INTDIR)/frameobject.obj" \
+ "$(INTDIR)/binascii.obj" \
+ "$(INTDIR)/regexmodule.obj" \
+ "$(INTDIR)/import_nt.obj" \
+ "$(INTDIR)/posixmodule.obj" \
+ "$(INTDIR)/fileobject.obj" \
+ "$(INTDIR)/longobject.obj" \
+ "$(INTDIR)/cmathmodule.obj" \
+ "$(INTDIR)/regexpr.obj" \
+ "$(INTDIR)/newmodule.obj" \
+ "$(INTDIR)/cgensupport.obj" \
+ "$(INTDIR)/grammar1.obj" \
+ "$(INTDIR)/getmtime.obj" \
+ "$(INTDIR)/import.obj" \
+ "$(INTDIR)/ceval.obj" \
+ "$(INTDIR)/getplatform.obj" \
+ "$(INTDIR)/operator.obj" \
+ "$(INTDIR)/errors.obj" \
+ "$(INTDIR)/structmodule.obj" \
+ "$(INTDIR)/getargs.obj" \
+ "$(INTDIR)/myreadline.obj" \
+ "$(INTDIR)/methodobject.obj" \
+ "$(INTDIR)/mystrtoul.obj" \
+ "$(INTDIR)/complexobject.obj" \
+ "$(INTDIR)/rgbimgmodule.obj" \
+ "$(INTDIR)/timemodule.obj" \
+ "$(INTDIR)/parser.obj" \
+ "$(INTDIR)/moduleobject.obj" \
+ "$(INTDIR)/audioop.obj" \
+ "$(INTDIR)/rotormodule.obj" \
+ "$(INTDIR)/cobject.obj" \
+ "$(INTDIR)/graminit.obj" \
+ "$(INTDIR)/structmember.obj" \
+ "$(INTDIR)/typeobject.obj" \
+ "$(INTDIR)/getcompiler.obj" \
+ "$(INTDIR)/acceler.obj" \
+ "$(INTDIR)/thread.obj" \
+ "$(INTDIR)/yuvconvert.obj" \
+ "$(INTDIR)/getversion.obj" \
+ "$(INTDIR)/errnomodule.obj" \
+ "$(INTDIR)/soundex.obj" \
+ "$(INTDIR)/tokenizer.obj" \
+ "$(INTDIR)/getcopyright.obj" \
+ "$(INTDIR)/intobject.obj" \
+ "$(INTDIR)/floatobject.obj" \
+ "$(INTDIR)/abstract.obj" \
+ "$(INTDIR)/main.obj" \
+ "$(INTDIR)/imageop.obj" \
+ "$(INTDIR)/md5module.obj" \
+ "$(INTDIR)/traceback.obj" \
+ "$(INTDIR)/sysmodule.obj" \
+ "$(INTDIR)/getpath_nt.obj" \
+ "$(INTDIR)/frozen.obj" \
+ "$(INTDIR)/marshal.obj" \
+ "$(INTDIR)/arraymodule.obj" \
+ "$(INTDIR)/pythonrun.obj" \
+ "$(INTDIR)/threadmodule.obj" \
+ "$(INTDIR)/getopt.obj" \
+ "$(INTDIR)/funcobject.obj" \
+ "$(INTDIR)/sliceobject.obj" \
+ "$(INTDIR)/compile.obj" \
+ "$(INTDIR)/parsetok.obj" \
+ "$(INTDIR)/tupleobject.obj" \
+ "$(INTDIR)/config.obj" \
+ "$(INTDIR)/mappingobject.obj" \
+ "$(INTDIR)/md5c.obj" \
+ "$(INTDIR)/classobject.obj" \
+ "$(INTDIR)/selectmodule.obj" \
+ "$(INTDIR)/stropmodule.obj" \
+ "$(INTDIR)/signalmodule.obj" \
+ "$(INTDIR)/modsupport.obj" \
+ "$(INTDIR)/listobject.obj" \
+ "$(INTDIR)/bltinmodule.obj" \
+ "$(INTDIR)/accessobject.obj"
"$(OUTDIR)\python14.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
@@ -355,7 +362,7 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
odbccp32.lib /nologo /subsystem:console /incremental:no\
/pdb:"$(OUTDIR)/python.pdb" /machine:I386 /out:"$(OUTDIR)/python.exe"
LINK32_OBJS= \
- ".\vc40\tmp\main_nt.obj" \
+ "$(INTDIR)/main_nt.obj" \
".\vc40\python14.lib"
"$(OUTDIR)\python.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
@@ -442,7 +449,7 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
DEF_FILE= \
".\PC\_tkinter.def"
LINK32_OBJS= \
- ".\vc40\tmp\_tkinter.obj" \
+ "$(INTDIR)/_tkinter.obj" \
"..\..\..\..\TCL\bin\tcl75.lib" \
"..\..\..\..\TCL\bin\tk41.lib" \
".\vc40\python14.lib"
@@ -452,6 +459,268 @@ LINK32_OBJS= \
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
+!ELSEIF "$(CFG)" == "NumPy - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "NumPy\NumPy___"
+# PROP BASE Intermediate_Dir "NumPy\NumPy___"
+# PROP BASE Target_Dir "NumPy"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "vc40"
+# PROP Intermediate_Dir "vc40\tmp"
+# PROP Target_Dir "NumPy"
+OUTDIR=.\vc40
+INTDIR=.\vc40\tmp
+
+ALL : "$(OUTDIR)\NumPy.dll"
+
+CLEAN :
+ -@erase ".\vc40\NumPy.dll"
+ -@erase ".\vc40\tmp\arrayobject.obj"
+ -@erase ".\vc40\tmp\ofuncobject.obj"
+ -@erase ".\vc40\NumPy.lib"
+ -@erase ".\vc40\NumPy.exp"
+
+"$(OUTDIR)" :
+ if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+
+"$(INTDIR)" :
+ if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
+
+CPP=cl.exe
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
+CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "WIN32" /D\
+ "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/NumPy.pch" /YX /Fo"$(INTDIR)/" /c
+CPP_OBJS=.\vc40\tmp/
+CPP_SBRS=
+
+.c{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.cpp{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.cxx{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.c{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+.cpp{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+.cxx{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+MTL=mktyplib.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /win32
+# ADD MTL /nologo /D "NDEBUG" /win32
+MTL_PROJ=/nologo /D "NDEBUG" /win32
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/NumPy.bsc"
+BSC32_SBRS=
+LINK32=link.exe
+# 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
+# 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
+LINK32_FLAGS=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 /incremental:no\
+ /pdb:"$(OUTDIR)/NumPy.pdb" /machine:I386 /def:".\NumPy\numpy_nt.def"\
+ /out:"$(OUTDIR)/NumPy.dll" /implib:"$(OUTDIR)/NumPy.lib"
+DEF_FILE= \
+ ".\NumPy\numpy_nt.def"
+LINK32_OBJS= \
+ "$(INTDIR)/arrayobject.obj" \
+ "$(INTDIR)/ofuncobject.obj" \
+ ".\vc40\python14.lib"
+
+"$(OUTDIR)\NumPy.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
+ $(LINK32) @<<
+ $(LINK32_FLAGS) $(LINK32_OBJS)
+<<
+
+!ELSEIF "$(CFG)" == "multiarray - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "multiarray\Release"
+# PROP BASE Intermediate_Dir "multiarray\Release"
+# PROP BASE Target_Dir "multiarray"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "vc40"
+# PROP Intermediate_Dir "vc40\tmp"
+# PROP Target_Dir "multiarray"
+OUTDIR=.\vc40
+INTDIR=.\vc40\tmp
+
+ALL : "$(OUTDIR)\multiarray.dll"
+
+CLEAN :
+ -@erase ".\vc40\multiarray.dll"
+ -@erase ".\vc40\tmp\multiarraymodule.obj"
+ -@erase ".\vc40\multiarray.lib"
+ -@erase ".\vc40\multiarray.exp"
+
+"$(OUTDIR)" :
+ if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+
+"$(INTDIR)" :
+ if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
+
+CPP=cl.exe
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
+CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./PC" /I "./Include" /D "WIN32" /D\
+ "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/multiarray.pch" /YX /Fo"$(INTDIR)/" /c
+CPP_OBJS=.\vc40\tmp/
+CPP_SBRS=
+
+.c{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.cpp{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.cxx{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.c{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+.cpp{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+.cxx{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+MTL=mktyplib.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /win32
+# ADD MTL /nologo /D "NDEBUG" /win32
+MTL_PROJ=/nologo /D "NDEBUG" /win32
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/multiarray.bsc"
+BSC32_SBRS=
+LINK32=link.exe
+# 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
+# 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
+LINK32_FLAGS=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 /incremental:no\
+ /pdb:"$(OUTDIR)/multiarray.pdb" /machine:I386 /def:".\NumPy\multiarray.def"\
+ /out:"$(OUTDIR)/multiarray.dll" /implib:"$(OUTDIR)/multiarray.lib"
+DEF_FILE= \
+ ".\NumPy\multiarray.def"
+LINK32_OBJS= \
+ "$(INTDIR)/multiarraymodule.obj" \
+ ".\vc40\NumPy.lib" \
+ ".\vc40\python14.lib"
+
+"$(OUTDIR)\multiarray.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
+ $(LINK32) @<<
+ $(LINK32_FLAGS) $(LINK32_OBJS)
+<<
+
+!ELSEIF "$(CFG)" == "fast_umath - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "fast_umath\Release"
+# PROP BASE Intermediate_Dir "fast_umath\Release"
+# PROP BASE Target_Dir "fast_umath"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "vc40"
+# PROP Intermediate_Dir "vc40\tmp"
+# PROP Target_Dir "fast_umath"
+OUTDIR=.\vc40
+INTDIR=.\vc40\tmp
+
+ALL : "$(OUTDIR)\fast_umath.dll"
+
+CLEAN :
+ -@erase ".\vc40\fast_umath.dll"
+ -@erase ".\vc40\tmp\fast_umathmodule.obj"
+ -@erase ".\vc40\fast_umath.lib"
+ -@erase ".\vc40\fast_umath.exp"
+
+"$(OUTDIR)" :
+ if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
+
+"$(INTDIR)" :
+ if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
+
+CPP=cl.exe
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
+CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "PC" /I "Include" /D "WIN32" /D "NDEBUG" /D\
+ "_WINDOWS" /Fp"$(INTDIR)/fast_umath.pch" /YX /Fo"$(INTDIR)/" /c
+CPP_OBJS=.\vc40\tmp/
+CPP_SBRS=
+
+.c{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.cpp{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.cxx{$(CPP_OBJS)}.obj:
+ $(CPP) $(CPP_PROJ) $<
+
+.c{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+.cpp{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+.cxx{$(CPP_SBRS)}.sbr:
+ $(CPP) $(CPP_PROJ) $<
+
+MTL=mktyplib.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /win32
+# ADD MTL /nologo /D "NDEBUG" /win32
+MTL_PROJ=/nologo /D "NDEBUG" /win32
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+BSC32_FLAGS=/nologo /o"$(OUTDIR)/fast_umath.bsc"
+BSC32_SBRS=
+LINK32=link.exe
+# 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
+# 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
+LINK32_FLAGS=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 /incremental:no\
+ /pdb:"$(OUTDIR)/fast_umath.pdb" /machine:I386 /def:".\NumPy\fast_umath.def"\
+ /out:"$(OUTDIR)/fast_umath.dll" /implib:"$(OUTDIR)/fast_umath.lib"
+DEF_FILE= \
+ ".\NumPy\fast_umath.def"
+LINK32_OBJS= \
+ "$(INTDIR)/fast_umathmodule.obj" \
+ ".\vc40\NumPy.lib" \
+ ".\vc40\python14.lib"
+
+"$(OUTDIR)\fast_umath.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
+ $(LINK32) @<<
+ $(LINK32_FLAGS) $(LINK32_OBJS)
+<<
+
!ENDIF
################################################################################
@@ -466,7 +735,7 @@ DEP_CPP_LONGO=\
".\./Include\allobjects.h"\
".\./Include\longintrepr.h"\
".\./Include\mymath.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -518,7 +787,7 @@ DEP_CPP_LISTO=\
".\./Include\modsupport.h"\
".\./Include\ceval.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -566,7 +835,7 @@ SOURCE=.\Objects\intobject.c
DEP_CPP_INTOB=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -618,7 +887,7 @@ DEP_CPP_IMPOR=\
".\./Python\importdl.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
{$(INCLUDE)}"\sys\STAT.H"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -673,7 +942,7 @@ SOURCE=.\Modules\imageop.c
DEP_CPP_IMAGE=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -723,7 +992,7 @@ DEP_CPP_GRAMM=\
".\./Include\pgenheaders.h"\
".\./Include\grammar.h"\
".\./Include\token.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\Include\pydebug.h"\
@@ -743,7 +1012,7 @@ SOURCE=.\Python\graminit.c
DEP_CPP_GRAMI=\
".\./Include\pgenheaders.h"\
".\./Include\grammar.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\Include\pydebug.h"\
@@ -761,10 +1030,10 @@ DEP_CPP_GRAMI=\
SOURCE=.\Python\getversion.c
DEP_CPP_GETVE=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\patchlevel.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -811,9 +1080,9 @@ DEP_CPP_GETVE=\
SOURCE=.\Python\getplatform.c
DEP_CPP_GETPL=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -861,7 +1130,7 @@ DEP_CPP_GETPL=\
SOURCE=.\Python\getmtime.c
DEP_CPP_GETMT=\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
{$(INCLUDE)}"\sys\STAT.H"\
".\./Include\rename2.h"\
@@ -877,9 +1146,9 @@ DEP_CPP_GETMT=\
SOURCE=.\Python\getcopyright.c
DEP_CPP_GETCO=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -927,9 +1196,9 @@ DEP_CPP_GETCO=\
SOURCE=.\Python\getcompiler.c
DEP_CPP_GETCOM=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -978,7 +1247,7 @@ DEP_CPP_GETCOM=\
SOURCE=.\Python\getargs.c
DEP_CPP_GETAR=\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1029,7 +1298,7 @@ DEP_CPP_FUNCO=\
".\./Include\allobjects.h"\
".\./Include\compile.h"\
".\./Include\structmember.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1077,9 +1346,9 @@ DEP_CPP_FUNCO=\
SOURCE=.\Python\frozen.c
DEP_CPP_FROZE=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1133,7 +1402,7 @@ DEP_CPP_FRAME=\
".\./Include\opcode.h"\
".\./Include\structmember.h"\
".\./Include\bltinmodule.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1183,7 +1452,7 @@ DEP_CPP_FLOAT=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
".\./Include\mymath.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1234,7 +1503,7 @@ DEP_CPP_FILEO=\
".\./Include\modsupport.h"\
".\./Include\structmember.h"\
".\./Include\ceval.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1282,7 +1551,7 @@ SOURCE=.\Python\errors.c
DEP_CPP_ERROR=\
".\./Include\allobjects.h"\
".\./Include\traceback.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1329,9 +1598,9 @@ DEP_CPP_ERROR=\
SOURCE=.\PC\config.c
DEP_CPP_CONFI=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1382,7 +1651,7 @@ DEP_CPP_COMPL=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
".\./Include\mymath.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1436,7 +1705,7 @@ DEP_CPP_COMPI=\
".\./Include\compile.h"\
".\./Include\opcode.h"\
".\./Include\structmember.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1484,9 +1753,9 @@ DEP_CPP_COMPI=\
SOURCE=.\Objects\cobject.c
DEP_CPP_COBJE=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1537,7 +1806,7 @@ DEP_CPP_CMATH=\
".\./Include\allobjects.h"\
".\./Include\complexobject.h"\
".\./Include\mymath.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1586,7 +1855,7 @@ SOURCE=.\Objects\classobject.c
DEP_CPP_CLASS=\
".\./Include\allobjects.h"\
".\./Include\structmember.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1636,7 +1905,7 @@ SOURCE=.\Python\cgensupport.c
DEP_CPP_CGENS=\
".\./Include\allobjects.h"\
".\./Include\cgensupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1691,7 +1960,7 @@ DEP_CPP_CEVAL=\
".\./Include\opcode.h"\
".\./Include\graminit.h"\
".\./Include\thread.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1746,7 +2015,7 @@ DEP_CPP_BLTIN=\
".\./Include\compile.h"\
".\./Include\eval.h"\
".\./Include\mymath.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1792,9 +2061,9 @@ DEP_CPP_BLTIN=\
SOURCE=.\Modules\binascii.c
DEP_CPP_BINAS=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1845,7 +2114,7 @@ DEP_CPP_AUDIO=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
".\./Include\mymath.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1896,7 +2165,7 @@ DEP_CPP_ARRAY=\
".\./Include\modsupport.h"\
".\./Include\ceval.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1946,7 +2215,7 @@ DEP_CPP_ACCES=\
".\./Include\ceval.h"\
".\./Include\structmember.h"\
".\./Include\modsupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -1997,7 +2266,7 @@ DEP_CPP_ACCEL=\
".\./Include\node.h"\
".\./Include\token.h"\
".\Parser\parser.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\Include\pydebug.h"\
@@ -2015,9 +2284,9 @@ DEP_CPP_ACCEL=\
SOURCE=.\Objects\abstract.c
DEP_CPP_ABSTR=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2079,7 +2348,7 @@ DEP_CPP_YUVCO=\
SOURCE=.\Objects\typeobject.c
DEP_CPP_TYPEO=\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2128,7 +2397,7 @@ DEP_CPP_TYPEO=\
SOURCE=.\Objects\tupleobject.c
DEP_CPP_TUPLE=\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2183,7 +2452,7 @@ DEP_CPP_TRACE=\
".\./Include\traceback.h"\
".\./Include\structmember.h"\
".\./Include\osdefs.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2232,7 +2501,7 @@ DEP_CPP_TOKEN=\
".\./Include\pgenheaders.h"\
".\Parser\tokenizer.h"\
".\./Include\errcode.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\Include\pydebug.h"\
@@ -2258,7 +2527,7 @@ DEP_CPP_TIMEM=\
".\./Include\myselect.h"\
".\./Include\mytime.h"\
{$(INCLUDE)}"\sys\TIMEB.H"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2302,58 +2571,9 @@ DEP_CPP_TIMEM=\
################################################################################
# Begin Source File
-SOURCE=.\Modules\threadmodule.c
-DEP_CPP_THREA=\
- ".\./Include\allobjects.h"\
- ".\./Include\thread.h"\
- ".\./PC\config.h"\
- ".\./Include\myproto.h"\
- ".\Include\object.h"\
- ".\Include\objimpl.h"\
- ".\Include\pydebug.h"\
- ".\Include\accessobject.h"\
- ".\Include\intobject.h"\
- ".\Include\longobject.h"\
- ".\Include\floatobject.h"\
- ".\./Include\complexobject.h"\
- ".\Include\rangeobject.h"\
- ".\Include\stringobject.h"\
- ".\Include\tupleobject.h"\
- ".\Include\listobject.h"\
- ".\Include\mappingobject.h"\
- ".\Include\methodobject.h"\
- ".\Include\moduleobject.h"\
- ".\Include\funcobject.h"\
- ".\Include\classobject.h"\
- ".\Include\fileobject.h"\
- ".\Include\cobject.h"\
- ".\./Include\traceback.h"\
- ".\Include\sliceobject.h"\
- ".\Include\pyerrors.h"\
- ".\./Include\mymalloc.h"\
- ".\./Include\modsupport.h"\
- ".\./Include\ceval.h"\
- ".\./Include\pythonrun.h"\
- ".\./Include\sysmodule.h"\
- ".\./Include\intrcheck.h"\
- ".\./Include\import.h"\
- ".\./Include\bltinmodule.h"\
- ".\Include\abstract.h"\
- ".\./Include\rename2.h"\
- ".\./Include\patchlevel.h"\
-
-
-"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
-# End Source File
-################################################################################
-# Begin Source File
-
SOURCE=.\Python\thread.c
-DEP_CPP_THREAD=\
- ".\./PC\config.h"\
+DEP_CPP_THREA=\
+ ".\PC\config.h"\
".\./Include\thread.h"\
".\Python\thread_sgi.h"\
".\Python\thread_solaris.h"\
@@ -2361,14 +2581,10 @@ DEP_CPP_THREAD=\
".\Python\thread_pthread.h"\
".\Python\thread_cthread.h"\
".\Python\thread_nt.h"\
- ".\Python\thread_foobar.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
-NODEP_CPP_THREAD=\
- "..\..\..\..\usr\include\thread.h"\
-
-"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
+"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -2380,7 +2596,7 @@ SOURCE=.\Modules\structmodule.c
DEP_CPP_STRUC=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2429,7 +2645,7 @@ SOURCE=.\Python\structmember.c
DEP_CPP_STRUCT=\
".\./Include\allobjects.h"\
".\./Include\structmember.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2479,7 +2695,7 @@ SOURCE=.\Modules\stropmodule.c
DEP_CPP_STROP=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2527,7 +2743,7 @@ DEP_CPP_STROP=\
SOURCE=.\Objects\stringobject.c
DEP_CPP_STRIN=\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2575,9 +2791,9 @@ DEP_CPP_STRIN=\
SOURCE=.\Modules\soundex.c
DEP_CPP_SOUND=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2625,11 +2841,11 @@ DEP_CPP_SOUND=\
SOURCE=.\Modules\signalmodule.c
DEP_CPP_SIGNA=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\intrcheck.h"\
".\./Include\thread.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2675,10 +2891,10 @@ DEP_CPP_SIGNA=\
SOURCE=.\Modules\rotormodule.c
DEP_CPP_ROTOR=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\mymath.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2728,7 +2944,7 @@ SOURCE=.\Modules\rgbimgmodule.c
DEP_CPP_RGBIM=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2775,7 +2991,7 @@ DEP_CPP_RGBIM=\
SOURCE=.\Modules\regexpr.c
DEP_CPP_REGEX=\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Modules\regexpr.h"\
".\./Include\rename2.h"\
@@ -2796,10 +3012,10 @@ NODEP_CPP_REGEX=\
SOURCE=.\Modules\regexmodule.c
DEP_CPP_REGEXM=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\Modules\regexpr.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2848,7 +3064,7 @@ DEP_CPP_REGEXM=\
SOURCE=.\Objects\rangeobject.c
DEP_CPP_RANGE=\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2910,7 +3126,7 @@ DEP_CPP_PYTHO=\
".\./Include\import.h"\
".\./Include\marshal.h"\
".\./Include\thread.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -2961,7 +3177,7 @@ DEP_CPP_PARSE=\
".\Parser\parser.h"\
".\./Include\parsetok.h"\
".\./Include\errcode.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\Include\pydebug.h"\
@@ -2986,7 +3202,7 @@ DEP_CPP_PARSER=\
".\./Include\node.h"\
".\Parser\parser.h"\
".\./Include\errcode.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\Include\pydebug.h"\
@@ -3005,7 +3221,7 @@ DEP_CPP_PARSER=\
SOURCE=.\Objects\object.c
DEP_CPP_OBJEC=\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3055,7 +3271,7 @@ SOURCE=.\Parser\node.c
DEP_CPP_NODE_=\
".\./Include\pgenheaders.h"\
".\./Include\node.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\Include\pydebug.h"\
@@ -3074,7 +3290,7 @@ SOURCE=.\Modules\newmodule.c
DEP_CPP_NEWMO=\
".\./Include\allobjects.h"\
".\./Include\compile.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3127,7 +3343,7 @@ DEP_CPP_MARSH=\
".\./Include\longintrepr.h"\
".\./Include\compile.h"\
".\./Include\marshal.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3174,7 +3390,7 @@ DEP_CPP_MARSH=\
SOURCE=.\Python\mystrtoul.c
DEP_CPP_MYSTR=\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\rename2.h"\
@@ -3188,7 +3404,7 @@ DEP_CPP_MYSTR=\
SOURCE=.\Parser\myreadline.c
DEP_CPP_MYREA=\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\./Include\mymalloc.h"\
".\./Include\intrcheck.h"\
@@ -3207,7 +3423,7 @@ SOURCE=.\Objects\moduleobject.c
DEP_CPP_MODUL=\
".\./Include\allobjects.h"\
".\./Include\ceval.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3256,7 +3472,7 @@ SOURCE=.\Python\modsupport.c
DEP_CPP_MODSU=\
".\./Include\allobjects.h"\
".\./Include\import.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3305,7 +3521,7 @@ SOURCE=.\Objects\methodobject.c
DEP_CPP_METHO=\
".\./Include\allobjects.h"\
".\./Include\token.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3356,7 +3572,7 @@ DEP_CPP_MD5MO=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
".\Modules\md5.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3403,7 +3619,7 @@ DEP_CPP_MD5MO=\
SOURCE=.\Modules\md5c.c
DEP_CPP_MD5C_=\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\Modules\md5.h"\
@@ -3419,7 +3635,7 @@ SOURCE=.\Modules\mathmodule.c
DEP_CPP_MATHM=\
".\./Include\allobjects.h"\
".\./Include\mymath.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3469,7 +3685,7 @@ SOURCE=.\Objects\mappingobject.c
DEP_CPP_MAPPI=\
".\./Include\allobjects.h"\
".\./Include\modsupport.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3516,11 +3732,11 @@ DEP_CPP_MAPPI=\
SOURCE=.\Modules\socketmodule.c
DEP_CPP_SOCKE=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
".\./Include\mytime.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3573,7 +3789,7 @@ DEP_CPP_SELEC=\
".\./Include\ceval.h"\
{$(INCLUDE)}"\sys\TYPES.H"\
".\./Include\myselect.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3625,7 +3841,7 @@ DEP_CPP_SYSMO=\
".\./Include\import.h"\
".\./Include\modsupport.h"\
".\./Include\osdefs.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3684,7 +3900,7 @@ DEP_CPP_IMPORT=\
".\./Include\eval.h"\
".\./Include\osdefs.h"\
".\./Python\importdl.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3738,7 +3954,7 @@ DEP_CPP_POSIX=\
{$(INCLUDE)}"\sys\STAT.H"\
".\./Include\mytime.h"\
{$(INCLUDE)}"\sys\UTIME.H"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3784,9 +4000,9 @@ DEP_CPP_POSIX=\
SOURCE=.\Modules\operator.c
DEP_CPP_OPERA=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3834,9 +4050,9 @@ DEP_CPP_OPERA=\
SOURCE=.\Modules\errnomodule.c
DEP_CPP_ERRNO=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3884,9 +4100,9 @@ DEP_CPP_ERRNO=\
SOURCE=.\Objects\sliceobject.c
DEP_CPP_SLICE=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3934,9 +4150,9 @@ DEP_CPP_SLICE=\
SOURCE=.\Modules\main.c
DEP_CPP_MAIN_=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -3998,7 +4214,7 @@ DEP_CPP_IMPORT_=\
".\./Include\osdefs.h"\
".\./Include\import.h"\
".\./Python\importdl.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -4045,10 +4261,10 @@ DEP_CPP_IMPORT_=\
SOURCE=.\PC\getpath_nt.c
DEP_CPP_GETPA=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
".\./Include\osdefs.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -4096,7 +4312,7 @@ DEP_CPP_GETPA=\
SOURCE=.\PC\dl_nt.c
DEP_CPP_DL_NT=\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\allobjects.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
@@ -4145,6 +4361,55 @@ DEP_CPP_DL_NT=\
SOURCE=.\PC\python_nt.def
# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\Modules\threadmodule.c
+DEP_CPP_THREAD=\
+ ".\./Include\allobjects.h"\
+ ".\./Include\thread.h"\
+ ".\PC\config.h"\
+ ".\./Include\myproto.h"\
+ ".\Include\object.h"\
+ ".\Include\objimpl.h"\
+ ".\Include\pydebug.h"\
+ ".\Include\accessobject.h"\
+ ".\Include\intobject.h"\
+ ".\Include\longobject.h"\
+ ".\Include\floatobject.h"\
+ ".\./Include\complexobject.h"\
+ ".\Include\rangeobject.h"\
+ ".\Include\stringobject.h"\
+ ".\Include\tupleobject.h"\
+ ".\Include\listobject.h"\
+ ".\Include\mappingobject.h"\
+ ".\Include\methodobject.h"\
+ ".\Include\moduleobject.h"\
+ ".\Include\funcobject.h"\
+ ".\Include\classobject.h"\
+ ".\Include\fileobject.h"\
+ ".\Include\cobject.h"\
+ ".\./Include\traceback.h"\
+ ".\Include\sliceobject.h"\
+ ".\Include\pyerrors.h"\
+ ".\./Include\mymalloc.h"\
+ ".\./Include\modsupport.h"\
+ ".\./Include\ceval.h"\
+ ".\./Include\pythonrun.h"\
+ ".\./Include\sysmodule.h"\
+ ".\./Include\intrcheck.h"\
+ ".\./Include\import.h"\
+ ".\./Include\bltinmodule.h"\
+ ".\Include\abstract.h"\
+ ".\./Include\rename2.h"\
+ ".\./Include\patchlevel.h"\
+
+
+"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
# End Target
################################################################################
# Begin Target
@@ -4175,11 +4440,11 @@ SOURCE=.\vc40\python14.lib
SOURCE=.\Modules\_tkinter.c
DEP_CPP__TKIN=\
- ".\./Include\Python.h"\
+ ".\Include\Python.h"\
"\tcl\include\tcl.h"\
"\tcl\include\tk.h"\
".\./Include\allobjects.h"\
- ".\./PC\config.h"\
+ ".\PC\config.h"\
".\./Include\myproto.h"\
".\Include\object.h"\
".\Include\objimpl.h"\
@@ -4246,5 +4511,269 @@ SOURCE=.\PC\_tkinter.def
SOURCE=.\vc40\python14.lib
# End Source File
# End Target
+################################################################################
+# Begin Target
+
+# Name "NumPy - Win32 Release"
+################################################################################
+# Begin Source File
+
+SOURCE=.\NumPy\arrayobject.c
+DEP_CPP_ARRAYO=\
+ ".\Include\Python.h"\
+ ".\NumPy\arrayobject.h"\
+ ".\NumPy\ofuncobject.h"\
+ ".\NumPy\arraytypes.c"\
+ ".\./Include\allobjects.h"\
+ ".\PC\config.h"\
+ ".\./Include\myproto.h"\
+ ".\Include\object.h"\
+ ".\Include\objimpl.h"\
+ ".\Include\pydebug.h"\
+ ".\Include\accessobject.h"\
+ ".\Include\intobject.h"\
+ ".\Include\longobject.h"\
+ ".\Include\floatobject.h"\
+ ".\./Include\complexobject.h"\
+ ".\Include\rangeobject.h"\
+ ".\Include\stringobject.h"\
+ ".\Include\tupleobject.h"\
+ ".\Include\listobject.h"\
+ ".\Include\mappingobject.h"\
+ ".\Include\methodobject.h"\
+ ".\Include\moduleobject.h"\
+ ".\Include\funcobject.h"\
+ ".\Include\classobject.h"\
+ ".\Include\fileobject.h"\
+ ".\Include\cobject.h"\
+ ".\./Include\traceback.h"\
+ ".\Include\sliceobject.h"\
+ ".\Include\pyerrors.h"\
+ ".\./Include\mymalloc.h"\
+ ".\./Include\modsupport.h"\
+ ".\./Include\ceval.h"\
+ ".\./Include\pythonrun.h"\
+ ".\./Include\sysmodule.h"\
+ ".\./Include\intrcheck.h"\
+ ".\./Include\import.h"\
+ ".\./Include\bltinmodule.h"\
+ ".\Include\abstract.h"\
+ ".\./Include\rename2.h"\
+ ".\./Include\thread.h"\
+ ".\./Include\patchlevel.h"\
+
+
+"$(INTDIR)\arrayobject.obj" : $(SOURCE) $(DEP_CPP_ARRAYO) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\NumPy\ofuncobject.c
+DEP_CPP_OFUNC=\
+ ".\Include\Python.h"\
+ ".\NumPy\arrayobject.h"\
+ ".\NumPy\ofuncobject.h"\
+ ".\./Include\allobjects.h"\
+ ".\PC\config.h"\
+ ".\./Include\myproto.h"\
+ ".\Include\object.h"\
+ ".\Include\objimpl.h"\
+ ".\Include\pydebug.h"\
+ ".\Include\accessobject.h"\
+ ".\Include\intobject.h"\
+ ".\Include\longobject.h"\
+ ".\Include\floatobject.h"\
+ ".\./Include\complexobject.h"\
+ ".\Include\rangeobject.h"\
+ ".\Include\stringobject.h"\
+ ".\Include\tupleobject.h"\
+ ".\Include\listobject.h"\
+ ".\Include\mappingobject.h"\
+ ".\Include\methodobject.h"\
+ ".\Include\moduleobject.h"\
+ ".\Include\funcobject.h"\
+ ".\Include\classobject.h"\
+ ".\Include\fileobject.h"\
+ ".\Include\cobject.h"\
+ ".\./Include\traceback.h"\
+ ".\Include\sliceobject.h"\
+ ".\Include\pyerrors.h"\
+ ".\./Include\mymalloc.h"\
+ ".\./Include\modsupport.h"\
+ ".\./Include\ceval.h"\
+ ".\./Include\pythonrun.h"\
+ ".\./Include\sysmodule.h"\
+ ".\./Include\intrcheck.h"\
+ ".\./Include\import.h"\
+ ".\./Include\bltinmodule.h"\
+ ".\Include\abstract.h"\
+ ".\./Include\rename2.h"\
+ ".\./Include\thread.h"\
+ ".\./Include\patchlevel.h"\
+
+
+"$(INTDIR)\ofuncobject.obj" : $(SOURCE) $(DEP_CPP_OFUNC) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\NumPy\numpy_nt.def
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\vc40\python14.lib
+# End Source File
+# End Target
+################################################################################
+# Begin Target
+
+# Name "multiarray - Win32 Release"
+################################################################################
+# Begin Source File
+
+SOURCE=.\NumPy\multiarraymodule.c
+DEP_CPP_MULTI=\
+ ".\Include\Python.h"\
+ ".\NumPy\arrayobject.h"\
+ ".\NumPy\ofuncobject.h"\
+ ".\./Include\allobjects.h"\
+ ".\PC\config.h"\
+ ".\./Include\myproto.h"\
+ ".\Include\object.h"\
+ ".\Include\objimpl.h"\
+ ".\Include\pydebug.h"\
+ ".\Include\accessobject.h"\
+ ".\Include\intobject.h"\
+ ".\Include\longobject.h"\
+ ".\Include\floatobject.h"\
+ ".\./Include\complexobject.h"\
+ ".\Include\rangeobject.h"\
+ ".\Include\stringobject.h"\
+ ".\Include\tupleobject.h"\
+ ".\Include\listobject.h"\
+ ".\Include\mappingobject.h"\
+ ".\Include\methodobject.h"\
+ ".\Include\moduleobject.h"\
+ ".\Include\funcobject.h"\
+ ".\Include\classobject.h"\
+ ".\Include\fileobject.h"\
+ ".\Include\cobject.h"\
+ ".\./Include\traceback.h"\
+ ".\Include\sliceobject.h"\
+ ".\Include\pyerrors.h"\
+ ".\./Include\mymalloc.h"\
+ ".\./Include\modsupport.h"\
+ ".\./Include\ceval.h"\
+ ".\./Include\pythonrun.h"\
+ ".\./Include\sysmodule.h"\
+ ".\./Include\intrcheck.h"\
+ ".\./Include\import.h"\
+ ".\./Include\bltinmodule.h"\
+ ".\Include\abstract.h"\
+ ".\./Include\rename2.h"\
+ ".\./Include\thread.h"\
+ ".\./Include\patchlevel.h"\
+
+
+"$(INTDIR)\multiarraymodule.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\vc40\python14.lib
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\vc40\NumPy.lib
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\NumPy\multiarray.def
+# End Source File
+# End Target
+################################################################################
+# Begin Target
+
+# Name "fast_umath - Win32 Release"
+################################################################################
+# Begin Source File
+
+SOURCE=.\NumPy\fast_umathmodule.c
+DEP_CPP_FAST_=\
+ ".\Include\Python.h"\
+ ".\NumPy\arrayobject.h"\
+ ".\NumPy\ofuncobject.h"\
+ ".\Include\abstract.h"\
+ ".\./Include\allobjects.h"\
+ ".\PC\config.h"\
+ ".\./Include\myproto.h"\
+ ".\Include\object.h"\
+ ".\Include\objimpl.h"\
+ ".\Include\pydebug.h"\
+ ".\Include\accessobject.h"\
+ ".\Include\intobject.h"\
+ ".\Include\longobject.h"\
+ ".\Include\floatobject.h"\
+ ".\./Include\complexobject.h"\
+ ".\Include\rangeobject.h"\
+ ".\Include\stringobject.h"\
+ ".\Include\tupleobject.h"\
+ ".\Include\listobject.h"\
+ ".\Include\mappingobject.h"\
+ ".\Include\methodobject.h"\
+ ".\Include\moduleobject.h"\
+ ".\Include\funcobject.h"\
+ ".\Include\classobject.h"\
+ ".\Include\fileobject.h"\
+ ".\Include\cobject.h"\
+ ".\./Include\traceback.h"\
+ ".\Include\sliceobject.h"\
+ ".\Include\pyerrors.h"\
+ ".\./Include\mymalloc.h"\
+ ".\./Include\modsupport.h"\
+ ".\./Include\ceval.h"\
+ ".\./Include\pythonrun.h"\
+ ".\./Include\sysmodule.h"\
+ ".\./Include\intrcheck.h"\
+ ".\./Include\import.h"\
+ ".\./Include\bltinmodule.h"\
+ ".\./Include\rename2.h"\
+ ".\./Include\thread.h"\
+ ".\./Include\patchlevel.h"\
+
+
+"$(INTDIR)\fast_umathmodule.obj" : $(SOURCE) $(DEP_CPP_FAST_) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\vc40\python14.lib
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\vc40\NumPy.lib
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\NumPy\fast_umath.def
+# End Source File
+# End Target
# End Project
################################################################################