This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: possible bug..


----- Original Message -----
From: "Akim Demaille" <akim@epita.fr>
To: "Robert Collins" <robert.collins@itdomain.com.au>
Cc: <automake@gnu.org>
Sent: Monday, March 26, 2001 7:13 PM
Subject: Re: possible bug..


>
> | In a Makefile.am I have (abriged)
> | noinst_PROGRAMS = cf_gen
> |
> | cfgen_SOURCES = cf_gen.c cf_gen_defines.h
> |
> | cfgen_LDADD = ../lib/libmiscutil.a
> |
> | but when I run automake I get
> |
> | src/Makefile.am:22: invalid unused variable name: `cfgen_LDADD'
> | src/Makefile.am:20: invalid unused variable name: `cfgen_SOURCES'
> |
> |
> | That doesn't happen for bin_PROGRAMS... Is there something  "funnny"
> | else where in my Makefile.am or is this expected for noinst_PROGRAMS
?
>
> You should chose between cf_gen and cfgen.
>

Doh! I was quite obviously going code blind... sorry for the noise.

Rob




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]