Several questions about 1.2

Jacek Wojdel wojdel at chrysler.kbs.twi.tudelft.nl
Tue May 16 14:18:58 BST 2000


On Mon, 15 May 2000, you wrote:
> 4. I supposed that if I add some library to the link process by naming
> it in Project Options->Linker Options->Additional Libraries it will
> appear in the LIBS macro and will be used in the rule I gave in p.1:
>         $(LINK) $(ftdr_LDFLAGS) $(ftdr_OBJECTS) $(ftdr_LDADD) $(LIBS)
> But the library I added there appeared in ftdr_LDADD macro. Is it
> correct? And then what the LIBS macro is for?

I don't know the answers to the rest of your questions, but for this one: it is
correct. In automake foo_LDADD is the suggested place to put all the things that
have to be added to link the foo target (and which are not the linker options).

	Jacek

-- 
+-------------------------------------+
|from: J.C.Wojdel                     |
|      J.C.Wojdel at cs.tudelft.nl       |
+-------------------------------------+




More information about the KDevelop mailing list