Re: Setting variable in Makefiles

2003-07-06 Thread Andrew C Aitchison
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


Setting variable in Makefiles

2003-07-05 Thread Andras Huszar
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 ...


Cheers,
Andras Huszar

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