Scilab Function

ilib_gen_Make - utility for ilib_build: produces a makefile for building shared libraries

Calling Sequence

Makename=ilib_gen_Make(name,files,libs,makename [,with_gateway])

Parameters

Description

Utility function used by ilib_build

This function generates a makefile adapted to the Operating System for building shared libraries to be loaded in Scilab. Proper options and paths are set.

Shared libraries can then be used with the link and addinter scilab function for incremental linking.

The shared library is build from a set of C or Fortran routines stored in a directory and if required from a set of external libraries.

Files are not required to exist, when makefile is generated, but of course are required for executing the makefile.

See Also