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