Hello Automake-User,
I am trying to figure out (as part of my PhD thesis) how tools like
Automake make their way into Free/Open Source projects and how they get
introduced and adopted.
I would love to hear about your experiences with putting Automake to use
in a project, both from the tec
Hello all,
if I rename a file (from .c to .cpp, or move to another dir) and update
Makefile.am, calling make in an already configured dir fails with the
following message:
make: *** No rule to make target `foo.c', needed by `foo.lo'. Stop.
I have to cd $builddir; find -name foo.\* |xargs rm; ./c