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 #
23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25
26 #
27 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
28 #
29
30 #
31 # This Makefile defines all file modules for the directory uts/common
32 # and its children. These are the source files which may be considered
33 # common to all SunOS systems.
34
35 i386_CORE_OBJS += \
36 atomic.o \
37 avintr.o \
38 pic.o
39
40 sparc_CORE_OBJS +=
41
42 COMMON_CORE_OBJS += \
43 beep.o \
44 bitset.o \
45 bp_map.o \
46 brand.o \
47 cpucaps.o \
559 $(IP_UDP_OBJS) \
560 $(IP_SCTP_OBJS) \
561 $(IP_ILB_OBJS)
562
563 IP6_OBJS += ip6ddi.o
564
565 HOOK_OBJS += hook.o
566
567 NETI_OBJS += neti_impl.o neti_mod.o neti_stack.o
568
569 KEYSOCK_OBJS += keysockddi.o keysock.o keysock_opt_data.o
570
571 IPNET_OBJS += ipnet.o ipnet_bpf.o
572
573 SPDSOCK_OBJS += spdsockddi.o spdsock.o spdsock_opt_data.o
574
575 IPSECESP_OBJS += ipsecespddi.o ipsecesp.o
576
577 IPSECAH_OBJS += ipsecahddi.o ipsecah.o sadb.o
578
579 SPPP_OBJS += sppp.o sppp_dlpi.o sppp_mod.o s_common.o
580
581 SPPPTUN_OBJS += sppptun.o sppptun_mod.o
582
583 SPPPASYN_OBJS += spppasyn.o spppasyn_mod.o
584
585 SPPPCOMP_OBJS += spppcomp.o spppcomp_mod.o deflate.o bsd-comp.o vjcompress.o \
586 zlib.o
587
588 TCP_OBJS += tcpddi.o
589
590 TCP6_OBJS += tcp6ddi.o
591
592 NCA_OBJS += ncaddi.o
593
594 SDP_SOCK_MOD_OBJS += sockmod_sdp.o socksdp.o socksdpsubr.o
595
596 SCTP_SOCK_MOD_OBJS += sockmod_sctp.o socksctp.o socksctpsubr.o
597
598 PFP_SOCK_MOD_OBJS += sockmod_pfp.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 #
23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25
26 #
27 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
28 #
29
30 #
31 # This Makefile defines all file modules for the directory uts/common
32 # and its children. These are the source files which may be considered
33 # common to all SunOS systems.
34
35 i386_CORE_OBJS += \
36 atomic.o \
37 avintr.o \
38 pic.o
39
40 sparc_CORE_OBJS +=
41
42 COMMON_CORE_OBJS += \
43 beep.o \
44 bitset.o \
45 bp_map.o \
46 brand.o \
47 cpucaps.o \
559 $(IP_UDP_OBJS) \
560 $(IP_SCTP_OBJS) \
561 $(IP_ILB_OBJS)
562
563 IP6_OBJS += ip6ddi.o
564
565 HOOK_OBJS += hook.o
566
567 NETI_OBJS += neti_impl.o neti_mod.o neti_stack.o
568
569 KEYSOCK_OBJS += keysockddi.o keysock.o keysock_opt_data.o
570
571 IPNET_OBJS += ipnet.o ipnet_bpf.o
572
573 SPDSOCK_OBJS += spdsockddi.o spdsock.o spdsock_opt_data.o
574
575 IPSECESP_OBJS += ipsecespddi.o ipsecesp.o
576
577 IPSECAH_OBJS += ipsecahddi.o ipsecah.o sadb.o
578
579 DATAFILT_OBJS += datafilt.o
580
581 HTTPFILT_OBJS += httpfilt.o
582
583 SPPP_OBJS += sppp.o sppp_dlpi.o sppp_mod.o s_common.o
584
585 SPPPTUN_OBJS += sppptun.o sppptun_mod.o
586
587 SPPPASYN_OBJS += spppasyn.o spppasyn_mod.o
588
589 SPPPCOMP_OBJS += spppcomp.o spppcomp_mod.o deflate.o bsd-comp.o vjcompress.o \
590 zlib.o
591
592 TCP_OBJS += tcpddi.o
593
594 TCP6_OBJS += tcp6ddi.o
595
596 NCA_OBJS += ncaddi.o
597
598 SDP_SOCK_MOD_OBJS += sockmod_sdp.o socksdp.o socksdpsubr.o
599
600 SCTP_SOCK_MOD_OBJS += sockmod_sctp.o socksctp.o socksctpsubr.o
601
602 PFP_SOCK_MOD_OBJS += sockmod_pfp.o
|