Makefile revision 1097
98N/A# Makefile for X Consolidation Open Source Xorg driver modules
98N/A#
1088N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
98N/A#
98N/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.
98N/A#
98N/A#
98N/A###############################################################################
98N/A
156N/AOS_SUBDIRS_common = \
98N/A xf86-input-keyboard \
98N/A xf86-input-mouse \
98N/A xf86-input-void \
691N/A xf86-video-ast \
98N/A xf86-video-dummy
98N/A
1088N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
98N/A
156N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
98N/A xf86-input-acecad \
851N/A xf86-input-synaptics \
159N/A xf86-input-vmmouse \
764N/A xf86-input-hotkey \
98N/A xf86-video-ati \
98N/A xf86-video-cirrus \
199N/A xf86-video-intel \
606N/A xf86-video-mach64 \
98N/A xf86-video-mga \
98N/A xf86-video-nv \
606N/A xf86-video-openchrome \
606N/A xf86-video-r128 \
98N/A xf86-video-trident \
98N/A xf86-video-vesa \
606N/A xf86-video-vmware
606N/A
606N/A# Subdirs we used to build, but now just need to clean up
606N/AOBSOLETE_SUBDIRS = \
705N/A xf86-input-calcomp \
851N/A xf86-input-citron \
705N/A xf86-input-digitaledge \
705N/A xf86-input-dmc \
705N/A xf86-input-dynapro \
851N/A xf86-input-elographics \
851N/A xf86-input-fpit \
851N/A xf86-input-hyperpen \
705N/A xf86-input-jamstudio \
705N/A xf86-input-magellan \
705N/A xf86-input-microtouch \
851N/A xf86-input-mutouch \
705N/A xf86-input-palmax \
851N/A xf86-input-penmount \
705N/A xf86-input-spaceorb \
705N/A xf86-input-summa \
705N/A xf86-input-tek4957 \
1036N/A xf86-video-apm \
1036N/A xf86-video-ark \
1036N/A xf86-video-chips \
606N/A xf86-video-cyrix \
1036N/A xf86-video-glint \
1036N/A xf86-video-i128 \
1036N/A xf86-video-i740 \
606N/A xf86-video-i810 \
1036N/A xf86-video-neomagic \
606N/A xf86-video-nsc \
1088N/A xf86-video-radeonhd \
1036N/A xf86-video-rendition \
1036N/A xf86-video-s3 \
1036N/A xf86-video-s3virge \
1036N/A xf86-video-savage \
1036N/A xf86-video-siliconmotion \
1036N/A xf86-video-sis \
1036N/A xf86-video-tdfx \
1036N/A xf86-video-tga \
1036N/A xf86-video-tseng \
98N/A xf86-video-vga \
1088N/A xf86-video-via \
1088N/A xf86-video-wsfb
98N/A
493N/APWD:sh=pwd
967N/ATOP=$(PWD)/../..
98N/A
493N/A### Include common definitions
493N/ADIRNAME="driver/"
967N/Ainclude $(TOP)/open-src/common/Makefile.subdirs
810N/A
810N/A# Dependencies between modules
810N/Axf86-input-vmmouse: xf86-input-mouse
810N/A