From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b5f7c3673f6a6b92 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Optimal Compilation Desired Date: 1998/11/25 Message-ID: <365babfb.44614922@news.pacbell.net>#1/1 X-Deja-AN: 415438122 References: <365B5C3D.E593F179@hiwaay.net> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 911977549 207.214.211.185 (Tue, 24 Nov 1998 23:05:49 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 24 Nov 1998 23:05:49 PDT Newsgroups: comp.lang.ada Date: 1998-11-25T00:00:00+00:00 List-Id: I'm confused about just what you want, but perhaps it just needs a dummy main program that 'with's every spec in the directory? ie, pipe a dir *.ads to a file, then edit that into a set of "with xyz;" followed by "procedure dummy is begin null;end dummy;"