xref: /titanic_41/usr/src/lib/libresolv2/sparcv9/Makefile (revision fd9cb95cbb2f626355a60efb9d02c5f0a33c10e6)
1#
2# Copyright 1997-2002 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5#ident	"%Z%%M%	%I%	%E% SMI"
6#
7# lib/libresolv2/sparcv9/Makefile
8
9MAPDIR=	../spec/sparcv9
10
11include ../Makefile.com
12include ../../Makefile.lib.64
13
14# With the adition of BIND 8.3.3, the symbol table for 64 bit went over
15# the limit for Kpic, so we've added -KPIC here, for just the 64 bit
16# library. This avoids compiling the 32-bit library with PIC unnecessarily.
17
18sparcv9_C_PICFLAGS = -K PIC
19sparcv9_CC_PICFLAGS = -KPIC
20
21LIBS = $(DYNLIB) $(LINTLIB)
22
23.KEEP_STATE:
24
25all: $(LIBS)
26
27install: all $(ROOTLIBS64) $(ROOTLINKS64)
28