Makefile revision 1276
8N/A# Makefile for X Consolidation Open Source Protocol modules
8N/A#
8N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
8N/A#
8N/A# Permission is hereby granted, free of charge, to any person obtaining a
8N/A# copy of this software and associated documentation files (the "Software"),
8N/A# to deal in the Software without restriction, including without limitation
8N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8N/A# and/or sell copies of the Software, and to permit persons to whom the
8N/A# Software is furnished to do so, subject to the following conditions:
8N/A#
8N/A# The above copyright notice and this permission notice (including the next
8N/A# paragraph) shall be included in all copies or substantial portions of the
8N/A# Software.
8N/A#
8N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8N/A# DEALINGS IN THE SOFTWARE.
8N/A#
8N/A#
8N/A###############################################################################
8N/A
8N/AOS_SUBDIRS_common = \
8N/A x11proto \
8N/A bigreqsproto \
8N/A compositeproto \
32N/A damageproto \
8N/A dmxproto \
8N/A dri2proto \
8N/A evieproto \
32N/A fixesproto \
32N/A fontsproto \
32N/A glproto \
8N/A inputproto \
8N/A kbproto \
8N/A pmproto \
8N/A printproto \
8N/A randrproto \
8N/A recordproto \
8N/A renderproto \
8N/A resourceproto \
8N/A scrnsaverproto \
8N/A videoproto \
8N/A xcmiscproto \
8N/A xextproto \
8N/A xf86dgaproto \
8N/A xf86driproto \
8N/A xf86miscproto \
8N/A xf86vidmodeproto \
8N/A xineramaproto \
8N/A xcbproto \
8N/A sun-ext-protos
8N/A
8N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
8N/A
8N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
OBSOLETE_SUBDIRS = \
lg3dproto \
fontcacheproto \
trapproto \
xf86bigfontproto
# 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