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 #
23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
26 # Copyright 2016 Joyent, Inc.
27 # Copyright 2013 Saso Kiselkov. All rights reserved.
28 # Copyright 2016 Joyent, Inc.
29 #
30
31 #
32 # uts/common/Makefile.rules
33 #
34 # This Makefile defines all the file build rules for the directory
35 # uts/common and its children. These are the source files which may
36 # be considered common to all SunOS systems.
37 #
38 # The following two-level ordering must be maintained in this file.
39 # Lines are sorted first in order of decreasing specificity based on
40 # the first directory component. That is, sun4u rules come before
41 # sparc rules come before common rules.
42 #
43 # Lines whose initial directory components are equal are sorted
44 # alphabetically by the remaining components.
45
46 #
81 $(OBJS_DIR)/%.o: $(COMMONBASE)/bignum/%.c
82 $(COMPILE.c) -o $@ $<
83 $(CTFCONVERT_O)
84
85 $(OBJS_DIR)/%.o: $(UTSBASE)/common/bignum/%.c
86 $(COMPILE.c) -o $@ $<
87 $(CTFCONVERT_O)
88
89 $(OBJS_DIR)/%.o: $(COMMONBASE)/mpi/%.c
90 $(COMPILE.c) -o $@ $<
91 $(CTFCONVERT_O)
92
93 $(OBJS_DIR)/%.o: $(COMMONBASE)/acl/%.c
94 $(COMPILE.c) -o $@ $<
95 $(CTFCONVERT_O)
96
97 $(OBJS_DIR)/%.o: $(COMMONBASE)/avl/%.c
98 $(COMPILE.c) -o $@ $<
99 $(CTFCONVERT_O)
100
101 $(OBJS_DIR)/%.o: $(COMMONBASE)/inet/%.c
102 $(COMPILE.c) -o $@ $<
103 $(CTFCONVERT_O)
104
105 $(OBJS_DIR)/%.o: $(COMMONBASE)/ucode/%.c
106 $(COMPILE.c) -o $@ $<
107 $(CTFCONVERT_O)
108
109 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/sn1/%.c
110 $(COMPILE.c) -o $@ $<
111 $(CTFCONVERT_O)
112
113 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/solaris10/%.c
114 $(COMPILE.c) -o $@ $<
115 $(CTFCONVERT_O)
116
117 $(OBJS_DIR)/%.o: $(UTSBASE)/common/c2/%.c
118 $(COMPILE.c) -o $@ $<
119 $(CTFCONVERT_O)
120
121 $(OBJS_DIR)/%.o: $(UTSBASE)/common/conf/%.c
122 $(COMPILE.c) -o $@ $<
123 $(CTFCONVERT_O)
124
233 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/doorfs/%.c
234 $(COMPILE.c) -o $@ $<
235 $(CTFCONVERT_O)
236
237 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/dev/%.c
238 $(COMPILE.c) -o $@ $<
239 $(CTFCONVERT_O)
240
241 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fd/%.c
242 $(COMPILE.c) -o $@ $<
243 $(CTFCONVERT_O)
244
245 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fifofs/%.c
246 $(COMPILE.c) -o $@ $<
247 $(CTFCONVERT_O)
248
249 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/hsfs/%.c
250 $(COMPILE.c) -o $@ $<
251 $(CTFCONVERT_O)
252
253 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/hyprlofs/%.c
254 $(COMPILE.c) -o $@ $<
255 $(CTFCONVERT_O)
256
257 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/lofs/%.c
258 $(COMPILE.c) -o $@ $<
259 $(CTFCONVERT_O)
260
261 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/lxproc/%.c
262 $(COMPILE.c) -o $@ $<
263 $(CTFCONVERT_O)
264
265 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/mntfs/%.c
266 $(COMPILE.c) -o $@ $<
267 $(CTFCONVERT_O)
268
269 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/namefs/%.c
270 $(COMPILE.c) -o $@ $<
271 $(CTFCONVERT_O)
272
273 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/nfs/%.c
274 $(COMPILE.c) -o $@ $<
275 $(CTFCONVERT_O)
276
277 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbsrv/%.c
278 $(COMPILE.c) -o $@ $<
279 $(CTFCONVERT_O)
280
281 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbsrv/%.c
282 $(COMPILE.c) -o $@ $<
283 $(CTFCONVERT_O)
284
756 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cpqary3/%.c
757 $(COMPILE.c) -o $@ $<
758 $(CTFCONVERT_O)
759
760 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dld/%.c
761 $(COMPILE.c) -o $@ $<
762 $(CTFCONVERT_O)
763
764 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dls/%.c
765 $(COMPILE.c) -o $@ $<
766 $(CTFCONVERT_O)
767
768 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dmfe/%.c
769 $(COMPILE.c) -o $@ $<
770 $(CTFCONVERT_O)
771
772 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
773 $(COMPILE.c) -o $@ $<
774 $(CTFCONVERT_O)
775
776 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dr_sas/%.c
777 $(COMPILE.c) -o $@ $<
778 $(CTFCONVERT_O)
779
780 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/efe/%.c
781 $(COMPILE.c) -o $@ $<
782 $(CTFCONVERT_O)
783
784 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/elxl/%.c
785 $(COMPILE.c) -o $@ $<
786 $(CTFCONVERT_O)
787
788 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
789 $(COMPILE.c) -o $@ $<
790 $(CTFCONVERT_O)
791
792 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hme/%.c
793 $(COMPILE.c) -o $@ $<
794 $(CTFCONVERT_O)
795
796 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pciex/%.c
797 $(COMPILE.c) -o $@ $<
798 $(CTFCONVERT_O)
799
988 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
989 $(COMPILE.c) -o $@ $<
990 $(CTFCONVERT_O)
991
992 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mxfe/%.c
993 $(COMPILE.c) -o $@ $<
994 $(CTFCONVERT_O)
995
996 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/%.c
997 $(COMPILE.c) -o $@ $<
998 $(CTFCONVERT_O)
999
1000 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
1001 $(COMPILE.c) -o $@ $<
1002 $(CTFCONVERT_O)
1003
1004 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/net80211/%.c
1005 $(COMPILE.c) -o $@ $<
1006 $(CTFCONVERT_O)
1007
1008 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nfp/%.c
1009 $(COMPILE.c) -o $@ $<
1010 $(CTFCONVERT_O)
1011
1012 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nge/%.c
1013 $(COMPILE.c) -o $@ $<
1014 $(CTFCONVERT_O)
1015
1016 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nvme/%.c
1017 $(COMPILE.c) -o $@ $<
1018 $(CTFCONVERT_O)
1019
1020 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.c
1021 $(COMPILE.c) -o $@ $<
1022 $(CTFCONVERT_O)
1023
1024 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/npi/%.c
1025 $(COMPILE.c) -o $@ $<
1026 $(CTFCONVERT_O)
1027
1028 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.s
1029 $(COMPILE.s) -o $@ $<
1030
1031 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/overlay/%.c
1032 $(COMPILE.c) -o $@ $<
1033 $(CTFCONVERT_O)
1034
1035 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/overlay/plugins/%.c
1036 $(COMPILE.c) -o $@ $<
1037 $(CTFCONVERT_O)
1038
1039 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pci-ide/%.c
1040 $(COMPILE.c) -o $@ $<
1041 $(CTFCONVERT_O)
1042
1043 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pcn/%.c
1044 $(COMPILE.c) -o $@ $<
1045 $(CTFCONVERT_O)
1046
1047 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppp/%.c
1048 $(COMPILE.c) -o $@ $<
1049 $(CTFCONVERT_O)
1050
1051 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/spppasyn/%.c
1052 $(COMPILE.c) -o $@ $<
1053 $(CTFCONVERT_O)
1054
1055 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppptun/%.c
1056 $(COMPILE.c) -o $@ $<
1057 $(CTFCONVERT_O)
1058
1115 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/targets/%.c
1116 $(COMPILE.c) -o $@ $<
1117 $(CTFCONVERT_O)
1118
1119 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/%.c
1120 $(COMPILE.c) -o $@ $<
1121 $(CTFCONVERT_O)
1122
1123 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
1124 $(COMPILE.c) -o $@ $<
1125 $(CTFCONVERT_O)
1126
1127 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
1128 $(COMPILE.c) -o $@ $<
1129 $(CTFCONVERT_O)
1130
1131 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
1132 $(COMPILE.c) -o $@ $<
1133 $(CTFCONVERT_O)
1134
1135 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/smrt/%.c
1136 $(COMPILE.c) -o $@ $<
1137 $(CTFCONVERT_O)
1138
1139 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
1140 $(COMPILE.c) -o $@ $<
1141 $(CTFCONVERT_O)
1142
1143 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/impl/%.c
1144 $(COMPILE.c) -o $@ $<
1145 $(CTFCONVERT_O)
1146
1147 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
1148 $(COMPILE.c) -o $@ $<
1149 $(CTFCONVERT_O)
1150
1151 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
1152 $(COMPILE.c) -o $@ $<
1153 $(CTFCONVERT_O)
1154
1155 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
1156 $(COMPILE.c) -o $@ $<
1157 $(CTFCONVERT_O)
1158
1159 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
1160 $(COMPILE.c) -o $@ $<
1161 $(CTFCONVERT_O)
1162
1163 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
1164 $(COMPILE.c) -o $@ $<
1165 $(CTFCONVERT_O)
1166
1167 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
1168 $(COMPILE.c) -o $@ $<
1169 $(CTFCONVERT_O)
1170
1171 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/impl/%.c
1172 $(COMPILE.c) -o $@ $<
1173 $(CTFCONVERT_O)
1174
1175 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
1176 $(COMPILE.c) -o $@ $<
1177 $(CTFCONVERT_O)
1178
1179 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/gsqueue/%.c
1180 $(COMPILE.c) -o $@ $<
1181 $(CTFCONVERT_O)
1182
1183 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfe/%.c
1184 $(COMPILE.c) -o $@ $<
1185 $(CTFCONVERT_O)
1186
1187 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/simnet/%.c
1188 $(COMPILE.c) -o $@ $<
1189 $(CTFCONVERT_O)
1190
1191 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/softmac/%.c
1192 $(COMPILE.c) -o $@ $<
1193 $(CTFCONVERT_O)
1194
1195 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vnd/%.c
1196 $(COMPILE.c) -o $@ $<
1197 $(CTFCONVERT_O)
1198
1199 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/%.c
1200 $(COMPILE.c) -o $@ $<
1201 $(CTFCONVERT_O)
1202
1203 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/uath_fw/%.c
1204 $(COMPILE.c) -o $@ $<
1205 $(CTFCONVERT_O)
1206
1207 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ural/%.c
1208 $(COMPILE.c) -o $@ $<
1209 $(CTFCONVERT_O)
1210
1211 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/urtw/%.c
1212 $(COMPILE.c) -o $@ $<
1213 $(CTFCONVERT_O)
1214
1215 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
1216 $(COMPILE.c) -o $@ $<
1217 $(CTFCONVERT_O)
1218
1303 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/scsa2usb/%.c
1304 $(COMPILE.c) -o $@ $<
1305 $(CTFCONVERT_O)
1306
1307 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_mid/%.c
1308 $(COMPILE.c) -o $@ $<
1309 $(CTFCONVERT_O)
1310
1311 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_ia/%.c
1312 $(COMPILE.c) -o $@ $<
1313 $(CTFCONVERT_O)
1314
1315 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba/%.c
1316 $(COMPILE.c) -o $@ $<
1317 $(CTFCONVERT_O)
1318
1319 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba10/%.c
1320 $(COMPILE.c) -o $@ $<
1321 $(CTFCONVERT_O)
1322
1323 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usbgem/%.c
1324 $(COMPILE.c) -o $@ $<
1325 $(CTFCONVERT_O)
1326
1327 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/axf/%.c
1328 $(COMPILE.c) -o $@ $<
1329 $(CTFCONVERT_O)
1330
1331 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/udf/%.c
1332 $(COMPILE.c) -o $@ $<
1333 $(CTFCONVERT_O)
1334
1335 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/udmf/%.c
1336 $(COMPILE.c) -o $@ $<
1337 $(CTFCONVERT_O)
1338
1339 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/upf/%.c
1340 $(COMPILE.c) -o $@ $<
1341 $(CTFCONVERT_O)
1342
1343 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/urf/%.c
1344 $(COMPILE.c) -o $@ $<
1345 $(CTFCONVERT_O)
1346
1347 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vuidmice/%.c
1348 $(COMPILE.c) -o $@ $<
1349 $(CTFCONVERT_O)
1350
1351 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vnic/%.c
1352 $(COMPILE.c) -o $@ $<
1353 $(CTFCONVERT_O)
1354
1355 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/wpi/%.c
1356 $(COMPILE.c) -o $@ $<
1357 $(CTFCONVERT_O)
1358
1359 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/zyd/%.c
1360 $(COMPILE.c) -o $@ $<
1361 $(CTFCONVERT_O)
1362
1363 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/chxge/com/%.c
1364 $(COMPILE.c) -o $@ $<
1365 $(CTFCONVERT_O)
1366
1519 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/%.c
1520 $(COMPILE.c) -o $@ $<
1521 $(CTFCONVERT_O)
1522
1523 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/common/%.c
1524 $(COMPILE.c) -o $@ $<
1525 $(CTFCONVERT_O)
1526
1527 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/skd/%.c
1528 $(COMPILE.c) -o $@ $<
1529 $(CTFCONVERT_O)
1530
1531 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/virtio/%.c
1532 $(COMPILE.c) -o $@ $<
1533 $(CTFCONVERT_O)
1534
1535 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioblk/%.c
1536 $(COMPILE.c) -o $@ $<
1537 $(CTFCONVERT_O)
1538
1539 $(OBJS_DIR)/%.o: $(COMMONBASE)/idspace/%.c
1540 $(COMPILE.c) -o $@ $<
1541 $(CTFCONVERT_O)
1542
1543 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioif/%.c
1544 $(COMPILE.c) -o $@ $<
1545 $(CTFCONVERT_O)
1546
1547 #
1548 # krtld must refer to its own bzero/bcopy until the kernel is fully linked
1549 #
1550 $(OBJS_DIR)/bootrd.o := CPPFLAGS += -DKOBJ_OVERRIDES
1551 $(OBJS_DIR)/doreloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1552 $(OBJS_DIR)/kobj.o := CPPFLAGS += -DKOBJ_OVERRIDES
1553 $(OBJS_DIR)/kobj_boot.o := CPPFLAGS += -DKOBJ_OVERRIDES
1554 $(OBJS_DIR)/kobj_bootflags.o := CPPFLAGS += -DKOBJ_OVERRIDES
1555 $(OBJS_DIR)/kobj_convrelstr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1556 $(OBJS_DIR)/kobj_isa.o := CPPFLAGS += -DKOBJ_OVERRIDES
1557 $(OBJS_DIR)/kobj_kdi.o := CPPFLAGS += -DKOBJ_OVERRIDES
1558 $(OBJS_DIR)/kobj_lm.o := CPPFLAGS += -DKOBJ_OVERRIDES
1559 $(OBJS_DIR)/kobj_reloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1560 $(OBJS_DIR)/kobj_stubs.o := CPPFLAGS += -DKOBJ_OVERRIDES
1561 $(OBJS_DIR)/kobj_subr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1562
1563 $(OBJS_DIR)/%.o: $(UTSBASE)/common/krtld/%.c
1564 $(COMPILE.c) -o $@ $<
1565 $(CTFCONVERT_O)
1566
1595 $(OBJS_DIR)/%.o: $(UTSBASE)/common/os/%.c
1596 $(COMPILE.c) -o $@ $<
1597 $(CTFCONVERT_O)
1598
1599 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cis/%.c
1600 $(COMPILE.c) -o $@ $<
1601 $(CTFCONVERT_O)
1602
1603 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cs/%.c
1604 $(COMPILE.c) -o $@ $<
1605 $(CTFCONVERT_O)
1606
1607 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/nexus/%.c
1608 $(COMPILE.c) -o $@ $<
1609 $(CTFCONVERT_O)
1610
1611 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/pcs/%.c
1612 $(COMPILE.c) -o $@ $<
1613 $(CTFCONVERT_O)
1614
1615 $(OBJS_DIR)/%.o: $(UTSBASE)/common/refhash/%.c
1616 $(COMPILE.c) -o $@ $<
1617 $(CTFCONVERT_O)
1618
1619 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/%.c
1620 $(COMPILE.c) -o $@ $<
1621 $(CTFCONVERT_O)
1622
1623 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec/%.c
1624 $(COMPILE.c) -o $@ $<
1625 $(CTFCONVERT_O)
1626
1627 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec_gss/%.c
1628 $(COMPILE.c) -o $@ $<
1629 $(CTFCONVERT_O)
1630
1631 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/edonr/%.c
1632 $(COMPILE.c) -o $@ $<
1633 $(CTFCONVERT_O)
1634
1635 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/sha1/%.c
1636 $(COMPILE.c) -o $@ $<
1637 $(CTFCONVERT_O)
1638
1722 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1723
1724 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/rsa/%.c
1725 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1726
1727 $(LINTS_DIR)/%.ln: $(COMMONBASE)/bignum/%.c
1728 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1729
1730 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/bignum/%.c
1731 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1732
1733 $(LINTS_DIR)/%.ln: $(COMMONBASE)/mpi/%.c
1734 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1735
1736 $(LINTS_DIR)/%.ln: $(COMMONBASE)/acl/%.c
1737 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1738
1739 $(LINTS_DIR)/%.ln: $(COMMONBASE)/avl/%.c
1740 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1741
1742 $(LINTS_DIR)/%.ln: $(COMMONBASE)/inet/%.c
1743 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1744
1745 $(LINTS_DIR)/%.ln: $(COMMONBASE)/ucode/%.c
1746 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1747
1748 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/sn1/%.c
1749 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1750
1751 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/solaris10/%.c
1752 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1753
1754 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/c2/%.c
1755 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1756
1757 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/conf/%.c
1758 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1759
1760 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/contract/%.c
1761 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1762
1763 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/cpr/%.c
1764 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1860 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1861
1862 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dcfs/%.c
1863 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1864
1865 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/devfs/%.c
1866 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1867
1868 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dev/%.c
1869 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1870
1871 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fd/%.c
1872 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1873
1874 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fifofs/%.c
1875 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1876
1877 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/hsfs/%.c
1878 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1879
1880 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/hyprlofs/%.c
1881 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1882
1883 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/lofs/%.c
1884 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1885
1886 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/lxproc/%.c
1887 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1888
1889 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/mntfs/%.c
1890 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1891
1892 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/namefs/%.c
1893 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1894
1895 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbsrv/%.c
1896 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1897
1898 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbsrv/%.c
1899 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1900
1901 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/nfs/%.c
1902 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2214 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2215
2216 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/stmf/%.c
2217 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2218
2219 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cpqary3/%.c
2220 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2221
2222 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dld/%.c
2223 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2224
2225 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dls/%.c
2226 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2227
2228 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dmfe/%.c
2229 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2230
2231 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
2232 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2233
2234 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dr_sas/%.c
2235 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2236
2237 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/efe/%.c
2238 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2239
2240 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/elxl/%.c
2241 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2242
2243 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
2244 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2245
2246 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hme/%.c
2247 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2248
2249 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/%.c
2250 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2251
2252 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
2253 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2254
2255 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/hotplug/%.c
2256 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2388 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2389
2390 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mr_sas/%.c
2391 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2392
2393 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
2394 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2395
2396 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mxfe/%.c
2397 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2398
2399 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/%.c
2400 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2401
2402 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
2403 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2404
2405 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/net80211/%.c
2406 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2407
2408 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nfp/%.c
2409 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2410
2411 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nge/%.c
2412 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2413
2414 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nvme/%.c
2415 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2416
2417 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.c
2418 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2419
2420 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.s
2421 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2422
2423 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/npi/%.c
2424 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2425
2426 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/overlay/%.c
2427 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2428
2429 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/overlay/plugins/%.c
2430 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2431
2432 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pci-ide/%.c
2433 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2434
2435 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pcn/%.c
2436 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2437
2438 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppp/%.c
2439 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2440
2441 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/spppasyn/%.c
2442 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2443
2444 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppptun/%.c
2445 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2446
2447 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ral/%.c
2448 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2449
2450 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rge/%.c
2451 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2478 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2479
2480 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/impl/%.c
2481 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2482
2483 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/%.c
2484 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2485
2486 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
2487 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2488
2489 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
2490 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2491
2492 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
2493 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2494
2495 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
2496 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2497
2498 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/smrt/%.c
2499 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2500
2501 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
2502 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2503
2504 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/impl/%.c
2505 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2506
2507 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
2508 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2509
2510 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
2511 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2512
2513 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
2514 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2515
2516 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
2517 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2518
2519 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
2520 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2622 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2623
2624 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hubd/%.c
2625 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2626
2627 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/scsa2usb/%.c
2628 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2629
2630 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_mid/%.c
2631 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2632
2633 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_ia/%.c
2634 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2635
2636 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba/%.c
2637 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2638
2639 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba10/%.c
2640 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2641
2642 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usbgem/%.c
2643 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2644
2645 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/axf/%.c
2646 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2647
2648 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/udmf/%.c
2649 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2650
2651 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/upf/%.c
2652 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2653
2654 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/urf/%.c
2655 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2656
2657 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vuidmice/%.c
2658 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2659
2660 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vnic/%.c
2661 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2662
2663 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/wpi/%.c
2664 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2665
2666 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/zyd/%.c
2667 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2668
2669 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/com/%.c
2670 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2671
2672 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/%.c
2673 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2674
2675 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/common/%.c
2676 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2790 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2791
2792 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/os/%.c
2793 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2794
2795 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2796 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2797
2798 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cs/%.c
2799 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2800
2801 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cis/%.c
2802 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2803
2804 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/nexus/%.c
2805 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2806
2807 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/pcs/%.c
2808 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2809
2810 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/refhash/%.c
2811 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2812
2813 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2814 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2815
2816 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec/%.c
2817 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2818
2819 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec_gss/%.c
2820 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2821
2822 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/edonr/%.c
2823 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2824
2825 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha1/%.c
2826 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2827
2828 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha2/%.c
2829 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2830
2831 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/skein/%.c
2832 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2885
2886 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.s
2887 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2888
2889 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vr/%.c
2890 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2891
2892 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/yge/%.c
2893 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2894
2895 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/%.c
2896 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2897
2898 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/common/%.c
2899 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2900
2901 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/skd/%.c
2902 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2903
2904 $(LINTS_DIR)/%.ln: $(COMMONBASE)/fsreparse/%.c
2905 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2906
2907 $(LINTS_DIR)/%.ln: $(COMMONBASE)/idspace/%.c
2908 @($(LHEAD) $(LINT.c) $< $(LTAIL))
|
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 #
23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
26 # Copyright 2013 Saso Kiselkov. All rights reserved.
27 # Copyright 2016 Joyent, Inc.
28 #
29
30 #
31 # uts/common/Makefile.rules
32 #
33 # This Makefile defines all the file build rules for the directory
34 # uts/common and its children. These are the source files which may
35 # be considered common to all SunOS systems.
36 #
37 # The following two-level ordering must be maintained in this file.
38 # Lines are sorted first in order of decreasing specificity based on
39 # the first directory component. That is, sun4u rules come before
40 # sparc rules come before common rules.
41 #
42 # Lines whose initial directory components are equal are sorted
43 # alphabetically by the remaining components.
44
45 #
80 $(OBJS_DIR)/%.o: $(COMMONBASE)/bignum/%.c
81 $(COMPILE.c) -o $@ $<
82 $(CTFCONVERT_O)
83
84 $(OBJS_DIR)/%.o: $(UTSBASE)/common/bignum/%.c
85 $(COMPILE.c) -o $@ $<
86 $(CTFCONVERT_O)
87
88 $(OBJS_DIR)/%.o: $(COMMONBASE)/mpi/%.c
89 $(COMPILE.c) -o $@ $<
90 $(CTFCONVERT_O)
91
92 $(OBJS_DIR)/%.o: $(COMMONBASE)/acl/%.c
93 $(COMPILE.c) -o $@ $<
94 $(CTFCONVERT_O)
95
96 $(OBJS_DIR)/%.o: $(COMMONBASE)/avl/%.c
97 $(COMPILE.c) -o $@ $<
98 $(CTFCONVERT_O)
99
100 $(OBJS_DIR)/%.o: $(COMMONBASE)/ucode/%.c
101 $(COMPILE.c) -o $@ $<
102 $(CTFCONVERT_O)
103
104 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/sn1/%.c
105 $(COMPILE.c) -o $@ $<
106 $(CTFCONVERT_O)
107
108 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/solaris10/%.c
109 $(COMPILE.c) -o $@ $<
110 $(CTFCONVERT_O)
111
112 $(OBJS_DIR)/%.o: $(UTSBASE)/common/c2/%.c
113 $(COMPILE.c) -o $@ $<
114 $(CTFCONVERT_O)
115
116 $(OBJS_DIR)/%.o: $(UTSBASE)/common/conf/%.c
117 $(COMPILE.c) -o $@ $<
118 $(CTFCONVERT_O)
119
228 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/doorfs/%.c
229 $(COMPILE.c) -o $@ $<
230 $(CTFCONVERT_O)
231
232 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/dev/%.c
233 $(COMPILE.c) -o $@ $<
234 $(CTFCONVERT_O)
235
236 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fd/%.c
237 $(COMPILE.c) -o $@ $<
238 $(CTFCONVERT_O)
239
240 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fifofs/%.c
241 $(COMPILE.c) -o $@ $<
242 $(CTFCONVERT_O)
243
244 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/hsfs/%.c
245 $(COMPILE.c) -o $@ $<
246 $(CTFCONVERT_O)
247
248 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/lofs/%.c
249 $(COMPILE.c) -o $@ $<
250 $(CTFCONVERT_O)
251
252 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/mntfs/%.c
253 $(COMPILE.c) -o $@ $<
254 $(CTFCONVERT_O)
255
256 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/namefs/%.c
257 $(COMPILE.c) -o $@ $<
258 $(CTFCONVERT_O)
259
260 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/nfs/%.c
261 $(COMPILE.c) -o $@ $<
262 $(CTFCONVERT_O)
263
264 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbsrv/%.c
265 $(COMPILE.c) -o $@ $<
266 $(CTFCONVERT_O)
267
268 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbsrv/%.c
269 $(COMPILE.c) -o $@ $<
270 $(CTFCONVERT_O)
271
743 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cpqary3/%.c
744 $(COMPILE.c) -o $@ $<
745 $(CTFCONVERT_O)
746
747 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dld/%.c
748 $(COMPILE.c) -o $@ $<
749 $(CTFCONVERT_O)
750
751 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dls/%.c
752 $(COMPILE.c) -o $@ $<
753 $(CTFCONVERT_O)
754
755 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dmfe/%.c
756 $(COMPILE.c) -o $@ $<
757 $(CTFCONVERT_O)
758
759 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
760 $(COMPILE.c) -o $@ $<
761 $(CTFCONVERT_O)
762
763 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/efe/%.c
764 $(COMPILE.c) -o $@ $<
765 $(CTFCONVERT_O)
766
767 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/elxl/%.c
768 $(COMPILE.c) -o $@ $<
769 $(CTFCONVERT_O)
770
771 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
772 $(COMPILE.c) -o $@ $<
773 $(CTFCONVERT_O)
774
775 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hme/%.c
776 $(COMPILE.c) -o $@ $<
777 $(CTFCONVERT_O)
778
779 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pciex/%.c
780 $(COMPILE.c) -o $@ $<
781 $(CTFCONVERT_O)
782
971 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
972 $(COMPILE.c) -o $@ $<
973 $(CTFCONVERT_O)
974
975 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mxfe/%.c
976 $(COMPILE.c) -o $@ $<
977 $(CTFCONVERT_O)
978
979 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/%.c
980 $(COMPILE.c) -o $@ $<
981 $(CTFCONVERT_O)
982
983 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
984 $(COMPILE.c) -o $@ $<
985 $(CTFCONVERT_O)
986
987 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/net80211/%.c
988 $(COMPILE.c) -o $@ $<
989 $(CTFCONVERT_O)
990
991 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nge/%.c
992 $(COMPILE.c) -o $@ $<
993 $(CTFCONVERT_O)
994
995 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nvme/%.c
996 $(COMPILE.c) -o $@ $<
997 $(CTFCONVERT_O)
998
999 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.c
1000 $(COMPILE.c) -o $@ $<
1001 $(CTFCONVERT_O)
1002
1003 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/npi/%.c
1004 $(COMPILE.c) -o $@ $<
1005 $(CTFCONVERT_O)
1006
1007 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.s
1008 $(COMPILE.s) -o $@ $<
1009
1010 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pci-ide/%.c
1011 $(COMPILE.c) -o $@ $<
1012 $(CTFCONVERT_O)
1013
1014 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pcn/%.c
1015 $(COMPILE.c) -o $@ $<
1016 $(CTFCONVERT_O)
1017
1018 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppp/%.c
1019 $(COMPILE.c) -o $@ $<
1020 $(CTFCONVERT_O)
1021
1022 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/spppasyn/%.c
1023 $(COMPILE.c) -o $@ $<
1024 $(CTFCONVERT_O)
1025
1026 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppptun/%.c
1027 $(COMPILE.c) -o $@ $<
1028 $(CTFCONVERT_O)
1029
1086 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/targets/%.c
1087 $(COMPILE.c) -o $@ $<
1088 $(CTFCONVERT_O)
1089
1090 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/%.c
1091 $(COMPILE.c) -o $@ $<
1092 $(CTFCONVERT_O)
1093
1094 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
1095 $(COMPILE.c) -o $@ $<
1096 $(CTFCONVERT_O)
1097
1098 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
1099 $(COMPILE.c) -o $@ $<
1100 $(CTFCONVERT_O)
1101
1102 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
1103 $(COMPILE.c) -o $@ $<
1104 $(CTFCONVERT_O)
1105
1106 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
1107 $(COMPILE.c) -o $@ $<
1108 $(CTFCONVERT_O)
1109
1110 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/impl/%.c
1111 $(COMPILE.c) -o $@ $<
1112 $(CTFCONVERT_O)
1113
1114 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
1115 $(COMPILE.c) -o $@ $<
1116 $(CTFCONVERT_O)
1117
1118 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
1119 $(COMPILE.c) -o $@ $<
1120 $(CTFCONVERT_O)
1121
1122 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
1123 $(COMPILE.c) -o $@ $<
1124 $(CTFCONVERT_O)
1125
1126 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
1127 $(COMPILE.c) -o $@ $<
1128 $(CTFCONVERT_O)
1129
1130 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
1131 $(COMPILE.c) -o $@ $<
1132 $(CTFCONVERT_O)
1133
1134 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
1135 $(COMPILE.c) -o $@ $<
1136 $(CTFCONVERT_O)
1137
1138 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/impl/%.c
1139 $(COMPILE.c) -o $@ $<
1140 $(CTFCONVERT_O)
1141
1142 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
1143 $(COMPILE.c) -o $@ $<
1144 $(CTFCONVERT_O)
1145
1146 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfe/%.c
1147 $(COMPILE.c) -o $@ $<
1148 $(CTFCONVERT_O)
1149
1150 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/simnet/%.c
1151 $(COMPILE.c) -o $@ $<
1152 $(CTFCONVERT_O)
1153
1154 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/softmac/%.c
1155 $(COMPILE.c) -o $@ $<
1156 $(CTFCONVERT_O)
1157
1158 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/%.c
1159 $(COMPILE.c) -o $@ $<
1160 $(CTFCONVERT_O)
1161
1162 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/uath_fw/%.c
1163 $(COMPILE.c) -o $@ $<
1164 $(CTFCONVERT_O)
1165
1166 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ural/%.c
1167 $(COMPILE.c) -o $@ $<
1168 $(CTFCONVERT_O)
1169
1170 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/urtw/%.c
1171 $(COMPILE.c) -o $@ $<
1172 $(CTFCONVERT_O)
1173
1174 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
1175 $(COMPILE.c) -o $@ $<
1176 $(CTFCONVERT_O)
1177
1262 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/scsa2usb/%.c
1263 $(COMPILE.c) -o $@ $<
1264 $(CTFCONVERT_O)
1265
1266 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_mid/%.c
1267 $(COMPILE.c) -o $@ $<
1268 $(CTFCONVERT_O)
1269
1270 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_ia/%.c
1271 $(COMPILE.c) -o $@ $<
1272 $(CTFCONVERT_O)
1273
1274 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba/%.c
1275 $(COMPILE.c) -o $@ $<
1276 $(CTFCONVERT_O)
1277
1278 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba10/%.c
1279 $(COMPILE.c) -o $@ $<
1280 $(CTFCONVERT_O)
1281
1282 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vuidmice/%.c
1283 $(COMPILE.c) -o $@ $<
1284 $(CTFCONVERT_O)
1285
1286 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vnic/%.c
1287 $(COMPILE.c) -o $@ $<
1288 $(CTFCONVERT_O)
1289
1290 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/wpi/%.c
1291 $(COMPILE.c) -o $@ $<
1292 $(CTFCONVERT_O)
1293
1294 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/zyd/%.c
1295 $(COMPILE.c) -o $@ $<
1296 $(CTFCONVERT_O)
1297
1298 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/chxge/com/%.c
1299 $(COMPILE.c) -o $@ $<
1300 $(CTFCONVERT_O)
1301
1454 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/%.c
1455 $(COMPILE.c) -o $@ $<
1456 $(CTFCONVERT_O)
1457
1458 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/common/%.c
1459 $(COMPILE.c) -o $@ $<
1460 $(CTFCONVERT_O)
1461
1462 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/skd/%.c
1463 $(COMPILE.c) -o $@ $<
1464 $(CTFCONVERT_O)
1465
1466 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/virtio/%.c
1467 $(COMPILE.c) -o $@ $<
1468 $(CTFCONVERT_O)
1469
1470 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioblk/%.c
1471 $(COMPILE.c) -o $@ $<
1472 $(CTFCONVERT_O)
1473
1474 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioif/%.c
1475 $(COMPILE.c) -o $@ $<
1476 $(CTFCONVERT_O)
1477 #
1478 # krtld must refer to its own bzero/bcopy until the kernel is fully linked
1479 #
1480 $(OBJS_DIR)/bootrd.o := CPPFLAGS += -DKOBJ_OVERRIDES
1481 $(OBJS_DIR)/doreloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1482 $(OBJS_DIR)/kobj.o := CPPFLAGS += -DKOBJ_OVERRIDES
1483 $(OBJS_DIR)/kobj_boot.o := CPPFLAGS += -DKOBJ_OVERRIDES
1484 $(OBJS_DIR)/kobj_bootflags.o := CPPFLAGS += -DKOBJ_OVERRIDES
1485 $(OBJS_DIR)/kobj_convrelstr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1486 $(OBJS_DIR)/kobj_isa.o := CPPFLAGS += -DKOBJ_OVERRIDES
1487 $(OBJS_DIR)/kobj_kdi.o := CPPFLAGS += -DKOBJ_OVERRIDES
1488 $(OBJS_DIR)/kobj_lm.o := CPPFLAGS += -DKOBJ_OVERRIDES
1489 $(OBJS_DIR)/kobj_reloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1490 $(OBJS_DIR)/kobj_stubs.o := CPPFLAGS += -DKOBJ_OVERRIDES
1491 $(OBJS_DIR)/kobj_subr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1492
1493 $(OBJS_DIR)/%.o: $(UTSBASE)/common/krtld/%.c
1494 $(COMPILE.c) -o $@ $<
1495 $(CTFCONVERT_O)
1496
1525 $(OBJS_DIR)/%.o: $(UTSBASE)/common/os/%.c
1526 $(COMPILE.c) -o $@ $<
1527 $(CTFCONVERT_O)
1528
1529 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cis/%.c
1530 $(COMPILE.c) -o $@ $<
1531 $(CTFCONVERT_O)
1532
1533 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cs/%.c
1534 $(COMPILE.c) -o $@ $<
1535 $(CTFCONVERT_O)
1536
1537 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/nexus/%.c
1538 $(COMPILE.c) -o $@ $<
1539 $(CTFCONVERT_O)
1540
1541 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/pcs/%.c
1542 $(COMPILE.c) -o $@ $<
1543 $(CTFCONVERT_O)
1544
1545 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/%.c
1546 $(COMPILE.c) -o $@ $<
1547 $(CTFCONVERT_O)
1548
1549 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec/%.c
1550 $(COMPILE.c) -o $@ $<
1551 $(CTFCONVERT_O)
1552
1553 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec_gss/%.c
1554 $(COMPILE.c) -o $@ $<
1555 $(CTFCONVERT_O)
1556
1557 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/edonr/%.c
1558 $(COMPILE.c) -o $@ $<
1559 $(CTFCONVERT_O)
1560
1561 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/sha1/%.c
1562 $(COMPILE.c) -o $@ $<
1563 $(CTFCONVERT_O)
1564
1648 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1649
1650 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/rsa/%.c
1651 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1652
1653 $(LINTS_DIR)/%.ln: $(COMMONBASE)/bignum/%.c
1654 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1655
1656 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/bignum/%.c
1657 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1658
1659 $(LINTS_DIR)/%.ln: $(COMMONBASE)/mpi/%.c
1660 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1661
1662 $(LINTS_DIR)/%.ln: $(COMMONBASE)/acl/%.c
1663 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1664
1665 $(LINTS_DIR)/%.ln: $(COMMONBASE)/avl/%.c
1666 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1667
1668 $(LINTS_DIR)/%.ln: $(COMMONBASE)/ucode/%.c
1669 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1670
1671 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/sn1/%.c
1672 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1673
1674 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/solaris10/%.c
1675 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1676
1677 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/c2/%.c
1678 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1679
1680 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/conf/%.c
1681 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1682
1683 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/contract/%.c
1684 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1685
1686 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/cpr/%.c
1687 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1783 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1784
1785 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dcfs/%.c
1786 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1787
1788 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/devfs/%.c
1789 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1790
1791 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dev/%.c
1792 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1793
1794 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fd/%.c
1795 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1796
1797 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fifofs/%.c
1798 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1799
1800 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/hsfs/%.c
1801 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1802
1803 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/lofs/%.c
1804 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1805
1806 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/lxproc/%.c
1807 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1808
1809 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/mntfs/%.c
1810 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1811
1812 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/namefs/%.c
1813 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1814
1815 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbsrv/%.c
1816 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1817
1818 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbsrv/%.c
1819 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1820
1821 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/nfs/%.c
1822 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2134 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2135
2136 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/stmf/%.c
2137 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2138
2139 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cpqary3/%.c
2140 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2141
2142 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dld/%.c
2143 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2144
2145 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dls/%.c
2146 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2147
2148 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dmfe/%.c
2149 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2150
2151 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
2152 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2153
2154 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/efe/%.c
2155 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2156
2157 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/elxl/%.c
2158 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2159
2160 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
2161 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2162
2163 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hme/%.c
2164 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2165
2166 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/%.c
2167 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2168
2169 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
2170 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2171
2172 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/hotplug/%.c
2173 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2305 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2306
2307 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mr_sas/%.c
2308 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2309
2310 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
2311 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2312
2313 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mxfe/%.c
2314 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2315
2316 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/%.c
2317 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2318
2319 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
2320 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2321
2322 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/net80211/%.c
2323 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2324
2325 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nge/%.c
2326 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2327
2328 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nvme/%.c
2329 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2330
2331 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.c
2332 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2333
2334 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.s
2335 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2336
2337 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/npi/%.c
2338 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2339
2340 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pci-ide/%.c
2341 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2342
2343 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pcn/%.c
2344 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2345
2346 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppp/%.c
2347 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2348
2349 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/spppasyn/%.c
2350 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2351
2352 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppptun/%.c
2353 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2354
2355 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ral/%.c
2356 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2357
2358 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rge/%.c
2359 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2386 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2387
2388 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/impl/%.c
2389 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2390
2391 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/%.c
2392 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2393
2394 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
2395 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2396
2397 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
2398 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2399
2400 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
2401 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2402
2403 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
2404 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2405
2406 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
2407 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2408
2409 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/impl/%.c
2410 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2411
2412 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
2413 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2414
2415 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
2416 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2417
2418 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
2419 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2420
2421 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
2422 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2423
2424 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
2425 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2527 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2528
2529 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hubd/%.c
2530 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2531
2532 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/scsa2usb/%.c
2533 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2534
2535 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_mid/%.c
2536 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2537
2538 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_ia/%.c
2539 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2540
2541 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba/%.c
2542 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2543
2544 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba10/%.c
2545 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2546
2547 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vuidmice/%.c
2548 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2549
2550 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vnic/%.c
2551 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2552
2553 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/wpi/%.c
2554 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2555
2556 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/zyd/%.c
2557 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2558
2559 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/com/%.c
2560 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2561
2562 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/%.c
2563 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2564
2565 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/common/%.c
2566 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2680 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2681
2682 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/os/%.c
2683 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2684
2685 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2686 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2687
2688 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cs/%.c
2689 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2690
2691 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cis/%.c
2692 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2693
2694 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/nexus/%.c
2695 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2696
2697 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/pcs/%.c
2698 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2699
2700 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2701 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2702
2703 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec/%.c
2704 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2705
2706 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec_gss/%.c
2707 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2708
2709 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/edonr/%.c
2710 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2711
2712 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha1/%.c
2713 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2714
2715 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha2/%.c
2716 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2717
2718 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/skein/%.c
2719 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2772
2773 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.s
2774 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2775
2776 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vr/%.c
2777 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2778
2779 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/yge/%.c
2780 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2781
2782 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/%.c
2783 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2784
2785 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/common/%.c
2786 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2787
2788 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/skd/%.c
2789 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2790
2791 $(LINTS_DIR)/%.ln: $(COMMONBASE)/fsreparse/%.c
2792 @($(LHEAD) $(LINT.c) $< $(LTAIL))
|