Makefile revision 970
842ae4bd224140319ae7feec1872b93dfd491143fielding# Makefile for X Consolidation Open Source data modules
842ae4bd224140319ae7feec1872b93dfd491143fielding#
842ae4bd224140319ae7feec1872b93dfd491143fielding# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
842ae4bd224140319ae7feec1872b93dfd491143fielding#
842ae4bd224140319ae7feec1872b93dfd491143fielding# Permission is hereby granted, free of charge, to any person obtaining a
842ae4bd224140319ae7feec1872b93dfd491143fielding# copy of this software and associated documentation files (the "Software"),
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# to deal in the Software without restriction, including without limitation
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# the rights to use, copy, modify, merge, publish, distribute, sublicense,
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# and/or sell copies of the Software, and to permit persons to whom the
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Software is furnished to do so, subject to the following conditions:
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# The above copyright notice and this permission notice (including the next
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# paragraph) shall be included in all copies or substantial portions of the
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Software.
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb# DEALINGS IN THE SOFTWARE.
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb#
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb###############################################################################
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbOS_SUBDIRS_common = \
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb rasterfile \
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb ogl-select \
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb workspace-patterns \
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb xcursor-themes
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
a72211e92bab814bfa28ee086ca9b2a1a6095c92chrisdPWD:sh=pwd
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbTOP=$(PWD)/../..
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb### Include common definitions
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbDIRNAME="data/"
b38846b15c8891c6dec44dcc4f96ca40721bf663rbbinclude $(TOP)/open-src/common/Makefile.subdirs
b38846b15c8891c6dec44dcc4f96ca40721bf663rbb