diff options
author | siddhu8990 | 2015-09-11 02:28:56 +0530 |
---|---|---|
committer | siddhu8990 | 2015-09-11 02:28:56 +0530 |
commit | fa48de77a489b8b6e7c5cb335b8dc55721cf2a28 (patch) | |
tree | 5c026f0f1c5115b99b6cee80c510b3e9afb3e6c6 /macros/findDeps | |
parent | 9f6b12fae887eb141b6afd0fc56c7367c82efb70 (diff) | |
download | Scilab2C_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.bin | bin | 13696 -> 13696 bytes | |||
-rw-r--r-- | macros/findDeps/getAllInterfaces.bin | bin | 13696 -> 13696 bytes | |||
-rw-r--r-- | macros/findDeps/getAllSources.bin | bin | 89136 -> 89136 bytes | |||
-rw-r--r-- | macros/findDeps/getArduinoFiles.sci | 17 | ||||
-rw-r--r-- | macros/findDeps/names | 1 |
5 files changed, 18 insertions, 0 deletions
diff --git a/macros/findDeps/getAllHeaders.bin b/macros/findDeps/getAllHeaders.bin Binary files differindex 4829622..b0355de 100644 --- a/macros/findDeps/getAllHeaders.bin +++ b/macros/findDeps/getAllHeaders.bin diff --git a/macros/findDeps/getAllInterfaces.bin b/macros/findDeps/getAllInterfaces.bin Binary files differindex 6f0781e..1a0fedc 100644 --- a/macros/findDeps/getAllInterfaces.bin +++ b/macros/findDeps/getAllInterfaces.bin diff --git a/macros/findDeps/getAllSources.bin b/macros/findDeps/getAllSources.bin Binary files differindex d5a5c97..a689472 100644 --- a/macros/findDeps/getAllSources.bin +++ b/macros/findDeps/getAllSources.bin 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 |