2007-11-24 10:55:21 -07:00
|
|
|
SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
|
2006-12-16 13:09:36 -07:00
|
|
|
DIST_SUBDIRS = bsd bus misc linux lynxos solaris sysv sco usl hurd
|
2006-11-26 11:13:41 -07:00
|
|
|
|
2008-11-02 08:26:08 -07:00
|
|
|
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h \
|
2007-11-24 10:55:21 -07:00
|
|
|
assyntax.h xf86OSmouse.h
|
2006-11-26 11:13:41 -07:00
|
|
|
|
2006-12-16 13:09:36 -07:00
|
|
|
EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
# to get the grouping semantics right, you have to glom these three together
|
|
|
|
# as one library, otherwise libtool will actively defeat your attempts to
|
|
|
|
# list them multiple times on the link line.
|
|
|
|
noinst_LTLIBRARIES = libxorgos.la
|
|
|
|
libxorgos_la_SOURCES = xorgos.c
|
|
|
|
libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
|
|
|
|
bus/libbus.la \
|
|
|
|
misc/libmisc.la
|
|
|
|
|
2007-11-24 10:55:21 -07:00
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
|
2006-11-26 11:13:41 -07:00
|
|
|
xorgos.c:
|
|
|
|
touch $@
|
|
|
|
|
|
|
|
DISTCLEANFILES = xorgos.c
|
|
|
|
|
|
|
|
# FIXME: These don't seem to be used anywhere
|
|
|
|
EXTRA_DIST += \
|
|
|
|
shared/bios_devmem.c \
|
2007-11-24 10:55:21 -07:00
|
|
|
shared/inout.S
|