Makefile revision 919
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher###############################################################################
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# xf86-video-vmware Makefile
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Use is subject to license terms.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Permission is hereby granted, free of charge, to any person obtaining a
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# copy of this software and associated documentation files (the "Software"),
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# to deal in the Software without restriction, including without limitation
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# the rights to use, copy, modify, merge, publish, distribute, sublicense,
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# and/or sell copies of the Software, and to permit persons to whom the
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Software is furnished to do so, subject to the following conditions:
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# The above copyright notice and this permission notice (including the next
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# paragraph) shall be included in all copies or substantial portions of the
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Software.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# DEALINGS IN THE SOFTWARE.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Package name used in tarballs
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherMODULE_NAME=xf86-video-vmware
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Version number (used in path names)
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherMODULE_VERSION=10.16.9
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Checksums for upstream tarball
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherTARBALL_MD5 = 3b3d38abfa1f8be4b1e26dcd236bc94f
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherTARBALL_SHA1 = 4e0e5d193f3e83dce46a7d39d52257629e51f4d3
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Patches to apply to source after unpacking, in order
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherSOURCE_PATCHES = 6370961.patch xf86LoaderReqSymLists.patch
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Man pages to apply Sun footer to & attributes to list
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherSUNTOUCHED_MANPAGES=man/*.man
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherSUN_PACKAGE=SUNWxorg-graphics-ddx
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherMODULE_STABILITY=Volatile
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# vmwarevideo code won't build with Sun compiler
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherMODULE_COMPILER=gcc
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherMODULE_COMPILER_SET=yes
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher# Libraries/modules to link with
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen GallagherMODULE_LD_OPTIONS= \
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher -lfb -lshadowfb -lvgahw -lpciaccess
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagherinclude ../Makefile.inc
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher