Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/xorgproto/dist initial import of xorgproto-2022.2
details: https://anonhg.NetBSD.org/xsrc/rev/8b51f6553b25
branches: xorg
changeset: 7128:8b51f6553b25
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Aug 11 23:09:58 2022 +0000
description:
initial import of xorgproto-2022.2
diffstat:
external/mit/xorgproto/dist/COPYING-xwaylandproto | 19 +
external/mit/xorgproto/dist/Makefile.am | 11 +-
external/mit/xorgproto/dist/Makefile.in | 94 +-
external/mit/xorgproto/dist/config.guess | 1634 +++--
external/mit/xorgproto/dist/config.sub | 2931 +++++----
external/mit/xorgproto/dist/configure | 23 +-
external/mit/xorgproto/dist/configure.ac | 7 +-
external/mit/xorgproto/dist/dri3proto.pc.in | 2 +-
external/mit/xorgproto/dist/dri3proto.txt | 39 +-
external/mit/xorgproto/dist/include/X11/Xwindows.h | 3 +
external/mit/xorgproto/dist/include/X11/Xwinsock.h | 3 +
external/mit/xorgproto/dist/include/X11/extensions/dri3proto.h | 19 +-
external/mit/xorgproto/dist/include/X11/extensions/meson.build | 1 +
external/mit/xorgproto/dist/include/X11/extensions/xwaylandproto.h | 63 +
external/mit/xorgproto/dist/meson.build | 6 +-
external/mit/xorgproto/dist/specs/xextproto/dbe.xml | 14 +-
external/mit/xorgproto/dist/xwaylandproto.pc.in | 7 +
external/mit/xorgproto/dist/xwaylandproto.txt | 96 +
18 files changed, 2833 insertions(+), 2139 deletions(-)
diffs (truncated from 6408 to 300 lines):
diff -r d4c9e5a8421b -r 8b51f6553b25 external/mit/xorgproto/dist/COPYING-xwaylandproto
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorgproto/dist/COPYING-xwaylandproto Thu Aug 11 23:09:58 2022 +0000
@@ -0,0 +1,19 @@
+Copyright 2022 Red Hat, Inc.
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and
+that the name of the copyright holders not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission. The copyright holders make no representations
+about the suitability of this software for any purpose. It is provided "as
+is" without express or implied warranty.
+
+THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+OF THIS SOFTWARE.
diff -r d4c9e5a8421b -r 8b51f6553b25 external/mit/xorgproto/dist/Makefile.am
--- a/external/mit/xorgproto/dist/Makefile.am Sat Jul 30 17:03:10 2022 +0000
+++ b/external/mit/xorgproto/dist/Makefile.am Thu Aug 11 23:09:58 2022 +0000
@@ -326,6 +326,13 @@
xineramaprotopkgconfigdir = $(datadir)/pkgconfig
xineramaprotopkgconfig_DATA = xineramaproto.pc
+xwaylandprotodir = $(includedir)/X11/extensions
+xwaylandproto_HEADERS = \
+ include/X11/extensions/xwaylandproto.h
+
+xwaylandprotopkgconfigdir = $(datadir)/pkgconfig
+xwaylandprotopkgconfig_DATA = xwaylandproto.pc
+
if LEGACY
XCalibrateincludedir = $(includedir)/X11/extensions
XCalibrateinclude_HEADERS = \
@@ -430,7 +437,8 @@
randrproto.txt \
renderproto.txt \
resproto.txt \
- xv-protocol-v2.txt
+ xv-protocol-v2.txt \
+ xwaylandproto.txt
EXTRA_DIST = \
COPYING-applewmproto \
@@ -469,6 +477,7 @@
COPYING-xf86rushproto \
COPYING-xf86vidmodeproto \
COPYING-xineramaproto \
+ COPYING-xwaylandproto \
README.md \
autogen.sh \
include/GL/internal/meson.build \
diff -r d4c9e5a8421b -r 8b51f6553b25 external/mit/xorgproto/dist/Makefile.in
--- a/external/mit/xorgproto/dist/Makefile.in Sat Jul 30 17:03:10 2022 +0000
+++ b/external/mit/xorgproto/dist/Makefile.in Thu Aug 11 23:09:58 2022 +0000
@@ -113,7 +113,8 @@
$(xf86dri_HEADERS) $(am__xf86misc_HEADERS_DIST) \
$(am__xf86rush_HEADERS_DIST) $(xf86vidmode_HEADERS) \
$(xinerama_HEADERS) $(xproto_HEADERS) \
- $(am__xproxymng_HEADERS_DIST) $(am__DIST_COMMON)
+ $(am__xproxymng_HEADERS_DIST) $(xwaylandproto_HEADERS) \
+ $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
@@ -127,7 +128,7 @@
xcalibrateproto.pc xcmiscproto.pc xextproto.pc \
xf86bigfontproto.pc xf86dgaproto.pc xf86driproto.pc \
xf86miscproto.pc xf86rushproto.pc xf86vidmodeproto.pc \
- xineramaproto.pc xproto.pc xproxymngproto.pc
+ xineramaproto.pc xproto.pc xproxymngproto.pc xwaylandproto.pc
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -221,6 +222,7 @@
"$(DESTDIR)$(xf86rushprotopkgconfigdir)" \
"$(DESTDIR)$(xf86vidmodeprotopkgconfigdir)" \
"$(DESTDIR)$(xineramaprotopkgconfigdir)" \
+ "$(DESTDIR)$(xwaylandprotopkgconfigdir)" \
"$(DESTDIR)$(XCalibrateincludedir)" "$(DESTDIR)$(applewmdir)" \
"$(DESTDIR)$(bigreqsdir)" "$(DESTDIR)$(compatdir)" \
"$(DESTDIR)$(compositedir)" "$(DESTDIR)$(damagedir)" \
@@ -240,7 +242,8 @@
"$(DESTDIR)$(xf86dgadir)" "$(DESTDIR)$(xf86dridir)" \
"$(DESTDIR)$(xf86miscdir)" "$(DESTDIR)$(xf86rushdir)" \
"$(DESTDIR)$(xf86vidmodedir)" "$(DESTDIR)$(xineramadir)" \
- "$(DESTDIR)$(xprotodir)" "$(DESTDIR)$(xproxymngdir)"
+ "$(DESTDIR)$(xprotodir)" "$(DESTDIR)$(xproxymngdir)" \
+ "$(DESTDIR)$(xwaylandprotodir)"
DATA = $(applewmprotopkgconfig_DATA) $(bigreqsprotopkgconfig_DATA) \
$(calibrateprotopkgconfig_DATA) \
$(compositeprotopkgconfig_DATA) $(damageprotopkgconfig_DATA) \
@@ -262,7 +265,7 @@
$(xf86dgaprotopkgconfig_DATA) $(xf86driprotopkgconfig_DATA) \
$(xf86miscprotopkgconfig_DATA) $(xf86rushprotopkgconfig_DATA) \
$(xf86vidmodeprotopkgconfig_DATA) \
- $(xineramaprotopkgconfig_DATA)
+ $(xineramaprotopkgconfig_DATA) $(xwaylandprotopkgconfig_DATA)
am__XCalibrateinclude_HEADERS_DIST = \
include/X11/extensions/xcalibrateproto.h \
include/X11/extensions/xcalibratewire.h
@@ -312,7 +315,8 @@
$(xcmisc_HEADERS) $(xext_HEADERS) $(xf86bigfont_HEADERS) \
$(xf86dga_HEADERS) $(xf86dri_HEADERS) $(xf86misc_HEADERS) \
$(xf86rush_HEADERS) $(xf86vidmode_HEADERS) $(xinerama_HEADERS) \
- $(xproto_HEADERS) $(xproxymng_HEADERS)
+ $(xproto_HEADERS) $(xproxymng_HEADERS) \
+ $(xwaylandproto_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
@@ -532,7 +536,7 @@
$(srcdir)/xf86driproto.pc.in $(srcdir)/xf86miscproto.pc.in \
$(srcdir)/xf86rushproto.pc.in $(srcdir)/xf86vidmodeproto.pc.in \
$(srcdir)/xineramaproto.pc.in $(srcdir)/xproto.pc.in \
- $(srcdir)/xproxymngproto.pc.in \
+ $(srcdir)/xproxymngproto.pc.in $(srcdir)/xwaylandproto.pc.in \
$(top_srcdir)/include/X11/Xpoll.h.in AUTHORS INSTALL README.md \
compile config.guess config.sub install-sh missing test-driver
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -570,9 +574,9 @@
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
# Exists only to be overridden by the user if desired.
AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
@@ -995,6 +999,12 @@
xineramaprotopkgconfigdir = $(datadir)/pkgconfig
xineramaprotopkgconfig_DATA = xineramaproto.pc
+xwaylandprotodir = $(includedir)/X11/extensions
+xwaylandproto_HEADERS = \
+ include/X11/extensions/xwaylandproto.h
+
+xwaylandprotopkgconfigdir = $(datadir)/pkgconfig
+xwaylandprotopkgconfig_DATA = xwaylandproto.pc
@LEGACY_TRUE@XCalibrateincludedir = $(includedir)/X11/extensions
@LEGACY_TRUE@XCalibrateinclude_HEADERS = \
@LEGACY_TRUE@ include/X11/extensions/xcalibrateproto.h \
@@ -1085,7 +1095,8 @@
randrproto.txt \
renderproto.txt \
resproto.txt \
- xv-protocol-v2.txt
+ xv-protocol-v2.txt \
+ xwaylandproto.txt
EXTRA_DIST = \
COPYING-applewmproto \
@@ -1124,6 +1135,7 @@
COPYING-xf86rushproto \
COPYING-xf86vidmodeproto \
COPYING-xineramaproto \
+ COPYING-xwaylandproto \
README.md \
autogen.sh \
include/GL/internal/meson.build \
@@ -1262,6 +1274,8 @@
cd $(top_builddir) && $(SHELL) ./config.status $@
xproxymngproto.pc: $(top_builddir)/config.status $(srcdir)/xproxymngproto.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $@
+xwaylandproto.pc: $(top_builddir)/config.status $(srcdir)/xwaylandproto.pc.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
install-applewmprotopkgconfigDATA: $(applewmprotopkgconfig_DATA)
@$(NORMAL_INSTALL)
@list='$(applewmprotopkgconfig_DATA)'; test -n "$(applewmprotopkgconfigdir)" || list=; \
@@ -2102,6 +2116,27 @@
@list='$(xineramaprotopkgconfig_DATA)'; test -n "$(xineramaprotopkgconfigdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(xineramaprotopkgconfigdir)'; $(am__uninstall_files_from_dir)
+install-xwaylandprotopkgconfigDATA: $(xwaylandprotopkgconfig_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(xwaylandprotopkgconfig_DATA)'; test -n "$(xwaylandprotopkgconfigdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(xwaylandprotopkgconfigdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(xwaylandprotopkgconfigdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xwaylandprotopkgconfigdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(xwaylandprotopkgconfigdir)" || exit $$?; \
+ done
+
+uninstall-xwaylandprotopkgconfigDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(xwaylandprotopkgconfig_DATA)'; test -n "$(xwaylandprotopkgconfigdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(xwaylandprotopkgconfigdir)'; $(am__uninstall_files_from_dir)
install-XCalibrateincludeHEADERS: $(XCalibrateinclude_HEADERS)
@$(NORMAL_INSTALL)
@list='$(XCalibrateinclude_HEADERS)'; test -n "$(XCalibrateincludedir)" || list=; \
@@ -2942,6 +2977,27 @@
@list='$(xproxymng_HEADERS)'; test -n "$(xproxymngdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(xproxymngdir)'; $(am__uninstall_files_from_dir)
+install-xwaylandprotoHEADERS: $(xwaylandproto_HEADERS)
+ @$(NORMAL_INSTALL)
+ @list='$(xwaylandproto_HEADERS)'; test -n "$(xwaylandprotodir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(xwaylandprotodir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(xwaylandprotodir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xwaylandprotodir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(xwaylandprotodir)" || exit $$?; \
+ done
+
+uninstall-xwaylandprotoHEADERS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(xwaylandproto_HEADERS)'; test -n "$(xwaylandprotodir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(xwaylandprotodir)'; $(am__uninstall_files_from_dir)
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
@@ -3274,6 +3330,7 @@
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
$(am__post_remove_distdir)
+
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
$(am__post_remove_distdir)
@@ -3281,7 +3338,6 @@
dist-lzip: distdir
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
$(am__post_remove_distdir)
-
dist-xz: distdir
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__post_remove_distdir)
@@ -3406,7 +3462,7 @@
all-am: Makefile $(DATA) $(HEADERS)
installdirs: installdirs-recursive
installdirs-am:
- for dir in "$(DESTDIR)$(applewmprotopkgconfigdir)" "$(DESTDIR)$(bigreqsprotopkgconfigdir)" "$(DESTDIR)$(calibrateprotopkgconfigdir)" "$(DESTDIR)$(compositeprotopkgconfigdir)"
"$(DESTDIR)$(damageprotopkgconfigdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(dmxprotopkgconfigdir)" "$(DESTDIR)$(dpmsprotopkgconfigdir)" "$(DESTDIR)$(dri2protopkgconfigdir)"
"$(DESTDIR)$(dri3protopkgconfigdir)" "$(DESTDIR)$(evieprotopkgconfigdir)" "$(DESTDIR)$(fixesprotopkgconfigdir)" "$(DESTDIR)$(fontcacheprotopkgconfigdir)" "$(DESTDIR)$(fontsprotopkgconfigdir)"
"$(DESTDIR)$(glprotopkgconfigdir)" "$(DESTDIR)$(inputprotopkgconfigdir)" "$(DESTDIR)$(kbprotopkgconfigdir)" "$(DESTDIR)$(lg3dprotopkgconfigdir)" "$(DESTDIR)$(miscmandir)"
"$(DESTDIR)$(pmprotopkgconfigdir)" "$(DESTDIR)$(presentprotopkgconfigdir)" "$(DESTDIR)$(printprotopkgconfigdir)" "$(DESTDIR)$(randrprotopkgconfigdir)" "$(DESTDIR)$(recordprotopkgconfigdir)"
"$(DESTDIR)$(renderprotopkgconfigdir)" "$(DESTDIR)$(resourceprotopkgconfigdir)" "$(DESTDIR)$(scrnsaverprotopkgconfigdir)" "$(DESTDIR)$(trapprotopkgconfigdir)" "$(DESTDIR)$(videoprotopkgconfigdir)"
"$(DESTDIR)$(windowswmprotopkgconfigdir)" "$(DESTDIR)$(x11protopkgconfigdir)" "$(DESTDIR)$(xcmiscprotopkgconfigdir)" "$(DESTDIR)$(xextprotopkgconfigdir)" "$(DESTDIR)$(xf86bigfontprotopkgconfigdir)"
"$(DESTDIR)$(xf86dgaprotopkgconfigdir)" "$(DESTDIR)$(xf86driprotopkgconfigdir)" "$(DESTDIR)$(xf86miscprotopkgconfigdir)" "$(DESTDIR)$(xf86rushprotopkgconfigdir)"
"$(DESTDIR)$(xf86vidmodeprotopkgconfigdir)" "$(DESTDIR)$(xineramaprotopkgconfigdir)" "$(DESTDIR)$(XCalibrateincludedir)" "$(DESTDIR)$(applewmdir)" "$(DESTDIR)$(bigreqsdir)" "$(DESTDIR)$(compatdir)"
"$(DESTDIR)$(compositedir)" "$(DESTDIR)$(damagedir)" "$(DESTDIR)$(dmxdir)" "$(DESTDIR)$(dri2dir)" "$(DESTDIR)$(dri3dir)" "$(DESTDIR)$(eviedir)" "$(DESTDIR)$(fixesdir)" "$(DESTDIR)$(fontcachedir)"
"$(DESTDIR)$(fontsdir)" "$(DESTDIR)$(gldir)" "$(DESTDIR)$(glinternaldir)" "$(DESTDIR)$(inputdir)" "$(DESTDIR)$(kbdir)" "$(DESTDIR)$(lg3ddir)" "$(DESTDIR)$(xprotodir)" "$(DESTDIR)$(presentdir)"
"$(DESTDIR)$(printdir)" "$(DESTDIR)$(randrdir)" "$(DESTDIR)$(recorddir)" "$(DESTDIR)$(renderdir)" "$(DESTDIR)$(resourcedir)" "$(DESTDIR)$(scrnsaverdir)" "$(DESTDIR)$(trapdir)" "$(DESTDIR)$(videodir)"
"$(DESTDIR)$(windowswmdir)" "$(DESTDIR)$(xcmiscdir)" "$(DESTDIR)$(xextdir)" "$(DESTDIR)$(xf86bigfontdir)" "$(DESTDIR)$(xf86dgadir)" "$(DESTDIR)$(xf86dridir)" "$(DESTDIR)$(xf86miscdir)"
"$(DESTDIR)$(xf86rushdir)" "$(DESTDIR)$(xf86vidmodedir)" "$(DESTDIR)$(xineramadir)" "$(DESTDIR)$(xprotodir)" "$(DESTDIR)$(xproxymngdir)"; do \
+ for dir in "$(DESTDIR)$(applewmprotopkgconfigdir)" "$(DESTDIR)$(bigreqsprotopkgconfigdir)" "$(DESTDIR)$(calibrateprotopkgconfigdir)" "$(DESTDIR)$(compositeprotopkgconfigdir)"
"$(DESTDIR)$(damageprotopkgconfigdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(dmxprotopkgconfigdir)" "$(DESTDIR)$(dpmsprotopkgconfigdir)" "$(DESTDIR)$(dri2protopkgconfigdir)"
"$(DESTDIR)$(dri3protopkgconfigdir)" "$(DESTDIR)$(evieprotopkgconfigdir)" "$(DESTDIR)$(fixesprotopkgconfigdir)" "$(DESTDIR)$(fontcacheprotopkgconfigdir)" "$(DESTDIR)$(fontsprotopkgconfigdir)"
"$(DESTDIR)$(glprotopkgconfigdir)" "$(DESTDIR)$(inputprotopkgconfigdir)" "$(DESTDIR)$(kbprotopkgconfigdir)" "$(DESTDIR)$(lg3dprotopkgconfigdir)" "$(DESTDIR)$(miscmandir)"
"$(DESTDIR)$(pmprotopkgconfigdir)" "$(DESTDIR)$(presentprotopkgconfigdir)" "$(DESTDIR)$(printprotopkgconfigdir)" "$(DESTDIR)$(randrprotopkgconfigdir)" "$(DESTDIR)$(recordprotopkgconfigdir)"
"$(DESTDIR)$(renderprotopkgconfigdir)" "$(DESTDIR)$(resourceprotopkgconfigdir)" "$(DESTDIR)$(scrnsaverprotopkgconfigdir)" "$(DESTDIR)$(trapprotopkgconfigdir)" "$(DESTDIR)$(videoprotopkgconfigdir)"
"$(DESTDIR)$(windowswmprotopkgconfigdir)" "$(DESTDIR)$(x11protopkgconfigdir)" "$(DESTDIR)$(xcmiscprotopkgconfigdir)" "$(DESTDIR)$(xextprotopkgconfigdir)" "$(DESTDIR)$(xf86bigfontprotopkgconfigdir)"
"$(DESTDIR)$(xf86dgaprotopkgconfigdir)" "$(DESTDIR)$(xf86driprotopkgconfigdir)" "$(DESTDIR)$(xf86miscprotopkgconfigdir)" "$(DESTDIR)$(xf86rushprotopkgconfigdir)"
"$(DESTDIR)$(xf86vidmodeprotopkgconfigdir)" "$(DESTDIR)$(xineramaprotopkgconfigdir)" "$(DESTDIR)$(xwaylandprotopkgconfigdir)" "$(DESTDIR)$(XCalibrateincludedir)" "$(DESTDIR)$(applewmdir)"
"$(DESTDIR)$(bigreqsdir)" "$(DESTDIR)$(compatdir)" "$(DESTDIR)$(compositedir)" "$(DESTDIR)$(damagedir)" "$(DESTDIR)$(dmxdir)" "$(DESTDIR)$(dri2dir)" "$(DESTDIR)$(dri3dir)" "$(DESTDIR)$(eviedir)"
"$(DESTDIR)$(fixesdir)" "$(DESTDIR)$(fontcachedir)" "$(DESTDIR)$(fontsdir)" "$(DESTDIR)$(gldir)" "$(DESTDIR)$(glinternaldir)" "$(DESTDIR)$(inputdir)" "$(DESTDIR)$(kbdir)" "$(DESTDIR)$(lg3ddir)"
"$(DESTDIR)$(xprotodir)" "$(DESTDIR)$(presentdir)" "$(DESTDIR)$(printdir)" "$(DESTDIR)$(randrdir)" "$(DESTDIR)$(recorddir)" "$(DESTDIR)$(renderdir)" "$(DESTDIR)$(resourcedir)"
"$(DESTDIR)$(scrnsaverdir)" "$(DESTDIR)$(trapdir)" "$(DESTDIR)$(videodir)" "$(DESTDIR)$(windowswmdir)" "$(DESTDIR)$(xcmiscdir)" "$(DESTDIR)$(xextdir)" "$(DESTDIR)$(xf86bigfontdir)"
"$(DESTDIR)$(xf86dgadir)" "$(DESTDIR)$(xf86dridir)" "$(DESTDIR)$(xf86miscdir)" "$(DESTDIR)$(xf86rushdir)" "$(DESTDIR)$(xf86vidmodedir)" "$(DESTDIR)$(xineramadir)" "$(DESTDIR)$(xprotodir)"
"$(DESTDIR)$(xproxymngdir)" "$(DESTDIR)$(xwaylandprotodir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
@@ -3504,7 +3560,8 @@
install-xf86rushprotopkgconfigDATA install-xf86vidmodeHEADERS \
install-xf86vidmodeprotopkgconfigDATA install-xineramaHEADERS \
install-xineramaprotopkgconfigDATA install-xprotoHEADERS \
- install-xproxymngHEADERS
+ install-xproxymngHEADERS install-xwaylandprotoHEADERS \
+ install-xwaylandprotopkgconfigDATA
install-dvi: install-dvi-recursive
@@ -3593,7 +3650,9 @@
uninstall-xf86vidmodeHEADERS \
uninstall-xf86vidmodeprotopkgconfigDATA \
uninstall-xineramaHEADERS uninstall-xineramaprotopkgconfigDATA \
- uninstall-xprotoHEADERS uninstall-xproxymngHEADERS
+ uninstall-xprotoHEADERS uninstall-xproxymngHEADERS \
+ uninstall-xwaylandprotoHEADERS \
+ uninstall-xwaylandprotopkgconfigDATA
.MAKE: $(am__recursive_targets) check-am install-am install-strip
@@ -3648,8 +3707,9 @@
install-xf86rushprotopkgconfigDATA install-xf86vidmodeHEADERS \
install-xf86vidmodeprotopkgconfigDATA install-xineramaHEADERS \
install-xineramaprotopkgconfigDATA install-xprotoHEADERS \
- install-xproxymngHEADERS installcheck installcheck-am \
- installdirs installdirs-am maintainer-clean \
+ install-xproxymngHEADERS install-xwaylandprotoHEADERS \
+ install-xwaylandprotopkgconfigDATA installcheck \
+ installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am recheck tags tags-am uninstall \
uninstall-XCalibrateincludeHEADERS uninstall-am \
@@ -3695,7 +3755,9 @@
uninstall-xf86vidmodeHEADERS \
uninstall-xf86vidmodeprotopkgconfigDATA \
uninstall-xineramaHEADERS uninstall-xineramaprotopkgconfigDATA \
- uninstall-xprotoHEADERS uninstall-xproxymngHEADERS
+ uninstall-xprotoHEADERS uninstall-xproxymngHEADERS \
+ uninstall-xwaylandprotoHEADERS \
+ uninstall-xwaylandprotopkgconfigDATA
Home |
Main Index |
Thread Index |
Old Index