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,fef3ad775ef4b0b7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!j68g2000hsf.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Ada for 1st year students Date: Thu, 16 Oct 2008 12:24:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <60e0c5f0-1e17-4add-b21e-b1ef622d5233@v13g2000pro.googlegroups.com> <01b1f1e3-02eb-4a2a-88a3-5650f114a227@v39g2000pro.googlegroups.com> <48EE710D.7080109@obry.net> <417af75d-56a0-44f3-b214-35c6603235e6@r38g2000prr.googlegroups.com> <014b15d2-fe7c-4eeb-9366-7c92ef07efe2@f40g2000pri.googlegroups.com> <74dc9192-deff-43fd-a5ef-fa9abd92e1e2@25g2000prz.googlegroups.com> <2fad3f37-3b68-48cf-97aa-21c843815431@i18g2000prf.googlegroups.com> <48f629ad$0$6577$9b4e6d93@newsspool4.arcor-online.net> <956de137-8a05-405d-ad1d-28540ca2fe58@q26g2000prq.googlegroups.com> <3b7e4d13-85fd-4f5c-a619-32f521e102cf@m73g2000hsh.googlegroups.com> <48f722b7$0$23589$4f793bc4@news.tdc.fi> NNTP-Posting-Host: 62.49.19.209 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1224185049 6521 127.0.0.1 (16 Oct 2008 19:24:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Oct 2008 19:24:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j68g2000hsf.googlegroups.com; posting-host=62.49.19.209; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2429 Date: 2008-10-16T12:24:09-07:00 List-Id: On Oct 16, 12:17=A0pm, Niklas Holsti wrote: > I use shell-scripts that define the environment variables > (ADA_INCLUDE_PATH), then do "gnatmake" without -I options. There > are different scripts for different versions and configurations of > the Ada programs. These script files are under configuration control. I used to use gnatpmake (http://www.pogner.demon.co.uk/gnatpmake/) until I discovered GNAT Projects. It relies on .adapath files in each source directory which specify the paths to any other source directories on which this one depends.