Makefile revision 1117
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# Makefile for gfx-util sub-modules
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase#
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase#
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# Permission is hereby granted, free of charge, to any person obtaining a
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# copy of this software and associated documentation files (the "Software"),
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# to deal in the Software without restriction, including without limitation
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# the rights to use, copy, modify, merge, publish, distribute, sublicense,
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# and/or sell copies of the Software, and to permit persons to whom the
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# Software is furnished to do so, subject to the following conditions:
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase#
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# The above copyright notice and this permission notice (including the next
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# paragraph) shall be included in all copies or substantial portions of the
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# Software.
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase#
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9d93489b26d0d2adc8c148f5a6be124948beac09Tim Reddehase# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
#
###############################################################################
default_target: all
OS_SUBDIRS_sparc = \
fbconfig \
fbconf_xorg \
vts/ast \
vts/efb
# Dependencies needed for parallel make:
PWD:sh=pwd
TOP=$(PWD)/../../../../..
### Include common definitions
DIRNAME="app/gfx-utils/build_sparc/"
include $(TOP)/open-src/common/Makefile.subdirs