comparison scripts/pkg/private/is_architecture_dependent.m @ 14479:05b59be209ed

doc: grammarcheck new pkg/private functions * absolute_pathname.m, build.m, configure_make.m, copy_files.m, create_pkgadddel.m, describe.m, dirempty.m, extract_pkg.m, finish_installation.m, fix_depends.m, fix_version.m, generate_lookfor_cache.m, get_description.m, get_forge_download.m, get_unsatisfied_deps.m, getarch.m, getarchdir.m, getarchprefix.m, install.m, installed_packages.m, is_architecture_dependent.m, list_forge_packages.m, load_package_dirs.m, load_packages.m, load_packages_and_dependencies.m, packinfo_copy_file.m, parse_pkg_idx.m, prepare_installation.m, print_package_description.m, rebuild.m, repackage.m, save_order.m, shell.m, uninstall.m, unload_packages.m, verify_directory.m, write_index.m: grammarcheck new pkg/private functions
author Rik <octave@nomad.inbox5.com>
date Fri, 16 Mar 2012 17:50:42 -0700
parents ae835555ab58
children 5d3a684236b0
comparison
equal deleted inserted replaced
14477:ae835555ab58 14479:05b59be209ed
16 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {@var{dep} =} is_architecture_dependent (@var{nm}) 21 ## @deftypefn {Function File} {@var{dep} =} is_architecture_dependent (@var{nm})
22 ## Undocumented internal function. 22 ## Undocumented internal function.
23 ## @end deftypefn 23 ## @end deftypefn
24 24
25 function dep = is_architecture_dependent (nm) 25 function dep = is_architecture_dependent (nm)
26 persistent archdepsuffix = {".oct",".mex",".a",".lib",".so",".so.*",".dll","dylib"}; 26 persistent archdepsuffix = {".oct",".mex",".a",".lib",".so",".so.*",".dll","dylib"};