// This is the builder.sce // must be run from this directory ilib_name = 'nag_tute_all'; // interface library name files = ['nag_intext.c', 'nag_intext2.c', 'nag_intext3.c']; // libs = []; // other libs needed for linking table = [ 'nag_dawson', 'nag_intext'; 'nag_elliptic_integral_f_eqn', 'nag_intext2'; 'nag_cmplx_eisys_sel_fun', 'nag_intext3']; cflags = '-L/opt/NAG/cll6a08dgl/lib/ -lnagc_nag -I/opt/NAG/cll6a08dgl/include' // do not modify below // ---------------------------------------------- ilib_build(ilib_name,table,files,libs,[],[],cflags);