summaryrefslogtreecommitdiff
path: root/macros/findDeps
diff options
context:
space:
mode:
authorsiddhu89902015-09-11 02:28:56 +0530
committersiddhu89902015-09-11 02:28:56 +0530
commitfa48de77a489b8b6e7c5cb335b8dc55721cf2a28 (patch)
tree5c026f0f1c5115b99b6cee80c510b3e9afb3e6c6 /macros/findDeps
parent9f6b12fae887eb141b6afd0fc56c7367c82efb70 (diff)
downloadScilab2C_fossee_old-fa48de77a489b8b6e7c5cb335b8dc55721cf2a28.tar.gz
Scilab2C_fossee_old-fa48de77a489b8b6e7c5cb335b8dc55721cf2a28.tar.bz2
Scilab2C_fossee_old-fa48de77a489b8b6e7c5cb335b8dc55721cf2a28.zip
Changes made for making directory 'arduino' in output folder'
Diffstat (limited to 'macros/findDeps')
-rw-r--r--macros/findDeps/getAllHeaders.binbin13696 -> 13696 bytes
-rw-r--r--macros/findDeps/getAllInterfaces.binbin13696 -> 13696 bytes
-rw-r--r--macros/findDeps/getAllSources.binbin89136 -> 89136 bytes
-rw-r--r--macros/findDeps/getArduinoFiles.sci17
-rw-r--r--macros/findDeps/names1
5 files changed, 18 insertions, 0 deletions
diff --git a/macros/findDeps/getAllHeaders.bin b/macros/findDeps/getAllHeaders.bin
index 4829622..b0355de 100644
--- a/macros/findDeps/getAllHeaders.bin
+++ b/macros/findDeps/getAllHeaders.bin
Binary files differ
diff --git a/macros/findDeps/getAllInterfaces.bin b/macros/findDeps/getAllInterfaces.bin
index 6f0781e..1a0fedc 100644
--- a/macros/findDeps/getAllInterfaces.bin
+++ b/macros/findDeps/getAllInterfaces.bin
Binary files differ
diff --git a/macros/findDeps/getAllSources.bin b/macros/findDeps/getAllSources.bin
index d5a5c97..a689472 100644
--- a/macros/findDeps/getAllSources.bin
+++ b/macros/findDeps/getAllSources.bin
Binary files differ
diff --git a/macros/findDeps/getArduinoFiles.sci b/macros/findDeps/getArduinoFiles.sci
new file mode 100644
index 0000000..a51d9b5
--- /dev/null
+++ b/macros/findDeps/getArduinoFiles.sci
@@ -0,0 +1,17 @@
+//
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2009-2009 - DIGITEO - Bruno JOFRET
+//
+// 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
+//
+//
+
+function arduinoFiles = getArduinoFiles()
+ arduinoFiles = [
+ "src/c/scilab-arduino/default_files/Makefile"
+ "src/c/scilab-arduino/default_files/sci2c_arduino.ino"];
+endfunction
diff --git a/macros/findDeps/names b/macros/findDeps/names
index 2ba0b63..88d610b 100644
--- a/macros/findDeps/names
+++ b/macros/findDeps/names
@@ -3,3 +3,4 @@ getAllHeaders
getAllInterfaces
Scilab2CDeps
findDeps
+getArduinoFiles