Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox User# The contents of this file are subject to the terms of the
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater# Common Development and Distribution License, Version 1.0 only
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater# (the "License"). You may not use this file except in compliance
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updater# with the License.
fe84edc17e0d582cf7b4270f8df9d4742a107b1cAutomatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bed0874e1a09e810575328c4bfc346a47514b69fMark Andrews# See the License for the specific language governing permissions
b253dcf9668f95e141bce9556dc88e30d3305a1dTinderbox User# and limitations under the License.
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User# When distributing Covered Code, include this CDDL HEADER in each
e20309353e6246485c521278131d3fced73d7957Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e20309353e6246485c521278131d3fced73d7957Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
6c910bd5e4a85a56e3a61fdf7b237a45bb2553eeTinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
e20309353e6246485c521278131d3fced73d7957Tinderbox User#pragma ident "%Z%%M% %I% %E% SMI"
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews# Use is subject to license terms.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# include global definitions
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater# Override defaults.
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic UpdaterCLOSED_CHKHDRS= axq.h dman.h iosramio.h iosramreg.h iosramvar.h sc_cvc.h
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater$(CLOSED_BUILD)CHKHDRS += $(CLOSED_CHKHDRS:%=$(CLOSED)/uts/sun4u/starcat/sys/%)
e20309353e6246485c521278131d3fced73d7957Tinderbox UserROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
e20309353e6246485c521278131d3fced73d7957Tinderbox UserLINKDEST= ../../../../platform/$(PLATFORM)/include/sys
693c4232dfdffaff672197d4b9fea944c64cf80aAutomatic Updaterinstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# install rules
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater$(USR_STARCAT_ISYS_DIR)/%: % $(USR_STARCAT_ISYS_DIR)
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# -r because this used to be a directory and is now a link.
78f3ed4bc2fcd3d270bfd599804f3b27a1db4d91Mark Andrews -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@ $(CHOWNLINK) $(CHGRPLINK)