xref: /illumos-gate/usr/src/lib/libsrpt/Makefile.com (revision 241c90a0)
1c3a558e7SSue Gleeson#
2c3a558e7SSue Gleeson# CDDL HEADER START
3c3a558e7SSue Gleeson#
4c3a558e7SSue Gleeson# The contents of this file are subject to the terms of the
5c3a558e7SSue Gleeson# Common Development and Distribution License (the "License").
6c3a558e7SSue Gleeson# You may not use this file except in compliance with the License.
7c3a558e7SSue Gleeson#
8c3a558e7SSue Gleeson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c3a558e7SSue Gleeson# or http://www.opensolaris.org/os/licensing.
10c3a558e7SSue Gleeson# See the License for the specific language governing permissions
11c3a558e7SSue Gleeson# and limitations under the License.
12c3a558e7SSue Gleeson#
13c3a558e7SSue Gleeson# When distributing Covered Code, include this CDDL HEADER in each
14c3a558e7SSue Gleeson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c3a558e7SSue Gleeson# If applicable, add the following below this CDDL HEADER, with the
16c3a558e7SSue Gleeson# fields enclosed by brackets "[]" replaced with your own identifying
17c3a558e7SSue Gleeson# information: Portions Copyright [yyyy] [name of copyright owner]
18c3a558e7SSue Gleeson#
19c3a558e7SSue Gleeson# CDDL HEADER END
20c3a558e7SSue Gleeson#
21c3a558e7SSue Gleeson#
22c3a558e7SSue Gleeson# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23c3a558e7SSue Gleeson#
24c3a558e7SSue Gleeson
25c3a558e7SSue GleesonLIBRARY =	libsrpt.a
26c3a558e7SSue GleesonVERS =		.1
27c3a558e7SSue GleesonOBJECTS =	libsrpt.o
28c3a558e7SSue Gleeson
29c3a558e7SSue Gleesoninclude ../../Makefile.lib
30c3a558e7SSue Gleeson
31*241c90a0SRichard LoweLIBS =		$(DYNLIB)
32c3a558e7SSue Gleeson
33c3a558e7SSue GleesonSRCDIR =	../common
34c3a558e7SSue Gleeson
35c3a558e7SSue GleesonSRPTMODDIR =	../../../uts/common/io/comstar/port/srpt
36c3a558e7SSue Gleeson
37c3a558e7SSue GleesonINCS +=		-I$(SRCDIR) -I$(SRPTMODDIR)
38c3a558e7SSue Gleeson
39bd0ce624SYuri PankovCSTD =	$(CSTD_GNU99)
40c3a558e7SSue GleesonLDLIBS +=	-lc -lnvpair -lstmf
41c3a558e7SSue GleesonCPPFLAGS +=	$(INCS) -D_REENTRANT
42c3a558e7SSue Gleeson
43c3a558e7SSue Gleeson.KEEP_STATE:
44c3a558e7SSue Gleeson
45c3a558e7SSue Gleesonall: $(LIBS)
46c3a558e7SSue Gleeson
47c3a558e7SSue Gleeson
48c3a558e7SSue Gleesoninclude ../../Makefile.targ
49