1 # $NetBSD: Makefile,v 1.3 2004/02/06 11:58:56 rtr Exp $
12 INCS
= xf86Parser.h xf86Optrec.h
15 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/parser
17 SRCS
= DRI.c Device.c Files.c Flags.c Input.c Keyboard.c Layout.c Module.c \
18 Video.c Monitor.c Pointer.c Screen.c Vendor.c read.c scan.c write.c
20 XSERVERINCDIR
!= cd
${NETBSDSRCDIR}/x11
/Xserver
/include && ${PRINTOBJDIR}
22 CPPFLAGS
= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
25 CPPFLAGS.scan.c
= -DXCONFIGDIR
=\"${X11ETCDIR}\" \
26 -DXCONFIGFILE
=\"XF86Config
\" \
27 -DXVERSION
="${XVERSION}"
30 XVERSION
!= ${PRINTX11VERSION}
31 LIBDIR
=${X11USRLIBDIR}