summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllInterfaces.sci
diff options
context:
space:
mode:
authorsiddhu89902017-04-24 14:08:37 +0530
committersiddhu89902017-04-24 14:08:37 +0530
commitc7e9597db39140c1d982f796a8e1f03bb54e7905 (patch)
treef5f44081aeba7a00bb69b1ec71f93c31eac12863 /macros/findDeps/getAllInterfaces.sci
parent1fd0dce8d72c4d5869ce5ff4025ac09af603bc0f (diff)
downloadscilab2c-c7e9597db39140c1d982f796a8e1f03bb54e7905.tar.gz
scilab2c-c7e9597db39140c1d982f796a8e1f03bb54e7905.tar.bz2
scilab2c-c7e9597db39140c1d982f796a8e1f03bb54e7905.zip
Fixed float.h issue. OpenCV with built libraries working for linux x64
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r--macros/findDeps/getAllInterfaces.sci17
1 files changed, 8 insertions, 9 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci
index 04a707b5..c5c31165 100644
--- a/macros/findDeps/getAllInterfaces.sci
+++ b/macros/findDeps/getAllInterfaces.sci
@@ -162,13 +162,6 @@ function allInterfaces = getAllInterfaces(SharedInfo)
"src/c/elementaryFunctions/interfaces/int_dec2base.h"
"src/c/elementaryFunctions/interfaces/int_base2dec.h"
"src/c/elementaryFunctions/interfaces/int_dec2bin.h"
- "src/c/CACSD/interfaces/int_syslin.h"
- "src/c/CACSD/interfaces/int_lqr.h"
- "src/c/CACSD/interfaces/int_lqe.h"
- "src/c/CACSD/interfaces/int_obscont.h"
- "src/c/linearAlgebra/interfaces/int_schur.h"
- "src/c/linearAlgebra/interfaces/int_balanc.h"
- "src/c/linearAlgebra/interfaces/int_rcond.h"];
"src/c/elementaryFunctions/interfaces/int_dec2hex.h"
"src/c/elementaryFunctions/interfaces/int_dec2oct.h"
"src/c/elementaryFunctions/interfaces/int_oct2dec.h"
@@ -185,10 +178,16 @@ function allInterfaces = getAllInterfaces(SharedInfo)
"src/c/elementaryFunctions/interfaces/int_sech.h"
"src/c/elementaryFunctions/interfaces/int_float.h"
"src/c/elementaryFunctions/interfaces/int_factorial.h"
- "src/c/elementaryFunctions/interfaces/int_interp1.h"
"src/c/elementaryFunctions/interfaces/int_primes.h"
"src/c/elementaryFunctions/interfaces/int_factor.h"
-];
+ "src/c/CACSD/interfaces/int_syslin.h"
+ "src/c/CACSD/interfaces/int_lqr.h"
+ "src/c/CACSD/interfaces/int_lqe.h"
+ "src/c/CACSD/interfaces/int_obscont.h"
+ "src/c/linearAlgebra/interfaces/int_schur.h"
+ "src/c/linearAlgebra/interfaces/int_balanc.h"
+ "src/c/linearAlgebra/interfaces/int_rcond.h"];
+
//Interface files required for "Arduino" output
Arduino_interfaces = [