On 11/4/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * NightStrike wrote on Sun, Nov 04, 2007 at 07:28:27PM CET: > > There are variables like AM_CFLAGS and AM_LDFLAGS. Is there an > > AM_DLLTOOLFLAGS variable that can be used to pass common parameters to > > dlltool? > > No, but also Automake provides no automatic rule generation in which > DLLTOOL is ever used. So if you write your own rule, nothing really > prevents you from sticking $(AM_DLLTOOLFLAGS) in there somewhere. > And of course you can also AC_SUBST([AM_DLLTOOLFLAGS]) from within > configure.ac. > > Since this variable name matches the namespace reserved by Automake, > a future release may happen to use dlltool and may happen to add some > meaning to this variable. Consider yourself warned! ;-)
I currently just set my own variable $(DLLOPTS). I just wanted to check to see if there's a better way. And actually, of the 5794357983 messages I send to this list every day, most of them are me trying to switch from my jury-rigged, makeshift ways of doing things to the real way of using automake. This list has been a great help in that regard, so thanks again!