xref: /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/Makefile.am (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
2*4882a593SmuzhiyunDIST_SUBDIRS = bsd bus misc linux solaris stub hurd
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunsdk_HEADERS = xf86_OSproc.h xf86_OSlib.h
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunEXTRA_DIST = int10Defines.h xf86OSpriv.h
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun# to get the grouping semantics right, you have to glom these three together
9*4882a593Smuzhiyun# as one library, otherwise libtool will actively defeat your attempts to
10*4882a593Smuzhiyun# list them multiple times on the link line.
11*4882a593Smuzhiyunnoinst_LTLIBRARIES = libxorgos.la
12*4882a593Smuzhiyunlibxorgos_la_SOURCES =
13*4882a593Smuzhiyunlibxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
14*4882a593Smuzhiyun                      bus/libbus.la \
15*4882a593Smuzhiyun                      misc/libmisc.la
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunAM_CFLAGS = $(DIX_CFLAGS)
18*4882a593Smuzhiyun
19