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