Makefile revision 986fd29a0dc13f7608ef7f508f6e700bd7bc2720
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# The contents of this file are subject to the terms of the
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Common Development and Distribution License (the "License").
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# You may not use this file except in compliance with the License.
4da61833a1cbbca94094f9653fd970582b97a72etrawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4da61833a1cbbca94094f9653fd970582b97a72etrawick# See the License for the specific language governing permissions
4da61833a1cbbca94094f9653fd970582b97a72etrawick# and limitations under the License.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# When distributing Covered Code, include this CDDL HEADER in each
4789804be088bcd86ae637a29cdb7fda25169521jailletc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# If applicable, add the following below this CDDL HEADER, with the
4789804be088bcd86ae637a29cdb7fda25169521jailletc# fields enclosed by brackets "[]" replaced with your own identifying
e50c3026198fd496f183cda4c32a202925476778covener# information: Portions Copyright [yyyy] [name of copyright owner]
e50c3026198fd496f183cda4c32a202925476778covener# CDDL HEADER END
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# Use is subject to license terms.
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic# ident "%Z%%M% %I% %E% SMI"
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# This makefile drives the production of unix (and unix.o).
69301145375a889e7e37caf7cc7321ac0f91801erpluem# sun4u starcat implementation architecture dependent
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# Path to the base of the uts directory tree (usually /usr/src/uts).
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# Define the module and object file sets.
44ff304057225e944e220e981d434a046d14cf06covenerGENOPTS = -L $(GENUNIX_DIR)/$(OBJS_DIR) -l $(GENUNIX)
caad2986f81ab263f7af41467dd622dc9add17f3ylavic# Include common rules.
2165214331e4afafca4048f66f303d0253d7b001covener# Define targets
09c87c777bed1655621bb20e1c46cb6b1a63279dcovener# This is UNIX_DIR. Use a short path.
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletcCLEANFILES += $(UNIX_O) $(MODSTUBS_O) $(KRTLD_O) $(KRTLD_OBJECTS) \
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem# lint pass one enforcement
15660979a30d251681463de2e0584853890082accovener# Turn on doubleword alignment for 64 bit counter timer registers
cfd9415521847b2f9394fad04fb701cfb955f503rjung# Default build targets.
fc42512879dd0504532f52fe5d0d0383dda96a1eniq$(UNIX_BIN): $(UNIX_O) $(KRTLD_O) $(MODSTUBS_O) $(MAPFILE) $(LIBS) \
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq $(UNIX_O) $(KRTLD_O) $(MODSTUBS_O) $(LIBOPTS) $(DTRACESTUBS)
da0442c0440caef34706e2c2f3af05cb65921cc0jailletcsymcheck.targ: $(UNIX_O) $(KRTLD_O) $(MODSTUBS_O) $(LIBS) $(DTRACESTUBS)
06b8f183140c8e02e0974e938a05078b511d1603covener $(UNIX_O) $(KRTLD_O) $(MODSTUBS_O) $(LIBOPTS) $(DTRACESTUBS)
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin# Special rules for generating assym.h for inclusion in assembly files.
75f5c2db254c0167a0e396254460de09b775d203trawick# CPU_OBJ now comprises of 2 object files which come from sun4 common
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph# and from architecture dependent code. OBJS_DIR is prepended where
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph# CPU_DIR is defined to allow for building multiple CPU_OBJ's
54d750a84a175d8e338880514d440773eb986b50covener# The global lint target builds the kernel lint library (llib-lunix.ln)
54d750a84a175d8e338880514d440773eb986b50covener# which is equivalent to a lint of /unix.o. Then all kernel modules for
54d750a84a175d8e338880514d440773eb986b50covener# this architecture are linted against the kernel lint library.
54d750a84a175d8e338880514d440773eb986b50covener# Note: lint errors in the kernel lint library will be repeated for
54d750a84a175d8e338880514d440773eb986b50covener# each module. It is important that the kernel lint library
54d750a84a175d8e338880514d440773eb986b50covener# be clean to keep the textual output to a reasonable level.
2e15620d724fb8e3a5be183b917359a2fd6e9468covener# Include common targets.