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