Re: Subdir prerequisites

2007-12-25 Thread Benoit Sigoure
On Dec 25, 2007, at 6:15 PM, Jan Engelhardt wrote: On Dec 25 2007 17:58, Jan Engelhardt wrote: in a simple Makefile.am with SUBDIRS = foo bin_PROGRAMS = bar how can I achieve that bar will be compiled before operation descends into foo/? Nevermind, just found it in the info

Re: Subdir prerequisites

2007-12-25 Thread Jan Engelhardt
On Dec 25 2007 17:58, Jan Engelhardt wrote: >in a simple Makefile.am with > > SUBDIRS = foo > bin_PROGRAMS = bar > >how can I achieve that bar will be compiled before operation descends >into foo/? Nevermind, just found it in the info pages :) Something as simple as SUBDIRS =

Subdir prerequisites

2007-12-25 Thread Jan Engelhardt
Hi, in a simple Makefile.am with SUBDIRS = foo bin_PROGRAMS = bar how can I achieve that bar will be compiled before operation descends into foo/? thanks, Jan