Makefile.am revision 05b261ec
1SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
2DIST_SUBDIRS = bsd bus misc linux lynxos solaris sysv sco usl hurd
3
4sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h \
5              assyntax.h xf86OSmouse.h
6
7EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib
8
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.
12noinst_LTLIBRARIES = libxorgos.la
13libxorgos_la_SOURCES = xorgos.c
14libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
15                      bus/libbus.la \
16                      misc/libmisc.la
17
18AM_CFLAGS = $(DIX_CFLAGS) 
19
20xorgos.c:
21	touch $@
22
23DISTCLEANFILES = xorgos.c
24
25# FIXME: These don't seem to be used anywhere
26EXTRA_DIST += \
27	shared/bios_devmem.c \
28	shared/inout.S
29