tbx_build_src — Build sources (toolbox compilation process)
tbx_build_src(names, files, flag, [src_path [, libs [, ldflags [, cflags [, fflags [, cc [, libname [, loadername [, makename]]]]]]]]])
a string matrix giving the entry names which are to be linked.
string matrix giving objects files needed for shared library creation
a string flag ("c" or "f") for C or Fortran entry points.
Path to the source files ; in a normal toolbox it should be the directory containing the builder_src_(lang).sce script (which should be the script calling this function). Default is current directory.
string matrix giving extra libraries needed for shared library creation
optional character string. It can be used to add specific linker options in the generated Makefile. Default value is ''
optional character string. It can be used to add specific C compiler options in the generated Makefile. Default value is ''
optional character string. It can be used to add specific Fortran compiler options in the generated Makefile. Default value is ''
optional character string. It can be used to specify a C compiler. Default value is ''
optional character string. The name of the generated shared
library (default value is '', and in this case the name is derived
from names(1)
).
character string. The pathname of the loader file (default
value is loader.sce
).
character string. The pathname of the Makefile file without extension.
This parameter is useless since Scilab 5.0. Default value to use: [].
A warning will be displayed in Scilab 5.3 if you use another value that the default.