Makefile.com revision 8192:1e71c4032126
1289765Scem#
2289765Scem# CDDL HEADER START
3289765Scem#
4289765Scem# The contents of this file are subject to the terms of the
5289765Scem# Common Development and Distribution License (the "License").
6289765Scem# You may not use this file except in compliance with the License.
7289765Scem#
8289765Scem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9289765Scem# or http://www.opensolaris.org/os/licensing.
10289765Scem# See the License for the specific language governing permissions
11289765Scem# and limitations under the License.
12289765Scem#
13289765Scem# When distributing Covered Code, include this CDDL HEADER in each
14289765Scem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15289765Scem# If applicable, add the following below this CDDL HEADER, with the
16289765Scem# fields enclosed by brackets "[]" replaced with your own identifying
17289765Scem# information: Portions Copyright [yyyy] [name of copyright owner]
18289765Scem#
19289765Scem# CDDL HEADER END
20289765Scem#
21289765Scem# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22289765Scem# Use is subject to license terms.
23289765Scem#
24289765Scem
25289765ScemLIBRARY =	libipsecutil.a
26289765ScemVERS =		.1
27289765ScemOBJECTS =	ipsec_util.o algs.o ipsec_libssl_setup.o
28289765Scem
29289765Sceminclude ../../Makefile.lib
30289765Sceminclude $(SRC)/lib/openssl/Makefile.openssl
31289765Scem
32289765ScemLIBS +=		$(DYNLIB) $(LINTLIB)
33289765Scem
34289765ScemSRCDIR =	../common
35289765Scem
36289765Scem$(LINTLIB):=	SRCS = $(SRCDIR)/$(LINTSRC)
37289765ScemLDLIBS +=	-lsocket -lnsl -lc
38289765Scem
39289765ScemCFLAGS +=	$(CCVERBOSE)
40289765ScemCPPFLAGS +=	-I$(SRCDIR)
41289765ScemCPPFLAGS +=	$(OPENSSL_BUILD_CPPFLAGS)
42289765Scem
43289765Scem.KEEP_STATE:
44289765Scem
45289765Scemall: $(LIBS)
46289765Scem
47289765Scemlint: lintcheck
48289765Scem
49include ../../Makefile.targ
50