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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28# uts/sun/Makefile.rules 29# 30# This Makefile defines all build rules for the directory uts/sun and 31# its children. These are the source files which are common to all sun 32# implementations. 33# 34# The following two-level ordering must be maintained in this file. 35# Lines are sorted first in order of decreasing specificity based on 36# the first directory component. That is, sun4u rules come before 37# sparc rules come before common rules. 38# 39# Lines whose initial directory components are equal are sorted 40# alphabetically by the remaining components. 41 42# 43# Section 1a: C object build rules 44# 45$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/audio/legacy/dbri/%.c 46 $(COMPILE.c) -o $@ $< 47 $(CTFCONVERT_O) 48 49$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/audio/sada/drv/audiocs/%.c 50 $(COMPILE.c) -o $@ $< 51 $(CTFCONVERT_O) 52 53$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/audio/sada/drv/audio1575/%.c 54 $(COMPILE.c) -o $@ $< 55 $(CTFCONVERT_O) 56 57$(OBJS_DIR)/eri.o := CFLAGS += -dalign 58$(OBJS_DIR)/hme.o := CFLAGS += -dalign 59$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/%.c 60 $(COMPILE.c) -o $@ $< 61 $(CTFCONVERT_O) 62 63$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/ttymux/%.c 64 $(COMPILE.c) -o $@ $< 65 $(CTFCONVERT_O) 66 67$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/dada/adapters/%.c 68 $(COMPILE.c) -o $@ $< 69 $(CTFCONVERT_O) 70 71$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/dada/adapters/ghd/%.c 72 $(COMPILE.c) -o $@ $< 73 $(CTFCONVERT_O) 74 75$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/dada/conf/%.c 76 $(COMPILE.c) -o $@ $< 77 $(CTFCONVERT_O) 78 79$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/dada/impl/%.c 80 $(COMPILE.c) -o $@ $< 81 $(CTFCONVERT_O) 82 83$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/dada/targets/%.c 84 $(COMPILE.c) -o $@ $< 85 $(CTFCONVERT_O) 86 87$(OBJS_DIR)/esp.o := CFLAGS += -dalign 88$(OBJS_DIR)/fas.o := CFLAGS += -dalign 89$(OBJS_DIR)/fas_callbacks.o := CFLAGS += -dalign 90$(OBJS_DIR)/ifp.o := CFLAGS += -dalign 91$(OBJS_DIR)/isp.o := CFLAGS += -dalign 92$(OBJS_DIR)/sf.o := CFLAGS += -dalign 93$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/scsi/adapters/%.c 94 $(COMPILE.c) -o $@ $< 95 $(CTFCONVERT_O) 96 97$(OBJS_DIR)/%.o: $(UTSBASE)/sun/io/scsi/targets/%.c 98 $(COMPILE.c) -I. -o $@ $< 99 $(CTFCONVERT_O) 100 101$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/%.c 102 $(COMPILE.c) -o $@ $< 103 $(CTFCONVERT_O) 104 105# 106# Section 1b: Lint `object' build rules 107# 108$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/%.c 109 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 110 111$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/audio/legacy/dbri/%.c 112 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 113 114$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/audio/sada/drv/audiocs/%.c 115 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 116 117$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/audio/sada/drv/audio1575/%.c 118 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 119 120$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/scsi/adapters/%.c 121 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 122 123$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/scsi/targets/%.c 124 @($(LHEAD) $(LINT.c) -I. $< $(LTAIL)) 125 126$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/dada/targets/%.c 127 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 128 129$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/dada/adapters/%.c 130 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 131 132$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/dada/adapters/ghd/%.c 133 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 134 135$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/dada/impl/%.c 136 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 137 138$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/dada/conf/%.c 139 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 140 141$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/%.c 142 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 143 144$(LINTS_DIR)/%.ln: $(UTSBASE)/sun/io/ttymux/%.c 145 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 146