update the includes list for Xext 7.1.1 and other dependant updates.
This commit is contained in:
parent
e085f425eb
commit
aaf63c2df2
|
@ -1,10 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:28 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:06 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.bigreqsproto}
|
||||
|
||||
INCS= bigreqstr.h
|
||||
INCS= bigreqstr.h \
|
||||
bigreqsproto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:28 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.evieext}
|
||||
|
||||
INCS= Xeviestr.h
|
||||
INCS= Xeviestr.h \
|
||||
evieproto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:28 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.fixesproto}
|
||||
|
||||
INCS= xfixesproto.h xfixeswire.h
|
||||
INCS= xfixesproto.h \
|
||||
xfixeswire.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
||||
PKGCONFIG= fixesproto
|
||||
|
||||
# XXX fixesproto.txt
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,15 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.inputproto}
|
||||
|
||||
INCS= XI.h XInput.h XIproto.h
|
||||
INCS= XI.h \
|
||||
XIproto.h \
|
||||
XI2.h \
|
||||
XI2proto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
||||
PKGCONFIG= inputproto
|
||||
|
||||
# XXX XI2proto.txt XIproto.txt
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.recordproto}
|
||||
|
||||
INCS= record.h recordstr.h
|
||||
INCS= recordconst.h \
|
||||
recordproto.h \
|
||||
recordstr.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xcmiscproto}
|
||||
|
||||
INCS= xcmiscstr.h
|
||||
INCS= xcmiscstr.h \
|
||||
xcmiscproto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,15 +1,40 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xextproto}
|
||||
|
||||
INCS= MITMisc.h XEVI.h XEVIstr.h XLbx.h XShm.h XTest.h Xag.h Xagstr.h \
|
||||
Xcup.h Xcupstr.h Xdbe.h Xdbeproto.h Xext.h Xge.h dpms.h dpmsstr.h \
|
||||
extutil.h ge.h geproto.h lbxbuf.h lbxbufstr.h lbxdeltastr.h \
|
||||
lbximage.h lbxopts.h lbxstr.h lbxzlib.h mitmiscstr.h multibuf.h \
|
||||
multibufst.h security.h securstr.h shape.h shapestr.h shmstr.h sync.h \
|
||||
syncstr.h xtestext1.h xteststr.h
|
||||
INCS= EVI.h \
|
||||
EVIproto.h \
|
||||
ag.h \
|
||||
agproto.h \
|
||||
cup.h \
|
||||
cupproto.h \
|
||||
dbe.h \
|
||||
dbeproto.h \
|
||||
dpmsconst.h \
|
||||
dpmsproto.h \
|
||||
lbx.h \
|
||||
lbxproto.h \
|
||||
mitmiscconst.h \
|
||||
mitmiscproto.h \
|
||||
multibufconst.h \
|
||||
multibufproto.h \
|
||||
secur.h \
|
||||
securproto.h \
|
||||
shapeconst.h \
|
||||
shapeproto.h \
|
||||
shm.h \
|
||||
shmproto.h \
|
||||
syncconst.h \
|
||||
syncproto.h \
|
||||
xtestconst.h \
|
||||
xtestext1const.h \
|
||||
xtestext1proto.h \
|
||||
xtestproto.h
|
||||
# XXX XXX XXX xorg-server 1.7 won't need this
|
||||
INCS+= shmstr.h
|
||||
#
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xf86bigfontproto}
|
||||
|
||||
INCS= xf86bigfont.h xf86bigfstr.h
|
||||
INCS= xf86bigfont.h \
|
||||
xf86bigfstr.h \
|
||||
xf86bigfproto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xf86dgaproto}
|
||||
|
||||
INCS= xf86dga.h xf86dga1.h xf86dga1str.h xf86dgastr.h
|
||||
INCS= xf86dga.h \
|
||||
xf86dga1str.h \
|
||||
xf86dgastr.h \
|
||||
xf86dga1const.h \
|
||||
xf86dga1proto.h \
|
||||
xf86dgaconst.h \
|
||||
xf86dgaproto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xf86driproto}
|
||||
|
||||
INCS= xf86dri.h xf86dristr.h
|
||||
INCS= xf86dri.h \
|
||||
xf86dristr.h \
|
||||
xf86driproto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/dri
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xf86vidmodeproto}
|
||||
|
||||
INCS= xf86vmode.h xf86vmstr.h
|
||||
INCS= xf86vm.h \
|
||||
xf86vmstr.h \
|
||||
xf86vmproto.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
NOOBJ= # defined
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/10/05 01:47:55 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/05/22 02:27:08 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= Xext
|
||||
.PATH: ${X11SRCDIR.${LIB}}/src ${X11SRCDIR.${LIB}}/man
|
||||
.PATH: ${X11SRCDIR.${LIB}}/src
|
||||
.PATH: ${X11SRCDIR.${LIB}}/man
|
||||
.PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions/
|
||||
|
||||
SRCS= DPMS.c MITMisc.c XAppgroup.c XEVI.c XLbx.c XMultibuf.c XSecurity.c \
|
||||
XShape.c XShm.c XSync.c XTestExt1.c Xcup.c Xdbe.c extutil.c globals.c
|
||||
|
@ -62,6 +64,28 @@ MLINKS+= Xevi.3 XeviQueryVersion.3 \
|
|||
Xevi.3 XeviGetVisualInfo.3 \
|
||||
Xevi.3 XeviQueryExtension.3
|
||||
|
||||
INCS= MITMisc.h \
|
||||
XEVI.h \
|
||||
XLbx.h \
|
||||
XShm.h \
|
||||
Xag.h \
|
||||
Xcup.h \
|
||||
Xdbe.h \
|
||||
Xext.h \
|
||||
Xge.h \
|
||||
dpms.h \
|
||||
extutil.h \
|
||||
lbxbuf.h \
|
||||
lbxbufstr.h \
|
||||
lbximage.h \
|
||||
multibuf.h \
|
||||
security.h \
|
||||
shape.h \
|
||||
sync.h \
|
||||
xtestext1.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
PKGDIST= ${LIB}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/11/06 22:28:26 veego Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/05/22 02:27:08 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= Xxf86dga
|
||||
.PATH: ${X11SRCDIR.${LIB}}/src
|
||||
.PATH: ${X11SRCDIR.${LIB}}/man
|
||||
.PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
|
||||
|
||||
SRCS= XF86DGA.c XF86DGA2.c
|
||||
|
||||
|
@ -38,6 +39,11 @@ CPPFLAGS.XF86DGA2.c= -Wno-error
|
|||
LIBDPLIBS= Xext ${.CURDIR}/../libXext \
|
||||
X11 ${.CURDIR}/../libX11/dynamic
|
||||
|
||||
INCS= Xxf86dga.h \
|
||||
xf86dga1.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
PKGDIST= ${LIB}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/11/06 22:28:26 veego Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/05/22 02:27:08 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= Xxf86vm
|
||||
.PATH: ${X11SRCDIR.${LIB}}/src
|
||||
.PATH: ${X11SRCDIR.${LIB}}/man
|
||||
.PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
|
||||
|
||||
SRCS= XF86VMode.c
|
||||
MAN= XF86VM.3
|
||||
|
@ -33,6 +34,10 @@ MLINKS= XF86VM.3 XF86VidModeQueryExtension.3 \
|
|||
LIBDPLIBS= Xext ${.CURDIR}/../libXext \
|
||||
X11 ${.CURDIR}/../libX11/dynamic
|
||||
|
||||
INCS= xf86vmode.h
|
||||
|
||||
INCSDIR=${X11INCDIR}/X11/extensions
|
||||
|
||||
PKGDIST= ${LIB}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
|
|
Loading…
Reference in New Issue