Makefile revision 477
458N/A############################################################################### 458N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 458N/A# Use subject to license terms. 458N/A# Permission is hereby granted, free of charge, to any person obtaining a 458N/A# copy of this software and associated documentation files (the 458N/A# "Software"), to deal in the Software without restriction, including 458N/A# without limitation the rights to use, copy, modify, merge, publish, 458N/A# distribute, and/or sell copies of the Software, and to permit persons 458N/A# to whom the Software is furnished to do so, provided that the above 458N/A# copyright notice(s) and this permission notice appear in all copies of 458N/A# the Software and that both the above copyright notice(s) and this 458N/A# permission notice appear in supporting documentation. 458N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 458N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 458N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 458N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 458N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 458N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 458N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 458N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 458N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 458N/A# Except as contained in this notice, the name of a copyright holder 458N/A# shall not be used in advertising or otherwise to promote the sale, use 458N/A# or other dealings in this Software without prior written authorization 458N/A# of the copyright holder. 458N/A# @(#)Makefile 1.76 08/07/24 458N/A# Build 32-bit, 64-bit, or both? 458N/A# Package name used in tarballs 458N/A# Version number (used in path names) 458N/A# Download site for source 458N/A# Patches to apply to source after unpacking, in order 458N/A# Directory created by unpacking source 458N/A# Special version of freetype config to force certain arguments 458N/A# Path needed to find docbook2man, etc. 458N/A# DOC_PATH= PATH="$(PROTODIR)$(X11_DIR)/bin:$(PROTODIR)$(TOOLS_DIR)/bin:$$PATH" 458N/A# Command line options to GNU autoconf configure script 458N/A# Options to autoconf configure script 458N/A --
libdir=
'$${exec_prefix}/lib$(LIBSUBDIR)' --
bindir=
'$${exec_prefix}/bin$(ARCHLIBSUBDIR)' \
# Where to install most files # Where to install libraries # Paths to find libraries # Include common rulesets # Path to install fc-cache manifest & method script -
if [ -f $@ ] ;
then rm $@ ;
fi if [ -f $@ ] ;
then /
bin/
rm -f $@ ;
fi if [ -f $@ ] ;
then /
bin/
rm -f $@ ;
fi # Quick inline perl script to fix up fc-cache & fc-list man pages $$date=strftime("%e %b %Y",localtime((stat($$ARGV[0]))[9])); \ s|__vendorversion__|"$$date"| ; \ s|__package__|SUNWfontconfig| ; \ s|fontconfig\(3\)|libfontconfig\(3lib\)|; \ # 6368378: fc-cache and fc-list man pages are broken @
case '$(MFLAGS)' in *[
ik]*)
set +e;;
esac;
set -x ; \