[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Alternative Approach to Subdirectories issue
From: |
Jan Engelhardt |
Subject: |
Alternative Approach to Subdirectories issue |
Date: |
Fri, 20 Jul 2007 22:54:53 +0200 (CEST) |
Hi,
chapter 6.3 "Alternative Approach to Subdirectories" of the automake
manual has:
(1) We believe. This work is new and there are probably
warts. *Note Introduction::, for information on reporting bugs.
Anyway, the bug^W feature request:
Makefile.am contains like:
PROGRAM1_SOURCES := src/p1/foo.c
PROGRAM2_SOURCES := src/p2/foo.c
Then the following warning will be generated upon `autoreconf -fi`:
Makefile.am: object `foo.lo' created by
`src/p1/foo.c' and `src/p2/foo.c'
autoreconf: automake failed with exit status: 1
automake version is 1.9.6 (opensuse 10.2).
Would be great if this could be made working.
Thanks,
Jan
--
- Alternative Approach to Subdirectories issue,
Jan Engelhardt <=