automake
[Top][All Lists]
Advanced

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

Re: Question marks in Makefile.in


From: Akim Demaille
Subject: Re: Question marks in Makefile.in
Date: 26 Feb 2001 19:20:53 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

Tom Tromey <address@hidden> writes:

> * A user-defined directory is valid for any primary

But obeys the m/exec/ rule.  Which means my assumption that
programs.am etc. did not need the ?EXEC? hooks was wrong.  OK, thanks!

> * The valid standard directories are chosen on a per-primary basis.
>   Look for calls to &am_install_var to see what is valid for a given
>   primary.
> 
>   Eg. for headers:
> 
>     my @r = &am_install_var ('-defaultdist', 'header', 'HEADERS', 'include',
>                            'oldinclude', 'pkginclude',
>                            'noinst', 'check');
> 
>   This means `includedir', `oldincludedir',  and `pkgincludedir' are
>   valid.  Also `noinst' and `check' (which aren't directories) are
>   valid.

Which means I really need the exec_dir_p structure, right?



reply via email to

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