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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3e5cb326bf672965 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.germany.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: GNAT, shared libraries, building in different directories...madness! Date: Thu, 05 Oct 2006 18:06:21 +0200 Message-ID: <4okordFf2uloU1@individual.net> References: <1159469642.836410.101620@i42g2000cwa.googlegroups.com> <87lko19qjw.fsf@ludovic-brenta.org> <1160050975.900425.183610@b28g2000cwb.googlegroups.com> <1160051616.170431.280220@k70g2000cwa.googlegroups.com> <1160062136.516903.267670@m73g2000cwd.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net 8tfhprM9uAXZlvpFo7Oy0gmcR8PC7RJ7O5AORXPTuzoKPXrR8= User-Agent: KNode/0.10.4 Xref: g2news2.google.com comp.lang.ada:6880 Date: 2006-10-05T18:06:21+02:00 List-Id: Philippe Bertin wrote: > Then, after having wrestled (at least partly) through the Dark Dungeons > of the Secret Documentation ;-) > I think that there are as well possibilities to make a gnatmake > "Library Project" (instead of a combination of .gpr files and > Makefile's) ? See > http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Library-Projects.html#Library-Projects > > I think I'm correct in this ? Or do you rather prefer not to use this > feature for any reason(s) ? I have used it without problems, but is not a complete replacement for makefiles. Some kinds of automations can not be performed with project files alone.