minix/external/mit/xorg/server/xorg-server/hw/xfree86/pcidata/Makefile
Lionel Sambuc 971bb1a587 Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
2014-11-10 14:43:29 +01:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2009/06/12 01:59:06 mrg Exp $
# XXX this one is installed in modular-xorg-server
XMODULEDIR= ${X11USRLIBDIR}/modules
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
LIB= pcidata
.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/scanpci
SRCS= xf86PciData.c
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
-I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
-I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
-I${X11SRCDIR.xorg-server}/include \
-I${X11SRCDIR.xorg-server}/os \
-I${DESTDIR}${X11INCDIR}/X11 \
-I${X11SRCDIR.xorg-server}/Xext \
-I${DESTDIR}${X11INCDIR}/X11/extensions \
-I${DESTDIR}${X11INCDIR}/pixman-1 \
-I${DESTDIR}${X11INCDIR}/xorg \
-I${X11SRCDIR.xorg-server}/Xi \
-I${X11SRCDIR.xorg-server}/hw/xfree86/parser \
-I${X11SRCDIR.xorg-server}/hw/xfree86/loader \
-I${X11SRCDIR.xorg-server}/rac \
-I.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
FILES= pci.ids
FILESDIR= ${X11ROOTDIR}/share/pciids
.endif
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>