Makefile revision 1425
849N/A############################################################################### 661N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. 661N/A# Permission is hereby granted, free of charge, to any person obtaining a 661N/A# copy of this software and associated documentation files (the "Software"), 661N/A# to deal in the Software without restriction, including without limitation 661N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 661N/A# and/or sell copies of the Software, and to permit persons to whom the 661N/A# Software is furnished to do so, subject to the following conditions: 661N/A# The above copyright notice and this permission notice (including the next 661N/A# paragraph) shall be included in all copies or substantial portions of the 661N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 661N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 661N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 661N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 661N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 661N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 849N/A# DEALINGS IN THE SOFTWARE. 661N/A# Package name used in tarballs 661N/A# ARC cases that covered this module 661N/A# LSARC/2005/109 MESA, Open Source OpenGL clone 661N/A# Version number (used in path names) 661N/A# Checksums for upstream tarball 1518N/A# Directory created by unpacking source 1518N/A# Patches to apply to source after unpacking, in order 1518N/A# Use -KPIC instead of -Kpic because we have too many symbols on SPARC 1527N/A# pkg-config files to update 1527N/A# Build mesa with this define (Bug 15706016) 1527N/A# Override LDFLAGS passed to configure to not include CFLAGS, since that 1527N/A# breaks building libGLU with Sun Studio C++ compiler 1527N/A# Add proto area to path to find makedepend 661N/A# Need to use GNU Make to build 849N/A# Need to use GNU indent 849N/A# Need to build with gcc 849N/A### Include common rulesets 661N/A# Run just once after all other install steps are done for both 32/64-bit