This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Disabling linking
- From: Stephen Torri <storri at sbcglobal dot net>
- To: Automake <automake at gnu dot org>
- Date: 02 Oct 2002 09:47:29 -0400
- Subject: Disabling linking
In part of a project we generate code from an IDL compiler. All we want
to do is ensure that the files compile but we do not want to link
everything together to create an executable. Is it possible to stop
automake from invoking the linker for just one directory?
Stephen