automake
[Top][All Lists]
Advanced

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

Re: Newbie: packaging executables with libraries, how to build?


From: Tom Tromey
Subject: Re: Newbie: packaging executables with libraries, how to build?
Date: 17 Feb 2002 18:57:52 -0700

>>>>> "Roger" == Roger Leigh <address@hidden> writes:

Roger> For automake 1.4, I used to need to add things like:
Roger> foo_DEPENDENCIES = ../lib/libstuff.la
Roger> ../lib/libstuff.la:
Roger>  cd .. ; \
Roger>  $(MAKE) libstuff.la


Roger> I just read in the manual that DEPENDENCIES is automatically
Roger> determined.  Is this a change for 1.5?  I didn't see this in
Roger> NEWS, and I confess I get lost in the ChangeLog!

I think we've always done that.  However it won't do what your trick
above does.

Tom



reply via email to

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