automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disabling linking


From: Tom Tromey
Subject: Re: Disabling linking
Date: 07 Oct 2002 20:11:51 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Stephen" == Stephen Torri <address@hidden> writes:

Stephen> In part of a project we generate code from an IDL
Stephen> compiler. All we want to do is ensure that the files compile
Stephen> but we do not want to link everything together to create an
Stephen> executable. Is it possible to stop automake from invoking the
Stephen> linker for just one directory?

Not cleanly.

You could specify the _LINK variable to be `true' or something like
that.  That would prevent linking.  You might have to add a `.PHONY:
programname' for it to make sense though.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]