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