summaryrefslogtreecommitdiff
path: root/hw/xfree86/scanpci/Makefile.am
blob: f52d91b611e5e4952d5e596e38663240629218d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module_LTLIBRARIES = libscanpci.la libpcidata.la

libpcidata_la_SOURCES = xf86PciData.c
libscanpci_la_SOURCES = xf86ScanPci.c

INCLUDES = $(XORG_INCS)

EXTRA_DIST = \
	xf86PciData.h \
	xf86PciIds.h \
	xf86PciStdIds.h \
	xf86PciStr.h \
	xf86ScanPci.h

xf86PciData.c:
	echo "#define PCIDATA" > $@
	echo "#include \"$(srcdir)/xf86ScanPci.c\"" >> $@

DISTCLEANFILES = xf86PciData.c