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 (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 \
861 UNWINDASMOBJS= \
862 unwind_frame.o
863
864 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
865 # This macro should ALWAYS be empty; native APIs are already 'large file'.
866 PORTSYS64=
867
868 PORTSYS= \
869 _autofssys.o \
870 access.o \
871 acctctl.o \
872 bsd_signal.o \
873 chmod.o \
874 chown.o \
875 corectl.o \
876 exacctsys.o \
877 execl.o \
878 execle.o \
879 execv.o \
880 fcntl.o \
881 getpagesizes.o \
882 getpeerucred.o \
883 inst_sync.o \
884 issetugid.o \
885 label.o \
886 link.o \
887 lockf.o \
888 lwp.o \
889 lwp_cond.o \
890 lwp_rwlock.o \
891 lwp_sigmask.o \
892 meminfosys.o \
893 mkdir.o \
894 mknod.o \
895 msgsys.o \
896 nfssys.o \
897 open.o \
898 pgrpsys.o \
899 posix_sigwait.o \
900 ppriv.o \
|
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 (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 2014 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 \
861 UNWINDASMOBJS= \
862 unwind_frame.o
863
864 # Preserved solely to ease maintenance of 32-bit and 64-bit library builds
865 # This macro should ALWAYS be empty; native APIs are already 'large file'.
866 PORTSYS64=
867
868 PORTSYS= \
869 _autofssys.o \
870 access.o \
871 acctctl.o \
872 bsd_signal.o \
873 chmod.o \
874 chown.o \
875 corectl.o \
876 exacctsys.o \
877 execl.o \
878 execle.o \
879 execv.o \
880 fcntl.o \
881 fexecve.o \
882 getpagesizes.o \
883 getpeerucred.o \
884 inst_sync.o \
885 issetugid.o \
886 label.o \
887 link.o \
888 lockf.o \
889 lwp.o \
890 lwp_cond.o \
891 lwp_rwlock.o \
892 lwp_sigmask.o \
893 meminfosys.o \
894 mkdir.o \
895 mknod.o \
896 msgsys.o \
897 nfssys.o \
898 open.o \
899 pgrpsys.o \
900 posix_sigwait.o \
901 ppriv.o \
|