]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] coverage: custom pre-processes headers in prog_SOURCES
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 23 May 2012 10:06:39 +0000 (12:06 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 24 May 2012 07:32:42 +0000 (09:32 +0200)
commit09a19a1a9cc0f0f65a4463ed3aefcdcf3875002e
tree6a2415e2a0022687d69d2d7302a98831a803162b
parent03f340dae2e4bd3370aa6b14df6e3d83d6fa607e
[ng] coverage: custom pre-processes headers in prog_SOURCES

If we specify "foo.my-h" in a prog_SOURCES variable, and then define a
pattern rule to turn a '.my-h' file in a valid '.h' C header file, things
should work out smoothly and as expected (as long as we use BUILT_SOURCES
properly).

* t/suffix-hdr.sh: New test.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/suffix-hdr.sh [new file with mode: 0755]