Print this page
5386 want openpty(), forkpty(), etc.


   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 (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  24 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 #
  27 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28 # Use is subject to license terms.
  29 #
  30 
  31 LIBCDIR=        $(SRC)/lib/libc
  32 LIB_PIC=        libc_pic.a
  33 VERS=           .1
  34 CPP=            /usr/lib/cpp
  35 TARGET_ARCH=    sparc
  36 
  37 # objects are grouped by source directory
  38 
  39 # Symbol capabilities objects.
  40 EXTPICS=                        \
  41         $(LIBCDIR)/capabilities/sun4u/sparc/pics/symcap.o \
  42         $(LIBCDIR)/capabilities/sun4u-opl/sparc/pics/symcap.o \
  43         $(LIBCDIR)/capabilities/sun4u-us3-hwcap1/sparc/pics/symcap.o \
  44         $(LIBCDIR)/capabilities/sun4u-us3-hwcap2/sparc/pics/symcap.o \
  45         $(LIBCDIR)/capabilities/sun4v-hwcap1/sparc/pics/symcap.o \
  46         $(LIBCDIR)/capabilities/sun4v-hwcap2/sparc/pics/symcap.o
  47 


 542         nss_deffinder.o         \
 543         opendir.o               \
 544         opt_data.o              \
 545         perror.o                \
 546         pfmt.o                  \
 547         pfmt_data.o             \
 548         pfmt_print.o            \
 549         pipe.o                  \
 550         plock.o                 \
 551         poll.o                  \
 552         posix_fadvise.o         \
 553         posix_fallocate.o       \
 554         posix_madvise.o         \
 555         posix_memalign.o        \
 556         priocntl.o              \
 557         privlib.o               \
 558         priv_str_xlate.o        \
 559         psiginfo.o              \
 560         psignal.o               \
 561         pt.o                    \

 562         putpwent.o              \
 563         putspent.o              \
 564         raise.o                 \
 565         rand.o                  \
 566         random.o                \
 567         rctlops.o               \
 568         readdir.o               \
 569         readdir_r.o             \
 570         realpath.o              \
 571         reboot.o                \
 572         regexpr.o               \
 573         remove.o                \
 574         rewinddir.o             \
 575         rindex.o                \
 576         scandir.o               \
 577         seekdir.o               \
 578         select.o                \
 579         select_large_fdset.o    \
 580         setlabel.o              \
 581         setpriority.o           \




   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 (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  24 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 #
  27 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  28 # Use is subject to license terms.
  29 #
  30 
  31 LIBCDIR=        $(SRC)/lib/libc
  32 LIB_PIC=        libc_pic.a
  33 VERS=           .1
  34 CPP=            /usr/lib/cpp
  35 TARGET_ARCH=    sparc
  36 
  37 # objects are grouped by source directory
  38 
  39 # Symbol capabilities objects.
  40 EXTPICS=                        \
  41         $(LIBCDIR)/capabilities/sun4u/sparc/pics/symcap.o \
  42         $(LIBCDIR)/capabilities/sun4u-opl/sparc/pics/symcap.o \
  43         $(LIBCDIR)/capabilities/sun4u-us3-hwcap1/sparc/pics/symcap.o \
  44         $(LIBCDIR)/capabilities/sun4u-us3-hwcap2/sparc/pics/symcap.o \
  45         $(LIBCDIR)/capabilities/sun4v-hwcap1/sparc/pics/symcap.o \
  46         $(LIBCDIR)/capabilities/sun4v-hwcap2/sparc/pics/symcap.o
  47 


 542         nss_deffinder.o         \
 543         opendir.o               \
 544         opt_data.o              \
 545         perror.o                \
 546         pfmt.o                  \
 547         pfmt_data.o             \
 548         pfmt_print.o            \
 549         pipe.o                  \
 550         plock.o                 \
 551         poll.o                  \
 552         posix_fadvise.o         \
 553         posix_fallocate.o       \
 554         posix_madvise.o         \
 555         posix_memalign.o        \
 556         priocntl.o              \
 557         privlib.o               \
 558         priv_str_xlate.o        \
 559         psiginfo.o              \
 560         psignal.o               \
 561         pt.o                    \
 562         pty.o                   \
 563         putpwent.o              \
 564         putspent.o              \
 565         raise.o                 \
 566         rand.o                  \
 567         random.o                \
 568         rctlops.o               \
 569         readdir.o               \
 570         readdir_r.o             \
 571         realpath.o              \
 572         reboot.o                \
 573         regexpr.o               \
 574         remove.o                \
 575         rewinddir.o             \
 576         rindex.o                \
 577         scandir.o               \
 578         seekdir.o               \
 579         select.o                \
 580         select_large_fdset.o    \
 581         setlabel.o              \
 582         setpriority.o           \