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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:5586:: with SMTP id e128mr15893220jab.18.1550549808605; Mon, 18 Feb 2019 20:16:48 -0800 (PST) X-Received: by 2002:aca:5bd7:: with SMTP id p206mr299504oib.2.1550549808480; Mon, 18 Feb 2019 20:16:48 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!y22no78407ita.0!news-out.google.com!v188ni122itb.0!nntp.google.com!y22no78403ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 18 Feb 2019 20:16:48 -0800 (PST) In-Reply-To: <5e098363-2b24-47c0-be62-ad6fece18197@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.186.124.106; posting-account=evKiCQoAAAAlW4DRMPKd5GV_i1n41MVD NNTP-Posting-Host: 5.186.124.106 References: <947d15f3-4dd9-422b-bfad-20d1dad57e14@googlegroups.com> <5e098363-2b24-47c0-be62-ad6fece18197@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <38026c0f-58cc-425f-b803-47ae12e9379c@googlegroups.com> Subject: Re: Make with Ada 2019 : DogRobot From: Jesper Quorning Injection-Date: Tue, 19 Feb 2019 04:16:48 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55576 Date: 2019-02-18T20:16:48-08:00 List-Id: On Sunday, February 17, 2019 at 11:17:24 PM UTC+1, Rego, P. wrote: > But also like your typing (source instead of src), in a more complex proj= ect I would probably use something like that, eg, linking the project root = with svn:externals or git:externals property to include some folders for so= urce-lib or source-util. I beleive src is something from the past. Today with command completion and= a lot of disc space source is better. I know til is not compliant with som= e styles. > In this case, to segregate those folders with different projects I don't = see many advantages, unless the projects are extended. Maybe someone like to extend your project later on. Or reuse parts of it (c= ore library or utility) > > Add simple makefiles in the source directories which uses the main make= file in the root >=20 > Exchange the .sh builder in the root is also a good suggestion, but as gp= rbuild resolves all the dependencies in the build, why do you other makefil= es from the other subfolders? I use emacs and makefiles makes it easy for me to just M-x compile and then= make / make build / make clean / make setup. Maybe there is a better way w= ith gprbuild. I make the makefiles as simple as possible. I am not able to = read complex makefiles anyway (as most others I believe) Jesper.