Skip to content
  • Nima Saed-Samii's avatar
    Fix rootext shared library Makefiles · 274e4900
    Nima Saed-Samii authored
    The current Makefiles (1) do not follow the naming
    convention used by implicit GNU make rules, e.g. the
    CPP variable name is supposed to be the C pre-processor
    not the C++ compiler and (2) most of the content is
    repeated boilerplate to compile a shared library that
    integrates well with CERN ROOT.
    
    This commit implicit GNU make rules where possible and
    also changes dependency generation to be actually useful.
    Additionally all whitespace errors detected by git (spaces
    before tabs and trailing whitespaces) are fixed.
    274e4900