On 10/19/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > | # These targets require special handling that automake can't > | # yet support (or that I don't know how to do properly) > | crtdir=$(prefix)/$(target)/lib > | crt_SCRIPTS = \ > | crt1.o crt2. > > There is nothing inherently wrong with defining ones own directories. > You can even use crt_DATA here, to have mode 644. Note that shared > libraries should in general be executable though.
Should static libraries be executable?