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