Makefile revision 1088
0N/A# Makefile for X Consolidation Open Source Xorg driver modules
0N/A#
0N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A#
911N/A# Permission is hereby granted, free of charge, to any person obtaining a
810N/A# copy of this software and associated documentation files (the "Software"),
0N/A# to deal in the Software without restriction, including without limitation
0N/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.
919N/A#
919N/A#
919N/A###############################################################################
0N/A
0N/AOS_SUBDIRS_common = \
0N/A xf86-input-keyboard \
156N/A xf86-input-mouse \
493N/A xf86-input-void \
0N/A xf86-video-ast \
0N/A xf86-video-dummy
818N/A
0N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
911N/A
911N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
911N/A xf86-input-acecad \
911N/A xf86-input-synaptics \
0N/A xf86-input-vmmouse \
493N/A xf86-input-hotkey \
493N/A xf86-video-ati \
156N/A xf86-video-cirrus \
0N/A xf86-video-intel \
0N/A xf86-video-mach64 \
156N/A xf86-video-mga \
156N/A xf86-video-nv \
0N/A xf86-video-openchrome \
0N/A xf86-video-r128 \
818N/A xf86-video-trident \
818N/A xf86-video-vesa \
779N/A xf86-video-vmware
364N/A
156N/A# Subdirs we used to build, but now just need to clean up
156N/AOBSOLETE_SUBDIRS = \
0N/A xf86-input-calcomp \
591N/A xf86-input-citron \
591N/A xf86-input-digitaledge \
591N/A xf86-input-dmc \
591N/A xf86-input-dynapro \
591N/A xf86-input-elographics \
591N/A xf86-input-fpit \
591N/A xf86-input-hyperpen \
0N/A xf86-input-jamstudio \
156N/A xf86-input-magellan \
493N/A xf86-input-microtouch \
493N/A xf86-input-mutouch \
156N/A xf86-input-palmax \
493N/A xf86-input-penmount \
493N/A xf86-input-spaceorb \
837N/A xf86-input-summa \
837N/A xf86-input-tek4957 \
846N/A xf86-video-apm \
493N/A xf86-video-ark \
493N/A xf86-video-chips \
156N/A xf86-video-cyrix \
493N/A xf86-video-glint \
493N/A xf86-video-i128 \
493N/A xf86-video-i740 \
364N/A xf86-video-i810 \
0N/A xf86-video-neomagic \
493N/A xf86-video-nsc \
493N/A xf86-video-radeonhd \
156N/A xf86-video-rendition \
493N/A xf86-video-s3 \
493N/A xf86-video-s3virge \
0N/A xf86-video-savage \
339N/A xf86-video-siliconmotion \
0N/A xf86-video-sis \
0N/A xf86-video-tdfx \
339N/A xf86-video-tga \
339N/A xf86-video-tseng \
0N/A xf86-video-vga \
837N/A xf86-video-via \
837N/A xf86-video-wsfb
838N/A
837N/APWD:sh=pwd
837N/ATOP=$(PWD)/../..
591N/A
591N/A### Include common definitions
779N/ADIRNAME="driver/"
838N/Ainclude $(TOP)/open-src/common/Makefile.subdirs
591N/A
493N/A# Dependencies between modules
493N/Axf86-input-vmmouse: xf86-input-mouse
0N/A
0N/A