xref: /illumos-gate/usr/src/lib/fm/libseslog/Makefile.com (revision 241c90a06e8d1708235651863df515a2d522a03a)
1e4f5a11dSJames Kremer#
2e4f5a11dSJames Kremer# CDDL HEADER START
3e4f5a11dSJames Kremer#
4e4f5a11dSJames Kremer# The contents of this file are subject to the terms of the
5e4f5a11dSJames Kremer# Common Development and Distribution License (the "License").
6e4f5a11dSJames Kremer# You may not use this file except in compliance with the License.
7e4f5a11dSJames Kremer#
8e4f5a11dSJames Kremer# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e4f5a11dSJames Kremer# or http://www.opensolaris.org/os/licensing.
10e4f5a11dSJames Kremer# See the License for the specific language governing permissions
11e4f5a11dSJames Kremer# and limitations under the License.
12e4f5a11dSJames Kremer#
13e4f5a11dSJames Kremer# When distributing Covered Code, include this CDDL HEADER in each
14e4f5a11dSJames Kremer# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15e4f5a11dSJames Kremer# If applicable, add the following below this CDDL HEADER, with the
16e4f5a11dSJames Kremer# fields enclosed by brackets "[]" replaced with your own identifying
17e4f5a11dSJames Kremer# information: Portions Copyright [yyyy] [name of copyright owner]
18e4f5a11dSJames Kremer#
19e4f5a11dSJames Kremer# CDDL HEADER END
20e4f5a11dSJames Kremer#
21e4f5a11dSJames Kremer#
22e4f5a11dSJames Kremer# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23e4f5a11dSJames Kremer#
2405ede3dbSJohn Levon# Copyright (c) 2018, Joyent, Inc.
25e4f5a11dSJames Kremer
26e4f5a11dSJames Kremer
27e4f5a11dSJames KremerLIBRARY=	libseslog.a
28e4f5a11dSJames KremerVERS=		.1
29e4f5a11dSJames Kremer
30e4f5a11dSJames KremerOBJECTS=	libseslog.o
31e4f5a11dSJames Kremer
32e4f5a11dSJames Kremerinclude ../../../Makefile.lib
33e4f5a11dSJames Kremerinclude ../../Makefile.lib
34e4f5a11dSJames Kremer
35*241c90a0SRichard LoweLIBS=		$(DYNLIB)
36e4f5a11dSJames Kremer
37e4f5a11dSJames KremerSRCDIR=		../common
38e4f5a11dSJames Kremer
39e4f5a11dSJames KremerINCS +=		-I$(SRCDIR)
40e4f5a11dSJames KremerLDLIBS +=	-lc -lnvpair
41e4f5a11dSJames KremerCPPFLAGS +=	$(INCS)
42e4f5a11dSJames Kremer
4305ede3dbSJohn Levon# not linted
4405ede3dbSJohn LevonSMATCH=off
4505ede3dbSJohn Levon
46e4f5a11dSJames Kremer.KEEP_STATE:
47e4f5a11dSJames Kremer
48e4f5a11dSJames Kremerall: $(LIBS)
49e4f5a11dSJames Kremer
50e4f5a11dSJames Kremerinclude ../../../Makefile.targ
51e4f5a11dSJames Kremerinclude ../../Makefile.targ
52