This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>>>>> "Roger" == Roger Leigh <rl117@york.ac.uk> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]