Makefile revision 74ce2b1f03bc041fa30fe2245fea81a73bf9c346
729N/A#
729N/A# CDDL HEADER START
729N/A#
729N/A# The contents of this file are subject to the terms of the
1068N/A# Common Development and Distribution License (the "License").
729N/A# You may not use this file except in compliance with the License.
729N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
729N/A# uts/i86pc/sys/Makefile
729N/A#
729N/AUTSBASE = ../..
729N/A
729N/A#
729N/A# include global definitions
729N/A#
1068N/Ainclude ../Makefile.i86pc
729N/A
911N/A#
1068N/A# Override defaults.
1068N/A#
911N/AFILEMODE = 644
729N/A
729N/AHDRS= \
1068N/A acpidev.h \
729N/A amd_iommu.h \
729N/A asm_misc.h \
729N/A clock.h \
1068N/A cram.h \
1068N/A ddi_subrdefs.h \
1068N/A debug_info.h \
729N/A fastboot.h \
1068N/A mach_mmu.h \
729N/A machclock.h \
729N/A machcpuvar.h \
970N/A machparam.h \
970N/A machprivregs.h \
970N/A machsystm.h \
970N/A machthread.h \
970N/A memnode.h \
970N/A pc_mmu.h \
970N/A psm.h \
970N/A psm_defs.h \
970N/A psm_modctl.h \
970N/A psm_types.h \
729N/A rm_platter.h \
729N/A smp_impldefs.h \
729N/A vm_machparam.h \
729N/A x_call.h \
851N/A xc_levels.h \
729N/A xsvc.h
729N/A
729N/AROOTHDRS= $(HDRS:%=$(USR_PSM_ISYS_DIR)/%)
729N/A
851N/AROOTDIR= $(ROOT)/usr/share/src
729N/AROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
970N/A
970N/AROOTLINK= $(ROOTDIR)/uts/$(PLATFORM)/sys
970N/ALINKDEST= ../../../../platform/$(PLATFORM)/include/sys
729N/A
729N/ACHECKHDRS= $(HDRS:%.h=%.check)
851N/A
729N/A.KEEP_STATE:
729N/A
729N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
980N/A
729N/Ainstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
851N/A
980N/Acheck: $(CHECKHDRS)
980N/A
851N/A$(ROOTDIRS):
851N/A $(INS.dir.root.bin)
851N/A
947N/A$(ROOTLINK): $(ROOTDIRS)
963N/A -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@
963N/A
970N/AFRC:
970N/A
970N/Ainclude ../../Makefile.targ
970N/A