xref: /illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
171269a22SAnthony Scarpino#
271269a22SAnthony Scarpino# CDDL HEADER START
371269a22SAnthony Scarpino#
471269a22SAnthony Scarpino# The contents of this file are subject to the terms of the
571269a22SAnthony Scarpino# Common Development and Distribution License (the "License").
671269a22SAnthony Scarpino# You may not use this file except in compliance with the License.
771269a22SAnthony Scarpino#
871269a22SAnthony Scarpino# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
971269a22SAnthony Scarpino# or http://www.opensolaris.org/os/licensing.
1071269a22SAnthony Scarpino# See the License for the specific language governing permissions
1171269a22SAnthony Scarpino# and limitations under the License.
1271269a22SAnthony Scarpino#
1371269a22SAnthony Scarpino# When distributing Covered Code, include this CDDL HEADER in each
1471269a22SAnthony Scarpino# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1571269a22SAnthony Scarpino# If applicable, add the following below this CDDL HEADER, with the
1671269a22SAnthony Scarpino# fields enclosed by brackets "[]" replaced with your own identifying
1771269a22SAnthony Scarpino# information: Portions Copyright [yyyy] [name of copyright owner]
1871269a22SAnthony Scarpino#
1971269a22SAnthony Scarpino# CDDL HEADER END
2071269a22SAnthony Scarpino#
211e49577aSRod Evans
2271269a22SAnthony Scarpino#
231e49577aSRod Evans# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
2471269a22SAnthony Scarpino#
2571269a22SAnthony Scarpino
2671269a22SAnthony Scarpinoinclude		$(SRC)/lib/Makefile.lib
2771269a22SAnthony Scarpino
281e49577aSRod EvansCAPDIR =	capabilities
291e49577aSRod EvansSUBDIRS =	$(MACH) $(BUILD64) $(MACH64) $(PLATFORMS)
3071269a22SAnthony Scarpino
3171269a22SAnthony Scarpinoall :=		TARGET= all
3271269a22SAnthony Scarpinoclean :=	TARGET= clean
3371269a22SAnthony Scarpinoclobber :=	TARGET= clobber
3471269a22SAnthony Scarpinoinstall :=	TARGET= install
3571269a22SAnthony Scarpino
361e49577aSRod Evans.KEEP_STATE:
3771269a22SAnthony Scarpino
3871269a22SAnthony Scarpino.PARALLEL:	$(SUBDIRS)
3971269a22SAnthony Scarpino
40*241c90a0SRichard Loweall clean clobber install: \
411e49577aSRod Evans		$(CAPDIR) .WAIT $(SUBDIRS)
4271269a22SAnthony Scarpino
4371269a22SAnthony Scarpinoinstall_h:	$(ROOTHDRS)
4471269a22SAnthony Scarpino
4571269a22SAnthony Scarpinocheck:		$(CHECKHDRS)
4671269a22SAnthony Scarpino
471e49577aSRod Evans$(CAPDIR) \
4871269a22SAnthony Scarpino$(SUBDIRS):	FRC
4971269a22SAnthony Scarpino		@cd $@; pwd; $(MAKE) $(TARGET)
5071269a22SAnthony Scarpino
5171269a22SAnthony ScarpinoFRC:
52