subdirs.am and $(RECURSIVE_TARGETS)

2001-02-24 Thread akim
(Hm, I think I killed my message instead of sending it :( Sorry if multiple copies). I wonder why we have a hard coded list list this in subdirs.am: .PHONY: all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \

Re: subdirs.am and $(RECURSIVE_TARGETS)

2001-02-24 Thread Derek R. Price
Tom Tromey wrote: "Akim" == akim [EMAIL PROTECTED] writes: Akim I wonder why we have a hard coded list list this in subdirs.am: Akim [ ... -recursive targets ... ] Historical reasons only, ie, I never thought of it. Akim Not only to I find this more pleasant, but most importantly it's

Re: subdirs.am and $(RECURSIVE_TARGETS)

2001-02-24 Thread akim
On Sat, Feb 24, 2001 at 01:36:59PM -0500, Derek R. Price wrote: i.e. a user should be able to add RECURSIVE_TARGETS += mytarget I agree, but up to now I couldn't find any beautiful means to do this. It would mean to add some magic, which I am reluctant to do.