1SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
2DIST_SUBDIRS = bsd bus misc linux solaris hurd
3
4sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h
5
6EXTRA_DIST = int10Defines.h xf86OSpriv.h
7
8# to get the grouping semantics right, you have to glom these three together
9# as one library, otherwise libtool will actively defeat your attempts to
10# list them multiple times on the link line.
11noinst_LTLIBRARIES = libxorgos.la
12libxorgos_la_SOURCES = xorgos.c
13libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
14                      bus/libbus.la \
15                      misc/libmisc.la
16
17AM_CFLAGS = $(DIX_CFLAGS) 
18
19xorgos.c:
20	touch $@
21
22DISTCLEANFILES = xorgos.c
23
24# FIXME: These don't seem to be used anywhere
25EXTRA_DIST += \
26	shared/bios_devmem.c
27