Makefile revision 1054
15ecbdb46249bbd3ac51fdacaff3b3ac4d179ffarbb###############################################################################
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx# xf86-video-vmware Makefile
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx# Permission is hereby granted, free of charge, to any person obtaining a
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx# copy of this software and associated documentation files (the "Software"),
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx# to deal in the Software without restriction, including without limitation
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx# the rights to use, copy, modify, merge, publish, distribute, sublicense,
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick# and/or sell copies of the Software, and to permit persons to whom the
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick# Software is furnished to do so, subject to the following conditions:
6d8d0dd6604f823aadbe3a18c3cff4eca584bda8trawick# The above copyright notice and this permission notice (including the next
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard# paragraph) shall be included in all copies or substantial portions of the
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73cd9876e07c696a3e3563277a1d4e3173861af6stoddard# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15ecbdb46249bbd3ac51fdacaff3b3ac4d179ffarbb# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
f0484231f96a9d95f5044c1c8cb33b322d6f9bcbdougm# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f0484231f96a9d95f5044c1c8cb33b322d6f9bcbdougm# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb# DEALINGS IN THE SOFTWARE.
2281907b9a2a509aa0eabdc0b1d21424018dbbdfrbb# Package name used in tarballs
2ca377182c951f9895cd5e7a350b442a39c8eb23rbb# Version number (used in path names)
1217c8c05f7e3ac0cac8c8dc0c6e7979326c977arbb# Checksums for upstream tarball
893328ef6ff86d0ca27774778d84410353789fb0fielding# Patches to apply to source after unpacking, in order
893328ef6ff86d0ca27774778d84410353789fb0fielding# Man pages to apply Sun footer to & attributes to list
274de94b0b59f4ee126dca1726624980828d0cd0stoddard# vmwarevideo code won't build with Sun compiler
85d733e70c94a57c9ff893ed05d8b9cfcd0f083fstoddard# Libraries/modules to link with
3f0dd56fa6b79fe389f20738369b290e2f3e9201trawick -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
3f0dd56fa6b79fe389f20738369b290e2f3e9201trawick -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \