/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ #include "bem.h" #ifndef NORSCID static char rcs_id[] = "$Header$" ; #endif int listing; /* -E listing required */ int debug; /* -d compiler debugging */ int wflag=0; /* -w no warnings */ int hflag=0; /* -h to split EM program */ int traceflag=0; /* generate line tracing code */ int nolins=0; /* -l: generate no LIN statements */ parseparams(argc,argv) int argc; char **argv; { int files=0 ; int i; char *ext; if(argc< 4) { fprintf(stderr,"usage %s \n", argv[0]); exit(-1); } for(i=1;i