On Sat, 5 Jul 2003, Andras Huszar wrote:

> Hi list,
> 
> How could I set the EXTRA_LDOPTIONS variable in every Makefile from xfree86.cf
> or other config file? Like CCOPTIONS, it's defined in xfree86.cf as:
> #define DefaultCCOptions -ansi -pedantic ...

Note that Imake.tmpl has 
        #ifndef ExtraLoadOptions
        #define ExtraLoadOptions /**/
        #endif
                ...             ...
        EXTRA_LDOPTIONS = ExtraLoadOptions

The usual way to set this would be
        #define ExtraLoadOptions -my -opt -ions
in xc/config/cf/host.def

sco.cf and sequentLib.rules are also examples where
ExtraLoadOptions is set.

-- 
Andrew C Aitchison

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to