Makefile revision 321
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews###############################################################################
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Use subject to license terms.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
e44e0ff3850931e7a79e4c86363f52990536f7bfDavid Lawrence# Permission is hereby granted, free of charge, to any person obtaining a
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# copy of this software and associated documentation files (the
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# "Software"), to deal in the Software without restriction, including
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# without limitation the rights to use, copy, modify, merge, publish,
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# distribute, and/or sell copies of the Software, and to permit persons
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# to whom the Software is furnished to do so, provided that the above
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# copyright notice(s) and this permission notice appear in all copies of
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# the Software and that both the above copyright notice(s) and this
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# permission notice appear in supporting documentation.
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews#
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
e7ddc97b4578c281de6559fcd26aa1d68de4531fMark Andrews# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# Except as contained in this notice, the name of a copyright holder
# shall not be used in advertising or otherwise to promote the sale, use
# or other dealings in this Software without prior written authorization
# of the copyright holder.
#
#
# ident "@(#)Makefile 1.1 07/12/04 SMI"
#
# Definitions of Solaris-specific X Server extensions
# No upstream sources for these files, since they're Solaris-specific
SOURCE_TARBALL_NAME=NONE
### Include common rulesets
PWD:sh=pwd
TOP=$(PWD)/../..
include $(TOP)/common/Makefile.inc
DESTDIR=$(PROTODIR)
INSTDIR=$(DESTDIR)$(X11_INCLUDES_DIR)/X11/extensions
install_gen::
mkdir -p $(INSTDIR)
cp -pf include/*h $(INSTDIR)/