[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
subdir-objects & depcomp trouble
From: |
Patrick Guio |
Subject: |
subdir-objects & depcomp trouble |
Date: |
Fri, 30 Sep 2005 09:48:25 +0200 (CEST) |
Dear all,
I experienced some problems recently using the "subdir-objects" option of
AM_INIT_AUTOMAKE when creating a library in a different directory than
the source files directory.
configure.ac contains the following line
AM_INIT_AUTOMAKE([1.6.3 subdir-objects foreign])
The "src" directory contains C++ header and source files and
until recently I was compiling the files there using Makefile.am
Now I decided to have a "lib" directory for libraries and wrote an
adequate Makefile.am.
The problem is when running configure and executing depfiles commands
config.status: executing depfiles commands
There seems to be a string quotation problem and it creates the
dependencies files into the directory
lib/\$\(top_srcdir\)/src/.deps/
together with the following definition in lib/Makefile.am
libmylib_la_SOURCES = $(top_srcdir)/src/myfile.cc
Then make does not find the dependency file .Plo (or .Po if not using
libtool) in ../src/.deps
Sincerely,
Patrick
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- subdir-objects & depcomp trouble,
Patrick Guio <=