Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
293N/A#
293N/A# CDDL HEADER START
293N/A#
293N/A# The contents of this file are subject to the terms of the
293N/A# Common Development and Distribution License, Version 1.0 only
293N/A# (the "License"). You may not use this file except in compliance
293N/A# with the License.
293N/A#
293N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
293N/A# or http://www.opensolaris.org/os/licensing.
293N/A# See the License for the specific language governing permissions
293N/A# and limitations under the License.
293N/A#
293N/A# When distributing Covered Code, include this CDDL HEADER in each
293N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
293N/A# If applicable, add the following below this CDDL HEADER, with the
293N/A# fields enclosed by brackets "[]" replaced with your own identifying
293N/A# information: Portions Copyright [yyyy] [name of copyright owner]
293N/A#
293N/A# CDDL HEADER END
293N/A#
293N/A#
5680N/A# Copyright (c) 1997-1999 by Sun Microsystems, Inc.
293N/A# All rights reserved.
5680N/A#
293N/A#pragma ident "%Z%%M% %I% %E% SMI"
293N/A#
5680N/A# ucblib/libcurses/sparcv9/Makefile
293N/A
293N/AMAPDIR= ../spec/sparcv9
5792N/Ainclude ../Makefile.com
293N/Ainclude ../../../lib/Makefile.lib.64
293N/A
293N/ADYNFLAGS += $(DYNFLAGS64)
844N/ABUILD.SO= $(CC) $(CFLAGS) -o $@ -G $(DYNFLAGS) $(PICS) \
5792N/A -L $(ROOT)/usr/ucblib/$(MACH64) -L $(ROOT)/usr/lib/$(MACH64) $(LDLIBS)
293N/A
293N/A.KEEP_STATE:
5792N/A
3051N/Ainstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
4353N/A