diff options
author | Ian Romanick <idr@umwelt.(none)> | 2006-07-24 11:56:37 -0700 |
---|---|---|
committer | Ian Romanick <idr@umwelt.(none)> | 2006-07-24 11:56:37 -0700 |
commit | 7dff8d98a9ed11f92806cb8c4b3f10e01c5d063f (patch) | |
tree | 38f53496b7b7f954a62f97063a67bcb3c7368db8 /hw/xfree86/scanpci/Makefile.am | |
parent | eb95128f615e2f3fab17dcafd4fc260c6d4d0644 (diff) |
Remove source files that have been dead since day-1 of this branch.
Diffstat (limited to 'hw/xfree86/scanpci/Makefile.am')
-rw-r--r-- | hw/xfree86/scanpci/Makefile.am | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/hw/xfree86/scanpci/Makefile.am b/hw/xfree86/scanpci/Makefile.am deleted file mode 100644 index 7e5671aa1..000000000 --- a/hw/xfree86/scanpci/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -module_LTLIBRARIES = libscanpci.la libpcidata.la - -libpcidata_la_LDFLAGS = -avoid-version -libscanpci_la_LDFLAGS = -avoid-version - -libpcidata_la_SOURCES = xf86PciData.c -libscanpci_la_SOURCES = xf86ScanPci.c - -INCLUDES = $(XORG_INCS) - -AM_CFLAGS = $(XORG_CFLAGS) - -BUILT_SOURCES = xf86PciIds.h - -EXTRA_DIST = \ - xf86PciData.h \ - xf86PciIds.h \ - xf86PciStdIds.h \ - xf86PciStr.h \ - xf86ScanPci.h \ - pci.ids \ - extrapci.ids \ - pciid2c.pl - -xf86PciData.c: - echo "#define PCIDATA" > $@ - echo "#include \"$(srcdir)/xf86ScanPci.c\"" >> $@ - -xf86PciIds.h: $(srcdir)/../common/xf86PciInfo.h - cat $(srcdir)/pci.ids $(srcdir)/extrapci.ids | $(PERL) $(srcdir)/pciid2c.pl $(srcdir)/../common/xf86PciInfo.h > xf86PciIds.h - -DISTCLEANFILES = xf86PciData.c xf86PciIds.h |