xref: /illumos-gate/usr/src/lib/krb5/Makefile.lib (revision 7c478bd9)
1#
2# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5#ident	"%Z%%M%	%I%	%E% SMI"
6#
7#
8# lib/krb5/Makefile.lib
9#
10# Definitions common to krb5 libraries.
11
12include		$(SRC)/lib/Makefile.lib
13
14ROOTLIBDIR=	$(ROOT)/usr/lib/krb5
15ROOTLIBDIR64=	$(ROOT)/usr/lib/krb5/$(MACH64)
16ROOTLINTDIR=	$(ROOT)/usr/lib/krb5
17
18# definitions for lint
19LINTFLAGS=	-u -I..
20LINTFLAGS64=	-u -I..
21LINTSRC=	$(LINTLIB:%.ln=%)
22ROOTLINT=	$(LINTSRC:%=$(ROOTLINTDIR)/%)
23
24MAPFILE=	$(MAPDIR)/mapfile
25DYNFLAGS +=	-M $(MAPFILE)
26
27CLEANFILES +=	$(LINTOUT) $(LINTLIB)
28CLEANFILES +=	$(MAPFILE)
29