Print this page
patch01 - 693 import Sun Devpro Math Library

Split Close
Expand all
Collapse all
          --- old/usr/src/head/Makefile
          +++ new/usr/src/head/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
       22 +# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
       23 +#
  22   24  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  23   25  # Use is subject to license terms.
  24   26  #
  25   27  # head/Makefile
  26   28  #
  27   29  # include global definitions
  28   30  include ../Makefile.master
  29   31  
  30   32  sparc_HDRS= 
  31   33  i386_HDRS=      stack_unwind.h
↓ open down ↓ 8 lines elided ↑ open up ↑
  40   42  HDRS=   $($(MACH)_HDRS)  $(ATTRDB_HDRS) \
  41   43          aio.h           \
  42   44          alloca.h        \
  43   45          apptrace.h      \
  44   46          apptrace_impl.h \
  45   47          ar.h            \
  46   48          archives.h      \
  47   49          assert.h        \
  48   50          atomic.h        \
  49   51          attr.h          \
       52 +        complex.h       \
  50   53          config_admin.h  \
  51   54          cpio.h          \
  52   55          crypt.h         \
  53   56          ctype.h         \
  54   57          deflt.h         \
  55   58          devid.h         \
  56   59          devmgmt.h       \
  57   60          devpoll.h       \
  58   61          dial.h          \
  59   62          dirent.h        \
↓ open down ↓ 1 lines elided ↑ open up ↑
  61   64          door.h          \
  62   65          elf.h           \
  63   66          err.h           \
  64   67          errno.h         \
  65   68          euc.h           \
  66   69          exacct.h        \
  67   70          exacct_impl.h   \
  68   71          execinfo.h      \
  69   72          fatal.h         \
  70   73          fcntl.h         \
       74 +        fenv.h          \
  71   75          float.h         \
       76 +        floatingpoint.h \
  72   77          fmtmsg.h        \
  73   78          fnmatch.h       \
  74   79          ftw.h           \
  75   80          gelf.h          \
  76   81          getopt.h        \
  77   82          getwidth.h      \
  78   83          glob.h          \
  79   84          grp.h           \
  80   85          iconv.h         \
  81   86          ieeefp.h        \
↓ open down ↓ 10 lines elided ↑ open up ↑
  92   97          libintl.h       \
  93   98          libw.h          \
  94   99          libzonecfg.h    \
  95  100          limits.h        \
  96  101          linenum.h       \
  97  102          link.h          \
  98  103          listen.h        \
  99  104          locale.h        \
 100  105          macros.h        \
 101  106          malloc.h        \
      107 +        math.h          \
 102  108          mdmn_changelog.h        \
 103  109          memory.h        \
 104  110          meta.h          \
 105  111          meta_runtime.h  \
 106  112          metadyn.h       \
 107  113          mon.h           \
 108  114          monetary.h      \
 109  115          mp.h            \
 110  116          mqueue.h        \
 111  117          nan.h           \
↓ open down ↓ 61 lines elided ↑ open up ↑
 173  179          string.h        \
 174  180          strings.h       \
 175  181          stropts.h       \
 176  182          synch.h         \
 177  183          sysexits.h      \
 178  184          syslog.h        \
 179  185          syms.h          \
 180  186          tar.h           \
 181  187          termio.h        \
 182  188          termios.h       \
      189 +        tgmath.h        \
 183  190          thread.h        \
 184  191          thread_db.h     \
 185  192          time.h          \
 186  193          tiuser.h        \
 187  194          tzfile.h        \
 188  195          ucontext.h      \
 189  196          ucred.h         \
 190  197          ulimit.h        \
 191  198          unistd.h        \
 192  199          userdefs.h      \
↓ open down ↓ 12 lines elided ↑ open up ↑
 205  212          wordexp.h       \
 206  213          xti.h           \
 207  214          xti_inet.h      \
 208  215          zone.h
 209  216  
 210  217  ISOHDRS = \
 211  218          ctype_c99.h     \
 212  219          ctype_iso.h     \
 213  220          limits_iso.h    \
 214  221          locale_iso.h    \
      222 +        math_c99.h      \
      223 +        math_iso.h      \
 215  224          setjmp_iso.h    \
 216  225          signal_iso.h    \
 217  226          stdarg_c99.h    \
 218  227          stdarg_iso.h    \
 219  228          stddef_iso.h    \
 220  229          stdio_c99.h     \
 221  230          stdio_iso.h     \
 222  231          stdlib_c99.h    \
 223  232          stdlib_iso.h    \
 224  233          string_iso.h    \
↓ open down ↓ 272 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX