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: a07f3367d7,163994d4f34e92d0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.24.135 with SMTP id u7mr294640wif.3.1343909938552; Thu, 02 Aug 2012 05:18:58 -0700 (PDT) Received: by 10.224.138.146 with SMTP id a18mr14317438qau.6.1343909938390; Thu, 02 Aug 2012 05:18:58 -0700 (PDT) Path: n2ni6149win.0!nntp.google.com!12no3502386wil.1!news-out.google.com!a15ni8161257qag.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!82.197.223.106.MISMATCH!feeder1.cambriumusenet.nl!feeder3.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.131.MISMATCH!xlned.com!feeder3.xlned.com!news.astraweb.com!border5.a.newsrouter.astraweb.com!goblin3!goblin.stu.neva.ru!news.matabio.net!jeffrey.matabio.net!thue.elzevir.fr!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!74.125.178.16.MISMATCH!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Patrick Newsgroups: comp.lang.ada Subject: Re: how to tell gnatmake to send executables to a different directory when compiling multi source? Date: Tue, 31 Jul 2012 04:12:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5dcd485b-1d0e-4d39-bae7-71b3525716fb@googlegroups.com> References: NNTP-Posting-Host: 70.53.16.194 Mime-Version: 1.0 X-Trace: posting.google.com 1343733177 6283 127.0.0.1 (31 Jul 2012 11:12:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 31 Jul 2012 11:12:57 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.194; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-31T04:12:57-07:00 List-Id: I have started a lot of threads in the past few months. I feel like i might= be abusing this great resource. I hope I am not thread-jacking...... I was just wondering why GNAT does not use GPR. I spent 30 minutes last wee= k sorting files into folders. I don't understand how GNAT works but just do= ing this gave me a rough outline of quite a lot of the project. It would h= elp a lot if the project was already sorted by it's developers. Could a makefile not test for GPR and if present use it and if not dump all= the files somewhere else and call the makefile that is already written for= the project? In a perfect world, if there was a little readme in each folder and folders= would be arranged by system, library etc and maybe folders like first stag= e, second stage etc it would make it a lot easier to follow along with. If the FSF had guidelines about folder layouts, then couldn't Adacore not j= ust dump all the files in a folder to keep them happy before a commit? GNAT= GPL is also laid out with all files in one folder, I can't see a reason fo= r this.