On Fri, May 30, 2014 at 12:44:52PM +0200, Christoph Grüninger wrote:
>
> No good ideas left. Can you send my your Makefile by private
> mail? Maybe a direct comparison with my local file will provide
> an insight.

I finally found out what causes this. I guess I am the only one ever
attempting an out of source build of dumux. The way you guys are using
wildcards (*.hh) the expansion is done by the shell during make. Of
course in an out of source build there are no headers in the build
directory and therefore the expansion fails.

This can only be circumvented by expanding during automake which
happens when using

HEADERS := $(wildcard *.hh)

The downside of this is that new files will only be added when
rerunning automake.

Markus

-- 
Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to