summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/Makefile.am
blob: d4406ef87a8f32a19bf1adbd7dadd9020e34282b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
if DRI
DRI_SUBDIRS=drm
endif

SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
DIST_SUBDIRS = bsd bus drm misc linux lynxos solaris sysv sco

sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
              xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h

EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib

# 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

xorgos.c:
	touch $@

DISTCLEANFILES = xorgos.c

# FIXME: These don't seem to be used anywhere
EXTRA_DIST += \
	shared/bios_devmem.c \
	shared/inout.S \
	shared/kbd.c