// This is the builder.sce // must be run from this directory ilib_name = 'nag_tute'; // interface library name files = ['nag_intext1.c']; // objects files // libs = ['/opt/NAG/cll6a08dgl/lib/libnagc_nag']; // other libs needed for linking table = [ 'nag_dawson' 'nag_intext1']; cflags = '-I/opt/NAG/cll6a08dgl/include' // do not modify below // ---------------------------------------------- ilib_build(ilib_name,table,files,libs,[],[],cflags);