From fa48de77a489b8b6e7c5cb335b8dc55721cf2a28 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Fri, 11 Sep 2015 02:28:56 +0530 Subject: Changes made for making directory 'arduino' in output folder' --- macros/findDeps/getAllHeaders.bin | Bin 13696 -> 13696 bytes macros/findDeps/getAllInterfaces.bin | Bin 13696 -> 13696 bytes macros/findDeps/getAllSources.bin | Bin 89136 -> 89136 bytes macros/findDeps/getArduinoFiles.sci | 17 +++++++++++++++++ macros/findDeps/names | 1 + 5 files changed, 18 insertions(+) create mode 100644 macros/findDeps/getArduinoFiles.sci (limited to 'macros/findDeps') diff --git a/macros/findDeps/getAllHeaders.bin b/macros/findDeps/getAllHeaders.bin index 48296225..b0355de4 100644 Binary files a/macros/findDeps/getAllHeaders.bin and b/macros/findDeps/getAllHeaders.bin differ diff --git a/macros/findDeps/getAllInterfaces.bin b/macros/findDeps/getAllInterfaces.bin index 6f0781e2..1a0fedce 100644 Binary files a/macros/findDeps/getAllInterfaces.bin and b/macros/findDeps/getAllInterfaces.bin differ diff --git a/macros/findDeps/getAllSources.bin b/macros/findDeps/getAllSources.bin index d5a5c970..a6894729 100644 Binary files a/macros/findDeps/getAllSources.bin and b/macros/findDeps/getAllSources.bin differ diff --git a/macros/findDeps/getArduinoFiles.sci b/macros/findDeps/getArduinoFiles.sci new file mode 100644 index 00000000..a51d9b52 --- /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 2ba0b634..88d610bf 100644 --- a/macros/findDeps/names +++ b/macros/findDeps/names @@ -3,3 +3,4 @@ getAllHeaders getAllInterfaces Scilab2CDeps findDeps +getArduinoFiles -- cgit