1706f2543SmrgSUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS) 2706f2543SmrgDIST_SUBDIRS = bsd bus misc linux solaris hurd 3706f2543Smrg 4706f2543Smrgsdk_HEADERS = xf86_OSproc.h xf86_OSlib.h 5706f2543Smrg 6706f2543SmrgEXTRA_DIST = int10Defines.h xf86OSpriv.h 7706f2543Smrg 8706f2543Smrg# to get the grouping semantics right, you have to glom these three together 9706f2543Smrg# as one library, otherwise libtool will actively defeat your attempts to 10706f2543Smrg# list them multiple times on the link line. 11706f2543Smrgnoinst_LTLIBRARIES = libxorgos.la 12706f2543Smrglibxorgos_la_SOURCES = xorgos.c 13706f2543Smrglibxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \ 14706f2543Smrg bus/libbus.la \ 15706f2543Smrg misc/libmisc.la 16706f2543Smrg 17706f2543SmrgAM_CFLAGS = $(DIX_CFLAGS) 18706f2543Smrg 19706f2543Smrgxorgos.c: 20706f2543Smrg touch $@ 21706f2543Smrg 22706f2543SmrgDISTCLEANFILES = xorgos.c 23706f2543Smrg 24706f2543Smrg# FIXME: These don't seem to be used anywhere 25706f2543SmrgEXTRA_DIST += \ 26706f2543Smrg shared/bios_devmem.c 27