~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if DRI
 
2
DRI_SUBDIRS=drm
 
3
endif
 
4
 
 
5
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
 
6
DIST_SUBDIRS = bsd bus drm misc linux lynxos solaris sysv sco usl
 
7
 
 
8
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
 
9
              xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h
 
10
 
 
11
EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib
 
12
 
 
13
# to get the grouping semantics right, you have to glom these three together
 
14
# as one library, otherwise libtool will actively defeat your attempts to
 
15
# list them multiple times on the link line.
 
16
noinst_LTLIBRARIES = libxorgos.la
 
17
libxorgos_la_SOURCES = xorgos.c
 
18
libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
 
19
                      bus/libbus.la \
 
20
                      misc/libmisc.la
 
21
 
 
22
xorgos.c:
 
23
        touch $@
 
24
 
 
25
DISTCLEANFILES = xorgos.c
 
26
 
 
27
# FIXME: These don't seem to be used anywhere
 
28
EXTRA_DIST += \
 
29
        shared/bios_devmem.c \
 
30
        shared/inout.S \
 
31
        shared/kbd.c