2002-03-14 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Thu, 14 Mar 2002 23:32:50 +0000 (23:32 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 14 Mar 2002 23:32:50 +0000 (23:32 +0000)
commit951641e7a3ca2287b10da9ab8f916cc88a5c3b22
treea5f6df94f06b76ca8af1845189e0ba5d9244ce78
parentba737b94fd1c6a4292f942ab448e3770a0b8ff4c
2002-03-14  Roland McGrath  <roland@frob.com>

* Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
* Makeconfig (%.v.i, %.v): New implicit rules.
(preprocess-versions): Variable removed.
($(common-objpfx)shlib-versions.v.i): New target giving just the
shlib-versions input files as dependencies.
($(common-objpfx)soversions.i): Depend on that instead of the input
files.  Use it as input instead of using a pipeline.
(postclean-generated): Append soversions.i, shlib-versions.v, and
shlib-versions.v.i here.
* Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
the Versions.def input files as dependencies.
($(common-objpfx)Versions.v.i): Likewise for Versions files.
($(common-objpfx)Versions.all): Depend on that instead of the input
files.  Use it as input instead of using a pipeline.
($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
(postclean-generated): Append those .v and .v.i files here.
Makerules