etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / server / xorg-server / hw / xfree86 / scanpci / Makefile
blob933335da120178627a6a4aebb1578c8ef332c89c
1 # $NetBSD: Makefile,v 1.4 2008/08/24 13:47:05 rtr Exp $
3 # XXX this one is installed in modular-xorg-server
5 XMODULEDIR= ${X11USRLIBDIR}/modules
7 .include "../../../Makefile.serverlib"
8 .include "../../../Makefile.servermod"
10 LIB= scanpci
12 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/scanpci
13 SRCS= xf86ScanPci.c
14 DPSRCS+=xf86PciIds.h
16 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
18 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
19 -I${X11SRCDIR.xorg-server}/include \
20 -I${X11SRCDIR.xorg-server}/os \
21 -I${DESTDIR}${X11INCDIR}/X11 \
22 -I${X11SRCDIR.xorg-server}/Xext \
23 -I${DESTDIR}${X11INCDIR}/X11/extensions \
24 -I${DESTDIR}${X11INCDIR}/pixman-1 \
25 -I${DESTDIR}${X11INCDIR}/xorg \
26 -I${X11SRCDIR.xorg-server}/Xi \
27 -I${X11SRCDIR.xorg-server}/hw/xfree86/parser \
28 -I${X11SRCDIR.xorg-server}/hw/xfree86/loader \
29 -I${X11SRCDIR.xorg-server}/rac \
30 -I.
32 .include <bsd.x11.mk>
33 LIBDIR= ${XMODULEDIR}
34 .include <bsd.lib.mk>