Makefile revision e8031f0a8ed0e45c6d8847c5e09424e66fd34a4b
517N/A#
517N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
517N/A# Use is subject to license terms.
517N/A#
517N/A# ident "%Z%%M% %I% %E% SMI"
517N/A#
517N/A# lib/libresolv2/sparcv9/Makefile
517N/A
517N/AMAPDIR= ../spec/sparcv9
517N/A
517N/Ainclude ../Makefile.com
517N/Ainclude ../../Makefile.lib.64
517N/A
517N/A# With the adition of BIND 8.3.3, the symbol table for 64 bit went over
517N/A# the limit for Kpic, so we've added -KPIC here, for just the 64 bit
517N/A# library. This avoids compiling the 32-bit library with PIC unnecessarily.
517N/A
517N/Asparcv9_C_PICFLAGS = -K PIC
517N/Asparcv9_CC_PICFLAGS = -KPIC
517N/A
517N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64)
517N/A