Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
012a352f4b26cfd874db8d06debc495c2303e8b2Bob Halley#
178f6ad061e54bc5babfca3577f72058fa0797c1Bob Halley# CDDL HEADER START
754cb8a2b33fa6cfaa15d6470f66e5fb0eab4764Automatic Updater#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# The contents of this file are subject to the terms of the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Common Development and Distribution License, Version 1.0 only
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# (the "License"). You may not use this file except in compliance
178f6ad061e54bc5babfca3577f72058fa0797c1Bob Halley# with the License.
178f6ad061e54bc5babfca3577f72058fa0797c1Bob Halley#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or http://www.opensolaris.org/os/licensing.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
b897c52f865b2fc4e220e2110b874e59c716456bBob Halley# fields enclosed by brackets "[]" replaced with your own identifying
620a452ebe92fff63e85c5930a6e6dc8d9455918Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence#
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# CDDL HEADER END
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley#
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley#
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence# Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# Use is subject to license terms.
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley#
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# ident "%Z%%M% %I% %E% SMI"
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley#
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley# ucblib/libtermcap/sparc/Makefile
b897c52f865b2fc4e220e2110b874e59c716456bBob Halley
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyMAPDIR= ../spec/sparc
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halleyinclude ../Makefile.com
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley
0b72c791466d0807bcf22522b5ddb7da902c2720Bob HalleyDYNFLAGS += $(DYNFLAGS32)
b897c52f865b2fc4e220e2110b874e59c716456bBob HalleyBUILD.SO= $(CC) -o $@ -G $(DYNFLAGS) $(PICS) -L $(ROOT)/usr/ucblib $(LDLIBS)
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence.KEEP_STATE:
460b427411b72da26b1836b9424e2e70d65d9394David Lawrence
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halleyinstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
0b72c791466d0807bcf22522b5ddb7da902c2720Bob Halley