This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Problems getting dependencies compiled before executable....
- From: Assar Westerlund <assar at kth dot se>
- To: cs at gnumatica dot com
- Cc: automake at gnu dot org
- Cc: duret_g at lrde dot epita dot fr
- Date: 18 Jun 2003 02:08:54 -0400
- Subject: Re: Problems getting dependencies compiled before executable....
- References: <20030617213839.27147.qmail@webmail-2-2.secureserver.net>
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