Makefile revision 369
667N/A############################################################################### 667N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 667N/A# Use subject to license terms. 667N/A# Permission is hereby granted, free of charge, to any person obtaining a 667N/A# copy of this software and associated documentation files (the 667N/A# "Software"), to deal in the Software without restriction, including 667N/A# without limitation the rights to use, copy, modify, merge, publish, 667N/A# distribute, and/or sell copies of the Software, and to permit persons 667N/A# to whom the Software is furnished to do so, provided that the above 667N/A# copyright notice(s) and this permission notice appear in all copies of 667N/A# the Software and that both the above copyright notice(s) and this 667N/A# permission notice appear in supporting documentation. 667N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 667N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 667N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 2899N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 667N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 667N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 667N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 667N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 667N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 667N/A# Except as contained in this notice, the name of a copyright holder 667N/A# shall not be used in advertising or otherwise to promote the sale, use 844N/A# or other dealings in this Software without prior written authorization 844N/A# of the copyright holder. 1258N/A# @(#)Makefile 1.73 08/03/11 667N/A# Build 32-bit, 64-bit, or both? 1475N/A# Package name used in tarballs 3477N/A# Version number (used in path names) 667N/A# Download site for source 667N/A# Patches to apply to source after unpacking, in order # Directory created by unpacking source # Special version of freetype config to force certain arguments # Install to /usr, not /usr/X11 # Path needed to find docbook2man, etc. # DOC_PATH= PATH="$(PROTODIR)$(X11_DIR)/bin:$(PROTODIR)$(TOOLS_DIR)/bin:$$PATH" # Command line options to GNU autoconf configure script # Options to autoconf configure script --
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# Need to regenerate configure with newer autoconf to work with Studio 12 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 ; \