Makefile revision 332
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Use subject to license terms.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Permission is hereby granted, free of charge, to any person obtaining a
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# copy of this software and associated documentation files (the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# "Software"), to deal in the Software without restriction, including
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# without limitation the rights to use, copy, modify, merge, publish,
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# distribute, and/or sell copies of the Software, and to permit persons
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# to whom the Software is furnished to do so, provided that the above
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# copyright notice(s) and this permission notice appear in all copies of
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# the Software and that both the above copyright notice(s) and this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# permission notice appear in supporting documentation.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Except as contained in this notice, the name of a copyright holder
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# shall not be used in advertising or otherwise to promote the sale, use
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# or other dealings in this Software without prior written authorization
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# of the copyright holder.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# @(#)Makefile 1.6 07/05/15
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Package name used in tarballs
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Version number (used in path names)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Library name (used for specfiles/mapfiles)
-a '{Availability, $(SUN_PACKAGE)} {Interface Stability, $(LIB_STABILITY)} {MT-Level, See XInitThreads(3X11)}' $(LIB_SUNTOUCH_MAN_FLAGS)
(cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_REQUIRED_LDFLAGS) $(LIB_ADD_LD_OPTIONS)" $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) libdir=$(LIB_prefix)/lib$(LIB_ADD_SUBDIR)$(ARCHLIBSUBDIR) install pkgconfigdir=/usr/lib$(ARCHLIBSUBDIR)/pkgconfig)