1 SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
2 DIST_SUBDIRS = bsd bus misc linux lynxos solaris sysv sco usl hurd
4 sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h \
5 assyntax.h xf86OSmouse.h
7 EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib
9 # to get the grouping semantics right, you have to glom these three together
10 # as one library, otherwise libtool will actively defeat your attempts to
11 # list them multiple times on the link line.
12 noinst_LTLIBRARIES = libxorgos.la
13 libxorgos_la_SOURCES = xorgos.c
14 libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
18 AM_CFLAGS = $(DIX_CFLAGS)
23 DISTCLEANFILES = xorgos.c
25 # FIXME: These don't seem to be used anywhere
27 shared/bios_devmem.c \