summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllSources.sci
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-07-11 20:21:06 +0530
committerAbhinav Dronamraju2017-07-11 20:21:06 +0530
commitac678b361d87222c0c40511ce060f79e9bdabd30 (patch)
tree9f7a7d3ae24a64945cec63bdb3c92459106d4bf6 /macros/findDeps/getAllSources.sci
parent21ec96e73b9e5244421f04f9a2e1207612391fca (diff)
parent3a663776e10700ca37e158de8ed580ecbfda0088 (diff)
downloadscilab2c-ac678b361d87222c0c40511ce060f79e9bdabd30.tar.gz
scilab2c-ac678b361d87222c0c40511ce060f79e9bdabd30.tar.bz2
scilab2c-ac678b361d87222c0c40511ce060f79e9bdabd30.zip
Ankit's changes
Diffstat (limited to 'macros/findDeps/getAllSources.sci')
-rw-r--r--macros/findDeps/getAllSources.sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci
index 5863e937..3422a955 100644
--- a/macros/findDeps/getAllSources.sci
+++ b/macros/findDeps/getAllSources.sci
@@ -339,6 +339,14 @@ function allSources = getAllSources(SharedInfo,BuildTool)
"src/c/matrixOperations/toeplitz/ctoeplitza.c"
"src/c/matrixOperations/toeplitz/i8toeplitza.c"
"src/c/matrixOperations/toeplitz/i16toeplitza.c"
+ "src/c/matrixOperations/cross/dcrossa.c"
+ "src/c/matrixOperations/cross/zcrossa.c"
+ "src/c/matrixOperations/cross/ccrossa.c"
+ "src/c/matrixOperations/cross/scrossa.c"
+ "src/c/matrixOperations/cross/u8crossa.c"
+ "src/c/matrixOperations/cross/i8crossa.c"
+ "src/c/matrixOperations/cross/u16crossa.c"
+ "src/c/matrixOperations/cross/i16crossa.c"
"src/c/elementaryFunctions/nextpow2/dnextpow2a.c"
"src/c/elementaryFunctions/isreal/sisreals.c"
"src/c/elementaryFunctions/isreal/disreals.c"