105b261ecSmrgSUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS) 235c4bbdfSmrgDIST_SUBDIRS = bsd bus misc linux solaris stub hurd 305b261ecSmrg 44642e01fSmrgsdk_HEADERS = xf86_OSproc.h xf86_OSlib.h 505b261ecSmrg 64642e01fSmrgEXTRA_DIST = int10Defines.h xf86OSpriv.h 705b261ecSmrg 805b261ecSmrg# to get the grouping semantics right, you have to glom these three together 905b261ecSmrg# as one library, otherwise libtool will actively defeat your attempts to 1005b261ecSmrg# list them multiple times on the link line. 1105b261ecSmrgnoinst_LTLIBRARIES = libxorgos.la 1235c4bbdfSmrglibxorgos_la_SOURCES = 1305b261ecSmrglibxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \ 1405b261ecSmrg bus/libbus.la \ 1505b261ecSmrg misc/libmisc.la 1605b261ecSmrg 1705b261ecSmrgAM_CFLAGS = $(DIX_CFLAGS) 1805b261ecSmrg 19