Makefile revision 1339
235N/A############################################################################### 235N/A# TigerVNC (Xvnc server & vncviewer) Makefile 235N/A# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved. 235N/A# Permission is hereby granted, free of charge, to any person obtaining a 235N/A# copy of this software and associated documentation files (the "Software"), 235N/A# to deal in the Software without restriction, including without limitation 235N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 235N/A# and/or sell copies of the Software, and to permit persons to whom the 235N/A# Software is furnished to do so, subject to the following conditions: 235N/A# The above copyright notice and this permission notice (including the next 235N/A# paragraph) shall be included in all copies or substantial portions of the 235N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 235N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 235N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 235N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 235N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 235N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 235N/A# DEALINGS IN THE SOFTWARE. 235N/A# Package name used in tarballs 235N/A# Version number (used in path names) 493N/A# Checksums for upstream tarball 235N/A# Xorg server source tarball to use sources from 235N/A# Java VNCviewer applet for connecting from a web browser 235N/A# Download site for source 235N/A# Patches to apply to source after unpacking, in order 247N/A# ARC cases that covered this module 241N/A# LSARC/2007/625 vncviewer 493N/A# PSARC/2009/592 TigerVNC 1.0 493N/A# Man pages to apply Sun footer to & attributes to list 235N/A# Additional pkg(5) package name used for vncviewer package 493N/A# Override specific attributes for specific man pages 235N/A -o
'{Interface Stability, Path: Committed, Options: Volatile}' 235N/A# Xvnc has to configure, build, and install in different directories due to 235N/A# the mixed codebases and unusual directory layout 235N/A# Environment variable options to GNU autoconf configure script 235N/A# Have to remove CFLAGS entries from default LDFLAGS to avoid conflicts 235N/A# with the C++ compiler we use instead 235N/A# Command line options to GNU autoconf configure script for vnc clients 235N/A# Binaries that were linked to isaexec on x86 to choose 32-bit or 64-bit, 235N/A# now just symlinks from amd64 to parent directory 247N/A# Merge in additional sources from Xorg tarball & sun-src directory 247N/A# This step has to be done before default_source, so that patches applied 247N/A# in that step work correctly. 454N/A# Command line options to GNU autoconf configure script for Xvnc 454N/A# Disable all the things we don't need in the Xvnc build since we 454N/A# get them in the normal Xorg build instead 454N/A# Disable building Xorg hardware device support that Xvnc can't use 235N/A# The X server unit tests currently depend on the Xorg ddx being built 235N/A# Workaround libtool dropping -R paths 493N/A# Run configure script for Xvnc # Java VNCviewer applet for connecting from a web browser # Metadata for vncviewer package