Makefile revision 2
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac#
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# CDDL HEADER START
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac#
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# The contents of this file are subject to the terms of the
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# Common Development and Distribution License (the "License").
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# You may not use this file except in compliance with the License.
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac#
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# and limitations under the License.
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac#
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# When distributing Covered Code, include this CDDL HEADER in each
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# CDDL HEADER END
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac#
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac#
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac# Copyright (c) 1992, 2011, Oracle and/or its affiliates. All rights reserved.
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac#
c397159153382794dfda5a06bc17e02c46db396bJnRouvignac
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignacinclude ../Makefile.lib
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignacSUBDIRS = $(MACH) $(BUILD64) $(MACH64)
df96a249f0352cf3c4ce69da66a9f2849565ddd3nicolas.capponi@forgerock.com
df96a249f0352cf3c4ce69da66a9f2849565ddd3nicolas.capponi@forgerock.comall := TARGET= all
df96a249f0352cf3c4ce69da66a9f2849565ddd3nicolas.capponi@forgerock.comclean := TARGET= clean
df96a249f0352cf3c4ce69da66a9f2849565ddd3nicolas.capponi@forgerock.comclobber := TARGET= clobber
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignacinstall := TARGET= install
41ce739ab1b985f6273a08c6a6697322e3734b14JnRouvignacstubinstall := TARGET= stubinstall
1255df8df5f83fd9981b5c147d6ad817c1258bb4JnRouvignacstub := TARGET= stub
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac
fe08db348634f98c9529f40cfc54280c11a30a01JnRouvignac.KEEP_STATE:
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignacall clean clobber install stub stubinstall: $(SUBDIRS)
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignaclint:
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac
bc86aeb50c842ddf9041a1c3c24f472b4089f5f3JnRouvignac$(SUBDIRS): FRC
18d70922e52e438970c1e3315bed0af8ed8eea1cJnRouvignac @cd $@; pwd; $(MAKE) $(TARGET)
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignac
ca00e65bb45e396fffcd00c0ff137d484b952577JnRouvignacFRC:
df96a249f0352cf3c4ce69da66a9f2849565ddd3nicolas.capponi@forgerock.com