Makefile revision 967
18727N/A# Makefile for X Consolidation Open Source Protocol modules
12850N/A#
12669N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
12669N/A#
12669N/A# Permission is hereby granted, free of charge, to any person obtaining a
12669N/A# copy of this software and associated documentation files (the "Software"),
12669N/A# to deal in the Software without restriction, including without limitation
12669N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
12669N/A# and/or sell copies of the Software, and to permit persons to whom the
12669N/A# Software is furnished to do so, subject to the following conditions:
12669N/A#
12669N/A# The above copyright notice and this permission notice (including the next
12669N/A# paragraph) shall be included in all copies or substantial portions of the
14360N/A# Software.
12669N/A#
14360N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12669N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14360N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14360N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12669N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14360N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14360N/A# DEALINGS IN THE SOFTWARE.
14360N/A#
14360N/A#
14360N/A###############################################################################
14360N/A
12669N/AOS_SUBDIRS_common = \
14360N/A x11proto \
14360N/A bigreqsproto \
compositeproto \
damageproto \
dri2proto \
evieproto \
fixesproto \
fontcacheproto \
fontsproto \
glproto \
inputproto \
kbproto \
pmproto \
printproto \
randrproto \
recordproto \
renderproto \
resourceproto \
scrnsaverproto \
videoproto \
xcmiscproto \
xextproto \
xf86bigfontproto \
xf86dgaproto \
xf86driproto \
xf86miscproto \
xf86vidmodeproto \
xineramaproto \
sun-ext-protos
OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
OBSOLETE_SUBDIRS = \
lg3dproto \
trapproto
# Need to install to proto area by default for inter-package dependencies to
# work right.
default_target: install
PWD:sh=pwd
TOP=$(PWD)/../..
### Include common definitions
DIRNAME="proto/"
include $(TOP)/open-src/common/Makefile.subdirs