xserver-multidpi/hw/xfree86/os-support/bus/Makefile.am
Alan Coopersmith 4f38526566 - Use fbdevhwstub.c if <linux/fb.h> is not found
- Use x86emu on Solaris instead of vm86
- Better per-OS control over which xf86Kbd*.c and *Pci.c files to build
- Set various #defines to be defined or not on Solaris as needed
2005-07-13 22:54:02 +00:00

23 lines
320 B
Makefile

noinst_LIBRARIES = libbus.a
sdk_HEADERS = xf86Pci.h
PCI_SOURCES = @XORG_OS_PCI@Pci.c ix86Pci.c
libbus_a_SOURCES = Pci.c $(PCI_SOURCES)
if XORG_BUS_SBUS
libbus_a_SOURCES += Sbus.c
endif
INCLUDES = $(XORG_INCS)
AM_CFLAGS = $(XORG_CFLAGS)
EXTRA_DIST = \
460gxPCI.h \
Pci.h \
altixPCI.h \
e8870PCI.h \
zx1PCI.h