This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: possible bug..
- To: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Subject: Re: possible bug..
- From: Akim Demaille <akim at epita dot fr>
- Date: 26 Mar 2001 11:13:45 +0200
- Cc: <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <000001c0b5d0$3e9bd940$0200a8c0@lifelesswks>
| 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.