Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5362 serge 1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
 
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
# Copyright (C) 2012 Intel Corporation. All Rights Reserved.
18
#
19
# Permission is hereby granted, free of charge, to any person obtaining a
20
# copy of this software and associated documentation files (the
21
# "Software"), to deal in the Software without restriction, including
22
# without limitation the rights to use, copy, modify, merge, publish,
23
# distribute, sub license, and/or sell copies of the Software, and to
24
# permit persons to whom the Software is furnished to do so, subject to
25
# the following conditions:
26
#
27
# The above copyright notice and this permission notice (including the
28
# next paragraph) shall be included in all copies or substantial portions
29
# of the Software.
30
#
31
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
32
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
33
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
34
# IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
35
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
36
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
37
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38
VPATH = @srcdir@
39
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
40
am__make_running_with_option = \
41
  case $${target_option-} in \
42
      ?) ;; \
43
      *) echo "am__make_running_with_option: internal error: invalid" \
44
              "target option '$${target_option-}' specified" >&2; \
45
         exit 1;; \
46
  esac; \
47
  has_opt=no; \
48
  sane_makeflags=$$MAKEFLAGS; \
49
  if $(am__is_gnu_make); then \
50
    sane_makeflags=$$MFLAGS; \
51
  else \
52
    case $$MAKEFLAGS in \
53
      *\\[\ \	]*) \
54
        bs=\\; \
55
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
56
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
57
    esac; \
58
  fi; \
59
  skip_next=no; \
60
  strip_trailopt () \
61
  { \
62
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
63
  }; \
64
  for flg in $$sane_makeflags; do \
65
    test $$skip_next = yes && { skip_next=no; continue; }; \
66
    case $$flg in \
67
      *=*|--*) continue;; \
68
        -*I) strip_trailopt 'I'; skip_next=yes;; \
69
      -*I?*) strip_trailopt 'I';; \
70
        -*O) strip_trailopt 'O'; skip_next=yes;; \
71
      -*O?*) strip_trailopt 'O';; \
72
        -*l) strip_trailopt 'l'; skip_next=yes;; \
73
      -*l?*) strip_trailopt 'l';; \
74
      -[dEDm]) skip_next=yes;; \
75
      -[JT]) skip_next=yes;; \
76
    esac; \
77
    case $$flg in \
78
      *$$target_option*) has_opt=yes; break;; \
79
    esac; \
80
  done; \
81
  test $$has_opt = yes
82
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
84
pkgdatadir = $(datadir)/@PACKAGE@
85
pkgincludedir = $(includedir)/@PACKAGE@
86
pkglibdir = $(libdir)/@PACKAGE@
87
pkglibexecdir = $(libexecdir)/@PACKAGE@
88
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
89
install_sh_DATA = $(install_sh) -c -m 644
90
install_sh_PROGRAM = $(install_sh) -c
91
install_sh_SCRIPT = $(install_sh) -c
92
INSTALL_HEADER = $(INSTALL_DATA)
93
transform = $(program_transform_name)
94
NORMAL_INSTALL = :
95
PRE_INSTALL = :
96
POST_INSTALL = :
97
NORMAL_UNINSTALL = :
98
PRE_UNINSTALL = :
99
POST_UNINSTALL = :
100
build_triplet = @build@
101
host_triplet = @host@
102
subdir = va/wayland/protocol
103
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
104
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
106
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107
	$(ACLOCAL_M4)
108
mkinstalldirs = $(install_sh) -d
109
CONFIG_HEADER = $(top_builddir)/config.h
110
CONFIG_CLEAN_FILES =
111
CONFIG_CLEAN_VPATH_FILES =
112
AM_V_P = $(am__v_P_@AM_V@)
113
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114
am__v_P_0 = false
115
am__v_P_1 = :
116
AM_V_GEN = $(am__v_GEN_@AM_V@)
117
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118
am__v_GEN_0 = @echo "  GEN     " $@;
119
am__v_GEN_1 =
120
AM_V_at = $(am__v_at_@AM_V@)
121
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122
am__v_at_0 = @
123
am__v_at_1 =
124
SOURCES =
125
DIST_SOURCES =
126
am__can_run_installinfo = \
127
  case $$AM_UPDATE_INFO_DIR in \
128
    n|no|NO) false;; \
129
    *) (install-info --version) >/dev/null 2>&1;; \
130
  esac
131
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
132
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133
ACLOCAL = @ACLOCAL@
134
AMTAR = @AMTAR@
135
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136
AR = @AR@
137
AUTOCONF = @AUTOCONF@
138
AUTOHEADER = @AUTOHEADER@
139
AUTOMAKE = @AUTOMAKE@
140
AWK = @AWK@
141
CC = @CC@
142
CCDEPMODE = @CCDEPMODE@
143
CFLAGS = @CFLAGS@
144
CPP = @CPP@
145
CPPFLAGS = @CPPFLAGS@
146
CXX = @CXX@
147
CXXCPP = @CXXCPP@
148
CXXDEPMODE = @CXXDEPMODE@
149
CXXFLAGS = @CXXFLAGS@
150
CYGPATH_W = @CYGPATH_W@
151
DEFS = @DEFS@
152
DEPDIR = @DEPDIR@
153
DLLTOOL = @DLLTOOL@
154
DOXYGEN = @DOXYGEN@
155
DRM_CFLAGS = @DRM_CFLAGS@
156
DRM_LIBS = @DRM_LIBS@
157
DSYMUTIL = @DSYMUTIL@
158
DUMPBIN = @DUMPBIN@
159
ECHO_C = @ECHO_C@
160
ECHO_N = @ECHO_N@
161
ECHO_T = @ECHO_T@
162
EGL_CFLAGS = @EGL_CFLAGS@
163
EGL_LIBS = @EGL_LIBS@
164
EGREP = @EGREP@
165
EXEEXT = @EXEEXT@
166
FGREP = @FGREP@
167
GLX_CFLAGS = @GLX_CFLAGS@
168
GLX_LIBS = @GLX_LIBS@
169
GREP = @GREP@
170
INSTALL = @INSTALL@
171
INSTALL_DATA = @INSTALL_DATA@
172
INSTALL_PROGRAM = @INSTALL_PROGRAM@
173
INSTALL_SCRIPT = @INSTALL_SCRIPT@
174
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175
LD = @LD@
176
LDFLAGS = @LDFLAGS@
177
LIBDRM_VERSION = @LIBDRM_VERSION@
178
LIBOBJS = @LIBOBJS@
179
LIBS = @LIBS@
180
LIBTOOL = @LIBTOOL@
181
LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
182
LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
183
LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
184
LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
185
LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
186
LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
187
LIBVA_VERSION = @LIBVA_VERSION@
188
LIPO = @LIPO@
189
LN_S = @LN_S@
190
LTLIBOBJS = @LTLIBOBJS@
191
MAKEINFO = @MAKEINFO@
192
MANIFEST_TOOL = @MANIFEST_TOOL@
193
MKDIR_P = @MKDIR_P@
194
NM = @NM@
195
NMEDIT = @NMEDIT@
196
OBJDUMP = @OBJDUMP@
197
OBJEXT = @OBJEXT@
198
OTOOL = @OTOOL@
199
OTOOL64 = @OTOOL64@
200
PACKAGE = @PACKAGE@
201
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202
PACKAGE_NAME = @PACKAGE_NAME@
203
PACKAGE_STRING = @PACKAGE_STRING@
204
PACKAGE_TARNAME = @PACKAGE_TARNAME@
205
PACKAGE_URL = @PACKAGE_URL@
206
PACKAGE_VERSION = @PACKAGE_VERSION@
207
PATH_SEPARATOR = @PATH_SEPARATOR@
208
PKG_CONFIG = @PKG_CONFIG@
209
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
210
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
211
RANLIB = @RANLIB@
212
SED = @SED@
213
SET_MAKE = @SET_MAKE@
214
SHELL = @SHELL@
215
STRIP = @STRIP@
216
TODAY = @TODAY@
217
VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
218
VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
219
VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
220
VA_API_VERSION = @VA_API_VERSION@
221
VERSION = @VERSION@
222
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
223
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
224
WAYLAND_LIBS = @WAYLAND_LIBS@
225
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
226
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
227
X11_CFLAGS = @X11_CFLAGS@
228
X11_LIBS = @X11_LIBS@
229
XEXT_CFLAGS = @XEXT_CFLAGS@
230
XEXT_LIBS = @XEXT_LIBS@
231
XFIXES_CFLAGS = @XFIXES_CFLAGS@
232
XFIXES_LIBS = @XFIXES_LIBS@
233
abs_builddir = @abs_builddir@
234
abs_srcdir = @abs_srcdir@
235
abs_top_builddir = @abs_top_builddir@
236
abs_top_srcdir = @abs_top_srcdir@
237
ac_ct_AR = @ac_ct_AR@
238
ac_ct_CC = @ac_ct_CC@
239
ac_ct_CXX = @ac_ct_CXX@
240
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241
am__include = @am__include@
242
am__leading_dot = @am__leading_dot@
243
am__quote = @am__quote@
244
am__tar = @am__tar@
245
am__untar = @am__untar@
246
bindir = @bindir@
247
build = @build@
248
build_alias = @build_alias@
249
build_cpu = @build_cpu@
250
build_os = @build_os@
251
build_vendor = @build_vendor@
252
builddir = @builddir@
253
datadir = @datadir@
254
datarootdir = @datarootdir@
255
docdir = @docdir@
256
dvidir = @dvidir@
257
exec_prefix = @exec_prefix@
258
host = @host@
259
host_alias = @host_alias@
260
host_cpu = @host_cpu@
261
host_os = @host_os@
262
host_vendor = @host_vendor@
263
htmldir = @htmldir@
264
includedir = @includedir@
265
infodir = @infodir@
266
install_sh = @install_sh@
267
libdir = @libdir@
268
libexecdir = @libexecdir@
269
localedir = @localedir@
270
localstatedir = @localstatedir@
271
mandir = @mandir@
272
mkdir_p = @mkdir_p@
273
oldincludedir = @oldincludedir@
274
pdfdir = @pdfdir@
275
pkgconfigdir = @pkgconfigdir@
276
prefix = @prefix@
277
program_transform_name = @program_transform_name@
278
psdir = @psdir@
279
sbindir = @sbindir@
280
sharedstatedir = @sharedstatedir@
281
srcdir = @srcdir@
282
sysconfdir = @sysconfdir@
283
target_alias = @target_alias@
284
top_build_prefix = @top_build_prefix@
285
top_builddir = @top_builddir@
286
top_srcdir = @top_srcdir@
287
wayland_protocoldir = @wayland_protocoldir@
288
wayland_scanner = @wayland_scanner@
289
EXTRA_DIST = \
290
	wayland-drm.xml		\
291
	$(NULL)
292
 
293
 
294
# Extra clean files so that maintainer-clean removes *everything*
295
MAINTAINERCLEANFILES = Makefile.in
296
all: all-am
297
 
298
.SUFFIXES:
299
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300
	@for dep in $?; do \
301
	  case '$(am__configure_deps)' in \
302
	    *$$dep*) \
303
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304
	        && { if test -f $@; then exit 0; else break; fi; }; \
305
	      exit 1;; \
306
	  esac; \
307
	done; \
308
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu va/wayland/protocol/Makefile'; \
309
	$(am__cd) $(top_srcdir) && \
310
	  $(AUTOMAKE) --gnu va/wayland/protocol/Makefile
311
.PRECIOUS: Makefile
312
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313
	@case '$?' in \
314
	  *config.status*) \
315
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316
	  *) \
317
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319
	esac;
320
 
321
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
 
324
$(top_srcdir)/configure:  $(am__configure_deps)
325
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
327
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
$(am__aclocal_m4_deps):
329
 
330
mostlyclean-libtool:
331
	-rm -f *.lo
332
 
333
clean-libtool:
334
	-rm -rf .libs _libs
335
tags TAGS:
336
 
337
ctags CTAGS:
338
 
339
cscope cscopelist:
340
 
341
 
342
distdir: $(DISTFILES)
343
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
345
	list='$(DISTFILES)'; \
346
	  dist_files=`for file in $$list; do echo $$file; done | \
347
	  sed -e "s|^$$srcdirstrip/||;t" \
348
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
349
	case $$dist_files in \
350
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
351
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
352
			   sort -u` ;; \
353
	esac; \
354
	for file in $$dist_files; do \
355
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356
	  if test -d $$d/$$file; then \
357
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
358
	    if test -d "$(distdir)/$$file"; then \
359
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
360
	    fi; \
361
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
363
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
364
	    fi; \
365
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
366
	  else \
367
	    test -f "$(distdir)/$$file" \
368
	    || cp -p $$d/$$file "$(distdir)/$$file" \
369
	    || exit 1; \
370
	  fi; \
371
	done
372
check-am: all-am
373
check: check-am
374
all-am: Makefile
375
installdirs:
376
install: install-am
377
install-exec: install-exec-am
378
install-data: install-data-am
379
uninstall: uninstall-am
380
 
381
install-am: all-am
382
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383
 
384
installcheck: installcheck-am
385
install-strip:
386
	if test -z '$(STRIP)'; then \
387
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
388
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
389
	      install; \
390
	else \
391
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
394
	fi
395
mostlyclean-generic:
396
 
397
clean-generic:
398
 
399
distclean-generic:
400
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
401
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
402
 
403
maintainer-clean-generic:
404
	@echo "This command is intended for maintainers to use"
405
	@echo "it deletes files that may require special tools to rebuild."
406
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
407
clean: clean-am
408
 
409
clean-am: clean-generic clean-libtool mostlyclean-am
410
 
411
distclean: distclean-am
412
	-rm -f Makefile
413
distclean-am: clean-am distclean-generic
414
 
415
dvi: dvi-am
416
 
417
dvi-am:
418
 
419
html: html-am
420
 
421
html-am:
422
 
423
info: info-am
424
 
425
info-am:
426
 
427
install-data-am:
428
 
429
install-dvi: install-dvi-am
430
 
431
install-dvi-am:
432
 
433
install-exec-am:
434
 
435
install-html: install-html-am
436
 
437
install-html-am:
438
 
439
install-info: install-info-am
440
 
441
install-info-am:
442
 
443
install-man:
444
 
445
install-pdf: install-pdf-am
446
 
447
install-pdf-am:
448
 
449
install-ps: install-ps-am
450
 
451
install-ps-am:
452
 
453
installcheck-am:
454
 
455
maintainer-clean: maintainer-clean-am
456
	-rm -f Makefile
457
maintainer-clean-am: distclean-am maintainer-clean-generic
458
 
459
mostlyclean: mostlyclean-am
460
 
461
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
462
 
463
pdf: pdf-am
464
 
465
pdf-am:
466
 
467
ps: ps-am
468
 
469
ps-am:
470
 
471
uninstall-am:
472
 
473
.MAKE: install-am install-strip
474
 
475
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
476
	cscopelist-am ctags-am distclean distclean-generic \
477
	distclean-libtool distdir dvi dvi-am html html-am info info-am \
478
	install install-am install-data install-data-am install-dvi \
479
	install-dvi-am install-exec install-exec-am install-html \
480
	install-html-am install-info install-info-am install-man \
481
	install-pdf install-pdf-am install-ps install-ps-am \
482
	install-strip installcheck installcheck-am installdirs \
483
	maintainer-clean maintainer-clean-generic mostlyclean \
484
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
485
	tags-am uninstall uninstall-am
486
 
487
 
488
# Tell versions [3.59,3.63) of GNU make to not export all variables.
489
# Otherwise a system limit (for SysV at least) may be exceeded.
490
.NOEXPORT: