Makefile revision 962
551N/A# Makefile for X Consolidation Open Source Xorg driver modules
551N/A#
551N/A# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved.
551N/A#
551N/A# Permission is hereby granted, free of charge, to any person obtaining a
551N/A# copy of this software and associated documentation files (the "Software"),
551N/A# to deal in the Software without restriction, including without limitation
551N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
551N/A# and/or sell copies of the Software, and to permit persons to whom the
551N/A# Software is furnished to do so, subject to the following conditions:
551N/A#
551N/A# The above copyright notice and this permission notice (including the next
551N/A# paragraph) shall be included in all copies or substantial portions of the
551N/A# Software.
551N/A#
551N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
551N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
551N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
551N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
551N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
551N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
551N/A# DEALINGS IN THE SOFTWARE.
551N/A#
551N/A#
551N/A###############################################################################
551N/A
551N/AOS_SUBDIRS_common = \
551N/A xf86-input-keyboard \
575N/A xf86-input-mouse \
551N/A xf86-input-void \
551N/A xf86-video-ast \
551N/A xf86-video-dummy
551N/A
551N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common) \
551N/A xf86-video-wsfb
551N/A
551N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
551N/A xf86-input-acecad \
551N/A xf86-input-synaptics \
551N/A xf86-input-vmmouse \
551N/A xf86-input-hotkey \
551N/A xf86-video-apm \
575N/A xf86-video-ark \
575N/A xf86-video-ati \
551N/A xf86-video-chips \
551N/A xf86-video-cirrus \
551N/A xf86-video-glint \
551N/A xf86-video-i128 \
551N/A xf86-video-i740 \
551N/A xf86-video-intel \
551N/A xf86-video-mach64 \
551N/A xf86-video-mga \
551N/A xf86-video-neomagic \
551N/A xf86-video-nv \
551N/A xf86-video-openchrome \
551N/A xf86-video-radeonhd \
551N/A xf86-video-rendition \
551N/A xf86-video-r128 \
551N/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-vesa \
xf86-video-vmware
# Subdirs we used to build, but now just need to clean up
OBSOLETE_SUBDIRS = \
xf86-input-calcomp \
xf86-input-citron \
xf86-input-digitaledge \
xf86-input-dmc \
xf86-input-dynapro \
xf86-input-elographics \
xf86-input-fpit \
xf86-input-hyperpen \
xf86-input-jamstudio \
xf86-input-magellan \
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