Makefile.rules (8a324c92216752a3ac2de7c31f554588932de707) | Makefile.rules (3c9168fa8e9c30d55b3aa2fde74bd7da46df53f5) |
---|---|
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 --- 8 unchanged lines hidden (view full) --- 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 2013 Garrett D'Amore <garrett@damore.org> | 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 --- 8 unchanged lines hidden (view full) --- 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 2013 Garrett D'Amore <garrett@damore.org> |
25# Copyright 2014 Nexenta Systems, Inc. All rights reserved. | 25# Copyright 2015 Nexenta Systems, Inc. All rights reserved. |
26# 27 28# 29# uts/common/Makefile.rules 30# 31# This Makefile defines all the file build rules for the directory 32# uts/common and its children. These are the source files which may 33# be considered common to all SunOS systems. --- 951 unchanged lines hidden (view full) --- 985$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/net80211/%.c 986 $(COMPILE.c) -o $@ $< 987 $(CTFCONVERT_O) 988 989$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nge/%.c 990 $(COMPILE.c) -o $@ $< 991 $(CTFCONVERT_O) 992 | 26# 27 28# 29# uts/common/Makefile.rules 30# 31# This Makefile defines all the file build rules for the directory 32# uts/common and its children. These are the source files which may 33# be considered common to all SunOS systems. --- 951 unchanged lines hidden (view full) --- 985$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/net80211/%.c 986 $(COMPILE.c) -o $@ $< 987 $(CTFCONVERT_O) 988 989$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nge/%.c 990 $(COMPILE.c) -o $@ $< 991 $(CTFCONVERT_O) 992 |
993$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nvme/%.c 994 $(COMPILE.c) -o $@ $< 995 $(CTFCONVERT_O) 996 |
|
993$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.c 994 $(COMPILE.c) -o $@ $< 995 $(CTFCONVERT_O) 996 997$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/npi/%.c 998 $(COMPILE.c) -o $@ $< 999 $(CTFCONVERT_O) 1000 --- 1282 unchanged lines hidden (view full) --- 2283 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2284 2285$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/net80211/%.c 2286 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2287 2288$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nge/%.c 2289 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2290 | 997$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.c 998 $(COMPILE.c) -o $@ $< 999 $(CTFCONVERT_O) 1000 1001$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/npi/%.c 1002 $(COMPILE.c) -o $@ $< 1003 $(CTFCONVERT_O) 1004 --- 1282 unchanged lines hidden (view full) --- 2287 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2288 2289$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/net80211/%.c 2290 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2291 2292$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nge/%.c 2293 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2294 |
2295$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nvme/%.c 2296 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2297 |
|
2291$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.c 2292 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2293 2294$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.s 2295 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2296 2297$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/npi/%.c 2298 @($(LHEAD) $(LINT.c) $< $(LTAIL)) --- 436 unchanged lines hidden --- | 2298$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.c 2299 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2300 2301$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.s 2302 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2303 2304$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/npi/%.c 2305 @($(LHEAD) $(LINT.c) $< $(LTAIL)) --- 436 unchanged lines hidden --- |