xref: /titanic_41/usr/src/uts/common/inet/kssl/Makefile (revision c28749e97052f09388969427adf7df641cdcdc22)
1*c28749e9Skais#
2*c28749e9Skais# CDDL HEADER START
3*c28749e9Skais#
4*c28749e9Skais# The contents of this file are subject to the terms of the
5*c28749e9Skais# Common Development and Distribution License, Version 1.0 only
6*c28749e9Skais# (the "License").  You may not use this file except in compliance
7*c28749e9Skais# with the License.
8*c28749e9Skais#
9*c28749e9Skais# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*c28749e9Skais# or http://www.opensolaris.org/os/licensing.
11*c28749e9Skais# See the License for the specific language governing permissions
12*c28749e9Skais# and limitations under the License.
13*c28749e9Skais#
14*c28749e9Skais# When distributing Covered Code, include this CDDL HEADER in each
15*c28749e9Skais# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*c28749e9Skais# If applicable, add the following below this CDDL HEADER, with the
17*c28749e9Skais# fields enclosed by brackets "[]" replaced with your own identifying
18*c28749e9Skais# information: Portions Copyright [yyyy] [name of copyright owner]
19*c28749e9Skais#
20*c28749e9Skais# CDDL HEADER END
21*c28749e9Skais#
22*c28749e9Skais#
23*c28749e9Skais# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24*c28749e9Skais# Use is subject to license terms.
25*c28749e9Skais#
26*c28749e9Skais#ident	"%Z%%M%	%I%	%E% SMI"
27*c28749e9Skais#
28*c28749e9Skais# uts/common/inet/kssl/Makefile
29*c28749e9Skais#
30*c28749e9Skais# include global definitions
31*c28749e9Skaisinclude ../../../../Makefile.master
32*c28749e9Skais
33*c28749e9SkaisHDRS= kssl.h ksslapi.h ksslimpl.h ksslproto.h
34*c28749e9Skais
35*c28749e9SkaisROOTDIRS= $(ROOT)/usr/include/inet/kssl
36*c28749e9Skais
37*c28749e9SkaisROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/inet/kssl/%)
38*c28749e9Skais
39*c28749e9SkaisCHECKHDRS= $(HDRS:%.h=%.check)
40*c28749e9Skais
41*c28749e9Skais$(ROOTDIRS)/%: %
42*c28749e9Skais	$(INS.file)
43*c28749e9Skais
44*c28749e9Skais.KEEP_STATE:
45*c28749e9Skais
46*c28749e9Skais.PARALLEL: $(CHECKHDRS)
47*c28749e9Skais
48*c28749e9Skaisinstall_h: $(ROOTDIRS) $(ROOTHDRS)
49*c28749e9Skais
50*c28749e9Skais$(ROOTDIRS):
51*c28749e9Skais	$(INS.dir)
52*c28749e9Skais
53*c28749e9Skaischeck:	$(CHECKHDRS)
54