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#pragma ident "%Z%%M% %I% %E% SMI" 24# 25# Copyright 2001-2003 Sun Microsystems, Inc. All rights reserved. 26# Use is subject to license terms 27# 28# Common targets for sun4u fjlite implementation specific modules. 29# 30 31.KEEP_STATE: 32 33# 34# Rules for implementation subdirectories. 35# 36$(ROOT_FJLITE_DIR): $(ROOT_PLAT_DIR) 37 -$(INS.dir.root.sys) 38 39$(ROOT_FJLITE_MOD_DIR): $(ROOT_FJLITE_DIR) 40 -$(INS.dir.root.sys) 41 42$(ROOT_FJLITE_DRV_DIR_32): $(ROOT_FJLITE_MOD_DIR) 43 -$(INS.dir.root.sys) 44 45$(ROOT_FJLITE_DRV_DIR_64): $(ROOT_FJLITE_DRV_DIR_32) 46 -$(INS.dir.root.sys) 47 48$(ROOT_FJLITE_MISC_DIR_32): $(ROOT_FJLITE_MOD_DIR) 49 -$(INS.dir.root.sys) 50 51$(ROOT_FJLITE_MISC_DIR_64): $(ROOT_FJLITE_MISC_DIR_32) 52 -$(INS.dir.root.sys) 53 54$(ROOT_FJLITE_MOD_DIR)/%: $(OBJS_DIR)/% $(ROOT_FJLITE_MOD_DIR) FRC 55 $(INS.file) 56 57$(ROOT_FJLITE_MISC_DIR)/%: $(OBJS_DIR)/% $(ROOT_FJLITE_MISC_DIR) FRC 58 $(INS.file) 59 60$(ROOT_FJLITE_DRV_DIR)/%: $(OBJS_DIR)/% $(ROOT_FJLITE_DRV_DIR) FRC 61 $(INS.file) 62 63$(USR_FJLITE_DIR): $(USR_SUN4U_PLAT_DIR) 64 -$(INS.slink1) 65 66$(USR_FJLITE_INC_DIR): $(USR_FJLITE_DIR) 67 -$(INS.dir.root.sys) 68 69$(USR_FJLITE_ISYS_DIR): $(USR_FJLITE_INC_DIR) 70 -$(INS.dir.root.sys) 71 72# 73# Include common targets. 74# 75include $(UTSBASE)/sun4u/fjlite/Makefile.rules 76include $(UTSBASE)/sun4u/Makefile.targ 77