Makefile revision 98157a7002f4f2cf7978f3084ca5577f0a1d72b2
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# CDDL HEADER START
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# The contents of this file are subject to the terms of the
5cff782560a1c3cf913ba5574a5123a299f3315emh# Common Development and Distribution License (the "License").
5cff782560a1c3cf913ba5574a5123a299f3315emh# You may not use this file except in compliance with the License.
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5cff782560a1c3cf913ba5574a5123a299f3315emh# or http://www.opensolaris.org/os/licensing.
5cff782560a1c3cf913ba5574a5123a299f3315emh# See the License for the specific language governing permissions
5cff782560a1c3cf913ba5574a5123a299f3315emh# and limitations under the License.
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# When distributing Covered Code, include this CDDL HEADER in each
5cff782560a1c3cf913ba5574a5123a299f3315emh# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5cff782560a1c3cf913ba5574a5123a299f3315emh# If applicable, add the following below this CDDL HEADER, with the
5cff782560a1c3cf913ba5574a5123a299f3315emh# fields enclosed by brackets "[]" replaced with your own identifying
5cff782560a1c3cf913ba5574a5123a299f3315emh# information: Portions Copyright [yyyy] [name of copyright owner]
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# CDDL HEADER END
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh
3c18563df2848179195f66e0b1ebdb255026cd9cOndrej Kubecka#
5cff782560a1c3cf913ba5574a5123a299f3315emh# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5cff782560a1c3cf913ba5574a5123a299f3315emh# Use is subject to license terms.
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh#ident "%Z%%M% %I% %E% SMI"
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# uts/sun4u/sys/Makefile
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emhUTSBASE = ../../..
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# include global definitions
5cff782560a1c3cf913ba5574a5123a299f3315emh#
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfinclude ../Makefile.lw8
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# Override defaults.
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emhFILEMODE = 644
5cff782560a1c3cf913ba5574a5123a299f3315emhOWNER = root
5cff782560a1c3cf913ba5574a5123a299f3315emhGROUP = bin
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emhHDRS=
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emhROOTHDRS= $(HDRS:%=$(USR_LW8_ISYS_DIR)/%)
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emhROOTDIR= $(ROOT)/usr/share/src
5cff782560a1c3cf913ba5574a5123a299f3315emhROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emhCHECKHDRS= $(HDRS:%.h=%.check)
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emh.KEEP_STATE:
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emh.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emhinstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emhcheck: $(CHECKHDRS)
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh# install rules
5cff782560a1c3cf913ba5574a5123a299f3315emh#
5cff782560a1c3cf913ba5574a5123a299f3315emh$(USR_LW8_ISYS_DIR)/%: % $(USR_LW8_ISYS_DIR)
5cff782560a1c3cf913ba5574a5123a299f3315emh $(INS.file)
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emh$(ROOTDIRS):
5cff782560a1c3cf913ba5574a5123a299f3315emh $(INS.dir.root.bin)
5cff782560a1c3cf913ba5574a5123a299f3315emh
5cff782560a1c3cf913ba5574a5123a299f3315emhFRC:
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf
5cff782560a1c3cf913ba5574a5123a299f3315emhinclude ../Makefile.targ
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf