Makefile revision b693132f48f19b8c1bd613e914faf3589565cb57
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# CDDL HEADER START
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# The contents of this file are subject to the terms of the
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# Common Development and Distribution License (the "License").
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# You may not use this file except in compliance with the License.
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# or http://www.opensolaris.org/os/licensing.
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# See the License for the specific language governing permissions
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# and limitations under the License.
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# If applicable, add the following below this CDDL HEADER, with the
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# CDDL HEADER END
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# Use is subject to license terms.
7237acb5d69afab061bf13d624122ce5083de36fvboxsync#
7237acb5d69afab061bf13d624122ce5083de36fvboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncinclude ../Makefile.cmd
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
7237acb5d69afab061bf13d624122ce5083de36fvboxsyncSUBDIRS1 = \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync cryptoadm \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync decrypt \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync digest \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync elfsign \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync pktool \
7237acb5d69afab061bf13d624122ce5083de36fvboxsync kmfcfg
7237acb5d69afab061bf13d624122ce5083de36fvboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync# tpmadm is x86 only until we have SPARC support for the TSS and TPM
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync#
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsynci386_SUBDIRS = tpmadm
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync$(CLOSED_BUILD)SUBDIRS1 += \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync $(CLOSED)/cmd/cmd-crypto/kcfd
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncSUBDIRS2 = \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync etc \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync scripts
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync$(CLOSED_BUILD)SUBDIRS2 += \
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync $(CLOSED)/cmd/cmd-crypto/etc
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncall:= TARGET= all
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncinstall:= TARGET= install
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncclean:= TARGET= clean
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncclobber:= TARGET= clobber
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsynclint:= TARGET= lint
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync_msg:= TARGET= _msg
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync.KEEP_STATE:
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncall clean clobber lint _msg: $(SUBDIRS1) $($(MACH)_SUBDIRS)
7237acb5d69afab061bf13d624122ce5083de36fvboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsyncinstall: $(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS)
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync$(SUBDIRS1) $(SUBDIRS2) $($(MACH)_SUBDIRS) : FRC
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
8a5e0b7c43d7ee861689984edc2abd86b9ed4456vboxsync
7237acb5d69afab061bf13d624122ce5083de36fvboxsyncFRC:
7237acb5d69afab061bf13d624122ce5083de36fvboxsync