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: Problems getting dependencies compiled before executable....


cs@gnumatica.com writes:
> Thanks for the info.  I really appreciate it.  What is the easiest way
> then to tell system to go to a different directory to build a dependency
> if it is not built yet??

Either by having the SUBDIRS done in the right order as Alexandre
already mentioned, or adding something like this to the Makefile.am:

bar/libbar.la:
	cd bar && $(MAKE) libbar.la



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