libpcidata.a module for XFree86 xserver.

This commit is contained in:
rtr 2003-12-22 13:44:57 +00:00
parent 4545246f3b
commit 43945597ef

View File

@ -0,0 +1,41 @@
# $NetBSD: Makefile,v 1.1 2003/12/22 13:44:57 rtr Exp $
XMODULEDIR= ${X11USRLIBDIR}/modules
.include "../../../Makefile.serverlib"
.include <bsd.own.mk>
LIB= pcidata
.PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/scanpci
SRCS= xf86PciData.c xf86PciIds.h
XSERVERINCDIR!= cd ${NETBSDSRCDIR}/x11/Xserver/include && ${PRINTOBJDIR}
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/common \
-I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
-I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support/bus \
-I${X11SRCDIR.xc}/programs/Xserver/include \
-I${X11SRCDIR.xc}/programs/Xserver/os \
-I${DESTDIR}${X11INCDIR}/X11 \
-I${X11SRCDIR.xc}/programs/Xserver/Xext \
-I${DESTDIR}${X11INCDIR}/X11/extensions \
-I${X11SRCDIR.xc}/programs/Xserver/Xi \
-I${X11SRCDIR.xc}/lib/font/include \
-I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/parser \
-I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/loader \
-I${X11SRCDIR.xc}/programs/Xserver/rac \
-I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/scanpci \
-I${XSERVERINCDIR}
CPPFLAGS+= ${X11FLAGS.LOADABLE}
CPPFLAGS.xf86PciData.c+= -DPCIDATA
BUILDSYMLINKS= xf86ScanPci.c xf86PciData.c \
xf86PciStdIds.h xf86PciIds.h
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>