Dependency tracking problem using "-l" to link libraries.

2010-04-22 Thread Xochitl Lunde
I have a problem with my dependency tracking in my auto tools build. I have a program like this for an embedded target: - pald_SOURCES = \ $(top_srcdir)/../common/src/pal/main.cpp if ac_netos_build pald_SOURCES+=trippUtils.cpp # From Makef

Re: Dependency tracking problem using "-l" to link libraries.

2010-04-25 Thread Ralf Wildenhues
Hello Xochitl, * Xochitl Lunde wrote on Thu, Apr 22, 2010 at 05:48:20PM CEST: > I have a problem with my dependency tracking in my auto tools build. I > have a program like this for an embedded target: > pald_LDADD = $(am_ldadd) > > am_ldadd = \ > -lstartup > There are more libraries