[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [PATCH 2/2] [ng] texinfo: take advantage of GNU make f
From: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [PATCH 2/2] [ng] texinfo: take advantage of GNU make features in several recipes |
Date: |
Thu, 31 May 2012 16:32:47 +0200 |
Le 30 mai 2012 à 13:05, Stefano Lattarini a écrit :
> +## FIXME: Extra indirection required because Automake preprocessing groups
preprocessing
> +## FIXME: dependencies for a given '*-am' together, so that we might end up
> +## FIXME: in our genereated Makefile with something like:
> +## FIXME:
> +## FIXME: install-pdf-am: $(PDFS) install-pdf-local
> +## FIXME: ... [RECIPE] ...
> +## FIXME:
> +## FIXME: which would cause a huge mess with our usages of '$^' in the
> recipes.
Other than that, looks good. Nice use of $(and).