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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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.224.186.143 with SMTP id cs15mr11524100qab.3.1343789922330; Tue, 31 Jul 2012 19:58:42 -0700 (PDT) Received: by 10.68.213.68 with SMTP id nq4mr670835pbc.6.1343789445309; Tue, 31 Jul 2012 19:50:45 -0700 (PDT) Path: a15ni14727975qag.0!nntp.google.com!4no1455177pbo.1!news-out.google.com!g9ni9633010pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nrc-news.nrc.ca!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: how to tell gnatmake to send executables to a different directory when compiling multi source? Date: Sun, 29 Jul 2012 16:32:48 +0200 Organization: cbb software GmbH Message-ID: References: Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: 9A8bJrx4NhDLcSmbrb6AdA.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-07-29T16:32:48+02:00 List-Id: On Sun, 29 Jul 2012 09:16:00 -0500, Nasser M. Abbasi wrote: > But for occasional use, make files are just easier > for me to use, That is because you already know make. But as a matter of fact for a small project gpr outperforms make by a league. Comparing a makefile with gpr-file for a small project, the latter will be at least twice shorter. If your project uses external libraries or other Ada projects it becomes drastically shorter. And as a bonus you get lots of useful stuff from GPS, like code base browsing, refactoring etc. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de