// This is the builder.sce // must be run from this directory ilib_name = 'nag_tute4b'; // interface library name files = ['nag_intext4b.c']; // objects files // libs = []; // other libs needed for linking table = [ 'nag_multid_quad_funb' 'nag_intext4b']; 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);