Makefile revision 606
100N/A# Makefile for X Consolidation Open Source Protocol modules
100N/A#
100N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
100N/A# Use subject to license terms.
100N/A#
100N/A# Permission is hereby granted, free of charge, to any person obtaining a
100N/A# copy of this software and associated documentation files (the
100N/A# "Software"), to deal in the Software without restriction, including
100N/A# without limitation the rights to use, copy, modify, merge, publish,
100N/A# distribute, and/or sell copies of the Software, and to permit persons
100N/A# to whom the Software is furnished to do so, provided that the above
100N/A# copyright notice(s) and this permission notice appear in all copies of
100N/A# the Software and that both the above copyright notice(s) and this
100N/A# permission notice appear in supporting documentation.
100N/A#
100N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
100N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
100N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
100N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
100N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
844N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
100N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
100N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
100N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
100N/A#
1196N/A# Except as contained in this notice, the name of a copyright holder
618N/A# shall not be used in advertising or otherwise to promote the sale, use
100N/A# or other dealings in this Software without prior written authorization
1196N/A# of the copyright holder.
844N/A#
1196N/A# @(#)Makefile 1.13 09/01/14
100N/A#
1273N/A###############################################################################
100N/A
100N/AOS_SUBDIRS_common = \
100N/A x11proto \
100N/A bigreqsproto \
100N/A compositeproto \
100N/A damageproto \
100N/A evieproto \
100N/A fixesproto \
100N/A fontcacheproto \
100N/A fontsproto \
100N/A glproto \
100N/A inputproto \
100N/A kbproto \
100N/A pmproto \
181N/A printproto \
104N/A randrproto \
1196N/A recordproto \
1196N/A renderproto \
1196N/A resourceproto \
1196N/A scrnsaverproto \
1196N/A trapproto \
1196N/A videoproto \
1196N/A xcmiscproto \
1196N/A xextproto \
1196N/A xf86bigfontproto \
1196N/A xf86dgaproto \
1196N/A xf86driproto \
1196N/A xf86miscproto \
100N/A xf86vidmodeproto \
100N/A xineramaproto \
100N/A lg3dproto \
100N/A sun-ext-protos
OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
# 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)/common/Makefile.subdirs