#199: Stop using recursive Makefiles in tests
-----------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: minor | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Resolution: | Keywords:
-----------------------+------------------------
Comment (by levill_r):
Comment from Akim (
http://lists.lrde.epita.fr/pipermail/olena-
bugs/2013-September/000164.html) on this topic:
{{{
Automake 1.14 makes things much easier than before, you should
really have a look at %D% and %C%. You might also want to have
a look at these patches in V2. As you can see, you can make this
incremental: first use %C% and %D%, then remove a Makefile. I
felt safer this way.
commit 949d412f9934b448737d489bce9885b2a3c935c6
Author: Akim Demaille <akim(a)lrde.epita.fr>
Date: Mon Sep 23 17:02:13 2013 +0200
build: remove last recursive Makefile
* tests/Makefile.am: Rename as...
* tests/local.mk: this.
Adjust dependencies.
commit 224ec2280d051bea141c90f9dad1db734f668784
Author: Akim Demaille <akim(a)lrde.epita.fr>
Date: Mon Sep 23 14:48:10 2013 +0200
build: use Automake 1.14's %C% and %D%
* configure.ac: Require 1.14.
* tests/demo/local.mk, tests/rat/local.mk, tests/tafkit/local.mk,
* tests/unit/local.mk: Avoid naming the current directory, using
%D% and %C%.
}}}
--
Ticket URL: <https://trac.lrde.org/olena/ticket/199#comment:4>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient image processing platform