summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcornet2009-04-21 08:29:56 +0000
committercornet2009-04-21 08:29:56 +0000
commitedd1b29f60bbdae61fa13a72984ffa11609fc5ea (patch)
tree878f05acf51e89ee822049cbf1dea96e21e4fe92
parentcb100551cbec27d556a27fe9f70de0c93463862b (diff)
downloadscilab2c-edd1b29f60bbdae61fa13a72984ffa11609fc5ea.tar.gz
scilab2c-edd1b29f60bbdae61fa13a72984ffa11609fc5ea.tar.bz2
scilab2c-edd1b29f60bbdae61fa13a72984ffa11609fc5ea.zip
introduces Visual studio 2008 express solution (scilab2c_f2c.sln)
type moved to a dll on windows
-rw-r--r--scilab2c/readme_visual.txt16
-rw-r--r--scilab2c/scilab2c.sln34
-rw-r--r--scilab2c/scilab2c_f2c.sln69
-rw-r--r--scilab2c/src/Visual-Studio-settings/f2c.rules20
-rw-r--r--scilab2c/src/Visual-Studio-settings/rename-vc-files.rules19
-rw-r--r--scilab2c/src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj1034
-rw-r--r--scilab2c/src/lib/f2c/f2c.h245
-rw-r--r--scilab2c/src/lib/lapack/lapack_f/lapack.def1205
-rw-r--r--scilab2c/src/lib/lapack/lapack_f/lapack_DLL.vfproj8
-rw-r--r--scilab2c/src/lib/lapack/lapack_f/lapack_DLL_f2c.vcproj2779
-rw-r--r--scilab2c/src/type/doubleComplex.h26
-rw-r--r--scilab2c/src/type/dynlib_type.h26
-rw-r--r--scilab2c/src/type/floatComplex.h18
-rw-r--r--scilab2c/src/type/test_doubleComplex/test_doubleComplex.vcproj2
-rw-r--r--scilab2c/src/type/test_floatComplex/test_floatComplex.vcproj2
-rw-r--r--scilab2c/src/type/type.vcproj56
16 files changed, 4901 insertions, 658 deletions
diff --git a/scilab2c/readme_visual.txt b/scilab2c/readme_visual.txt
new file mode 100644
index 00000000..5c14bf5c
--- /dev/null
+++ b/scilab2c/readme_visual.txt
@@ -0,0 +1,16 @@
+
+If you use Visual Studio Express 2008:
+
+You need to copy in bin
+f2c.exe
+libf2c.dll
+libf2c.lib
+
+And click on scilab2c_f2c.sln
+
+
+If you use Visual Studio 2008 Pro or more and Intel Fortran 10.x :
+
+click on scilab2c.sln
+
+Allan CORNET - DIGITEO - 2009 \ No newline at end of file
diff --git a/scilab2c/scilab2c.sln b/scilab2c/scilab2c.sln
index 1822c698..152b7966 100644
--- a/scilab2c/scilab2c.sln
+++ b/scilab2c/scilab2c.sln
@@ -8,16 +8,16 @@ Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "lapack_DLL", "src\lib\lapac
{78BD64CE-181D-4D3F-9254-5C4F55C1EDC9} = {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "type", "src\type\type.vcproj", "{E3EF5580-5360-43D4-A6EA-C03A68AAECE3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "type", "src\type\type.vcproj", "{9B1BD750-1FEF-4D6B-9422-782D16181CEE}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_floatComplex", "src\type\test_floatComplex\test_floatComplex.vcproj", "{A6EBF2F9-C100-453F-A0D1-1649DCF557EC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_doubleComplex", "src\type\test_doubleComplex\test_doubleComplex.vcproj", "{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}"
ProjectSection(ProjectDependencies) = postProject
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3} = {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE} = {9B1BD750-1FEF-4D6B-9422-782D16181CEE}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_doubleComplex", "src\type\test_doubleComplex\test_doubleComplex.vcproj", "{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_floatComplex", "src\type\test_floatComplex\test_floatComplex.vcproj", "{A6EBF2F9-C100-453F-A0D1-1649DCF557EC}"
ProjectSection(ProjectDependencies) = postProject
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3} = {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE} = {9B1BD750-1FEF-4D6B-9422-782D16181CEE}
EndProjectSection
EndProject
Global
@@ -44,24 +44,24 @@ Global
{69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Release|Win32.Build.0 = Release|Win32
{69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Release|x64.ActiveCfg = Release|x64
{69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Release|x64.Build.0 = Release|x64
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}.Debug|Win32.ActiveCfg = Debug|Win32
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}.Debug|Win32.Build.0 = Debug|Win32
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}.Debug|x64.ActiveCfg = Debug|Win32
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}.Release|Win32.ActiveCfg = Release|Win32
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}.Release|Win32.Build.0 = Release|Win32
- {E3EF5580-5360-43D4-A6EA-C03A68AAECE3}.Release|x64.ActiveCfg = Release|Win32
- {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|Win32.ActiveCfg = Debug|Win32
- {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|Win32.Build.0 = Debug|Win32
- {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|x64.ActiveCfg = Debug|Win32
- {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|Win32.ActiveCfg = Release|Win32
- {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|Win32.Build.0 = Release|Win32
- {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|x64.ActiveCfg = Release|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Debug|Win32.Build.0 = Debug|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Debug|x64.ActiveCfg = Debug|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Release|Win32.ActiveCfg = Release|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Release|Win32.Build.0 = Release|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Release|x64.ActiveCfg = Release|Win32
{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Debug|Win32.ActiveCfg = Debug|Win32
{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Debug|Win32.Build.0 = Debug|Win32
{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Debug|x64.ActiveCfg = Debug|Win32
{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Release|Win32.ActiveCfg = Release|Win32
{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Release|Win32.Build.0 = Release|Win32
{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Release|x64.ActiveCfg = Release|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|Win32.Build.0 = Debug|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|x64.ActiveCfg = Debug|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|Win32.ActiveCfg = Release|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|Win32.Build.0 = Release|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/scilab2c/scilab2c_f2c.sln b/scilab2c/scilab2c_f2c.sln
new file mode 100644
index 00000000..fa479f75
--- /dev/null
+++ b/scilab2c/scilab2c_f2c.sln
@@ -0,0 +1,69 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blasplus_f2c_DLL", "src\lib\blas\blas_f\blasplus_DLL_f2c.vcproj", "{78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lapack_f2c_DLL", "src\lib\lapack\lapack_f\lapack_DLL_f2c.vcproj", "{69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}"
+ ProjectSection(ProjectDependencies) = postProject
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9} = {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "type", "src\type\type.vcproj", "{9B1BD750-1FEF-4D6B-9422-782D16181CEE}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_doubleComplex", "src\type\test_doubleComplex\test_doubleComplex.vcproj", "{DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE} = {9B1BD750-1FEF-4D6B-9422-782D16181CEE}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_floatComplex", "src\type\test_floatComplex\test_floatComplex.vcproj", "{A6EBF2F9-C100-453F-A0D1-1649DCF557EC}"
+ ProjectSection(ProjectDependencies) = postProject
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE} = {9B1BD750-1FEF-4D6B-9422-782D16181CEE}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Debug|Win32.ActiveCfg = Debug|Win32
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Debug|Win32.Build.0 = Debug|Win32
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Debug|x64.ActiveCfg = Debug|x64
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Debug|x64.Build.0 = Debug|x64
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Release|Win32.ActiveCfg = Release|Win32
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Release|Win32.Build.0 = Release|Win32
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Release|x64.ActiveCfg = Release|x64
+ {78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}.Release|x64.Build.0 = Release|x64
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Debug|Win32.ActiveCfg = Debug|Win32
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Debug|Win32.Build.0 = Debug|Win32
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Debug|x64.ActiveCfg = Debug|x64
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Debug|x64.Build.0 = Debug|x64
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Release|Win32.ActiveCfg = Release|Win32
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Release|Win32.Build.0 = Release|Win32
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Release|x64.ActiveCfg = Release|x64
+ {69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}.Release|x64.Build.0 = Release|x64
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Debug|Win32.Build.0 = Debug|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Debug|x64.ActiveCfg = Debug|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Release|Win32.ActiveCfg = Release|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Release|Win32.Build.0 = Release|Win32
+ {9B1BD750-1FEF-4D6B-9422-782D16181CEE}.Release|x64.ActiveCfg = Release|Win32
+ {DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Debug|Win32.ActiveCfg = Debug|Win32
+ {DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Debug|Win32.Build.0 = Debug|Win32
+ {DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Debug|x64.ActiveCfg = Debug|Win32
+ {DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Release|Win32.ActiveCfg = Release|Win32
+ {DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Release|Win32.Build.0 = Release|Win32
+ {DBB1B4E8-E9D0-44E5-8AA6-4ECF1AAA1D0F}.Release|x64.ActiveCfg = Release|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|Win32.Build.0 = Debug|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Debug|x64.ActiveCfg = Debug|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|Win32.ActiveCfg = Release|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|Win32.Build.0 = Release|Win32
+ {A6EBF2F9-C100-453F-A0D1-1649DCF557EC}.Release|x64.ActiveCfg = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/scilab2c/src/Visual-Studio-settings/f2c.rules b/scilab2c/src/Visual-Studio-settings/f2c.rules
new file mode 100644
index 00000000..c69a92f9
--- /dev/null
+++ b/scilab2c/src/Visual-Studio-settings/f2c.rules
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<VisualStudioToolFile
+ Name="Fortran to C conversion"
+ Version="8,00"
+ >
+ <Rules>
+ <CustomBuildRule
+ Name="f2c rule"
+ DisplayName="f2c rule"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ Outputs="&quot;$(InputDir)$(InputName).c&quot;"
+ FileExtensions="*.f"
+ ExecutionDescription="Converting $(InputName).f to $(InputName).c ..."
+ ShowOnlyRuleProperties="false"
+ >
+ <Properties>
+ </Properties>
+ </CustomBuildRule>
+ </Rules>
+</VisualStudioToolFile>
diff --git a/scilab2c/src/Visual-Studio-settings/rename-vc-files.rules b/scilab2c/src/Visual-Studio-settings/rename-vc-files.rules
new file mode 100644
index 00000000..6af189d1
--- /dev/null
+++ b/scilab2c/src/Visual-Studio-settings/rename-vc-files.rules
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<VisualStudioToolFile
+ Name="Rename .vc Files"
+ Version="8,00"
+ >
+ <Rules>
+ <CustomBuildRule
+ Name="rename .vc files"
+ DisplayName="Rename .vc files"
+ CommandLine="copy &quot;$(InputDir)$(InputFileName)&quot; &quot;$(InputDir)$(InputName)&quot; 1&gt;NUL"
+ Outputs="$(InputDir)$(InputName) "
+ FileExtensions="*.vc"
+ ExecutionDescription="Copy $(InputDir)$(InputFileName) --&gt; $(InputDir)$(InputName)"
+ >
+ <Properties>
+ </Properties>
+ </CustomBuildRule>
+ </Rules>
+</VisualStudioToolFile>
diff --git a/scilab2c/src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj b/scilab2c/src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj
new file mode 100644
index 00000000..56bd8591
--- /dev/null
+++ b/scilab2c/src/lib/blas/blas_f/blasplus_DLL_f2c.vcproj
@@ -0,0 +1,1034 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="blasplus_f2c_DLL"
+ ProjectGUID="{78BD64CE-181D-4D3F-9254-5C4F55C1EDC9}"
+ RootNamespace="blas_f2c"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ <ToolFile
+ RelativePath="..\..\..\Visual-Studio-settings\f2c.rules"
+ />
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="f2c rule"
+ ExecutionBucket="1"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="2"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ ExecutionBucket="4"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ ExecutionBucket="5"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="6"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ ExecutionBucket="7"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ ExecutionBucket="8"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ ExecutionBucket="9"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ExecutionBucket="10"
+ AdditionalOptions="/fixed:no"
+ OutputFile="$(SolutionDir)bin\blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(SolutionDir)bin\blasplus.lib"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ ExecutionBucket="11"
+ />
+ <Tool
+ Name="VCManifestTool"
+ ExecutionBucket="12"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ ExecutionBucket="13"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ ExecutionBucket="14"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ ExecutionBucket="15"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="17"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/fixed:no"
+ OutputFile="../../../bin/blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="../../../bin/blasplus.lib"
+ TargetMachine="17"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="f2c rule"
+ ExecutionBucket="1"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="2"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ ExecutionBucket="4"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ ExecutionBucket="5"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="6"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ ExecutionBucket="7"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ ExecutionBucket="8"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ ExecutionBucket="9"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ExecutionBucket="10"
+ OutputFile="$(SolutionDir)bin\blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(SolutionDir)bin\blasplus.lib"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ ExecutionBucket="11"
+ />
+ <Tool
+ Name="VCManifestTool"
+ ExecutionBucket="12"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ ExecutionBucket="13"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ ExecutionBucket="14"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ ExecutionBucket="15"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="17"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="../../../bin/blasplus.dll"
+ ModuleDefinitionFile="blasplusAtlas.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="../../../bin/blasplus.lib"
+ TargetMachine="17"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ >
+ <File
+ RelativePath="..\dasum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\daxpy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dcabs1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dcopy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ddot.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dger.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dnrm2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\drot.c"
+ >
+ </File>
+ <File
+ RelativePath="..\drotg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dscal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dswap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyrk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dzasum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dznrm2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\idamax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\izamax.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lsame.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xerbla.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zaxpy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zcopy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdscal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgerc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeru.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zher.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zherk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zrotg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zscal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zswap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zsymm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyr2k.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyrk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpsv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsv.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ >
+ </Filter>
+ <Filter
+ Name="Fortran Files"
+ Filter="*.f"
+ >
+ <File
+ RelativePath="..\dasum.f"
+ >
+ </File>
+ <File
+ RelativePath="..\daxpy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dcabs1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dcopy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ddot.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgemv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dger.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dnrm2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\drot.f"
+ >
+ </File>
+ <File
+ RelativePath="..\drotg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dscal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dswap.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsymv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyr2k.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyrk.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtbsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtpsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dzasum.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dznrm2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\idamax.f"
+ >
+ </File>
+ <File
+ RelativePath="..\izamax.f"
+ >
+ </File>
+ <File
+ RelativePath="..\lsame.f"
+ >
+ </File>
+ <File
+ RelativePath="..\xerbla.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zaxpy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zcopy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdotu.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdscal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgemv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgerc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeru.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhemv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zher.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zher2k.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zherk.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhpr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zrotg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zscal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zswap.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zsymm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyr2k.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zsyrk.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztbsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztpsv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrmv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsv.f"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="f2c rule"
+ CommandLine="cd &quot;$(InputDir)&quot;&#x0D;&#x0A;&quot;$(SolutionDir)bin\f2c.exe&quot; -E -I..\..\..\core\includes -I..\..\..\..\core\includes &quot;$(InputFileName)&quot; 2&gt;NUL&#x0D;&#x0A;&#x0D;&#x0A;"
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\..\..\bin\libf2c.lib"
+ >
+ </File>
+ <File
+ RelativePath="..\Makefile.am"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/scilab2c/src/lib/f2c/f2c.h b/scilab2c/src/lib/f2c/f2c.h
new file mode 100644
index 00000000..a90a1ef5
--- /dev/null
+++ b/scilab2c/src/lib/f2c/f2c.h
@@ -0,0 +1,245 @@
+/* f2c.h -- Standard Fortran to C header file */
+
+/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."
+
+ - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */
+
+#ifndef F2C_INCLUDE
+#define F2C_INCLUDE
+
+#ifdef FORDLL
+#define IMPORT extern __declspec (dllimport)
+#else
+#define IMPORT
+#endif
+
+#ifdef FORDLL
+#define Extern __declspec (dllimport)
+#else
+#define Extern
+#endif
+
+
+
+typedef long int integer;
+typedef unsigned long int uinteger;
+typedef char *address;
+typedef short int shortint;
+typedef float real;
+typedef double doublereal;
+typedef struct { real r, i; } complex;
+typedef struct { doublereal r, i; } doublecomplex;
+typedef long int logical;
+typedef short int shortlogical;
+typedef char logical1;
+typedef char integer1;
+#ifdef INTEGER_STAR_8 /* Adjust for integer*8. */
+typedef long long longint; /* system-dependent */
+typedef unsigned long long ulongint; /* system-dependent */
+#define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b)))
+#define qbit_set(a,b) ((a) | ((ulongint)1 << (b)))
+#endif
+
+#define TRUE_ (1)
+#define FALSE_ (0)
+
+/* Extern is for use with -E */
+#ifndef Extern
+#define Extern extern
+#endif
+
+/* I/O stuff */
+
+#ifdef f2c_i2
+/* for -i2 */
+typedef short flag;
+typedef short ftnlen;
+typedef short ftnint;
+#else
+typedef long int flag;
+typedef long int ftnlen;
+typedef long int ftnint;
+#endif
+
+/*external read, write*/
+typedef struct
+{ flag cierr;
+ ftnint ciunit;
+ flag ciend;
+ char *cifmt;
+ ftnint cirec;
+} cilist;
+
+/*internal read, write*/
+typedef struct
+{ flag icierr;
+ char *iciunit;
+ flag iciend;
+ char *icifmt;
+ ftnint icirlen;
+ ftnint icirnum;
+} icilist;
+
+/*open*/
+typedef struct
+{ flag oerr;
+ ftnint ounit;
+ char *ofnm;
+ ftnlen ofnmlen;
+ char *osta;
+ char *oacc;
+ char *ofm;
+ ftnint orl;
+ char *oblnk;
+} olist;
+
+/*close*/
+typedef struct
+{ flag cerr;
+ ftnint cunit;
+ char *csta;
+} cllist;
+
+/*rewind, backspace, endfile*/
+typedef struct
+{ flag aerr;
+ ftnint aunit;
+} alist;
+
+/* inquire */
+typedef struct
+{ flag inerr;
+ ftnint inunit;
+ char *infile;
+ ftnlen infilen;
+ ftnint *inex; /*parameters in standard's order*/
+ ftnint *inopen;
+ ftnint *innum;
+ ftnint *innamed;
+ char *inname;
+ ftnlen innamlen;
+ char *inacc;
+ ftnlen inacclen;
+ char *inseq;
+ ftnlen inseqlen;
+ char *indir;
+ ftnlen indirlen;
+ char *infmt;
+ ftnlen infmtlen;
+ char *inform;
+ ftnint informlen;
+ char *inunf;
+ ftnlen inunflen;
+ ftnint *inrecl;
+ ftnint *innrec;
+ char *inblank;
+ ftnlen inblanklen;
+} inlist;
+
+#define VOID void
+
+union Multitype { /* for multiple entry points */
+ integer1 g;
+ shortint h;
+ integer i;
+ /* longint j; */
+ real r;
+ doublereal d;
+ complex c;
+ doublecomplex z;
+ };
+
+typedef union Multitype Multitype;
+
+/*typedef long int Long;*/ /* No longer used; formerly in Namelist */
+
+struct Vardesc { /* for Namelist */
+ char *name;
+ char *addr;
+ ftnlen *dims;
+ int type;
+ };
+typedef struct Vardesc Vardesc;
+
+struct Namelist {
+ char *name;
+ Vardesc **vars;
+ int nvars;
+ };
+typedef struct Namelist Namelist;
+
+#define abs(x) ((x) >= 0 ? (x) : -(x))
+#define dabs(x) (doublereal)abs(x)
+
+
+#ifndef min
+#define min(a,b) ((a) <= (b) ? (a) : (b))
+#endif
+
+#ifndef max
+#define max(a,b) ((a) >= (b) ? (a) : (b))
+#endif
+
+#define dmin(a,b) (doublereal)min(a,b)
+#define dmax(a,b) (doublereal)max(a,b)
+#define bit_test(a,b) ((a) >> (b) & 1)
+#define bit_clear(a,b) ((a) & ~((uinteger)1 << (b)))
+#define bit_set(a,b) ((a) | ((uinteger)1 << (b)))
+
+/* procedure parameter types for -A and -C++ */
+
+#define F2C_proc_par_types 1
+#ifdef __cplusplus
+typedef int /* Unknown procedure type */ (*U_fp)(...);
+typedef shortint (*J_fp)(...);
+typedef integer (*I_fp)(...);
+typedef real (*R_fp)(...);
+typedef doublereal (*D_fp)(...), (*E_fp)(...);
+typedef /* Complex */ VOID (*C_fp)(...);
+typedef /* Double Complex */ VOID (*Z_fp)(...);
+typedef logical (*L_fp)(...);
+typedef shortlogical (*K_fp)(...);
+typedef /* Character */ VOID (*H_fp)(...);
+typedef /* Subroutine */ int (*S_fp)(...);
+#else
+typedef int /* Unknown procedure type */ (*U_fp)();
+typedef shortint (*J_fp)();
+typedef integer (*I_fp)();
+typedef real (*R_fp)();
+typedef doublereal (*D_fp)(), (*E_fp)();
+typedef /* Complex */ VOID (*C_fp)();
+typedef /* Double Complex */ VOID (*Z_fp)();
+typedef logical (*L_fp)();
+typedef shortlogical (*K_fp)();
+typedef /* Character */ VOID (*H_fp)();
+typedef /* Subroutine */ int (*S_fp)();
+#endif
+/* E_fp is for real functions when -R is not specified */
+typedef VOID C_f; /* complex function */
+typedef VOID H_f; /* character function */
+typedef VOID Z_f; /* double complex function */
+typedef doublereal E_f; /* real function with -R not specified */
+
+/* undef any lower-case symbols that your C compiler predefines, e.g.: */
+
+#ifndef Skip_f2c_Undefs
+#undef cray
+#undef gcos
+#undef mc68010
+#undef mc68020
+#undef mips
+#undef pdp11
+#undef sgi
+#undef sparc
+#undef sun
+#undef sun2
+#undef sun3
+#undef sun4
+#undef u370
+#undef u3b
+#undef u3b2
+#undef u3b5
+#undef unix
+#undef vax
+#endif
+#endif
diff --git a/scilab2c/src/lib/lapack/lapack_f/lapack.def b/scilab2c/src/lib/lapack/lapack_f/lapack.def
index 6b2a0655..5a7d3451 100644
--- a/scilab2c/src/lib/lapack/lapack_f/lapack.def
+++ b/scilab2c/src/lib/lapack/lapack_f/lapack.def
@@ -2,605 +2,606 @@ LIBRARY lapack.dll
EXPORTS
- dbdsqr
- dgebak
- dgebal
- dgebd2
- dgebrd
- dgecon
- dgeequ
- dgees
- dgeesx
- dgeev
- dgegs
- dgehd2
- dgehrd
- dgelq2
- dgelqf
- dgels
- dgelss
- dgelsx
- dgelsy
- dgeql2
- dgeqlf
- dgeqp3
- dgeqpf
- dgeqr2
- dgeqrf
- dgerfs
- dgerq2
- dgerqf
- dgesc2
- dgesv
- dgesvd
- dgesvx
- dgetc2
- dgetf2
- dgetrf
- dgetri
- dgetrs
- dggbak
- dggbal
- dgges
- dggev
- dgghrd
- dhgeqz
- dhseqr
- disnan
- dlabad
- dlabrd
- dlacn2
- dlacon
- dlacpy
- dladiv
- dlae2
- dlaev2
- dlaexc
- dlag2
- dlagv2
- dlahqr
- dlahr2
- dlahrd
- dlaic1
- dlaisnan
- dlaln2
- dlamch
- dlamc2
- dlamc1
- dlamc3
- dlamc4
- dlamc5
- dlange
- dlanhs
- dlansp
- dlanst
- dlansy
- dlantr
- dlanv2
- dlapmt
- dlapy2
- dlapy3
- dlaqge
- dlaqp2
- dlaqps
- dlaqr0
- dlaqr1
- dlaqr2
- dlaqr3
- dlaqr4
- dlaqr5
- dlarf
- dlarfb
- dlarfg
- dlarft
- dlarfx
- dlartg
- dlarz
- dlarzb
- dlarzt
- dlas2
- dlascl
- dlaset
- dlasq1
- dlasq2
- dlasq3
- dlasq4
- dlasq5
- dlasq6
- dlasr
- dlasrt
- dlassq
- dlasv2
- dlaswp
- dlasy2
- dlasyf
- dlatdf
- dlatrd
- dlatrs
- dlatrz
- dlatzm
- dlazq3
- dlazq4
- dopgtr
- dorg2l
- dorg2r
- dorgbr
- dorghr
- dorgl2
- dorglq
- dorgql
- dorgqr
- dorgr2
- dorgrq
- dorgtr
- dorm2l
- dorm2r
- dormbr
- dormhr
- dorml2
- dormlq
- dormql
- dormqr
- dormr2
- dormr3
- dormrq
- dormrz
- dpocon
- dpotf2
- dpotrf
- dpotrs
- dpptrf
- drscl
- dspev
- dspgst
- dspgv
- dsptrd
- dsptrf
- dsteqr
- dsterf
- dsycon
- dsyev
- dsysv
- dsytd2
- dsytf2
- dsytrd
- dsytrf
- dsytri
- dsytrs
- dtgevc
- dtgex2
- dtgexc
- dtgsen
- dtgsy2
- dtgsyl
- dtrcon
- dtrevc
- dtrexc
- dtrsen
- dtrsyl
- dtrti2
- dtrtri
- dtrtrs
- dtzrqf
- dtzrzf
- dzsum1
- ieeeck
- ilaenv
- iparmq
- izmax1
- lsame
- slamch
- slamc2
- slamc1
- slamc3
- slamc4
- slamc5
- zbdsqr
- zdrot
- zdrscl
- zgebak
- zgebal
- zgebd2
- zgebrd
- zgecon
- zgees
- zgeev
- zgehd2
- zgehrd
- zgelq2
- zgelqf
- zgelsy
- zgeqp3
- zgeqpf
- zgeqr2
- zgeqrf
- zgesc2
- zgesvd
- zgetc2
- zgetf2
- zgetrf
- zgetri
- zgetrs
- zggbak
- zggbal
- zgges
- zggev
- zgghrd
- zheev
- zhetd2
- zhetrd
- zhgeqz
- zhseqr
- zlabrd
- zlacgv
- zlacn2
- zlacon
- zlacpy
- zladiv
- zlahqr
- zlahr2
- zlahrd
- zlaic1
- zlange
- zlanhe
- zlanhs
- zlaqp2
- zlaqps
- zlaqr0
- zlaqr1
- zlaqr2
- zlaqr3
- zlaqr4
- zlaqr5
- zlarf
- zlarfb
- zlarfg
- zlarft
- zlarfx
- zlartg
- zlarz
- zlarzb
- zlarzt
- zlascl
- zlaset
- zlasr
- zlassq
- zlaswp
- zlatdf
- zlatrd
- zlatrs
- zlatrz
- zpotf2
- zpotrf
- zrot
- zsteqr
- ztgevc
- ztgex2
- ztgexc
- ztgsen
- ztgsy2
- ztgsyl
- ztrevc
- ztrexc
- ztrsen
- ztrsyl
- ztrti2
- ztrtri
- ztzrzf
- zung2l
- zung2r
- zungbr
- zunghr
- zungl2
- zunglq
- zungql
- zungqr
- zungtr
- zunm2r
- zunmbr
- zunml2
- zunmlq
- zunmqr
- zunmr3
- zunmrz
-dbdsqr_ = dbdsqr
-dgebak_ = dgebak
-dgebal_ = dgebal
-dgebd2_ = dgebd2
-dgebrd_ = dgebrd
-dgecon_ = dgecon
-dgeequ_ = dgeequ
-dgees_ = dgees
-dgeesx_ = dgeesx
-dgeev_ = dgeev
-dgegs_ = dgegs
-dgehd2_ = dgehd2
-dgehrd_ = dgehrd
-dgelq2_ = dgelq2
-dgelqf_ = dgelqf
-dgels_ = dgels
-dgelss_ = dgelss
-dgelsx_ = dgelsx
-dgelsy_ = dgelsy
-dgeql2_ = dgeql2
-dgeqlf_ = dgeqlf
-dgeqp3_ = dgeqp3
-dgeqpf_ = dgeqpf
-dgeqr2_ = dgeqr2
-dgeqrf_ = dgeqrf
-dgerfs_ = dgerfs
-dgerq2_ = dgerq2
-dgerqf_ = dgerqf
-dgesc2_ = dgesc2
-dgesv_ = dgesv
-dgesvd_ = dgesvd
-dgesvx_ = dgesvx
-dgetc2_ = dgetc2
-dgetf2_ = dgetf2
-dgetrf_ = dgetrf
-dgetri_ = dgetri
-dgetrs_ = dgetrs
-dggbak_ = dggbak
-dggbal_ = dggbal
-dgges_ = dgges
-dggev_ = dggev
-dgghrd_ = dgghrd
-dhgeqz_ = dhgeqz
-dhseqr_ = dhseqr
-disnan_ = disnan
-dlabad_ = dlabad
-dlabrd_ = dlabrd
-dlacn2_ = dlacn2
-dlacon_ = dlacon
-dlacpy_ = dlacpy
-dladiv_ = dladiv
-dlae2_ = dlae2
-dlaev2_ = dlaev2
-dlaexc_ = dlaexc
-dlag2_ = dlag2
-dlagv2_ = dlagv2
-dlahqr_ = dlahqr
-dlahr2_ = dlahr2
-dlahrd_ = dlahrd
-dlaic1_ = dlaic1
-dlaisnan_= dlaisnan
-dlaln2_ = dlaln2
-dlamch_ = dlamch
-dlamc2_ = dlamc2
-dlamc1_ = dlamc1
-dlamc3_ = dlamc3
-dlamc4_ = dlamc4
-dlamc5_ = dlamc5
-dlange_ = dlange
-dlanhs_ = dlanhs
-dlansp_ = dlansp
-dlanst_ = dlanst
-dlansy_ = dlansy
-dlantr_ = dlantr
-dlanv2_ = dlanv2
-dlapmt_ = dlapmt
-dlapy2_ = dlapy2
-dlapy3_ = dlapy3
-dlaqge_ = dlaqge
-dlaqp2_ = dlaqp2
-dlaqps_ = dlaqps
-dlaqr0_ = dlaqr0
-dlaqr1_ = dlaqr1
-dlaqr2_ = dlaqr2
-dlaqr3_ = dlaqr3
-dlaqr4_ = dlaqr4
-dlaqr5_ = dlaqr5
-dlarf_ = dlarf
-dlarfb_ = dlarfb
-dlarfg_ = dlarfg
-dlarft_ = dlarft
-dlarfx_ = dlarfx
-dlartg_ = dlartg
-dlarz_ = dlarz
-dlarzb_ = dlarzb
-dlarzt_ = dlarzt
-dlas2_ = dlas2
-dlascl_ = dlascl
-dlaset_ = dlaset
-dlasq1_ = dlasq1
-dlasq2_ = dlasq2
-dlasq3_ = dlasq3
-dlasq4_ = dlasq4
-dlasq5_ = dlasq5
-dlasq6_ = dlasq6
-dlasr_ = dlasr
-dlasrt_ = dlasrt
-dlassq_ = dlassq
-dlasv2_ = dlasv2
-dlaswp_ = dlaswp
-dlasy2_ = dlasy2
-dlasyf_ = dlasyf
-dlatdf_ = dlatdf
-dlatrd_ = dlatrd
-dlatrs_ = dlatrs
-dlatrz_ = dlatrz
-dlatzm_ = dlatzm
-dlazq3_ = dlazq3
-dlazq4_ = dlazq4
-dopgtr_ = dopgtr
-dorg2l_ = dorg2l
-dorg2r_ = dorg2r
-dorgbr_ = dorgbr
-dorghr_ = dorghr
-dorgl2_ = dorgl2
-dorglq_ = dorglq
-dorgql_ = dorgql
-dorgqr_ = dorgqr
-dorgr2_ = dorgr2
-dorgrq_ = dorgrq
-dorgtr_ = dorgtr
-dorm2l_ = dorm2l
-dorm2r_ = dorm2r
-dormbr_ = dormbr
-dormhr_ = dormhr
-dorml2_ = dorml2
-dormlq_ = dormlq
-dormql_ = dormql
-dormqr_ = dormqr
-dormr2_ = dormr2
-dormr3_ = dormr3
-dormrq_ = dormrq
-dormrz_ = dormrz
-dpocon_ = dpocon
-dpotf2_ = dpotf2
-dpotrf_ = dpotrf
-dpotrs_ = dpotrs
-dpptrf_ = dpptrf
-drscl_ = drscl
-dspev_ = dspev
-dspgst_ = dspgst
-dspgv_ = dspgv
-dsptrd_ = dsptrd
-dsptrf_ = dsptrf
-dsteqr_ = dsteqr
-dsterf_ = dsterf
-dsycon_ = dsycon
-dsyev_ = dsyev
-dsysv_ = dsysv
-dsytd2_ = dsytd2
-dsytf2_ = dsytf2
-dsytrd_ = dsytrd
-dsytrf_ = dsytrf
-dsytri_ = dsytri
-dsytrs_ = dsytrs
-dtgevc_ = dtgevc
-dtgex2_ = dtgex2
-dtgexc_ = dtgexc
-dtgsen_ = dtgsen
-dtgsy2_ = dtgsy2
-dtgsyl_ = dtgsyl
-dtrcon_ = dtrcon
-dtrevc_ = dtrevc
-dtrexc_ = dtrexc
-dtrsen_ = dtrsen
-dtrsyl_ = dtrsyl
-dtrti2_ = dtrti2
-dtrtri_ = dtrtri
-dtrtrs_ = dtrtrs
-dtzrqf_ = dtzrqf
-dtzrzf_ = dtzrzf
-dzsum1_ = dzsum1
-ieeeck_ = ieeeck
-ilaenv_ = ilaenv
-iparmq_ = iparmq
-izmax1_ = izmax1
-lsame_ = lsame
-slamch_ = slamch
-slamc2_ = slamc2
-slamc1_ = slamc1
-slamc3_ = slamc3
-slamc4_ = slamc4
-slamc5_ = slamc5
-zbdsqr_ = zbdsqr
-zdrot_ = zdrot
-zdrscl_ = zdrscl
-zgebak_ = zgebak
-zgebal_ = zgebal
-zgebd2_ = zgebd2
-zgebrd_ = zgebrd
-zgecon_ = zgecon
-zgees_ = zgees
-zgeev_ = zgeev
-zgehd2_ = zgehd2
-zgehrd_ = zgehrd
-zgelq2_ = zgelq2
-zgelqf_ = zgelqf
-zgelsy_ = zgelsy
-zgeqp3_ = zgeqp3
-zgeqpf_ = zgeqpf
-zgeqr2_ = zgeqr2
-zgeqrf_ = zgeqrf
-zgesc2_ = zgesc2
-zgesvd_ = zgesvd
-zgetc2_ = zgetc2
-zgetf2_ = zgetf2
-zgetrf_ = zgetrf
-zgetri_ = zgetri
-zgetrs_ = zgetrs
-zggbak_ = zggbak
-zggbal_ = zggbal
-zgges_ = zgges
-zggev_ = zggev
-zgghrd_ = zgghrd
-zheev_ = zheev
-zhetd2_ = zhetd2
-zhetrd_ = zhetrd
-zhgeqz_ = zhgeqz
-zhseqr_ = zhseqr
-zlabrd_ = zlabrd
-zlacgv_ = zlacgv
-zlacn2_ = zlacn2
-zlacon_ = zlacon
-zlacpy_ = zlacpy
-zladiv_ = zladiv
-zlahqr_ = zlahqr
-zlahr2_ = zlahr2
-zlahrd_ = zlahrd
-zlaic1_ = zlaic1
-zlange_ = zlange
-zlanhe_ = zlanhe
-zlanhs_ = zlanhs
-zlaqp2_ = zlaqp2
-zlaqps_ = zlaqps
-zlaqr0_ = zlaqr0
-zlaqr1_ = zlaqr1
-zlaqr2_ = zlaqr2
-zlaqr3_ = zlaqr3
-zlaqr4_ = zlaqr4
-zlaqr5_ = zlaqr5
-zlarf_ = zlarf
-zlarfb_ = zlarfb
-zlarfg_ = zlarfg
-zlarft_ = zlarft
-zlarfx_ = zlarfx
-zlartg_ = zlartg
-zlarz_ = zlarz
-zlarzb_ = zlarzb
-zlarzt_ = zlarzt
-zlascl_ = zlascl
-zlaset_ = zlaset
-zlasr_ = zlasr
-zlassq_ = zlassq
-zlaswp_ = zlaswp
-zlatdf_ = zlatdf
-zlatrd_ = zlatrd
-zlatrs_ = zlatrs
-zlatrz_ = zlatrz
-zpotf2_ = zpotf2
-zpotrf_ = zpotrf
-zrot_ = zrot
-zsteqr_ = zsteqr
-ztgevc_ = ztgevc
-ztgex2_ = ztgex2
-ztgexc_ = ztgexc
-ztgsen_ = ztgsen
-ztgsy2_ = ztgsy2
-ztgsyl_ = ztgsyl
-ztrevc_ = ztrevc
-ztrexc_ = ztrexc
-ztrsen_ = ztrsen
-ztrsyl_ = ztrsyl
-ztrti2_ = ztrti2
-ztrtri_ = ztrtri
-ztzrzf_ = ztzrzf
-zung2l_ = zung2l
-zung2r_ = zung2r
-zungbr_ = zungbr
-zunghr_ = zunghr
-zungl2_ = zungl2
-zunglq_ = zunglq
-zungql_ = zungql
-zungqr_ = zungqr
-zungtr_ = zungtr
-zunm2r_ = zunm2r
-zunmbr_ = zunmbr
-zunml2_ = zunml2
-zunmlq_ = zunmlq
-zunmqr_ = zunmqr
-zunmr3_ = zunmr3
-zunmrz_ = zunmrz
+ dbdsqr_
+ dgebak_
+ dgebal_
+ dgebd2_
+ dgebrd_
+ dgecon_
+ dgeequ_
+ dgees_
+ dgeesx_
+ dgeev_
+ dgegs_
+ dgehd2_
+ dgehrd_
+ dgelq2_
+ dgelqf_
+ dgels_
+ dgelss_
+ dgelsx_
+ dgelsy_
+ dgeql2_
+ dgeqlf_
+ dgeqp3_
+ dgeqpf_
+ dgeqr2_
+ dgeqrf_
+ dgerfs_
+ dgerq2_
+ dgerqf_
+ dgesc2_
+ dgesv_
+ dgesvd_
+ dgesvx_
+ dgetc2_
+ dgetf2_
+ dgetrf_
+ dgetri_
+ dgetrs_
+ dggbak_
+ dggbal_
+ dgges_
+ dggev_
+ dgghrd_
+ dhgeqz_
+ dhseqr_
+ disnan_
+ dlabad_
+ dlabrd_
+ dlacn2_
+ dlacon_
+ dlacpy_
+ dladiv_
+ dlae2_
+ dlaev2_
+ dlaexc_
+ dlag2_
+ dlagv2_
+ dlahqr_
+ dlahr2_
+ dlahrd_
+ dlaic1_
+ dlaisnan_
+ dlaln2_
+ dlamch_
+ dlamc2_
+ dlamc1_
+ dlamc3_
+ dlamc4_
+ dlamc5_
+ dlange_
+ dlanhs_
+ dlansp_
+ dlanst_
+ dlansy_
+ dlantr_
+ dlanv2_
+ dlapmt_
+ dlapy2_
+ dlapy3_
+ dlaqge_
+ dlaqp2_
+ dlaqps_
+ dlaqr0_
+ dlaqr1_
+ dlaqr2_
+ dlaqr3_
+ dlaqr4_
+ dlaqr5_
+ dlarf_
+ dlarfb_
+ dlarfg_
+ dlarft_
+ dlarfx_
+ dlartg_
+ dlarz_
+ dlarzb_
+ dlarzt_
+ dlas2_
+ dlascl_
+ dlaset_
+ dlasq1_
+ dlasq2_
+ dlasq3_
+ dlasq4_
+ dlasq5_
+ dlasq6_
+ dlasr_
+ dlasrt_
+ dlassq_
+ dlasv2_
+ dlaswp_
+ dlasy2_
+ dlasyf_
+ dlatdf_
+ dlatrd_
+ dlatrs_
+ dlatrz_
+ dlatzm_
+ dlazq3_
+ dlazq4_
+ dopgtr_
+ dorg2l_
+ dorg2r_
+ dorgbr_
+ dorghr_
+ dorgl2_
+ dorglq_
+ dorgql_
+ dorgqr_
+ dorgr2_
+ dorgrq_
+ dorgtr_
+ dorm2l_
+ dorm2r_
+ dormbr_
+ dormhr_
+ dorml2_
+ dormlq_
+ dormql_
+ dormqr_
+ dormr2_
+ dormr3_
+ dormrq_
+ dormrz_
+ dpocon_
+ dpotf2_
+ dpotrf_
+ dpotrs_
+ dpptrf_
+ drscl_
+ dspev_
+ dspgst_
+ dspgv_
+ dsptrd_
+ dsptrf_
+ dsteqr_
+ dsterf_
+ dsycon_
+ dsyev_
+ dsysv_
+ dsytd2_
+ dsytf2_
+ dsytrd_
+ dsytrf_
+ dsytri_
+ dsytrs_
+ dtgevc_
+ dtgex2_
+ dtgexc_
+ dtgsen_
+ dtgsy2_
+ dtgsyl_
+ dtrcon_
+ dtrevc_
+ dtrexc_
+ dtrsen_
+ dtrsyl_
+ dtrti2_
+ dtrtri_
+ dtrtrs_
+ dtzrqf_
+ dtzrzf_
+ dzsum1_
+ ieeeck_
+ ilaenv_
+ iparmq_
+ izmax1_
+ lsame_
+ slamch_
+ slamc2_
+ slamc1_
+ slamc3_
+ slamc4_
+ slamc5_
+ zbdsqr_
+ zdrot_
+ zdrscl_
+ zgebak_
+ zgebal_
+ zgebd2_
+ zgebrd_
+ zgecon_
+ zgees_
+ zgeev_
+ zgehd2_
+ zgehrd_
+ zgelq2_
+ zgelqf_
+ zgelsy_
+ zgeqp3_
+ zgeqpf_
+ zgeqr2_
+ zgeqrf_
+ zgesc2_
+ zgesvd_
+ zgetc2_
+ zgetf2_
+ zgetrf_
+ zgetri_
+ zgetrs_
+ zggbak_
+ zggbal_
+ zgges_
+ zggev_
+ zgghrd_
+ zheev_
+ zhetd2_
+ zhetrd_
+ zhgeqz_
+ zhseqr_
+ zlabrd_
+ zlacgv_
+ zlacn2_
+ zlacon_
+ zlacpy_
+ zladiv_
+ zlahqr_
+ zlahr2_
+ zlahrd_
+ zlaic1_
+ zlange_
+ zlanhe_
+ zlanhs_
+ zlaqp2_
+ zlaqps_
+ zlaqr0_
+ zlaqr1_
+ zlaqr2_
+ zlaqr3_
+ zlaqr4_
+ zlaqr5_
+ zlarf_
+ zlarfb_
+ zlarfg_
+ zlarft_
+ zlarfx_
+ zlartg_
+ zlarz_
+ zlarzb_
+ zlarzt_
+ zlascl_
+ zlaset_
+ zlasr_
+ zlassq_
+ zlaswp_
+ zlatdf_
+ zlatrd_
+ zlatrs_
+ zlatrz_
+ zpotf2_
+ zpotrf_
+ zrot_
+ zsteqr_
+ ztgevc_
+ ztgex2_
+ ztgexc_
+ ztgsen_
+ ztgsy2_
+ ztgsyl_
+ ztrevc_
+ ztrexc_
+ ztrsen_
+ ztrsyl_
+ ztrti2_
+ ztrtri_
+ ztzrzf_
+ zung2l_
+ zung2r_
+ zungbr_
+ zunghr_
+ zungl2_
+ zunglq_
+ zungql_
+ zungqr_
+ zungtr_
+ zunm2r_
+ zunmbr_
+ zunml2_
+ zunmlq_
+ zunmqr_
+ zunmr3_
+ zunmrz_
+
+ dbdsqr = dbdsqr_
+ dgebak = dgebak_
+ dgebal = dgebal_
+ dgebd2 = dgebd2_
+ dgebrd = dgebrd_
+ dgecon = dgecon_
+ dgeequ = dgeequ_
+ dgees = dgees_
+ dgeesx = dgeesx_
+ dgeev = dgeev_
+ dgegs = dgegs_
+ dgehd2 = dgehd2_
+ dgehrd = dgehrd_
+ dgelq2 = dgelq2_
+ dgelqf = dgelqf_
+ dgels = dgels_
+ dgelss = dgelss_
+ dgelsx = dgelsx_
+ dgelsy = dgelsy_
+ dgeql2 = dgeql2_
+ dgeqlf = dgeqlf_
+ dgeqp3 = dgeqp3_
+ dgeqpf = dgeqpf_
+ dgeqr2 = dgeqr2_
+ dgeqrf = dgeqrf_
+ dgerfs = dgerfs_
+ dgerq2 = dgerq2_
+ dgerqf = dgerqf_
+ dgesc2 = dgesc2_
+ dgesv = dgesv_
+ dgesvd = dgesvd_
+ dgesvx = dgesvx_
+ dgetc2 = dgetc2_
+ dgetf2 = dgetf2_
+ dgetrf = dgetrf_
+ dgetri = dgetri_
+ dgetrs = dgetrs_
+ dggbak = dggbak_
+ dggbal = dggbal_
+ dgges = dgges_
+ dggev = dggev_
+ dgghrd = dgghrd_
+ dhgeqz = dhgeqz_
+ dhseqr = dhseqr_
+ disnan = disnan_
+ dlabad = dlabad_
+ dlabrd = dlabrd_
+ dlacn2 = dlacn2_
+ dlacon = dlacon_
+ dlacpy = dlacpy_
+ dladiv = dladiv_
+ dlae2 = dlae2_
+ dlaev2 = dlaev2_
+ dlaexc = dlaexc_
+ dlag2 = dlag2_
+ dlagv2 = dlagv2_
+ dlahqr = dlahqr_
+ dlahr2 = dlahr2_
+ dlahrd = dlahrd_
+ dlaic1 = dlaic1_
+ dlaisnan = dlaisnan_
+ dlaln2 = dlaln2_
+ dlamch = dlamch_
+ dlamc2 = dlamc2_
+ dlamc1 = dlamc1_
+ dlamc3 = dlamc3_
+ dlamc4 = dlamc4_
+ dlamc5 = dlamc5_
+ dlange = dlange_
+ dlanhs = dlanhs_
+ dlansp = dlansp_
+ dlanst = dlanst_
+ dlansy = dlansy_
+ dlantr = dlantr_
+ dlanv2 = dlanv2_
+ dlapmt = dlapmt_
+ dlapy2 = dlapy2_
+ dlapy3 = dlapy3_
+ dlaqge = dlaqge_
+ dlaqp2 = dlaqp2_
+ dlaqps = dlaqps_
+ dlaqr0 = dlaqr0_
+ dlaqr1 = dlaqr1_
+ dlaqr2 = dlaqr2_
+ dlaqr3 = dlaqr3_
+ dlaqr4 = dlaqr4_
+ dlaqr5 = dlaqr5_
+ dlarf = dlarf_
+ dlarfb = dlarfb_
+ dlarfg = dlarfg_
+ dlarft = dlarft_
+ dlarfx = dlarfx_
+ dlartg = dlartg_
+ dlarz = dlarz_
+ dlarzb = dlarzb_
+ dlarzt = dlarzt_
+ dlas2 = dlas2_
+ dlascl = dlascl_
+ dlaset = dlaset_
+ dlasq1 = dlasq1_
+ dlasq2 = dlasq2_
+ dlasq3 = dlasq3_
+ dlasq4 = dlasq4_
+ dlasq5 = dlasq5_
+ dlasq6 = dlasq6_
+ dlasr = dlasr_
+ dlasrt = dlasrt_
+ dlassq = dlassq_
+ dlasv2 = dlasv2_
+ dlaswp = dlaswp_
+ dlasy2 = dlasy2_
+ dlasyf = dlasyf_
+ dlatdf = dlatdf_
+ dlatrd = dlatrd_
+ dlatrs = dlatrs_
+ dlatrz = dlatrz_
+ dlatzm = dlatzm_
+ dlazq3 = dlazq3_
+ dlazq4 = dlazq4_
+ dopgtr = dopgtr_
+ dorg2l = dorg2l_
+ dorg2r = dorg2r_
+ dorgbr = dorgbr_
+ dorghr = dorghr_
+ dorgl2 = dorgl2_
+ dorglq = dorglq_
+ dorgql = dorgql_
+ dorgqr = dorgqr_
+ dorgr2 = dorgr2_
+ dorgrq = dorgrq_
+ dorgtr = dorgtr_
+ dorm2l = dorm2l_
+ dorm2r = dorm2r_
+ dormbr = dormbr_
+ dormhr = dormhr_
+ dorml2 = dorml2_
+ dormlq = dormlq_
+ dormql = dormql_
+ dormqr = dormqr_
+ dormr2 = dormr2_
+ dormr3 = dormr3_
+ dormrq = dormrq_
+ dormrz = dormrz_
+ dpocon = dpocon_
+ dpotf2 = dpotf2_
+ dpotrf = dpotrf_
+ dpotrs = dpotrs_
+ dpptrf = dpptrf_
+ drscl = drscl_
+ dspev = dspev_
+ dspgst = dspgst_
+ dspgv = dspgv_
+ dsptrd = dsptrd_
+ dsptrf = dsptrf_
+ dsteqr = dsteqr_
+ dsterf = dsterf_
+ dsycon = dsycon_
+ dsyev = dsyev_
+ dsysv = dsysv_
+ dsytd2 = dsytd2_
+ dsytf2 = dsytf2_
+ dsytrd = dsytrd_
+ dsytrf = dsytrf_
+ dsytri = dsytri_
+ dsytrs = dsytrs_
+ dtgevc = dtgevc_
+ dtgex2 = dtgex2_
+ dtgexc = dtgexc_
+ dtgsen = dtgsen_
+ dtgsy2 = dtgsy2_
+ dtgsyl = dtgsyl_
+ dtrcon = dtrcon_
+ dtrevc = dtrevc_
+ dtrexc = dtrexc_
+ dtrsen = dtrsen_
+ dtrsyl = dtrsyl_
+ dtrti2 = dtrti2_
+ dtrtri = dtrtri_
+ dtrtrs = dtrtrs_
+ dtzrqf = dtzrqf_
+ dtzrzf = dtzrzf_
+ dzsum1 = dzsum1_
+ ieeeck = ieeeck_
+ ilaenv = ilaenv_
+ iparmq = iparmq_
+ izmax1 = izmax1_
+ lsame = lsame_
+ slamch = slamch_
+ slamc2 = slamc2_
+ slamc1 = slamc1_
+ slamc3 = slamc3_
+ slamc4 = slamc4_
+ slamc5 = slamc5_
+ zbdsqr = zbdsqr_
+ zdrot = zdrot_
+ zdrscl = zdrscl_
+ zgebak = zgebak_
+ zgebal = zgebal_
+ zgebd2 = zgebd2_
+ zgebrd = zgebrd_
+ zgecon = zgecon_
+ zgees = zgees_
+ zgeev = zgeev_
+ zgehd2 = zgehd2_
+ zgehrd = zgehrd_
+ zgelq2 = zgelq2_
+ zgelqf = zgelqf_
+ zgelsy = zgelsy_
+ zgeqp3 = zgeqp3_
+ zgeqpf = zgeqpf_
+ zgeqr2 = zgeqr2_
+ zgeqrf = zgeqrf_
+ zgesc2 = zgesc2_
+ zgesvd = zgesvd_
+ zgetc2 = zgetc2_
+ zgetf2 = zgetf2_
+ zgetrf = zgetrf_
+ zgetri = zgetri_
+ zgetrs = zgetrs_
+ zggbak = zggbak_
+ zggbal = zggbal_
+ zgges = zgges_
+ zggev = zggev_
+ zgghrd = zgghrd_
+ zheev = zheev_
+ zhetd2 = zhetd2_
+ zhetrd = zhetrd_
+ zhgeqz = zhgeqz_
+ zhseqr = zhseqr_
+ zlabrd = zlabrd_
+ zlacgv = zlacgv_
+ zlacn2 = zlacn2_
+ zlacon = zlacon_
+ zlacpy = zlacpy_
+ zladiv = zladiv_
+ zlahqr = zlahqr_
+ zlahr2 = zlahr2_
+ zlahrd = zlahrd_
+ zlaic1 = zlaic1_
+ zlange = zlange_
+ zlanhe = zlanhe_
+ zlanhs = zlanhs_
+ zlaqp2 = zlaqp2_
+ zlaqps = zlaqps_
+ zlaqr0 = zlaqr0_
+ zlaqr1 = zlaqr1_
+ zlaqr2 = zlaqr2_
+ zlaqr3 = zlaqr3_
+ zlaqr4 = zlaqr4_
+ zlaqr5 = zlaqr5_
+ zlarf = zlarf_
+ zlarfb = zlarfb_
+ zlarfg = zlarfg_
+ zlarft = zlarft_
+ zlarfx = zlarfx_
+ zlartg = zlartg_
+ zlarz = zlarz_
+ zlarzb = zlarzb_
+ zlarzt = zlarzt_
+ zlascl = zlascl_
+ zlaset = zlaset_
+ zlasr = zlasr_
+ zlassq = zlassq_
+ zlaswp = zlaswp_
+ zlatdf = zlatdf_
+ zlatrd = zlatrd_
+ zlatrs = zlatrs_
+ zlatrz = zlatrz_
+ zpotf2 = zpotf2_
+ zpotrf = zpotrf_
+ zrot = zrot_
+ zsteqr = zsteqr_
+ ztgevc = ztgevc_
+ ztgex2 = ztgex2_
+ ztgexc = ztgexc_
+ ztgsen = ztgsen_
+ ztgsy2 = ztgsy2_
+ ztgsyl = ztgsyl_
+ ztrevc = ztrevc_
+ ztrexc = ztrexc_
+ ztrsen = ztrsen_
+ ztrsyl = ztrsyl_
+ ztrti2 = ztrti2_
+ ztrtri = ztrtri_
+ ztzrzf = ztzrzf_
+ zung2l = zung2l_
+ zung2r = zung2r_
+ zungbr = zungbr_
+ zunghr = zunghr_
+ zungl2 = zungl2_
+ zunglq = zunglq_
+ zungql = zungql_
+ zungqr = zungqr_
+ zungtr = zungtr_
+ zunm2r = zunm2r_
+ zunmbr = zunmbr_
+ zunml2 = zunml2_
+ zunmlq = zunmlq_
+ zunmqr = zunmqr_
+ zunmr3 = zunmr3_
+ zunmrz = zunmrz_
diff --git a/scilab2c/src/lib/lapack/lapack_f/lapack_DLL.vfproj b/scilab2c/src/lib/lapack/lapack_f/lapack_DLL.vfproj
index da27e79c..962bdb95 100644
--- a/scilab2c/src/lib/lapack/lapack_f/lapack_DLL.vfproj
+++ b/scilab2c/src/lib/lapack/lapack_f/lapack_DLL.vfproj
@@ -5,7 +5,7 @@
<Platform Name="x64"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="$(InputDir)$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
- <Tool Name="VFFortranCompilerTool" AdditionalOptions="/dll " SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" OptimizeForProcessor="procOptimizeBlended" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" Traceback="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
+ <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" OptimizeForProcessor="procOptimizeBlended" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" Traceback="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
<Tool Name="VFLinkerTool" OutputFile="$(SolutionDir)bin/lapack.dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="msvcrtd.lib" ModuleDefinitionFile="lapack.def" GenerateDebugInformation="true" SubSystem="subSystemWindows" ImportLibrary="$(SolutionDir)bin/lapack.lib" LinkDLL="true" AdditionalDependencies="libcmtd.lib "/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
@@ -14,7 +14,7 @@
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/></Configuration>
<Configuration Name="Release|Win32" OutputDirectory="$(InputDir)$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
- <Tool Name="VFFortranCompilerTool" AdditionalOptions="/dll " SuppressStartupBanner="true" OptimizeForProcessor="procOptimizePentiumProThruIII" UseProcessorExtensions="codeForStreamingSIMD" RequireProcessorExtensions="codeExclusivelyStreamingSIMD" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/"/>
+ <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" OptimizeForProcessor="procOptimizePentiumProThruIII" UseProcessorExtensions="codeForStreamingSIMD" RequireProcessorExtensions="codeExclusivelyStreamingSIMD" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/"/>
<Tool Name="VFLinkerTool" OutputFile="$(SolutionDir)bin/lapack.dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="msvcrt.lib" ModuleDefinitionFile="lapack.def" SubSystem="subSystemWindows" SupportUnloadOfDelayLoadedDLL="true" ImportLibrary="$(SolutionDir)bin/lapack.lib" LinkDLL="true" AdditionalDependencies="libcmt.lib"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
@@ -23,7 +23,7 @@
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/></Configuration>
<Configuration Name="Debug|x64" OutputDirectory="$(InputDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
- <Tool Name="VFFortranCompilerTool" AdditionalOptions="/dll " SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" Traceback="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
+ <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" Traceback="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
<Tool Name="VFLinkerTool" OutputFile="../../lapack.dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="msvcrtd.lib" ModuleDefinitionFile="lapack.def" GenerateDebugInformation="true" SubSystem="subSystemWindows" ImportLibrary="../../lapack.lib" LinkDLL="true" AdditionalDependencies="libcmtd.lib ../../blas.lib"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
@@ -32,7 +32,7 @@
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/></Configuration>
<Configuration Name="Release|x64" OutputDirectory="$(InputDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
- <Tool Name="VFFortranCompilerTool" AdditionalOptions="/dll " SuppressStartupBanner="true" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/"/>
+ <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" F77RuntimeCompatibility="true" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/"/>
<Tool Name="VFLinkerTool" OutputFile="../../lapack.dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="msvcrt.lib" ModuleDefinitionFile="lapack.def" SubSystem="subSystemWindows" SupportUnloadOfDelayLoadedDLL="true" ImportLibrary="../../lapack.lib" LinkDLL="true" AdditionalDependencies="libcmt.lib"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
diff --git a/scilab2c/src/lib/lapack/lapack_f/lapack_DLL_f2c.vcproj b/scilab2c/src/lib/lapack/lapack_f/lapack_DLL_f2c.vcproj
new file mode 100644
index 00000000..acb26391
--- /dev/null
+++ b/scilab2c/src/lib/lapack/lapack_f/lapack_DLL_f2c.vcproj
@@ -0,0 +1,2779 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="lapack_f2c_DLL"
+ ProjectGUID="{69296D00-0DE1-4F4B-B0CE-FE4F3CB43923}"
+ RootNamespace="lapack_f2c_DLL"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ <ToolFile
+ RelativePath="..\..\..\Visual-Studio-settings\f2c.rules"
+ />
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="f2c rule"
+ ExecutionBucket="1"
+ />
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="2"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ ExecutionBucket="4"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ ExecutionBucket="5"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="6"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ ExecutionBucket="7"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ ExecutionBucket="8"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ Description="Build Lapack.def file"
+ CommandLine=""
+ ExecutionBucket="9"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ExecutionBucket="10"
+ AdditionalOptions="/fixed:no"
+ OutputFile="$(SolutionDir)bin\lapack.dll"
+ ModuleDefinitionFile="lapack.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(SolutionDir)bin\$(TargetName).lib"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ ExecutionBucket="11"
+ />
+ <Tool
+ Name="VCManifestTool"
+ ExecutionBucket="12"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ ExecutionBucket="13"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ ExecutionBucket="14"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ ExecutionBucket="15"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="17"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="f2c rule"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ Description="Build Lapack.def file"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/fixed:no"
+ OutputFile="../../../bin/lapack.dll"
+ ModuleDefinitionFile="lapack.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="17"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="f2c rule"
+ ExecutionBucket="1"
+ />
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="2"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ ExecutionBucket="4"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ ExecutionBucket="5"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="6"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ ExecutionBucket="7"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ ExecutionBucket="8"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ Description="Build Lapack.def file"
+ CommandLine=""
+ ExecutionBucket="9"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ExecutionBucket="10"
+ OutputFile="$(SolutionDir)bin\lapack.dll"
+ ModuleDefinitionFile="lapack.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(SolutionDir)bin\$(TargetName).lib"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ ExecutionBucket="11"
+ />
+ <Tool
+ Name="VCManifestTool"
+ ExecutionBucket="12"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ ExecutionBucket="13"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ ExecutionBucket="14"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ ExecutionBucket="15"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ ExecutionBucket="17"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="f2c rule"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="../../f2c"
+ PreprocessorDefinitions="STRICT;__STDC__;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(ConfigurationName)/"
+ ProgramDataBaseFileName="$(ConfigurationName)/vc80.pdb"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ Description="Build Lapack.def file"
+ CommandLine=""
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="../../../bin/lapack.dll"
+ ModuleDefinitionFile="lapack.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="17"
+ CLRUnmanagedCodeCheck="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ >
+ <File
+ RelativePath="..\dbdsqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebak.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebd2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgecon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeequ.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeesx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgegs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgehd2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgehrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelq2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelqf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgels.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelss.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelsx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelsy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeql2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqlf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqp3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqpf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgerfs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgerq2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgerqf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesc2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesvd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesvx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetc2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetf2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetri.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetrs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dggbak.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dggbal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgges.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dggev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dgghrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dhgeqz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dhseqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\disnan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlabad.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlabrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlacn2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlacon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlacpy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dladiv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlae2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaev2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaexc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlag2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlagv2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlahqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlahr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlahrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaic1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaisnan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaln2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlamch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlange.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlanhs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlansp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlanst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlansy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlantr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlanv2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlapmt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlapy2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlapy3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqge.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqp2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarfb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarfg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarft.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarfx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlartg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarzb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarzt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlas2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlascl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaset.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasrt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlassq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasv2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaswp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasy2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasyf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatdf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatrs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatrz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatzm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlazq3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dlazq4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dopgtr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorg2l.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorg2r.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgbr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorghr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgl2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorglq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgql.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgrq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgtr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorm2l.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorm2r.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormbr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormhr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dorml2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormlq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormql.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormr3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormrq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dormrz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dpocon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dpotf2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dpotrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dpotrs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dpptrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\drscl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspgst.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dspgv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsptrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsptrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsteqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsterf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsycon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsysv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytd2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytf2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytri.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytrs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgevc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgex2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgexc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgsen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgsy2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgsyl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrcon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrevc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrexc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsyl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrti2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrtri.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrtrs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtzrqf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dtzrzf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\dzsum1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ieeeck.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ilaenv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\iparmq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\izmax1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lsame.c"
+ >
+ </File>
+ <File
+ RelativePath="..\slamch.c"
+ >
+ </File>
+ <File
+ RelativePath="..\xerbla.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zbdsqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdrot.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zdrscl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebak.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebd2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgecon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgees.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgehd2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgehrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgelq2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgelqf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgelsy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqp3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqpf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgesc2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgesvd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetc2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetf2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetri.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetrs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zggbak.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zggbal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgges.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zggev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zgghrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zheev.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhetd2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhetrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhgeqz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zhseqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlabrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacgv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacn2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacpy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zladiv.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlahqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlahr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlahrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaic1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlange.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlanhe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlanhs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqp2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqps.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarfb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarfg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarft.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarfx.c"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\zlartg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarzb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarzt.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlascl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaset.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlasr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlassq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaswp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatdf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatrd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatrs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatrz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zpotf2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zpotrf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zrot.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zsteqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgevc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgex2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgexc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgsen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgsy2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgsyl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrevc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrexc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsen.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsyl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrti2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrtri.c"
+ >
+ </File>
+ <File
+ RelativePath="..\ztzrzf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zung2l.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zung2r.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zungbr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunghr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zungl2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunglq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zungql.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zungqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zungtr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunm2r.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmbr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunml2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmlq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmqr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmr3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmrz.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ >
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ >
+ </Filter>
+ <Filter
+ Name="Fortran Files"
+ >
+ <File
+ RelativePath="..\dbdsqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebak.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebd2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgebrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgecon.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeequ.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgees.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeesx.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeev.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgegs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgehd2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgehrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelq2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelqf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgels.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelss.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelsx.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgelsy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeql2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqlf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqp3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqpf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgeqrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgerfs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgerq2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgerqf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesc2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesvd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgesvx.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetc2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetf2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetri.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgetrs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dggbak.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dggbal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgges.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dggev.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dgghrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dhgeqz.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dhseqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\disnan.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlabad.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlabrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlacn2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlacon.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlacpy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dladiv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlae2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaev2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaexc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlag2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlagv2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlahqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlahr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlahrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaic1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaisnan.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaln2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlamch.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlange.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlanhs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlansp.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlanst.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlansy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlantr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlanv2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlapmt.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlapy2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlapy3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqge.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqp2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqps.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr0.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr4.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaqr5.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarfb.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarfg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarft.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarfx.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlartg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarz.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarzb.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlarzt.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlas2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlascl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaset.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq4.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq5.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasq6.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasrt.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlassq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasv2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlaswp.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasy2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlasyf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatdf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatrs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatrz.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlatzm.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlazq3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dlazq4.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dopgtr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorg2l.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorg2r.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgbr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorghr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgl2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorglq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgql.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgrq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorgtr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorm2l.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorm2r.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormbr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormhr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dorml2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormlq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormql.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormr3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormrq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dormrz.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dpocon.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dpotf2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dpotrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dpotrs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dpptrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\drscl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspev.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspgst.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dspgv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsptrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsptrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsteqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsterf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsycon.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsyev.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsysv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytd2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytf2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytri.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dsytrs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgevc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgex2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgexc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgsen.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgsy2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtgsyl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrcon.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrevc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrexc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsen.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrsyl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrti2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrtri.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtrtrs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtzrqf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dtzrzf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\dzsum1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ieeeck.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ilaenv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\iparmq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\izmax1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\lsame.f"
+ >
+ </File>
+ <File
+ RelativePath="..\slamch.f"
+ >
+ </File>
+ <File
+ RelativePath="..\xerbla.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zbdsqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdrot.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zdrscl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebak.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebd2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgebrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgecon.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgees.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeev.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgehd2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgehrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgelq2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgelqf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgelsy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqp3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqpf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgeqrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgesc2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgesvd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetc2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetf2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetri.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgetrs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zggbak.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zggbal.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgges.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zggev.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zgghrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zheev.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhetd2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhetrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhgeqz.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zhseqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlabrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacgv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacn2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacon.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlacpy.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zladiv.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlahqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlahr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlahrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaic1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlange.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlanhe.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlanhs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqp2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqps.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr0.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr1.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr4.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaqr5.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarfb.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarfg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarft.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarfx.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlartg.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarz.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarzb.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlarzt.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlascl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaset.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlasr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlassq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlaswp.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatdf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatrd.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatrs.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zlatrz.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zpotf2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zpotrf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zrot.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zsteqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgevc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgex2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgexc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgsen.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgsy2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztgsyl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrevc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrexc.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsen.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrsyl.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrti2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztrtri.f"
+ >
+ </File>
+ <File
+ RelativePath="..\ztzrzf.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zung2l.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zung2r.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zungbr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunghr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zungl2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunglq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zungql.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zungqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zungtr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunm2r.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmbr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunml2.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmlq.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmqr.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmr3.f"
+ >
+ </File>
+ <File
+ RelativePath="..\zunmrz.f"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\..\..\bin\libf2c.lib"
+ >
+ </File>
+ <File
+ RelativePath="..\Makefile.am"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/scilab2c/src/type/doubleComplex.h b/scilab2c/src/type/doubleComplex.h
index 08d7db3d..7f78ec77 100644
--- a/scilab2c/src/type/doubleComplex.h
+++ b/scilab2c/src/type/doubleComplex.h
@@ -13,6 +13,8 @@
#ifndef __DOUBLECOMPLEX_H__
#define __DOUBLECOMPLEX_H__
+#include "dynlib_type.h"
+
#ifdef __STDC_VERSION__
# ifndef STDC
# define STDC
@@ -56,17 +58,17 @@ typedef double complex doubleComplex;
*/
#endif
-double zreals(doubleComplex);
-double zimags(doubleComplex);
-void zreala(doubleComplex *in, int size, double *out);
-void zimaga(doubleComplex *in, int size, double *out);
-doubleComplex DoubleComplex(double, double);
-doubleComplex* DoubleComplexMatrix(double*, double*, int);
-bool zisreals(doubleComplex);
-bool zisimags(doubleComplex);
-doubleComplex zadds(doubleComplex, doubleComplex);
-doubleComplex zdiffs(doubleComplex, doubleComplex);
-doubleComplex ztimess(doubleComplex, doubleComplex);
-doubleComplex zdevides(doubleComplex, doubleComplex);
+EXTERN_TYPE double zreals(doubleComplex);
+EXTERN_TYPE double zimags(doubleComplex);
+EXTERN_TYPE void zreala(doubleComplex *in, int size, double *out);
+EXTERN_TYPE void zimaga(doubleComplex *in, int size, double *out);
+EXTERN_TYPE doubleComplex DoubleComplex(double, double);
+EXTERN_TYPE doubleComplex* DoubleComplexMatrix(double*, double*, int);
+EXTERN_TYPE bool zisreals(doubleComplex);
+EXTERN_TYPE bool zisimags(doubleComplex);
+EXTERN_TYPE doubleComplex zadds(doubleComplex, doubleComplex);
+EXTERN_TYPE doubleComplex zdiffs(doubleComplex, doubleComplex);
+EXTERN_TYPE doubleComplex ztimess(doubleComplex, doubleComplex);
+EXTERN_TYPE doubleComplex zdevides(doubleComplex, doubleComplex);
#endif /* !__DOUBLECOMPLEX_H__ */
diff --git a/scilab2c/src/type/dynlib_type.h b/scilab2c/src/type/dynlib_type.h
new file mode 100644
index 00000000..03c105f0
--- /dev/null
+++ b/scilab2c/src/type/dynlib_type.h
@@ -0,0 +1,26 @@
+/*
+* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+* Copyright (C) 2009 - DIGITEO - Allan CORNET
+*
+* This file must be used under the terms of the CeCILL.
+* This source file is licensed as described in the file COPYING, which
+* you should have received as part of this distribution. The terms
+* are also available at
+* http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+*
+*/
+
+#ifndef __DYNLIB_TYPE_H__
+#define __DYNLIB_TYPE_H__
+
+#ifdef _MSC_VER
+ #if TYPE_EXPORTS
+ #define EXTERN_TYPE __declspec (dllexport)
+ #else
+ #define EXTERN_TYPE __declspec (dllimport)
+ #endif
+#else
+ #define EXTERN_TYPE
+#endif
+
+#endif /* __DYNLIB_TYPE_H__ */ \ No newline at end of file
diff --git a/scilab2c/src/type/floatComplex.h b/scilab2c/src/type/floatComplex.h
index 653723c5..b51cc133 100644
--- a/scilab2c/src/type/floatComplex.h
+++ b/scilab2c/src/type/floatComplex.h
@@ -13,6 +13,8 @@
#ifndef __FLOATCOMPLEX_H__
#define __FLOATCOMPLEX_H__
+#include "dynlib_type.h"
+
#ifdef __STDC_VERSION__
# ifndef STDC
# define STDC
@@ -57,14 +59,14 @@ typedef float complex floatComplex;
#endif
-float creals(floatComplex);
-float cimags(floatComplex);
-void creala(floatComplex *in, int size, float *out);
-void cimaga(floatComplex *in, int size, float *out);
-floatComplex FloatComplex(float, float);
-floatComplex* FloatComplexMatrix(float*, float*, int);
-bool cisreals(floatComplex);
-bool cisimags(floatComplex);
+EXTERN_TYPE float creals(floatComplex);
+EXTERN_TYPE float cimags(floatComplex);
+EXTERN_TYPE void creala(floatComplex *in, int size, float *out);
+EXTERN_TYPE void cimaga(floatComplex *in, int size, float *out);
+EXTERN_TYPE floatComplex FloatComplex(float, float);
+EXTERN_TYPE floatComplex* FloatComplexMatrix(float*, float*, int);
+EXTERN_TYPE bool cisreals(floatComplex);
+EXTERN_TYPE bool cisimags(floatComplex);
#endif /* !__FLOATCOMPLEX_H__ */
diff --git a/scilab2c/src/type/test_doubleComplex/test_doubleComplex.vcproj b/scilab2c/src/type/test_doubleComplex/test_doubleComplex.vcproj
index a151a773..476ceb6d 100644
--- a/scilab2c/src/type/test_doubleComplex/test_doubleComplex.vcproj
+++ b/scilab2c/src/type/test_doubleComplex/test_doubleComplex.vcproj
@@ -60,6 +60,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -132,6 +133,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/scilab2c/src/type/test_floatComplex/test_floatComplex.vcproj b/scilab2c/src/type/test_floatComplex/test_floatComplex.vcproj
index a0c3a08c..d1fe7c58 100644
--- a/scilab2c/src/type/test_floatComplex/test_floatComplex.vcproj
+++ b/scilab2c/src/type/test_floatComplex/test_floatComplex.vcproj
@@ -61,6 +61,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -134,6 +135,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/scilab2c/src/type/type.vcproj b/scilab2c/src/type/type.vcproj
index b393be1a..3aac3924 100644
--- a/scilab2c/src/type/type.vcproj
+++ b/scilab2c/src/type/type.vcproj
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="9,00"
Name="type"
- ProjectGUID="{E3EF5580-5360-43D4-A6EA-C03A68AAECE3}"
+ ProjectGUID="{9B1BD750-1FEF-4D6B-9422-782D16181CEE}"
RootNamespace="type"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
@@ -18,9 +18,9 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)bin"
IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="4"
+ ConfigurationType="2"
CharacterSet="1"
>
<Tool
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TYPE_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -59,12 +59,21 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLibrarianTool"
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).dll"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ ImportLibrary="$(SolutionDir)bin\$(TargetName).lib"
+ TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
+ Name="VCManifestTool"
+ />
+ <Tool
Name="VCXDCMakeTool"
/>
<Tool
@@ -74,14 +83,17 @@
Name="VCFxCopTool"
/>
<Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ OutputDirectory="$(SolutionDir)bin"
IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="4"
+ ConfigurationType="2"
CharacterSet="1"
WholeProgramOptimization="1"
>
@@ -104,7 +116,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TYPE_EXPORTS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
@@ -121,12 +133,23 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLibrarianTool"
+ Name="VCLinkerTool"
+ OutputFile="$(SolutionDir)bin\$(ProjectName).dll"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(SolutionDir)bin\$(TargetName).lib"
+ TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
+ Name="VCManifestTool"
+ />
+ <Tool
Name="VCXDCMakeTool"
/>
<Tool
@@ -136,6 +159,9 @@
Name="VCFxCopTool"
/>
<Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -199,15 +225,11 @@
>
</File>
<File
- RelativePath=".\floatComplex.h"
+ RelativePath=".\dynlib_type.h"
>
</File>
<File
- RelativePath=".\int_imag.h"
- >
- </File>
- <File
- RelativePath=".\int_real.h"
+ RelativePath=".\floatComplex.h"
>
</File>
</Filter>
@@ -217,6 +239,10 @@
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
+ <File
+ RelativePath=".\Makefile.am"
+ >
+ </File>
</Files>
<Globals>
</Globals>