Print this page
patch01 - 693 import Sun Devpro Math Library


   2 # CDDL HEADER START
   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #


  22 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # head/Makefile
  26 #
  27 # include global definitions
  28 include ../Makefile.master
  29 
  30 sparc_HDRS= 
  31 i386_HDRS=      stack_unwind.h
  32 
  33 # Headers are listed one per line so that TeamWare can auto-merge most changes
  34 
  35 KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
  36 
  37 ATTRDB_HDRS=    secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
  38         auth_list.h
  39 
  40 HDRS=   $($(MACH)_HDRS)  $(ATTRDB_HDRS) \
  41         aio.h           \
  42         alloca.h        \
  43         apptrace.h      \
  44         apptrace_impl.h \
  45         ar.h            \
  46         archives.h      \
  47         assert.h        \
  48         atomic.h        \
  49         attr.h          \

  50         config_admin.h  \
  51         cpio.h          \
  52         crypt.h         \
  53         ctype.h         \
  54         deflt.h         \
  55         devid.h         \
  56         devmgmt.h       \
  57         devpoll.h       \
  58         dial.h          \
  59         dirent.h        \
  60         dlfcn.h         \
  61         door.h          \
  62         elf.h           \
  63         err.h           \
  64         errno.h         \
  65         euc.h           \
  66         exacct.h        \
  67         exacct_impl.h   \
  68         execinfo.h      \
  69         fatal.h         \
  70         fcntl.h         \

  71         float.h         \

  72         fmtmsg.h        \
  73         fnmatch.h       \
  74         ftw.h           \
  75         gelf.h          \
  76         getopt.h        \
  77         getwidth.h      \
  78         glob.h          \
  79         grp.h           \
  80         iconv.h         \
  81         ieeefp.h        \
  82         ifaddrs.h       \
  83         inttypes.h      \
  84         iso646.h        \
  85         klpd.h          \
  86         langinfo.h      \
  87         lastlog.h       \
  88         lber.h          \
  89         ldap.h          \
  90         libelf.h        \
  91         libgen.h        \
  92         libintl.h       \
  93         libw.h          \
  94         libzonecfg.h    \
  95         limits.h        \
  96         linenum.h       \
  97         link.h          \
  98         listen.h        \
  99         locale.h        \
 100         macros.h        \
 101         malloc.h        \

 102         mdmn_changelog.h        \
 103         memory.h        \
 104         meta.h          \
 105         meta_runtime.h  \
 106         metadyn.h       \
 107         mon.h           \
 108         monetary.h      \
 109         mp.h            \
 110         mqueue.h        \
 111         nan.h           \
 112         ndbm.h          \
 113         ndpd.h          \
 114         netconfig.h     \
 115         netdb.h         \
 116         netdir.h        \
 117         nl_types.h      \
 118         nlist.h         \
 119         note.h          \
 120         nsctl.h         \
 121         nsswitch.h      \


 163         stdarg.h        \
 164         stdbool.h       \
 165         stddef.h        \
 166         stdint.h        \
 167         stdio.h         \
 168         stdio_ext.h     \
 169         stdio_tag.h     \
 170         stdio_impl.h    \
 171         stdlib.h        \
 172         storclass.h     \
 173         string.h        \
 174         strings.h       \
 175         stropts.h       \
 176         synch.h         \
 177         sysexits.h      \
 178         syslog.h        \
 179         syms.h          \
 180         tar.h           \
 181         termio.h        \
 182         termios.h       \

 183         thread.h        \
 184         thread_db.h     \
 185         time.h          \
 186         tiuser.h        \
 187         tzfile.h        \
 188         ucontext.h      \
 189         ucred.h         \
 190         ulimit.h        \
 191         unistd.h        \
 192         userdefs.h      \
 193         ustat.h         \
 194         utime.h         \
 195         utmp.h          \
 196         utmpx.h         \
 197         valtools.h      \
 198         values.h        \
 199         varargs.h       \
 200         wait.h          \
 201         wchar.h         \
 202         wchar_impl.h    \
 203         wctype.h        \
 204         widec.h         \
 205         wordexp.h       \
 206         xti.h           \
 207         xti_inet.h      \
 208         zone.h
 209 
 210 ISOHDRS = \
 211         ctype_c99.h     \
 212         ctype_iso.h     \
 213         limits_iso.h    \
 214         locale_iso.h    \


 215         setjmp_iso.h    \
 216         signal_iso.h    \
 217         stdarg_c99.h    \
 218         stdarg_iso.h    \
 219         stddef_iso.h    \
 220         stdio_c99.h     \
 221         stdio_iso.h     \
 222         stdlib_c99.h    \
 223         stdlib_iso.h    \
 224         string_iso.h    \
 225         time_iso.h      \
 226         wchar_c99.h     \
 227         wchar_iso.h     \
 228         wctype_c99.h    \
 229         wctype_iso.h
 230 
 231 ARPAHDRS =              \
 232         ftp.h           \
 233         inet.h          \
 234         nameser.h       \




   2 # CDDL HEADER START
   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23 #
  24 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  25 # Use is subject to license terms.
  26 #
  27 # head/Makefile
  28 #
  29 # include global definitions
  30 include ../Makefile.master
  31 
  32 sparc_HDRS= 
  33 i386_HDRS=      stack_unwind.h
  34 
  35 # Headers are listed one per line so that TeamWare can auto-merge most changes
  36 
  37 KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
  38 
  39 ATTRDB_HDRS=    secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
  40         auth_list.h
  41 
  42 HDRS=   $($(MACH)_HDRS)  $(ATTRDB_HDRS) \
  43         aio.h           \
  44         alloca.h        \
  45         apptrace.h      \
  46         apptrace_impl.h \
  47         ar.h            \
  48         archives.h      \
  49         assert.h        \
  50         atomic.h        \
  51         attr.h          \
  52         complex.h       \
  53         config_admin.h  \
  54         cpio.h          \
  55         crypt.h         \
  56         ctype.h         \
  57         deflt.h         \
  58         devid.h         \
  59         devmgmt.h       \
  60         devpoll.h       \
  61         dial.h          \
  62         dirent.h        \
  63         dlfcn.h         \
  64         door.h          \
  65         elf.h           \
  66         err.h           \
  67         errno.h         \
  68         euc.h           \
  69         exacct.h        \
  70         exacct_impl.h   \
  71         execinfo.h      \
  72         fatal.h         \
  73         fcntl.h         \
  74         fenv.h          \
  75         float.h         \
  76         floatingpoint.h \
  77         fmtmsg.h        \
  78         fnmatch.h       \
  79         ftw.h           \
  80         gelf.h          \
  81         getopt.h        \
  82         getwidth.h      \
  83         glob.h          \
  84         grp.h           \
  85         iconv.h         \
  86         ieeefp.h        \
  87         ifaddrs.h       \
  88         inttypes.h      \
  89         iso646.h        \
  90         klpd.h          \
  91         langinfo.h      \
  92         lastlog.h       \
  93         lber.h          \
  94         ldap.h          \
  95         libelf.h        \
  96         libgen.h        \
  97         libintl.h       \
  98         libw.h          \
  99         libzonecfg.h    \
 100         limits.h        \
 101         linenum.h       \
 102         link.h          \
 103         listen.h        \
 104         locale.h        \
 105         macros.h        \
 106         malloc.h        \
 107         math.h          \
 108         mdmn_changelog.h        \
 109         memory.h        \
 110         meta.h          \
 111         meta_runtime.h  \
 112         metadyn.h       \
 113         mon.h           \
 114         monetary.h      \
 115         mp.h            \
 116         mqueue.h        \
 117         nan.h           \
 118         ndbm.h          \
 119         ndpd.h          \
 120         netconfig.h     \
 121         netdb.h         \
 122         netdir.h        \
 123         nl_types.h      \
 124         nlist.h         \
 125         note.h          \
 126         nsctl.h         \
 127         nsswitch.h      \


 169         stdarg.h        \
 170         stdbool.h       \
 171         stddef.h        \
 172         stdint.h        \
 173         stdio.h         \
 174         stdio_ext.h     \
 175         stdio_tag.h     \
 176         stdio_impl.h    \
 177         stdlib.h        \
 178         storclass.h     \
 179         string.h        \
 180         strings.h       \
 181         stropts.h       \
 182         synch.h         \
 183         sysexits.h      \
 184         syslog.h        \
 185         syms.h          \
 186         tar.h           \
 187         termio.h        \
 188         termios.h       \
 189         tgmath.h        \
 190         thread.h        \
 191         thread_db.h     \
 192         time.h          \
 193         tiuser.h        \
 194         tzfile.h        \
 195         ucontext.h      \
 196         ucred.h         \
 197         ulimit.h        \
 198         unistd.h        \
 199         userdefs.h      \
 200         ustat.h         \
 201         utime.h         \
 202         utmp.h          \
 203         utmpx.h         \
 204         valtools.h      \
 205         values.h        \
 206         varargs.h       \
 207         wait.h          \
 208         wchar.h         \
 209         wchar_impl.h    \
 210         wctype.h        \
 211         widec.h         \
 212         wordexp.h       \
 213         xti.h           \
 214         xti_inet.h      \
 215         zone.h
 216 
 217 ISOHDRS = \
 218         ctype_c99.h     \
 219         ctype_iso.h     \
 220         limits_iso.h    \
 221         locale_iso.h    \
 222         math_c99.h      \
 223         math_iso.h      \
 224         setjmp_iso.h    \
 225         signal_iso.h    \
 226         stdarg_c99.h    \
 227         stdarg_iso.h    \
 228         stddef_iso.h    \
 229         stdio_c99.h     \
 230         stdio_iso.h     \
 231         stdlib_c99.h    \
 232         stdlib_iso.h    \
 233         string_iso.h    \
 234         time_iso.h      \
 235         wchar_c99.h     \
 236         wchar_iso.h     \
 237         wctype_c99.h    \
 238         wctype_iso.h
 239 
 240 ARPAHDRS =              \
 241         ftp.h           \
 242         inet.h          \
 243         nameser.h       \