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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,112ee4ae931079e6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-08 01:57:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.stueberl.de!teaser.fr!enst.fr!not-for-mail From: Lionel.DRAGHI@fr.thalesgroup.com Newsgroups: comp.lang.ada Subject: RE: Using GNU make with ObjectAda Date: Mon, 8 Sep 2003 11:00:35 +0200 Organization: ENST, France Message-ID: NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: avanie.enst.fr 1063011467 57471 137.194.161.2 (8 Sep 2003 08:57:47 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 8 Sep 2003 08:57:47 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Mailer: Internet Mail Service (5.5.2653.19) X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:42267 Date: 2003-09-08T11:00:35+02:00 | -----Message d'origine----- | De: Tim Spargo [mailto:tim.spargo@NO_SPAMsympatico.ca] ... | What is missing for me is a way to generate the dependencies | of a single Ada | source file, which would then feed into the makefile to | perform a rebuild. | My version of the ObjectAda toolset (as I said, I have to use | an older 7.2 | version) does not appear to support this. The GNAT compiler | does automatic | dependency generation, but I am unable to use it. | Does your adareg version have the -s|b switch? -s unit_name Autoregister files in search of 'unit_name' DECL. -b unit_name Autoregister files in search of 'unit_name' BODY. One more question : why isn't it possible to simply build the test with the adabuild command? -- Lionel Draghi