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=0.5 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d358a6b145a79134,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v29g2000hsf.googlegroups.com!not-for-mail From: Gene Newsgroups: comp.lang.ada Subject: Compilation without implementation source Date: Sat, 26 Jan 2008 19:34:48 -0800 (PST) Organization: http://groups.google.com Message-ID: <43c33a30-8f1e-43a1-b84a-a22c4a37248a@v29g2000hsf.googlegroups.com> NNTP-Posting-Host: 70.101.174.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1201404889 17617 127.0.0.1 (27 Jan 2008 03:34:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 27 Jan 2008 03:34:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v29g2000hsf.googlegroups.com; posting-host=70.101.174.178; posting-account=-BkjswoAAACC3NU8b6V8c50JQ2JBOs04 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19609 Date: 2008-01-26T19:34:48-08:00 List-Id: For an educational exercise using GNAT and gnatmake, I need to hide implementations of some modules from students in the simplest possible way. Is there a way to give them .ali, .ads, and .o files while withholding the corresponding .adb, somehow telling gnatmake (and gnatbind) to ignore the absence? Or must I provide a library? Other methods? Many thanks for your help.