Makefile.rules (d73ae94e59c019f5cc3221ee0a0012d02091b40e) Makefile.rules (74e20cfe817b82802b16fac8690dadcda76f54f5)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
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

--- 6 unchanged lines hidden (view full) ---

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#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
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

--- 6 unchanged lines hidden (view full) ---

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 2006 Sun Microsystems, Inc. All rights reserved.
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28# uts/common/Makefile.rules
29#
30# This Makefile defines all the file build rules for the directory
31# uts/common and its children. These are the source files which may

--- 474 unchanged lines hidden (view full) ---

506$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/rds/%.c
507 $(COMPILE.c) -o $@ $<
508 $(CTFCONVERT_O)
509
510$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/ibd/%.c
511 $(COMPILE.c) -o $@ $<
512 $(CTFCONVERT_O)
513
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28# uts/common/Makefile.rules
29#
30# This Makefile defines all the file build rules for the directory
31# uts/common and its children. These are the source files which may

--- 474 unchanged lines hidden (view full) ---

506$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/rds/%.c
507 $(COMPILE.c) -o $@ $<
508 $(CTFCONVERT_O)
509
510$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/ibd/%.c
511 $(COMPILE.c) -o $@ $<
512 $(CTFCONVERT_O)
513
514$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/sdp/%.c
515 $(COMPILE.c) -o $@ $<
516 $(CTFCONVERT_O)
517
514$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
515 $(COMPILE.c) -o $@ $<
516 $(CTFCONVERT_O)
517
518$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
519 $(COMPILE.c) -o $@ $<
520 $(CTFCONVERT_O)
521

--- 740 unchanged lines hidden (view full) ---

1262 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1263
1264$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/rds/%.c
1265 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1266
1267$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/ibd/%.c
1268 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1269
518$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
519 $(COMPILE.c) -o $@ $<
520 $(CTFCONVERT_O)
521
522$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
523 $(COMPILE.c) -o $@ $<
524 $(CTFCONVERT_O)
525

--- 740 unchanged lines hidden (view full) ---

1266 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1267
1268$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/rds/%.c
1269 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1270
1271$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/ibd/%.c
1272 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1273
1274$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/sdp/%.c
1275 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1276
1270$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
1271 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1272
1273$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
1274 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1275
1276$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibmf/%.c
1277 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 280 unchanged lines hidden ---
1277$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
1278 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1279
1280$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
1281 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1282
1283$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibmf/%.c
1284 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 280 unchanged lines hidden ---