Print this page
6375 Add native name demangling support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright (c) 2012, Joyent, Inc. All rights reserved.
  26   26  # Copyright (c) 2013 Gary Mills
  27   27  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright (c) 2015 Gary Mills
  29   29  # Copyright 2016 Toomas Soome <tsoome@me.com>
  30   30  # Copyright 2018 Nexenta Systems, Inc.
  31   31  # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  32   32  # Copyright 2017 RackTop Systems.
       33 +# Copyirght 2018 Jason King
  33   34  #
  34   35  
  35   36  include ../Makefile.master
  36   37  
  37   38  #       Note that libcurses installs commands along with its library.
  38   39  #       This is a minor bug which probably should be fixed.
  39   40  #       Note also that a few extra libraries are kept in cmd source.
  40   41  #
  41   42  # Certain libraries are linked with, hence depend on, other libraries.
  42   43  # Library dependencies are called out explicitly, see "Library
↓ open down ↓ 56 lines elided ↑ open up ↑
  99  100          libcmd          \
 100  101          libcmdutils     \
 101  102          libcommputil    \
 102  103          libcontract     \
 103  104          libcpc          \
 104  105          libcrypt        \
 105  106          libcryptoutil   \
 106  107          libctf          \
 107  108          libcurses       \
 108  109          libcustr        \
      110 +        libdemangle     \
 109  111          libdevice       \
 110  112          libdevid        \
 111  113          libdevinfo      \
 112  114          libdhcpagent    \
 113  115          libdhcputil     \
 114  116          libdisasm       \
 115  117          libdiskmgt      \
 116  118          libdladm        \
 117  119          libdll          \
 118  120          libdlpi         \
↓ open down ↓ 253 lines elided ↑ open up ↑
 372  374          libc            \
 373  375          libcmd          \
 374  376          libcmdutils     \
 375  377          libcommputil    \
 376  378          libcontract     \
 377  379          libcpc          \
 378  380          libcryptoutil   \
 379  381          libctf          \
 380  382          libcurses       \
 381  383          libcustr        \
      384 +        libdemangle     \
 382  385          libdevice       \
 383  386          libdevid        \
 384  387          libdevinfo      \
 385  388          libdhcpagent    \
 386  389          libdhcputil     \
 387  390          libdisasm       \
 388  391          libdiskmgt      \
 389  392          libdladm        \
 390  393          libdll          \
 391  394          libdlpi         \
↓ open down ↓ 328 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX