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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: How to best organize and build large projects? Date: Sun, 20 Sep 2015 21:45:47 +0200 Organization: cbb software GmbH Message-ID: <1pnkootxocknt$.ifkje9exdom.dlg@40tude.net> References: <428ab038-94ac-4549-ae3b-0b06f4fb80a8@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: dZFZMi8Yw0yXeelTniGFpQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:27794 Date: 2015-09-20T21:45:47+02:00 List-Id: On Sun, 20 Sep 2015 09:42:42 -0700 (PDT), John Smith wrote: > In your experience, what are some good approaches in case I want to > organize and then build an application with many files and resources. > Would you split the project up into source, resources, build_scripts, etc? > Would you use makefiles to build the whole thing or some other tool? We have a very large project which uses GNAT gpr files only. No makefiles used. The only scripts are ones to push sources to the remote and virtual machines in order to start gnatmake there and pull the result files back. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de