automake
[Top][All Lists]
Advanced

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

Re: Problems getting dependencies compiled before executable....


From: Assar Westerlund
Subject: Re: Problems getting dependencies compiled before executable....
Date: 18 Jun 2003 02:08:54 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

address@hidden 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




reply via email to

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