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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,eaee5e6761e9a59a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!attbi_s22.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GNAT subunit naming References: <46e86d34-5ca7-4bac-97f8-1fc05337472a@s13g2000prd.googlegroups.com> In-Reply-To: <46e86d34-5ca7-4bac-97f8-1fc05337472a@s13g2000prd.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s22 1205529943 12.201.97.213 (Fri, 14 Mar 2008 21:25:43 GMT) NNTP-Posting-Date: Fri, 14 Mar 2008 21:25:43 GMT Organization: AT&T ASP.att.net Date: Fri, 14 Mar 2008 21:25:43 GMT Xref: g2news1.google.com comp.lang.ada:20400 Date: 2008-03-14T21:25:43+00:00 List-Id: xorquewasp@googlemail.com wrote: > Dmitry A. Kazakov wrote: >> hello_device-func1.adb >> hello_device-func2.adb >> hello_device-func3.adb ? > > Those are the files that GNAT looks for by default, yes, > however I would like to know how to tell it to use the > filenames I specify (hello_f1.adb, hello_f2.adb, etc...). Your subunits are named Hello_Device.Func1 and the like. Those are the names to give to pragma Source_File_Name. -- Jeff Carter "Go and boil your bottoms." Monty Python & the Holy Grail 01