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: 103376,24d7acf9b853aac8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!feeder.news-service.com!feeder.erje.net!news-2.dfn.de!news.dfn.de!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: S-expression I/O in Ada Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <547afa6b-731e-475f-a7f2-eaefefb25861@k8g2000prh.googlegroups.com> <4c77d250$0$7653$9b4e6d93@newsspool1.arcor-online.net> Date: Sun, 29 Aug 2010 16:55:53 +0200 Message-ID: NNTP-Posting-Date: 29 Aug 2010 16:55:53 CEST NNTP-Posting-Host: 3c866f4f.newsspool2.arcor-online.net X-Trace: DXC=nI_G:;\CQ4IWDmlTRbh@=IA9EHlD;3YcB4Fo<]lROoRA8kF On Sun, 29 Aug 2010 14:34:41 +0000 (UTC), Natasha Kerensikova wrote: > Now honestly I have not looked into project files yet, so I have no idea > of their expressive power or clarity. Project files supersede both makefile and configure. For example, we compile our stuff (quite low-level-messy networking things) for either Windows or VxWorks using just one project. Try this with makefiles. > However project files are specific to Ada, while makefiles have a much > broader use, which makes them more useful as a standard and a more > rewarding time investment. No, project files aren't specific to Ada. GPRbuild is designed to support C and other languages. As for makefile "standard," did you try a gnu-make file with nmake (MSVC). The converse? -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de