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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,81cf52699486abe7 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: GNAT listing file default names (was: Ada95 Strengths/Weaknesses) Date: 1999/09/28 Message-ID: <1999Sep28.074901.1@eisner>#1/1 X-Deja-AN: 530261300 X-Nntp-Posting-Host: eisner.decus.org References: <37EED7B8.245C0054@yukyonline.co.yuky> <7smp30$9aa1@news.cis.okstate.edu> <7sp8m9$a6e$1@nnrp1.deja.com> X-Trace: news.decus.org 938519375 27108 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-09-28T00:00:00+00:00 List-Id: In article <7sp8m9$a6e$1@nnrp1.deja.com>, Robert Dewar writes: > unlike the case in C, there is in GNAT a default file naming > convention that means that, when you reference a spec, you can Using that reference to source files as a jumping-off spot, let me ask a question about GNAT naming of _listing_ files that has always puzzled me (as a non-user). With DEC Ada, one has default/recommended source file names for specification and body of: MYPACKAGE_.ADA MYPACKAGE.ADA and the major benefit I see from that is you can use the same convention for two listing files that share a directory and both can have the standard listing extension: MYPACKAGE_.LIS MYPACKAGE.LIS So how do the listing files get named by default in GNAT ? Larry Kilgallen