Makefile revision 930
671242f350d172e106580348e24bab66b0d7e6a5vboxsync###############################################################################
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# xfs Makefile
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Use is subject to license terms.
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# copy of this software and associated documentation files (the "Software"),
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# to deal in the Software without restriction, including without limitation
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# and/or sell copies of the Software, and to permit persons to whom the
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Software is furnished to do so, subject to the following conditions:
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# The above copyright notice and this permission notice (including the next
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# paragraph) shall be included in all copies or substantial portions of the
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# DEALINGS IN THE SOFTWARE.
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Package name used in tarballs
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Version number (used in path names)
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Checksums for upstream tarball
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncTARBALL_SHA1 = 040dee6ff7628c192874447fb178a965c744eea9
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Patches to apply to source after unpacking, in order
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Man pages to apply Sun footer to & attributes to list
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Additional command line options to GNU autoconf configure script
671242f350d172e106580348e24bab66b0d7e6a5vboxsync --enable-syslog --enable-inetd --disable-devel-docs \
671242f350d172e106580348e24bab66b0d7e6a5vboxsync --with-default-font-path='catalogue:/etc/X11/fontpath.d' \
671242f350d172e106580348e24bab66b0d7e6a5vboxsync --with-default-config-file='/etc/X11/fs/config,$(X11_X11LIB_DIR)/fs/config,/etc/openwin/fs/fontserver.cfg,/usr/openwin/lib/X11/fontserver.cfg'
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Need to link with libfontenc in server private directory
671242f350d172e106580348e24bab66b0d7e6a5vboxsyncMODULE_ADD_INSTALL_TARGETS = install_smf install_fsadmin
671242f350d172e106580348e24bab66b0d7e6a5vboxsync# Make sure SMF manifest is valid before installing it
671242f350d172e106580348e24bab66b0d7e6a5vboxsync $(INSTALL_SCRIPT) xfs.xml $(PROTODIR)$(SMF_MANIFEST_DIR)
671242f350d172e106580348e24bab66b0d7e6a5vboxsync $(INSTALL_SCRIPT) -m 0755 fsadmin $(PROTODIR)$(X11_DIR)/sbin