Makefile revision 1604
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe###############################################################################
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# TigerVNC (Xvnc server & vncviewer) Makefile
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Based on Fedora's tigervnc.spec revision 1.20 from
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# http://cvs.fedoraproject.org/viewvc/rpms/tigervnc/devel/tigervnc.spec
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Permission is hereby granted, free of charge, to any person obtaining a
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# copy of this software and associated documentation files (the "Software"),
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# to deal in the Software without restriction, including without limitation
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# and/or sell copies of the Software, and to permit persons to whom the
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Software is furnished to do so, subject to the following conditions:
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# The above copyright notice and this permission notice (including the next
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# paragraph) shall be included in all copies or substantial portions of the
f71f7a61dec7c9089378d14493ad564a1dedf0b5neil_a_wilson# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
a3d3ab94806056d2355afea6fe8daac41059b9fbludovicp# DEALINGS IN THE SOFTWARE.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Package name used in tarballs
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo# Package metadata
266c5071a91fda6a5159b08ea8d45261228d03d5neil_a_wilsonGIT_URL = https://github.com/TigerVNC/tigervnc.git
$(XORG_TARBALL):
MODULE_CPPFLAGS = \
-D__extension__=\"\" \
# Needed by unix/xorg-x11-server-source/hw/vnc/Makefile.am to find libpixman
# headers in proto area after solaris-port.patch is applied
mkdir -p $@