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) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 LIBRARY = librt.a
26 VERS = .1
27
28 include $(SRC)/lib/Makefile.rootfs
29
30 LIBS += $(LINTLIB)
31 DYNFLAGS += -F libc.so.1
|
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) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 LIBRARY = librt.a
26 VERS = .1
27
28 include $(SRC)/lib/Makefile.rootfs
29
30 LIBS += $(LINTLIB)
31 DYNFLAGS += -F libc.so.1
32
33 COMPATLINKS += /lib/libposix4.so.1 \
34 /lib/libposix4.so \
35 /usr/lib/libposix4.so.1 \
36 /usr/lib/libposix4.so
37
38 COMPATLINKS64 +=/lib/$(MACH64)/libposix4.so.1 \
39 /lib/$(MACH64)/libposix4.so \
40 /usr/lib/$(MACH64)/libposix4.so.1 \
41 /usr/lib/$(MACH64)/libposix4.so
42
43 $(ROOT)/lib/libposix4.so.1 := COMPATLINKTARGET=librt.so.1
44 $(ROOT)/lib/libposix4.so := COMPATLINKTARGET=libposix4.so.1
45 $(ROOT)/usr/lib/libposix4.so.1 := COMPATLINKTARGET=../../lib/librt.so.1
46 $(ROOT)/usr/lib/libposix4.so := COMPATLINKTARGET=../../lib/librt.so.1
47 $(ROOT)/lib/$(MACH64)/libposix4.so.1 := COMPATLINKTARGET=librt.so.1
48 $(ROOT)/lib/$(MACH64)/libposix4.so := COMPATLINKTARGET=libposix4.so.1
49 $(ROOT)/usr/lib/$(MACH64)/libposix4.so.1:= \
50 COMPATLINKTARGET=../../../lib/$(MACH64)/librt.so.1
51 $(ROOT)/usr/lib/$(MACH64)/libposix4.so:= \
52 COMPATLINKTARGET=../../../lib/$(MACH64)/librt.so.1
53 $(ROOT)/usr/lib/$(MACH64)/librt.so.1:= \
54 COMPATLINKTARGET=../../../lib/$(MACH64)/librt.so.1
55 $(ROOT)/usr/lib/$(MACH64)/librt.so:= \
56 COMPATLINKTARGET=../../../lib/$(MACH64)/librt.so.1
|