Makefile revision 2a8d6eba033e4713ab12b61178f0513f1f075482
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# CDDL HEADER START
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# The contents of this file are subject to the terms of the
819e90d415ed17d59af3a247b2ad9d6feb0c21b5Luke Smith# Common Development and Distribution License (the "License").
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# You may not use this file except in compliance with the License.
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# or http://www.opensolaris.org/os/licensing.
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# See the License for the specific language governing permissions
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# and limitations under the License.
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# When distributing Covered Code, include this CDDL HEADER in each
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# If applicable, add the following below this CDDL HEADER, with the
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# fields enclosed by brackets "[]" replaced with your own identifying
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# information: Portions Copyright [yyyy] [name of copyright owner]
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# CDDL HEADER END
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly# Use is subject to license terms.
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly#
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnellyinclude ../Makefile.lib
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny DonnellySUBDIRS = $(MACH) $(BUILD64) $(MACH64)
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnellyall := TARGET= all
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnellyclean := TARGET= clean
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnellyclobber := TARGET= clobber
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnellyinstall := TARGET= install
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly.KEEP_STATE:
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnellyall clean clobber install: $(SUBDIRS)
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnellylint:
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly$(SUBDIRS): FRC
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly @cd $@; pwd; $(MAKE) $(TARGET)
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly
df3b7a1f325a79c0c17a7080446869b612514026Jenny DonnellyFRC:
df3b7a1f325a79c0c17a7080446869b612514026Jenny Donnelly