147e946e7SWyllys Ingersoll# 247e946e7SWyllys Ingersoll# CDDL HEADER START 347e946e7SWyllys Ingersoll# 447e946e7SWyllys Ingersoll# The contents of this file are subject to the terms of the 547e946e7SWyllys Ingersoll# Common Development and Distribution License (the "License"). 647e946e7SWyllys Ingersoll# You may not use this file except in compliance with the License. 747e946e7SWyllys Ingersoll# 847e946e7SWyllys Ingersoll# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 947e946e7SWyllys Ingersoll# or http://www.opensolaris.org/os/licensing. 1047e946e7SWyllys Ingersoll# See the License for the specific language governing permissions 1147e946e7SWyllys Ingersoll# and limitations under the License. 1247e946e7SWyllys Ingersoll# 1347e946e7SWyllys Ingersoll# When distributing Covered Code, include this CDDL HEADER in each 1447e946e7SWyllys Ingersoll# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1547e946e7SWyllys Ingersoll# If applicable, add the following below this CDDL HEADER, with the 1647e946e7SWyllys Ingersoll# fields enclosed by brackets "[]" replaced with your own identifying 1747e946e7SWyllys Ingersoll# information: Portions Copyright [yyyy] [name of copyright owner] 1847e946e7SWyllys Ingersoll# 1947e946e7SWyllys Ingersoll# CDDL HEADER END 2047e946e7SWyllys Ingersoll# 2147e946e7SWyllys Ingersoll# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2247e946e7SWyllys Ingersoll# Use is subject to license terms. 2347e946e7SWyllys Ingersoll# 2447e946e7SWyllys Ingersoll 2547e946e7SWyllys Ingersollinclude $(SRC)/lib/Makefile.lib 2647e946e7SWyllys Ingersoll 2747e946e7SWyllys IngersollSUBDIRS = $(MACH) 2847e946e7SWyllys Ingersoll$(BUILD64)SUBDIRS += $(MACH64) 2947e946e7SWyllys Ingersoll 3047e946e7SWyllys Ingersollall := TARGET= all 3147e946e7SWyllys Ingersollclean := TARGET= clean 3247e946e7SWyllys Ingersollclobber := TARGET= clobber 3347e946e7SWyllys Ingersollinstall := TARGET= install 3447e946e7SWyllys Ingersoll 3547e946e7SWyllys Ingersoll.KEEP_STATE: 3647e946e7SWyllys Ingersoll 37*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS) 3847e946e7SWyllys Ingersoll 3947e946e7SWyllys Ingersoll$(SUBDIRS): FRC 4047e946e7SWyllys Ingersoll @cd $@; pwd; $(MAKE) $(TARGET) 4147e946e7SWyllys Ingersoll 4247e946e7SWyllys IngersollFRC: 43