diff options
author | ttt | 2018-05-04 14:17:52 +0530 |
---|---|---|
committer | ttt | 2018-05-04 14:17:52 +0530 |
commit | e0ee212228386544ca248f0893d001107775ec4b (patch) | |
tree | c8648ca62b221da49af8eae94c2a6e2976c72f6e /etc | |
parent | 9d4f22fb6e70ffdbeda496faf516a0c10f0b6133 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-e0ee212228386544ca248f0893d001107775ec4b.tar.gz FOSSEE-Signal-Processing-Toolbox-e0ee212228386544ca248f0893d001107775ec4b.tar.bz2 FOSSEE-Signal-Processing-Toolbox-e0ee212228386544ca248f0893d001107775ec4b.zip |
deleted *~ files
Diffstat (limited to 'etc')
-rw-r--r-- | etc/FOSSEE_Scilab_Octave_Interface_Toolbox.quit~ | 34 | ||||
-rw-r--r-- | etc/FOSSEE_Scilab_Octave_Interface_Toolbox.start~ | 84 | ||||
-rw-r--r-- | etc/FOSSEE_Signal_Processing_Toolbox.start~ | 62 | ||||
-rw-r--r-- | etc/README.rst~ | 14 |
4 files changed, 0 insertions, 194 deletions
diff --git a/etc/FOSSEE_Scilab_Octave_Interface_Toolbox.quit~ b/etc/FOSSEE_Scilab_Octave_Interface_Toolbox.quit~ deleted file mode 100644 index 10375d6..0000000 --- a/etc/FOSSEE_Scilab_Octave_Interface_Toolbox.quit~ +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (C) 2015 - IIT Bombay - FOSSEE -// -// This file must be used under the terms of the BSD. -// This source file is licensed as described in the file LICENSE, which -// you should have received as part of this distribution. The terms -// are also available at -// https://opensource.org/licenses/BSD-3-Clause -// Author: Shamika Mohanan -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - - -function quitModule() - - etc_tlbx = get_absolute_file_path("FOSSEE_Signal_Processing_Toolbox.quit"); - etc_tlbx = getshortpathname(etc_tlbx); - root_tlbx = strncpy( etc_tlbx, length(etc_tlbx)-length("\etc\") ); - - //unlink libraries - [bOK, ilib] = c_link('FOSSEE_Scilab_Octave_Interface_Toolbox'); - if bOK then - ulink(ilib); - end - - // Remove Preferences GUI - // ============================================================================= - if getscilabmode() == "STD" then - removeModulePreferences(root_tlbx); - end - ulink(); -endfunction - -clear quitModule; - diff --git a/etc/FOSSEE_Scilab_Octave_Interface_Toolbox.start~ b/etc/FOSSEE_Scilab_Octave_Interface_Toolbox.start~ deleted file mode 100644 index cb4cb7b..0000000 --- a/etc/FOSSEE_Scilab_Octave_Interface_Toolbox.start~ +++ /dev/null @@ -1,84 +0,0 @@ -// Copyright (C) 2015 - IIT Bombay - FOSSEE -// -// This file must be used under the terms of the BSD. -// This source file is licensed as described in the file LICENSE, which -// you should have received as part of this distribution. The terms -// are also available at -// https://opensource.org/licenses/BSD-3-Clause -// Author: Shamika Mohanan -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - -mprintf("Start FOSSEE Scilab-Octave Interface Toolbox\n"); - -[a, opt] = getversion(); -Version = opt(2); - -etc_tlbx = get_absolute_file_path("FOSSEE_Scilab_Octave_Interface_Toolbox.start"); -etc_tlbx = getshortpathname(etc_tlbx); -root_tlbx = strncpy( etc_tlbx, length(etc_tlbx)-length("\etc\") ); - -//Load functions library -// ============================================================================= -mprintf("\tLoad macros\n"); -pathmacros = pathconvert( root_tlbx ) + "macros" + filesep(); -fsoit_lib = lib(pathmacros); -clear pathmacros; - -// load gateways -// ============================================================================= - -mprintf("\tLoad gateways\n"); -[a, opt] = getversion(); -Version = opt(2); -ilib_verbose(0); -if getos()=="Windows" then -// lib_path = root_tlbx + "/thirdparty/windows/bin/" + Version;*/ -// link(lib_path+filesep()+"IpOptFSS.dll");*/ -// link(lib_path+filesep()+"IpOpt-vc10.dll");*/ -else - lib_path = root_tlbx + "/thirdparty/linux/lib/"+Version+"/octave/4.0.1"; - link(lib_path + "/libamd.so"); - link(lib_path + "/libcamd.so"); - link(lib_path + "/libccolamd.so"); - link(lib_path + "/libcolamd.so"); - link(lib_path + "/libcholmod.so"); - link(lib_path + "/libumfpack.so"); - link(lib_path + "/libcxsparse.so"); - link(lib_path + "/libhdf5.so"); - link(lib_path + "/libqrupdate.so"); - link(lib_path + "/liboctave.so"); - link(lib_path + "/liboctinterp.so"); - -end -exec(pathconvert(root_tlbx + filesep() + "sci_gateway" + filesep() + "loader_gateway.sce",%f)); - -// Load and add help chapter -// ============================================================================= -if ( %t ) then -if or(getscilabmode() == ["NW";"STD"]) then - mprintf("\tLoad help\n"); - path_addchapter = pathconvert(root_tlbx+"/jar"); - if ( isdir(path_addchapter) <> [] ) then - add_help_chapter("FOSSEE_Scilab_Octave_Interface_Toolbox", path_addchapter, %F); - clear add_help_chapter; - end - clear path_addchapter; -end -end - -// add demos -// ============================================================================= - -if ( %t ) then -if or(getscilabmode() == ["NW";"STD"]) then - mprintf("\tLoad demos\n"); -// pathdemos = pathconvert(root_tlbx+"/demos/sci_FOSSEE_Scilab_Octave_Interface_Toolbox.dem.gateway.sce",%f,%t);*/ -// add_demo("FOSSEE_Scilab_Octave_Interface_Toolbox",pathdemos);*/ -// clear pathdemos ;*/ -end -end - -// ============================================================================= - -clear etc_tlbx root_tlbx Version a opt lib_path; diff --git a/etc/FOSSEE_Signal_Processing_Toolbox.start~ b/etc/FOSSEE_Signal_Processing_Toolbox.start~ deleted file mode 100644 index 30fd546..0000000 --- a/etc/FOSSEE_Signal_Processing_Toolbox.start~ +++ /dev/null @@ -1,62 +0,0 @@ -// Copyright (C) 2015 - IIT Bombay - FOSSEE -// -// This file must be used under the terms of the BSD. -// This source file is licensed as described in the file LICENSE, which -// you should have received as part of this distribution. The terms -// are also available at -// https://opensource.org/licenses/BSD-3-Clause -// Author: Shamika Mohanan -// Organization: FOSSEE, IIT Bombay -// Email: toolbox@scilab.in - -mprintf("Start FOSSEE Signal Processing Toolbox\n"); - -[a, opt] = getversion(); -Version = opt(2); - -etc_tlbx = get_absolute_file_path("FOSSEE_Signal_Processing_Toolbox.start"); -etc_tlbx = getshortpathname(etc_tlbx); -root_tlbx = strncpy( etc_tlbx, length(etc_tlbx)-length("\etc\") ); - -//Load functions library -// ============================================================================= -mprintf("\tLoad macros\n"); -pathmacros = pathconvert( root_tlbx ) + "macros" + filesep(); -fsoit_lib = lib(pathmacros); -clear pathmacros; - -// load gateways -// ============================================================================= - -mprintf("\tLoad gateways\n"); -[a, opt] = getversion(); -Version = opt(2); -ilib_verbose(0); -exec(pathconvert(root_tlbx + filesep() + "sci_gateway" + filesep() + "loader_gateway.sce",%f)); - -// Load and add help chapter -// ============================================================================= -if ( %t ) then -if or(getscilabmode() == ["NW";"STD"]) then - mprintf("\tLoad help\n"); - path_addchapter = pathconvert(root_tlbx+"/jar"); - if ( isdir(path_addchapter) <> [] ) then - add_help_chapter("FOSSEE_Signal_Processing_Toolbox", path_addchapter, %F); - clear add_help_chapter; - end - clear path_addchapter; -end -end - -// add demos -// ============================================================================= - -if ( %t ) then -if or(getscilabmode() == ["NW";"STD"]) then - mprintf("\tLoad demos\n"); -end -end - -// ============================================================================= - -clear etc_tlbx root_tlbx Version a opt lib_path; diff --git a/etc/README.rst~ b/etc/README.rst~ deleted file mode 100644 index 2ffc09f..0000000 --- a/etc/README.rst~ +++ /dev/null @@ -1,14 +0,0 @@ -DEMOS Files -=========== - -Start and exit files of the toolbox. - -.start -------- - -It will run a script when loader.sce is run from root toolbox directory. It will run loader files in all of the directories and link to important library. - -.quit -------- - -It will run a script when unloader.sce is run from root toolbox directory. It will unlink all of the important library. |