xref: /titanic_50/usr/src/lib/libsff/Makefile.com (revision 59596c01ca1b980a016d25670874f53e64c27ec0)
1*59596c01SRobert Mustacchi#
2*59596c01SRobert Mustacchi# This file and its contents are supplied under the terms of the
3*59596c01SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*59596c01SRobert Mustacchi# You may only use this file in accordance with the terms of version
5*59596c01SRobert Mustacchi# 1.0 of the CDDL.
6*59596c01SRobert Mustacchi#
7*59596c01SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*59596c01SRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*59596c01SRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*59596c01SRobert Mustacchi#
11*59596c01SRobert Mustacchi
12*59596c01SRobert Mustacchi#
13*59596c01SRobert Mustacchi# Copyright (c) 2017 Joyent, Inc.  All rights reserved.
14*59596c01SRobert Mustacchi#
15*59596c01SRobert Mustacchi
16*59596c01SRobert MustacchiLIBRARY =	libsff.a
17*59596c01SRobert MustacchiVERS =		.1
18*59596c01SRobert MustacchiOBJECTS =	libsff.o
19*59596c01SRobert Mustacchi
20*59596c01SRobert Mustacchiinclude ../../Makefile.lib
21*59596c01SRobert Mustacchi
22*59596c01SRobert MustacchiLIBS =		$(DYNLIB) $(LINTLIB)
23*59596c01SRobert MustacchiLDLIBS +=	-lc -lnvpair
24*59596c01SRobert MustacchiCPPFLAGS +=	-I../common
25*59596c01SRobert Mustacchi
26*59596c01SRobert MustacchiSRCDIR =	../common
27*59596c01SRobert Mustacchi
28*59596c01SRobert Mustacchi.KEEP_STATE:
29*59596c01SRobert Mustacchi
30*59596c01SRobert Mustacchiall:	$(LIBS)
31*59596c01SRobert Mustacchi
32*59596c01SRobert Mustacchilint:	lintcheck
33*59596c01SRobert Mustacchi
34*59596c01SRobert Mustacchiinclude ../../Makefile.targ
35