124da5b34Srie# 224da5b34Srie# CDDL HEADER START 324da5b34Srie# 424da5b34Srie# The contents of this file are subject to the terms of the 524da5b34Srie# Common Development and Distribution License (the "License"). 624da5b34Srie# You may not use this file except in compliance with the License. 724da5b34Srie# 824da5b34Srie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 924da5b34Srie# or http://www.opensolaris.org/os/licensing. 1024da5b34Srie# See the License for the specific language governing permissions 1124da5b34Srie# and limitations under the License. 1224da5b34Srie# 1324da5b34Srie# When distributing Covered Code, include this CDDL HEADER in each 1424da5b34Srie# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1524da5b34Srie# If applicable, add the following below this CDDL HEADER, with the 1624da5b34Srie# fields enclosed by brackets "[]" replaced with your own identifying 1724da5b34Srie# information: Portions Copyright [yyyy] [name of copyright owner] 1824da5b34Srie# 1924da5b34Srie# CDDL HEADER END 2024da5b34Srie# 2124da5b34Srie 2224da5b34Srie# 2324da5b34Srie# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 2424da5b34Srie# Use is subject to license terms. 2524da5b34Srie# 2624da5b34Srie 2724da5b34Srieinclude $(SRC)/Makefile.master 2824da5b34Srie 2924da5b34SrieSUBDIRS= gen common $(MACH) 3024da5b34Srie$(BUILD64)SUBDIRS += $(MACH64) 3124da5b34Srie 3224da5b34Srieall:= TARGET= all 3324da5b34Srieinstall:= TARGET= install 3424da5b34Srieclean:= TARGET= clean 3524da5b34Srieclobber:= TARGET= clobber 3624da5b34Srielint:= TARGET= lint 3724da5b34Sriepackage:= TARGET= package 3824da5b34Srie 3924da5b34Srie.KEEP_STATE: 4024da5b34Srie 4124da5b34Srieall: gen 4224da5b34Srie 4324da5b34Srieinstall: $(SUBDIRS) 4424da5b34Srie 45*b6805bf7SGordon Rossclean lint package: 46*b6805bf7SGordon Ross 47*b6805bf7SGordon Rossclobber: gen 48*b6805bf7SGordon Ross 4924da5b34Srie$(SUBDIRS): FRC 5024da5b34Srie @cd $@; pwd; $(MAKE) $(TARGET) 5124da5b34Srie 5224da5b34SrieFRC: 53