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/sparcv9/pics/symcap.o \
42 $(LIBCDIR)/capabilities/sun4u-opl/sparcv9/pics/symcap.o \
43 $(LIBCDIR)/capabilities/sun4u-us3-hwcap1/sparcv9/pics/symcap.o \
44 $(LIBCDIR)/capabilities/sun4u-us3-hwcap2/sparcv9/pics/symcap.o \
45 $(LIBCDIR)/capabilities/sun4v-hwcap1/sparcv9/pics/symcap.o \
46 $(LIBCDIR)/capabilities/sun4v-hwcap2/sparcv9/pics/symcap.o
47
502 nss_deffinder.o \
503 opendir.o \
504 opt_data.o \
505 perror.o \
506 pfmt.o \
507 pfmt_data.o \
508 pfmt_print.o \
509 pipe.o \
510 plock.o \
511 poll.o \
512 posix_fadvise.o \
513 posix_fallocate.o \
514 posix_madvise.o \
515 posix_memalign.o \
516 priocntl.o \
517 privlib.o \
518 priv_str_xlate.o \
519 psiginfo.o \
520 psignal.o \
521 pt.o \
522 putpwent.o \
523 putspent.o \
524 raise.o \
525 rand.o \
526 random.o \
527 rctlops.o \
528 readdir.o \
529 readdir_r.o \
530 realpath.o \
531 reboot.o \
532 regexpr.o \
533 remove.o \
534 rewinddir.o \
535 rindex.o \
536 scandir.o \
537 seekdir.o \
538 select.o \
539 setlabel.o \
540 setpriority.o \
541 settimeofday.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/sparcv9/pics/symcap.o \
42 $(LIBCDIR)/capabilities/sun4u-opl/sparcv9/pics/symcap.o \
43 $(LIBCDIR)/capabilities/sun4u-us3-hwcap1/sparcv9/pics/symcap.o \
44 $(LIBCDIR)/capabilities/sun4u-us3-hwcap2/sparcv9/pics/symcap.o \
45 $(LIBCDIR)/capabilities/sun4v-hwcap1/sparcv9/pics/symcap.o \
46 $(LIBCDIR)/capabilities/sun4v-hwcap2/sparcv9/pics/symcap.o
47
502 nss_deffinder.o \
503 opendir.o \
504 opt_data.o \
505 perror.o \
506 pfmt.o \
507 pfmt_data.o \
508 pfmt_print.o \
509 pipe.o \
510 plock.o \
511 poll.o \
512 posix_fadvise.o \
513 posix_fallocate.o \
514 posix_madvise.o \
515 posix_memalign.o \
516 priocntl.o \
517 privlib.o \
518 priv_str_xlate.o \
519 psiginfo.o \
520 psignal.o \
521 pt.o \
522 pty.o \
523 putpwent.o \
524 putspent.o \
525 raise.o \
526 rand.o \
527 random.o \
528 rctlops.o \
529 readdir.o \
530 readdir_r.o \
531 realpath.o \
532 reboot.o \
533 regexpr.o \
534 remove.o \
535 rewinddir.o \
536 rindex.o \
537 scandir.o \
538 seekdir.o \
539 select.o \
540 setlabel.o \
541 setpriority.o \
542 settimeofday.o \
|