Makefile revision 943
851N/A# Makefile for X Consolidation Open Source Xorg driver modules
851N/A#
851N/A# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved.
851N/A#
1265N/A# Permission is hereby granted, free of charge, to any person obtaining a
851N/A# copy of this software and associated documentation files (the "Software"),
851N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
919N/A#
919N/A#
851N/A###############################################################################
851N/A
851N/AOS_SUBDIRS_common = \
851N/A xf86-input-keyboard \
851N/A xf86-input-mouse \
851N/A xf86-input-void \
851N/A xf86-video-ast \
1301N/A xf86-video-dummy
851N/A
911N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common) \
1301N/A xf86-video-wsfb
1301N/A
1301N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
911N/A xf86-input-acecad \
1281N/A xf86-input-synaptics \
1301N/A xf86-input-vmmouse \
1281N/A xf86-input-hotkey \
851N/A xf86-video-apm \
851N/A xf86-video-ark \
851N/A xf86-video-ati \
851N/A xf86-video-chips \
851N/A xf86-video-cirrus \
1179N/A xf86-video-glint \
851N/A xf86-video-i128 \
1299N/A xf86-video-i740 \
1299N/A xf86-video-intel \
1299N/A xf86-video-mach64 \
1299N/A xf86-video-mga \
1196N/A xf86-video-neomagic \
1196N/A xf86-video-nv \
1196N/A xf86-video-openchrome \
1196N/A xf86-video-radeonhd \
1196N/A xf86-video-rendition \
1196N/A xf86-video-r128 \
851N/A xf86-video-s3 \
1088N/A xf86-video-s3virge \
1088N/A xf86-video-savage \
1088N/A xf86-video-siliconmotion \
1088N/A xf86-video-sis \
1088N/A xf86-video-tdfx \
851N/A xf86-video-tga \
1281N/A xf86-video-trident \
1281N/A xf86-video-tseng \
1281N/A xf86-video-vesa \
1097N/A xf86-video-vmware
1097N/A
1097N/A# Subdirs we used to build, but now just need to clean up
1097N/AOBSOLETE_SUBDIRS = \
1097N/A xf86-input-calcomp \
851N/A xf86-input-citron \
851N/A xf86-input-digitaledge \
1088N/A xf86-input-dmc \
1088N/A xf86-input-dynapro \
1088N/A xf86-input-elographics \
1088N/A xf86-input-fpit \
1088N/A xf86-input-hyperpen \
1088N/A xf86-input-jamstudio \
1088N/A xf86-input-magellan \
1088N/A xf86-input-microtouch \
xf86-input-mutouch \
xf86-input-palmax \
xf86-input-penmount \
xf86-input-spaceorb \
xf86-input-summa \
xf86-input-tek4957 \
xf86-video-cyrix \
xf86-video-i810 \
xf86-video-nsc \
xf86-video-vga \
xf86-video-via
PWD:sh=pwd
TOP=$(PWD)/..
### Include common definitions
DIRNAME="driver/"
include $(TOP)/common/Makefile.subdirs
# Dependencies between modules
xf86-input-vmmouse: xf86-input-mouse