116d86563SAlexander Pyhalov# 216d86563SAlexander Pyhalov# CDDL HEADER START 316d86563SAlexander Pyhalov# 416d86563SAlexander Pyhalov# The contents of this file are subject to the terms of the 516d86563SAlexander Pyhalov# Common Development and Distribution License (the "License"). 616d86563SAlexander Pyhalov# You may not use this file except in compliance with the License. 716d86563SAlexander Pyhalov# 816d86563SAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE 916d86563SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing. 1016d86563SAlexander Pyhalov# See the License for the specific language governing permissions 1116d86563SAlexander Pyhalov# and limitations under the License. 1216d86563SAlexander Pyhalov# 1316d86563SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each 1416d86563SAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE. 1516d86563SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the 1616d86563SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying 1716d86563SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner] 1816d86563SAlexander Pyhalov# 1916d86563SAlexander Pyhalov# CDDL HEADER END 2016d86563SAlexander Pyhalov# 2116d86563SAlexander Pyhalov# 2216d86563SAlexander Pyhalov# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 2316d86563SAlexander Pyhalov# Use is subject to license terms. 2416d86563SAlexander Pyhalov# 2516d86563SAlexander Pyhalov 2616d86563SAlexander Pyhalovinclude $(SRC)/Makefile.master 2716d86563SAlexander Pyhalov 2816d86563SAlexander PyhalovSUBDIRS = $(MACH) 2916d86563SAlexander Pyhalov$(BUILD64)SUBDIRS += $(MACH64) 3016d86563SAlexander Pyhalov 3116d86563SAlexander Pyhalovall := TARGET = all 3216d86563SAlexander Pyhalovclean := TARGET = clean 3316d86563SAlexander Pyhalovclobber := TARGET = clobber 3416d86563SAlexander Pyhalovinstall := TARGET = install 3516d86563SAlexander Pyhalovecho := TARGET = echo 3616d86563SAlexander Pyhalov 3716d86563SAlexander Pyhalov.KEEP_STATE: 3816d86563SAlexander Pyhalov 39*241c90a0SRichard Loweall clean clobber install echo: $(SUBDIRS) 4016d86563SAlexander Pyhalov 41dfe6d73fSRichard Lowe.PARALLEL: $(SUBDIRS) 42dfe6d73fSRichard Lowe 4316d86563SAlexander Pyhalov$(SUBDIRS): FRC 4416d86563SAlexander Pyhalov @cd $@; pwd; $(MAKE) $(TARGET) 4516d86563SAlexander Pyhalov 4616d86563SAlexander PyhalovFRC: 47