This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question marks in Makefile.in


Tom Tromey <tromey@redhat.com> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]