Updates.. On 8/11/07, NightStrike <[EMAIL PROTECTED]> wrote: > On 8/10/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > * NightStrike wrote on Fri, Aug 10, 2007 at 12:00:21AM CEST: > > > On 8/9/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > > * NightStrike wrote on Thu, Aug 09, 2007 at 04:49:00PM CEST: > "Since automake appears in the AC_OUTPUT macro, a target for it is > automatically generated, and it is also automatically cleaned (despite > the fact it's a script)." > This implies that I should put crt1.o, etc in AC_OUTPUT to force > automake to handle more of the work? I'm a little confused on that.
Update: It would appear that the automake manual needs to be updated, as the described AC_OUTPUT usage is deprecated. How do we get the manual updated? > Using the _SCRIPTS primary, I would replace CC in the above with > COMPILE, replace ALL_CFLAGS with AM_CPPFLAGS, and list all four > objects in lib_SCRIPTS. Update: It looks like $(COMPILE) already includes $(AM_CPPFLAGS) and other things, so its usage is redundant. I like this $(COMPILE).