Makefile revision 911
f743002678eb67b99bbc29fee116b65d9530fec0wrowe###############################################################################
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# pixman Makefile
4d9aacb99fa81594665b3024fd15adcad28d2e60ylavic# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
4d9aacb99fa81594665b3024fd15adcad28d2e60ylavic# Use is subject to license terms.
4d9aacb99fa81594665b3024fd15adcad28d2e60ylavic# Permission is hereby granted, free of charge, to any person obtaining a
f4c3ded5dd561f8aa9779f227fed41303c15efaaylavic# copy of this software and associated documentation files (the
f4c3ded5dd561f8aa9779f227fed41303c15efaaylavic# "Software"), to deal in the Software without restriction, including
f4c3ded5dd561f8aa9779f227fed41303c15efaaylavic# without limitation the rights to use, copy, modify, merge, publish,
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# distribute, and/or sell copies of the Software, and to permit persons
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# to whom the Software is furnished to do so, provided that the above
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# copyright notice(s) and this permission notice appear in all copies of
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# the Software and that both the above copyright notice(s) and this
206ee035a75fa226ca51d6ee1f118624354803d2ylavic# permission notice appear in supporting documentation.
206ee035a75fa226ca51d6ee1f118624354803d2ylavic# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
206ee035a75fa226ca51d6ee1f118624354803d2ylavic# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
206ee035a75fa226ca51d6ee1f118624354803d2ylavic# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
69301145375a889e7e37caf7cc7321ac0f91801erpluem# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
69301145375a889e7e37caf7cc7321ac0f91801erpluem# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
69301145375a889e7e37caf7cc7321ac0f91801erpluem# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
78ae177952e97903c19115e0f1b0383a5ca22eb4ylavic# Except as contained in this notice, the name of a copyright holder
78ae177952e97903c19115e0f1b0383a5ca22eb4ylavic# shall not be used in advertising or otherwise to promote the sale, use
78ae177952e97903c19115e0f1b0383a5ca22eb4ylavic# or other dealings in this Software without prior written authorization
78ae177952e97903c19115e0f1b0383a5ca22eb4ylavic# of the copyright holder.
d58a848a016d401b965111e50ef829e1641f7834minfrin# Package name used in tarballs
25b59a7ba7fb7ce658ddb3fc31531b0ce414283cylavic# Version number (used in path names)
33a50f7ac69bc7f9f5c35cc7f0e240ec324ae660minfrin# Checksums for upstream tarball
dd993bccb903f6f0b256c4dc973b793848986ef2minfrinTARBALL_SHA1 = 08fecbd065fa3792823818fcf715b97bc66d94cd
dd993bccb903f6f0b256c4dc973b793848986ef2minfrin# Patches to apply to source after unpacking, in order
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# Override default CFLAGS for x86 builds to avoid clashes between
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# -xtarget=pentium and the MMX/SSE flags added by configure for specific
4e10eefaad0287c0c4ac2185bc3a1615092dbef8ylavic# files in pixman and to work around assertions in Studio 12 when the
4e10eefaad0287c0c4ac2185bc3a1615092dbef8ylavic# -xspace flag is used (Studio bug #6825222)
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic# Library name
ac7482772673c7dab4afbf53649e07030fd57a8eylavic# Where to install pixman files
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# Man pages to apply Sun footer to & attributes to list
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic#SUNTOUCHED_MANPAGES=man/*.man
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# pkg-config files that need to have -R added