comp.lang.ada
 help / color / mirror / Atom feed
From: Guillaume Foliard <guifo@wanadoo.fr>
Subject: Re: Using GNU make with ObjectAda
Date: Sat, 06 Sep 2003 22:42:44 +0200
Date: 2003-09-06T20:42:45+00:00	[thread overview]
Message-ID: <bjdgs5$run$1@news-reader5.wanadoo.fr> (raw)
In-Reply-To: YQO5b.11061$Kj.1068622@news20.bellglobal.com

Tim Spargo wrote:

> Hi,
> 
> I am relatively new to Ada (from the Dark side - C++). I am trying to use
> GNU make to create a makefile for some ObjectAda projects I am working on.
> .........
> Any thoughts from the learned Ada people out there would be appreciated...
> Even a general direction would be helpful...

I do not understand why you want to generate dependencies. I'm using the
command line version of ObjectAda under Unix everyday for more than 3 years
now and I _never_ had to do this. Here is what to do :

adareg <list of Ada files>
adabuild <unit>

That's all.
For Gnat users, adabuild is more or less the equivalent of gnatmake, adareg
is a tool which registers the source files in the Ada compilation library.
This registering step is needed as ObjectAda does not enforce a naming
scheme on source files.

-- 
Guillaume



  parent reply	other threads:[~2003-09-06 20:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-04 22:16 Using GNU make with ObjectAda Tim Spargo
2003-09-05 12:13 ` Georg Bauhaus
2003-09-06 12:21   ` Tim Spargo
2003-09-06 13:00     ` Marin David Condic
2003-09-06 14:37     ` Ludovic Brenta
2003-09-07 20:42       ` Robert I. Eachus
2003-09-15  4:16       ` Dave Thompson
2003-09-06 20:42 ` Guillaume Foliard [this message]
2003-09-08 13:48   ` Stephen Leake
2003-09-08 22:22     ` Guillaume Foliard
2003-09-09  0:05       ` Ludovic Brenta
2003-09-09 13:38       ` Stephen Leake
  -- strict thread matches above, loose matches on Subject: below --
2003-09-08  9:00 Lionel.DRAGHI
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox