xref: /titanic_52/usr/src/lib/pkcs11/libkcfd/Makefile (revision 2225707c7e7edf7c636ed349df2592ef85329cdd)
1*2225707cSValerie Bubb Fenwick#
2*2225707cSValerie Bubb Fenwick# CDDL HEADER START
3*2225707cSValerie Bubb Fenwick#
4*2225707cSValerie Bubb Fenwick# The contents of this file are subject to the terms of the
5*2225707cSValerie Bubb Fenwick# Common Development and Distribution License (the "License").
6*2225707cSValerie Bubb Fenwick# You may not use this file except in compliance with the License.
7*2225707cSValerie Bubb Fenwick#
8*2225707cSValerie Bubb Fenwick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2225707cSValerie Bubb Fenwick# or http://www.opensolaris.org/os/licensing.
10*2225707cSValerie Bubb Fenwick# See the License for the specific language governing permissions
11*2225707cSValerie Bubb Fenwick# and limitations under the License.
12*2225707cSValerie Bubb Fenwick#
13*2225707cSValerie Bubb Fenwick# When distributing Covered Code, include this CDDL HEADER in each
14*2225707cSValerie Bubb Fenwick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2225707cSValerie Bubb Fenwick# If applicable, add the following below this CDDL HEADER, with the
16*2225707cSValerie Bubb Fenwick# fields enclosed by brackets "[]" replaced with your own identifying
17*2225707cSValerie Bubb Fenwick# information: Portions Copyright [yyyy] [name of copyright owner]
18*2225707cSValerie Bubb Fenwick#
19*2225707cSValerie Bubb Fenwick# CDDL HEADER END
20*2225707cSValerie Bubb Fenwick#
21*2225707cSValerie Bubb Fenwick
22*2225707cSValerie Bubb Fenwick#
23*2225707cSValerie Bubb Fenwick# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24*2225707cSValerie Bubb Fenwick# Use is subject to license terms.
25*2225707cSValerie Bubb Fenwick#
26*2225707cSValerie Bubb Fenwick# lib/pkcs11/libkcfd/Makefile
27*2225707cSValerie Bubb Fenwick#
28*2225707cSValerie Bubb Fenwick
29*2225707cSValerie Bubb Fenwickinclude $(SRC)/lib/Makefile.lib
30*2225707cSValerie Bubb Fenwick
31*2225707cSValerie Bubb FenwickSUBDIRS=	$(MACH)
32*2225707cSValerie Bubb Fenwick
33*2225707cSValerie Bubb Fenwickall	:=	TARGET= all
34*2225707cSValerie Bubb Fenwickclean	:=	TARGET= clean
35*2225707cSValerie Bubb Fenwickclobber	:=	TARGET= clobber
36*2225707cSValerie Bubb Fenwickinstall	:=	TARGET= install
37*2225707cSValerie Bubb Fenwick
38*2225707cSValerie Bubb Fenwick.KEEP_STATE:
39*2225707cSValerie Bubb Fenwick
40*2225707cSValerie Bubb Fenwickall clean clobber install: $(SUBDIRS)
41*2225707cSValerie Bubb Fenwick
42*2225707cSValerie Bubb Fenwickcheck lint install_h:
43*2225707cSValerie Bubb Fenwick
44*2225707cSValerie Bubb Fenwick$(SUBDIRS):	FRC
45*2225707cSValerie Bubb Fenwick	@cd $@; pwd; $(MAKE) $(TARGET)
46*2225707cSValerie Bubb Fenwick
47*2225707cSValerie Bubb FenwickFRC:
48