Makefile revision 1043
837N/A# Makefile for X Consolidation Open Source Xorg driver modules
837N/A#
935N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
837N/A#
837N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/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.
837N/A#
837N/A#
837N/A###############################################################################
963N/A
963N/AOS_SUBDIRS_common = \
967N/A xf86-input-keyboard \
963N/A xf86-input-mouse \
963N/A xf86-input-void \
963N/A xf86-video-ast \
967N/A xf86-video-dummy
963N/A
970N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common) \
970N/A xf86-video-wsfb
970N/A
970N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
970N/A xf86-input-acecad \
970N/A xf86-input-synaptics \
970N/A xf86-input-vmmouse \
837N/A xf86-input-hotkey \
837N/A xf86-video-ati \
837N/A xf86-video-cirrus \
837N/A xf86-video-intel \
935N/A xf86-video-mach64 \
935N/A xf86-video-mga \
837N/A xf86-video-nv \
837N/A xf86-video-openchrome \
837N/A xf86-video-radeonhd \
963N/A xf86-video-r128 \
837N/A xf86-video-trident \
837N/A xf86-video-vesa \
963N/A xf86-video-vmware
963N/A
963N/A# Subdirs we used to build, but now just need to clean up
963N/AOBSOLETE_SUBDIRS = \
963N/A xf86-input-calcomp \
963N/A xf86-input-citron \
963N/A xf86-input-digitaledge \
963N/A xf86-input-dmc \
963N/A xf86-input-dynapro \
963N/A xf86-input-elographics \
837N/A xf86-input-fpit \
837N/A xf86-input-hyperpen \
837N/A xf86-input-jamstudio \
963N/A xf86-input-magellan \
837N/A xf86-input-microtouch \
935N/A xf86-input-mutouch \
935N/A xf86-input-palmax \
935N/A xf86-input-penmount \
935N/A xf86-input-spaceorb \
935N/A xf86-input-summa \
935N/A xf86-input-tek4957 \
935N/A xf86-video-apm \
935N/A xf86-video-ark \
935N/A xf86-video-chips \
935N/A xf86-video-cyrix \
935N/A xf86-video-glint \
935N/A xf86-video-i128 \
935N/A xf86-video-i740 \
935N/A xf86-video-i810 \
935N/A xf86-video-neomagic \
935N/A xf86-video-nsc \
935N/A xf86-video-rendition \
935N/A xf86-video-s3 \
837N/A xf86-video-s3virge \
837N/A xf86-video-savage \
963N/A xf86-video-siliconmotion \
963N/A xf86-video-sis \
xf86-video-tdfx \
xf86-video-tga \
xf86-video-tseng \
xf86-video-vga \
xf86-video-via
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