Home | History | Annotate | Line # | Download | only in dixmods
      1 #	$NetBSD: Makefile,v 1.2 2016/08/19 22:33:34 mrg Exp $
      2 
      3 .include "../../../Makefile.serverlib"
      4 .include "../../../Makefile.servermod"
      5 
      6 LIB=	dixmods
      7 
      8 .PATH:	${X11SRCDIR.xorg-server}/mi
      9 SRCS=	miinitext.c
     10 
     11 CPPFLAGS+= \
     12 	-I${DESTDIR}${X11INCDIR}/X11 \
     13 	-I${DESTDIR}${X11INCDIR}/pixman-1 \
     14 	-I${DESTDIR}${X11INCDIR}/xorg \
     15 	-I${X11SRCDIR.xorg-server}/Xext \
     16 	-I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
     17 	-I${X11SRCDIR.xorg-server}/hw/xfree86/loader
     18 
     19 CPPFLAGS+= \
     20 	${X11FLAGS.EXTENSION} \
     21 	-DHAVE_DIX_CONFIG_H \
     22 	-DXFree86LOADER
     23 CPPFLAGS+= \
     24 	-I${X11SRCDIR.xorg-server}/../include ${X11FLAGS.DIX}
     25 
     26 SUBDIR = \
     27 	dbe \
     28 	extmod \
     29 	fb \
     30 	glx \
     31 	record \
     32 	shadow \
     33 	wfb \
     34 	xorgxkb
     35 
     36 COPTS.miinitext.c=	-Wno-error	# XXX xf86bigfstr.h
     37 
     38 .include <bsd.x11.mk>
     39 LIBDIR=	${XMODULEDIR}
     40 .include <bsd.lib.mk>
     41 .include <bsd.subdir.mk>
     42