Makefile revision 67e3a03ed4a2813074d36330f062ed6e593a4937
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
779N/A# Common Development and Distribution License (the "License").
810N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
0N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
0N/A# ident "%Z%%M% %I% %E% SMI"
0N/A#
0N/A
0N/AOLIBRARY = libmp.so.1
0N/A
0N/Ainclude ../Makefile.com
0N/A
0N/A# For libmp.so.1
846N/A
0N/ACLEANFILES += pics/pics_mp.o
0N/ACLOBBERFILES += $(OLIBRARY)
156N/A
493N/A# permissions for old library
0N/A$(ROOTLIBDIR)/$(OLIBRARY) := FILEMODE= 755
0N/A
818N/A.KEEP_STATE:
0N/A
0N/A$(OLIBRARY): pics/pics_mp.o libmp.so.2 $(OMAPFILE)
493N/A $(CC) $(CFLAGS) -o $@ $(GSHARED) -h $(OLIBRARY) $(ZTEXT) $(ZDEFS) \
493N/A $(BDIRECT) pics/pics_mp.o libmp.so.2 -M$(OMAPFILE) \
156N/A $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%)
0N/A $(POST_PROCESS_SO)
0N/A
156N/Apics/pics_mp.o:
156N/A $(COMPILE.c) -o $@ $(C_PICFLAGS) ../common/old_mp.c
0N/A $(PROCESS_COMMENT) $@
0N/A
818N/Aall: $(LIBS) $(OLIBRARY)
818N/A
779N/Ainstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLIBDIR)/$(OLIBRARY)
364N/A