comp.lang.ada
 help / color / mirror / Atom feed
* Re: HELP finding a dependency generator
  1996-08-14  0:00 HELP finding a dependency generator David Grizzard
@ 1996-08-14  0:00 ` Robert Dewar
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Dewar @ 1996-08-14  0:00 UTC (permalink / raw)



David asks

"I'm looking for a program that generates dependencies suitable for use
with make files.  I have found one called Adamakegen, but have found it
unsuitable since in is written in Icon for which an interpreter is not
available for my machine. Any help is very much apreciated."

You have to remember that in Ada, if you want to take generics and
inlining into account, it takes a very complicated program, really
with the smarts of a full Ada compiler, to generate an accurate make
file.

GNAT can certainly be used for this purpose. Look at the ali files, the
lines with D in column 1 are source dependencies, and a trivial edit
script can convert the ali file contents into make file statements.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* HELP finding a dependency generator
@ 1996-08-14  0:00 David Grizzard
  1996-08-14  0:00 ` Robert Dewar
  0 siblings, 1 reply; 2+ messages in thread
From: David Grizzard @ 1996-08-14  0:00 UTC (permalink / raw)
  Cc: dgrizza


I'm looking for a program that generates dependencies suitable for use
with make files.  I have found one called Adamakegen, but have found it 
unsuitable since in is written in Icon for which an interpreter is not
available for my machine. Any help is very much apreciated.

-- 
David Grizzard

dgrizza@nswc.navy.mil




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-08-14  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-14  0:00 HELP finding a dependency generator David Grizzard
1996-08-14  0:00 ` Robert Dewar

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