The lib suffix "linux" (libodp-linux, libodphelper-linux) is harcoded pretty 
much everywhere in the build system.
The goal of this series is to allow each platform to define its library suffix 
so they don't have to touch the generic files but simply the platform specific 
files.

Nicolas Morey-Chaisemartin (5):
  m4: platform exports ODP_LIB_NAME
  platform: move odp-linux specific rules to linux-generic
  test: use ODP_LIB_NAME to generate libodp name
  helper: use ODP_LIB_NAME to generate libodp name
  example: use ODP_LIB_NAME to generate libodp name

 configure.ac                           | 3 +--
 example/Makefile.inc                   | 2 +-
 helper/test/Makefile.am                | 6 +++---
 platform/Makefile.inc                  | 4 ----
 platform/linux-generic/Makefile.am     | 6 ++++++
 platform/linux-generic/m4/configure.m4 | 6 +++++-
 test/Makefile.inc                      | 2 +-
 test/validation/Makefile.inc           | 2 +-
 8 files changed, 18 insertions(+), 13 deletions(-)

Reply via email to