1 # $NetBSD: Makefile,v 1.9 2004/03/06 03:31:06 rtr Exp $
3 .
include "../Makefile.serverlib"
6 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/dix
10 SRCS
= atom.c colormap.c cursor.c devices.c dispatch.c dixutils.c \
11 events.c extension.c gc.c globals.c glyphcurs.c grabs.c \
12 main.c property.c resource.c swaprep.c swapreq.c tables.c \
13 window.c initatoms.c dixfonts.c privates.c pixmap.c
16 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
17 -I
${DESTDIR}${X11INCDIR}/X11 \
18 -I
${X11SRCDIR.xc
}/include/fonts \
19 -I
${DESTDIR}${X11INCDIR}/X11
/extensions \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/lbx
24 CPPFLAGS.globals.c
= -DCOMPILEDDEFAULTFONTPATH
=\"${X11FONTDIR}/misc
/,${X11FONTDIR}/TTF
/,${X11FONTDIR}/Speedo
/,${X11FONTDIR}/Type1
/,${X11FONTDIR}/CID
/,${X11FONTDIR}/75dpi
/,${X11FONTDIR}/100dpi
/\" \
25 -DRGB_DB
=\"${X11LIBDIR}/rgb
\"
27 CPPFLAGS.main.c
= -DVENDOR_STRING
="\"The XFree86 Project, Inc\"" \
28 -DVENDOR_RELEASE
="${XVERSION}"
31 XVERSION
!= ${PRINTX11VERSION}
33 .
include <bsd.subdir.mk
>