Makefile.rules (193974072f41a843678abf5f61979c748687e66b) Makefile.rules (f657cd55755084dade71fb0c1d9f51994c226a70)
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 2008 Sun Microsystems, Inc. All rights reserved.
23# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26
27# This Makefile defines the build rules for the directory uts/i86pc
28# and its children. These are the source files which are i86pc
29# "implementation architecture" dependent.
30#
31# The following two-level ordering must be maintained in this file.

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

54$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/cpu/generic_cpu/%.c
55 $(COMPILE.c) -o $@ $<
56 $(CTFCONVERT_O)
57
58$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/cpu/genuineintel/%.c
59 $(COMPILE.c) -o $@ $<
60 $(CTFCONVERT_O)
61
24# Use is subject to license terms.
25#
26
27# This Makefile defines the build rules for the directory uts/i86pc
28# and its children. These are the source files which are i86pc
29# "implementation architecture" dependent.
30#
31# The following two-level ordering must be maintained in this file.

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

54$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/cpu/generic_cpu/%.c
55 $(COMPILE.c) -o $@ $<
56 $(CTFCONVERT_O)
57
58$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/cpu/genuineintel/%.c
59 $(COMPILE.c) -o $@ $<
60 $(CTFCONVERT_O)
61
62$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/intel_nhm/%.c
63 $(COMPILE.c) -o $@ $<
64 $(CTFCONVERT_O)
65
66$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/%.c
67 $(COMPILE.c) -o $@ $<
68 $(CTFCONVERT_O)
69
70$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/acpi_drv/%.c
71 $(COMPILE.c) -o $@ $<
72 $(CTFCONVERT_O)
73

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

263 @($(LHEAD) $(LINT.c) $< $(LTAIL))
264
265$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/cpu/generic_cpu/%.c
266 @($(LHEAD) $(LINT.c) $< $(LTAIL))
267
268$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/cpu/genuineintel/%.c
269 @($(LHEAD) $(LINT.c) $< $(LTAIL))
270
62$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/%.c
63 $(COMPILE.c) -o $@ $<
64 $(CTFCONVERT_O)
65
66$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/acpi_drv/%.c
67 $(COMPILE.c) -o $@ $<
68 $(CTFCONVERT_O)
69

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

259 @($(LHEAD) $(LINT.c) $< $(LTAIL))
260
261$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/cpu/generic_cpu/%.c
262 @($(LHEAD) $(LINT.c) $< $(LTAIL))
263
264$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/cpu/genuineintel/%.c
265 @($(LHEAD) $(LINT.c) $< $(LTAIL))
266
271$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/io/intel_nhm/%.c
272 @($(LHEAD) $(LINT.c) $< $(LTAIL))
273
274$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/io/%.c
275 @($(LHEAD) $(LINT.c) $< $(LTAIL))
276
277$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/io/acpi_drv/%.c
278 @($(LHEAD) $(LINT.c) $< $(LTAIL))
279
280$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/io/cpudrv/%.c
281 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 95 unchanged lines hidden ---
267$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/io/%.c
268 @($(LHEAD) $(LINT.c) $< $(LTAIL))
269
270$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/io/acpi_drv/%.c
271 @($(LHEAD) $(LINT.c) $< $(LTAIL))
272
273$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/io/cpudrv/%.c
274 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 95 unchanged lines hidden ---