[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AM_LIBS / AM_LDADD
From: |
Ralf Wildenhues |
Subject: |
Re: AM_LIBS / AM_LDADD |
Date: |
Tue, 6 Nov 2007 21:00:30 +0100 |
User-agent: |
Mutt/1.5.17 (2007-11-04) |
* NightStrike wrote on Tue, Nov 06, 2007 at 07:33:04PM CET:
>
> I guess I misunderstood the purpose of automake in general. I
> understand that automake itself is portable, but is automake intended
> mainly for those projects which are themselves portable?
Well, not mainly, but there is certainly an emphasis toward portable
projects. Sometimes compromises have to be made, and that's when this
may matter.
Stuff that is completely unportable (like your dlltool stuff) simply
stands a smaller chance to be supported "nicely". Since you can still
get what you want by simply using plain `make' rules and syntax, GNU
make's even, I don't see any problem with that.
Cheers,
Ralf