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
 
39
 
40
VPATH = @srcdir@
41
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
42
am__make_running_with_option = \
43
  case $${target_option-} in \
44
      ?) ;; \
45
      *) echo "am__make_running_with_option: internal error: invalid" \
46
              "target option '$${target_option-}' specified" >&2; \
47
         exit 1;; \
48
  esac; \
49
  has_opt=no; \
50
  sane_makeflags=$$MAKEFLAGS; \
51
  if $(am__is_gnu_make); then \
52
    sane_makeflags=$$MFLAGS; \
53
  else \
54
    case $$MAKEFLAGS in \
55
      *\\[\ \	]*) \
56
        bs=\\; \
57
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
59
    esac; \
60
  fi; \
61
  skip_next=no; \
62
  strip_trailopt () \
63
  { \
64
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65
  }; \
66
  for flg in $$sane_makeflags; do \
67
    test $$skip_next = yes && { skip_next=no; continue; }; \
68
    case $$flg in \
69
      *=*|--*) continue;; \
70
        -*I) strip_trailopt 'I'; skip_next=yes;; \
71
      -*I?*) strip_trailopt 'I';; \
72
        -*O) strip_trailopt 'O'; skip_next=yes;; \
73
      -*O?*) strip_trailopt 'O';; \
74
        -*l) strip_trailopt 'l'; skip_next=yes;; \
75
      -*l?*) strip_trailopt 'l';; \
76
      -[dEDm]) skip_next=yes;; \
77
      -[JT]) skip_next=yes;; \
78
    esac; \
79
    case $$flg in \
80
      *$$target_option*) has_opt=yes; break;; \
81
    esac; \
82
  done; \
83
  test $$has_opt = yes
84
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86
pkgdatadir = $(datadir)/@PACKAGE@
87
pkgincludedir = $(includedir)/@PACKAGE@
88
pkglibdir = $(libdir)/@PACKAGE@
89
pkglibexecdir = $(libexecdir)/@PACKAGE@
90
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91
install_sh_DATA = $(install_sh) -c -m 644
92
install_sh_PROGRAM = $(install_sh) -c
93
install_sh_SCRIPT = $(install_sh) -c
94
INSTALL_HEADER = $(INSTALL_DATA)
95
transform = $(program_transform_name)
96
NORMAL_INSTALL = :
97
PRE_INSTALL = :
98
POST_INSTALL = :
99
NORMAL_UNINSTALL = :
100
PRE_UNINSTALL = :
101
POST_UNINSTALL = :
102
build_triplet = @build@
103
host_triplet = @host@
104
subdir = va/wayland
105
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106
	$(top_srcdir)/depcomp $(libva_waylandinclude_HEADERS) \
107
	$(noinst_HEADERS)
108
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
110
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111
	$(ACLOCAL_M4)
112
mkinstalldirs = $(install_sh) -d
113
CONFIG_HEADER = $(top_builddir)/config.h
114
CONFIG_CLEAN_FILES =
115
CONFIG_CLEAN_VPATH_FILES =
116
LTLIBRARIES = $(noinst_LTLIBRARIES)
117
libva_wayland_la_LIBADD =
118
am__objects_1 = va_wayland.lo va_wayland_drm.lo va_wayland_emgd.lo \
119
	va_drm_utils.lo
120
am__objects_2 =
121
am_libva_wayland_la_OBJECTS = $(am__objects_1) $(am__objects_2)
122
libva_wayland_la_OBJECTS = $(am_libva_wayland_la_OBJECTS)
123
AM_V_lt = $(am__v_lt_@AM_V@)
124
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
125
am__v_lt_0 = --silent
126
am__v_lt_1 =
127
AM_V_P = $(am__v_P_@AM_V@)
128
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129
am__v_P_0 = false
130
am__v_P_1 = :
131
AM_V_GEN = $(am__v_GEN_@AM_V@)
132
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133
am__v_GEN_0 = @echo "  GEN     " $@;
134
am__v_GEN_1 =
135
AM_V_at = $(am__v_at_@AM_V@)
136
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137
am__v_at_0 = @
138
am__v_at_1 =
139
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
140
depcomp = $(SHELL) $(top_srcdir)/depcomp
141
am__depfiles_maybe = depfiles
142
am__mv = mv -f
143
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
144
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
147
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
148
	$(AM_CFLAGS) $(CFLAGS)
149
AM_V_CC = $(am__v_CC_@AM_V@)
150
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151
am__v_CC_0 = @echo "  CC      " $@;
152
am__v_CC_1 =
153
CCLD = $(CC)
154
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
156
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
157
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
158
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
159
am__v_CCLD_0 = @echo "  CCLD    " $@;
160
am__v_CCLD_1 =
161
SOURCES = $(libva_wayland_la_SOURCES)
162
DIST_SOURCES = $(libva_wayland_la_SOURCES)
163
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
164
	ctags-recursive dvi-recursive html-recursive info-recursive \
165
	install-data-recursive install-dvi-recursive \
166
	install-exec-recursive install-html-recursive \
167
	install-info-recursive install-pdf-recursive \
168
	install-ps-recursive install-recursive installcheck-recursive \
169
	installdirs-recursive pdf-recursive ps-recursive \
170
	tags-recursive uninstall-recursive
171
am__can_run_installinfo = \
172
  case $$AM_UPDATE_INFO_DIR in \
173
    n|no|NO) false;; \
174
    *) (install-info --version) >/dev/null 2>&1;; \
175
  esac
176
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
177
am__vpath_adj = case $$p in \
178
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
179
    *) f=$$p;; \
180
  esac;
181
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
182
am__install_max = 40
183
am__nobase_strip_setup = \
184
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
185
am__nobase_strip = \
186
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
187
am__nobase_list = $(am__nobase_strip_setup); \
188
  for p in $$list; do echo "$$p $$p"; done | \
189
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
190
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
191
    if (++n[$$2] == $(am__install_max)) \
192
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
193
    END { for (dir in files) print dir, files[dir] }'
194
am__base_list = \
195
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
196
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
197
am__uninstall_files_from_dir = { \
198
  test -z "$$files" \
199
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
200
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
201
         $(am__cd) "$$dir" && rm -f $$files; }; \
202
  }
203
am__installdirs = "$(DESTDIR)$(libva_waylandincludedir)"
204
HEADERS = $(libva_waylandinclude_HEADERS) $(noinst_HEADERS)
205
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
206
  distclean-recursive maintainer-clean-recursive
207
am__recursive_targets = \
208
  $(RECURSIVE_TARGETS) \
209
  $(RECURSIVE_CLEAN_TARGETS) \
210
  $(am__extra_recursive_targets)
211
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
212
	distdir
213
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
214
# Read a list of newline-separated strings from the standard input,
215
# and print each of them once, without duplicates.  Input order is
216
# *not* preserved.
217
am__uniquify_input = $(AWK) '\
218
  BEGIN { nonempty = 0; } \
219
  { items[$$0] = 1; nonempty = 1; } \
220
  END { if (nonempty) { for (i in items) print i; }; } \
221
'
222
# Make sure the list of sources is unique.  This is necessary because,
223
# e.g., the same source file might be shared among _SOURCES variables
224
# for different programs/libraries.
225
am__define_uniq_tagged_files = \
226
  list='$(am__tagged_files)'; \
227
  unique=`for i in $$list; do \
228
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229
  done | $(am__uniquify_input)`
230
ETAGS = etags
231
CTAGS = ctags
232
DIST_SUBDIRS = $(SUBDIRS)
233
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
234
am__relativize = \
235
  dir0=`pwd`; \
236
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
237
  sed_rest='s,^[^/]*/*,,'; \
238
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
239
  sed_butlast='s,/*[^/]*$$,,'; \
240
  while test -n "$$dir1"; do \
241
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
242
    if test "$$first" != "."; then \
243
      if test "$$first" = ".."; then \
244
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
245
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
246
      else \
247
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
248
        if test "$$first2" = "$$first"; then \
249
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
250
        else \
251
          dir2="../$$dir2"; \
252
        fi; \
253
        dir0="$$dir0"/"$$first"; \
254
      fi; \
255
    fi; \
256
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
257
  done; \
258
  reldir="$$dir2"
259
ACLOCAL = @ACLOCAL@
260
AMTAR = @AMTAR@
261
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
262
AR = @AR@
263
AUTOCONF = @AUTOCONF@
264
AUTOHEADER = @AUTOHEADER@
265
AUTOMAKE = @AUTOMAKE@
266
AWK = @AWK@
267
CC = @CC@
268
CCDEPMODE = @CCDEPMODE@
269
CFLAGS = @CFLAGS@
270
CPP = @CPP@
271
CPPFLAGS = @CPPFLAGS@
272
CXX = @CXX@
273
CXXCPP = @CXXCPP@
274
CXXDEPMODE = @CXXDEPMODE@
275
CXXFLAGS = @CXXFLAGS@
276
CYGPATH_W = @CYGPATH_W@
277
DEFS = @DEFS@
278
DEPDIR = @DEPDIR@
279
DLLTOOL = @DLLTOOL@
280
DOXYGEN = @DOXYGEN@
281
DRM_CFLAGS = @DRM_CFLAGS@
282
DRM_LIBS = @DRM_LIBS@
283
DSYMUTIL = @DSYMUTIL@
284
DUMPBIN = @DUMPBIN@
285
ECHO_C = @ECHO_C@
286
ECHO_N = @ECHO_N@
287
ECHO_T = @ECHO_T@
288
EGL_CFLAGS = @EGL_CFLAGS@
289
EGL_LIBS = @EGL_LIBS@
290
EGREP = @EGREP@
291
EXEEXT = @EXEEXT@
292
FGREP = @FGREP@
293
GLX_CFLAGS = @GLX_CFLAGS@
294
GLX_LIBS = @GLX_LIBS@
295
GREP = @GREP@
296
INSTALL = @INSTALL@
297
INSTALL_DATA = @INSTALL_DATA@
298
INSTALL_PROGRAM = @INSTALL_PROGRAM@
299
INSTALL_SCRIPT = @INSTALL_SCRIPT@
300
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
301
LD = @LD@
302
LDFLAGS = @LDFLAGS@
303
LIBDRM_VERSION = @LIBDRM_VERSION@
304
LIBOBJS = @LIBOBJS@
305
LIBS = @LIBS@
306
LIBTOOL = @LIBTOOL@
307
LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
308
LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
309
LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
310
LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
311
LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
312
LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
313
LIBVA_VERSION = @LIBVA_VERSION@
314
LIPO = @LIPO@
315
LN_S = @LN_S@
316
LTLIBOBJS = @LTLIBOBJS@
317
MAKEINFO = @MAKEINFO@
318
MANIFEST_TOOL = @MANIFEST_TOOL@
319
MKDIR_P = @MKDIR_P@
320
NM = @NM@
321
NMEDIT = @NMEDIT@
322
OBJDUMP = @OBJDUMP@
323
OBJEXT = @OBJEXT@
324
OTOOL = @OTOOL@
325
OTOOL64 = @OTOOL64@
326
PACKAGE = @PACKAGE@
327
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
328
PACKAGE_NAME = @PACKAGE_NAME@
329
PACKAGE_STRING = @PACKAGE_STRING@
330
PACKAGE_TARNAME = @PACKAGE_TARNAME@
331
PACKAGE_URL = @PACKAGE_URL@
332
PACKAGE_VERSION = @PACKAGE_VERSION@
333
PATH_SEPARATOR = @PATH_SEPARATOR@
334
PKG_CONFIG = @PKG_CONFIG@
335
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
336
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
337
RANLIB = @RANLIB@
338
SED = @SED@
339
SET_MAKE = @SET_MAKE@
340
SHELL = @SHELL@
341
STRIP = @STRIP@
342
TODAY = @TODAY@
343
VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
344
VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
345
VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
346
VA_API_VERSION = @VA_API_VERSION@
347
VERSION = @VERSION@
348
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
349
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
350
WAYLAND_LIBS = @WAYLAND_LIBS@
351
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
352
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
353
X11_CFLAGS = @X11_CFLAGS@
354
X11_LIBS = @X11_LIBS@
355
XEXT_CFLAGS = @XEXT_CFLAGS@
356
XEXT_LIBS = @XEXT_LIBS@
357
XFIXES_CFLAGS = @XFIXES_CFLAGS@
358
XFIXES_LIBS = @XFIXES_LIBS@
359
abs_builddir = @abs_builddir@
360
abs_srcdir = @abs_srcdir@
361
abs_top_builddir = @abs_top_builddir@
362
abs_top_srcdir = @abs_top_srcdir@
363
ac_ct_AR = @ac_ct_AR@
364
ac_ct_CC = @ac_ct_CC@
365
ac_ct_CXX = @ac_ct_CXX@
366
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
367
am__include = @am__include@
368
am__leading_dot = @am__leading_dot@
369
am__quote = @am__quote@
370
am__tar = @am__tar@
371
am__untar = @am__untar@
372
bindir = @bindir@
373
build = @build@
374
build_alias = @build_alias@
375
build_cpu = @build_cpu@
376
build_os = @build_os@
377
build_vendor = @build_vendor@
378
builddir = @builddir@
379
datadir = @datadir@
380
datarootdir = @datarootdir@
381
docdir = @docdir@
382
dvidir = @dvidir@
383
exec_prefix = @exec_prefix@
384
host = @host@
385
host_alias = @host_alias@
386
host_cpu = @host_cpu@
387
host_os = @host_os@
388
host_vendor = @host_vendor@
389
htmldir = @htmldir@
390
includedir = @includedir@
391
infodir = @infodir@
392
install_sh = @install_sh@
393
libdir = @libdir@
394
libexecdir = @libexecdir@
395
localedir = @localedir@
396
localstatedir = @localstatedir@
397
mandir = @mandir@
398
mkdir_p = @mkdir_p@
399
oldincludedir = @oldincludedir@
400
pdfdir = @pdfdir@
401
pkgconfigdir = @pkgconfigdir@
402
prefix = @prefix@
403
program_transform_name = @program_transform_name@
404
psdir = @psdir@
405
sbindir = @sbindir@
406
sharedstatedir = @sharedstatedir@
407
srcdir = @srcdir@
408
sysconfdir = @sysconfdir@
409
target_alias = @target_alias@
410
top_build_prefix = @top_build_prefix@
411
top_builddir = @top_builddir@
412
top_srcdir = @top_srcdir@
413
wayland_protocoldir = @wayland_protocoldir@
414
wayland_scanner = @wayland_scanner@
415
SUBDIRS = protocol
416
AM_CPPFLAGS = \
417
	-DLINUX			\
418
	-I$(top_srcdir)		\
419
	-I$(top_srcdir)/va	\
420
	$(WAYLAND_CFLAGS)	\
421
	$(DRM_CFLAGS)		\
422
	$(NULL)
423
 
424
source_c = \
425
	va_wayland.c		\
426
	va_wayland_drm.c	\
427
	va_wayland_emgd.c	\
428
	$(top_srcdir)/va/drm/va_drm_utils.c \
429
	$(NULL)
430
 
431
source_h = \
432
	va_backend_wayland.h	\
433
	va_wayland.h		\
434
	$(NULL)
435
 
436
source_h_priv = \
437
	va_wayland_drm.h	\
438
	va_wayland_emgd.h	\
439
	va_wayland_private.h	\
440
	$(NULL)
441
 
442
protocol_source_h = \
443
	wayland-drm-client-protocol.h	\
444
	$(NULL)
445
 
446
noinst_LTLIBRARIES = libva_wayland.la
447
libva_waylandincludedir = ${includedir}/va
448
libva_waylandinclude_HEADERS = $(source_h)
449
libva_wayland_la_SOURCES = $(source_c) $(protocol_source_h)
450
noinst_HEADERS = $(source_h_priv)
451
 
452
# Extra clean files so that maintainer-clean removes *everything*
453
MAINTAINERCLEANFILES = Makefile.in
454
all: all-recursive
455
 
456
.SUFFIXES:
457
.SUFFIXES: .c .lo .o .obj
458
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
459
	@for dep in $?; do \
460
	  case '$(am__configure_deps)' in \
461
	    *$$dep*) \
462
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
463
	        && { if test -f $@; then exit 0; else break; fi; }; \
464
	      exit 1;; \
465
	  esac; \
466
	done; \
467
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu va/wayland/Makefile'; \
468
	$(am__cd) $(top_srcdir) && \
469
	  $(AUTOMAKE) --gnu va/wayland/Makefile
470
.PRECIOUS: Makefile
471
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
472
	@case '$?' in \
473
	  *config.status*) \
474
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
475
	  *) \
476
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
477
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
478
	esac;
479
 
480
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
481
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482
 
483
$(top_srcdir)/configure:  $(am__configure_deps)
484
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
486
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487
$(am__aclocal_m4_deps):
488
 
489
clean-noinstLTLIBRARIES:
490
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
491
	@list='$(noinst_LTLIBRARIES)'; \
492
	locs=`for p in $$list; do echo $$p; done | \
493
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
494
	      sort -u`; \
495
	test -z "$$locs" || { \
496
	  echo rm -f $${locs}; \
497
	  rm -f $${locs}; \
498
	}
499
 
500
libva_wayland.la: $(libva_wayland_la_OBJECTS) $(libva_wayland_la_DEPENDENCIES) $(EXTRA_libva_wayland_la_DEPENDENCIES)
501
	$(AM_V_CCLD)$(LINK)  $(libva_wayland_la_OBJECTS) $(libva_wayland_la_LIBADD) $(LIBS)
502
 
503
mostlyclean-compile:
504
	-rm -f *.$(OBJEXT)
505
 
506
distclean-compile:
507
	-rm -f *.tab.c
508
 
509
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_drm_utils.Plo@am__quote@
510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_wayland.Plo@am__quote@
511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_wayland_drm.Plo@am__quote@
512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_wayland_emgd.Plo@am__quote@
513
 
514
.c.o:
515
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
516
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
518
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
520
 
521
.c.obj:
522
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
523
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
527
 
528
.c.lo:
529
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
530
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
532
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
534
 
535
va_drm_utils.lo: $(top_srcdir)/va/drm/va_drm_utils.c
536
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT va_drm_utils.lo -MD -MP -MF $(DEPDIR)/va_drm_utils.Tpo -c -o va_drm_utils.lo `test -f '$(top_srcdir)/va/drm/va_drm_utils.c' || echo '$(srcdir)/'`$(top_srcdir)/va/drm/va_drm_utils.c
537
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/va_drm_utils.Tpo $(DEPDIR)/va_drm_utils.Plo
538
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/va/drm/va_drm_utils.c' object='va_drm_utils.lo' libtool=yes @AMDEPBACKSLASH@
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o va_drm_utils.lo `test -f '$(top_srcdir)/va/drm/va_drm_utils.c' || echo '$(srcdir)/'`$(top_srcdir)/va/drm/va_drm_utils.c
541
 
542
mostlyclean-libtool:
543
	-rm -f *.lo
544
 
545
clean-libtool:
546
	-rm -rf .libs _libs
547
install-libva_waylandincludeHEADERS: $(libva_waylandinclude_HEADERS)
548
	@$(NORMAL_INSTALL)
549
	@list='$(libva_waylandinclude_HEADERS)'; test -n "$(libva_waylandincludedir)" || list=; \
550
	if test -n "$$list"; then \
551
	  echo " $(MKDIR_P) '$(DESTDIR)$(libva_waylandincludedir)'"; \
552
	  $(MKDIR_P) "$(DESTDIR)$(libva_waylandincludedir)" || exit 1; \
553
	fi; \
554
	for p in $$list; do \
555
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
556
	  echo "$$d$$p"; \
557
	done | $(am__base_list) | \
558
	while read files; do \
559
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libva_waylandincludedir)'"; \
560
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libva_waylandincludedir)" || exit $$?; \
561
	done
562
 
563
uninstall-libva_waylandincludeHEADERS:
564
	@$(NORMAL_UNINSTALL)
565
	@list='$(libva_waylandinclude_HEADERS)'; test -n "$(libva_waylandincludedir)" || list=; \
566
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
567
	dir='$(DESTDIR)$(libva_waylandincludedir)'; $(am__uninstall_files_from_dir)
568
 
569
# This directory's subdirectories are mostly independent; you can cd
570
# into them and run 'make' without going through this Makefile.
571
# To change the values of 'make' variables: instead of editing Makefiles,
572
# (1) if the variable is set in 'config.status', edit 'config.status'
573
#     (which will cause the Makefiles to be regenerated when you run 'make');
574
# (2) otherwise, pass the desired values on the 'make' command line.
575
$(am__recursive_targets):
576
	@fail=; \
577
	if $(am__make_keepgoing); then \
578
	  failcom='fail=yes'; \
579
	else \
580
	  failcom='exit 1'; \
581
	fi; \
582
	dot_seen=no; \
583
	target=`echo $@ | sed s/-recursive//`; \
584
	case "$@" in \
585
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
586
	  *) list='$(SUBDIRS)' ;; \
587
	esac; \
588
	for subdir in $$list; do \
589
	  echo "Making $$target in $$subdir"; \
590
	  if test "$$subdir" = "."; then \
591
	    dot_seen=yes; \
592
	    local_target="$$target-am"; \
593
	  else \
594
	    local_target="$$target"; \
595
	  fi; \
596
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
597
	  || eval $$failcom; \
598
	done; \
599
	if test "$$dot_seen" = "no"; then \
600
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
601
	fi; test -z "$$fail"
602
 
603
ID: $(am__tagged_files)
604
	$(am__define_uniq_tagged_files); mkid -fID $$unique
605
tags: tags-recursive
606
TAGS: tags
607
 
608
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
609
	set x; \
610
	here=`pwd`; \
611
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
612
	  include_option=--etags-include; \
613
	  empty_fix=.; \
614
	else \
615
	  include_option=--include; \
616
	  empty_fix=; \
617
	fi; \
618
	list='$(SUBDIRS)'; for subdir in $$list; do \
619
	  if test "$$subdir" = .; then :; else \
620
	    test ! -f $$subdir/TAGS || \
621
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
622
	  fi; \
623
	done; \
624
	$(am__define_uniq_tagged_files); \
625
	shift; \
626
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
627
	  test -n "$$unique" || unique=$$empty_fix; \
628
	  if test $$# -gt 0; then \
629
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
630
	      "$$@" $$unique; \
631
	  else \
632
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
633
	      $$unique; \
634
	  fi; \
635
	fi
636
ctags: ctags-recursive
637
 
638
CTAGS: ctags
639
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
640
	$(am__define_uniq_tagged_files); \
641
	test -z "$(CTAGS_ARGS)$$unique" \
642
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
643
	     $$unique
644
 
645
GTAGS:
646
	here=`$(am__cd) $(top_builddir) && pwd` \
647
	  && $(am__cd) $(top_srcdir) \
648
	  && gtags -i $(GTAGS_ARGS) "$$here"
649
cscopelist: cscopelist-recursive
650
 
651
cscopelist-am: $(am__tagged_files)
652
	list='$(am__tagged_files)'; \
653
	case "$(srcdir)" in \
654
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
655
	  *) sdir=$(subdir)/$(srcdir) ;; \
656
	esac; \
657
	for i in $$list; do \
658
	  if test -f "$$i"; then \
659
	    echo "$(subdir)/$$i"; \
660
	  else \
661
	    echo "$$sdir/$$i"; \
662
	  fi; \
663
	done >> $(top_builddir)/cscope.files
664
 
665
distclean-tags:
666
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
667
 
668
distdir: $(DISTFILES)
669
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
670
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
671
	list='$(DISTFILES)'; \
672
	  dist_files=`for file in $$list; do echo $$file; done | \
673
	  sed -e "s|^$$srcdirstrip/||;t" \
674
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
675
	case $$dist_files in \
676
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
677
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
678
			   sort -u` ;; \
679
	esac; \
680
	for file in $$dist_files; do \
681
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
682
	  if test -d $$d/$$file; then \
683
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
684
	    if test -d "$(distdir)/$$file"; then \
685
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
686
	    fi; \
687
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
688
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
689
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690
	    fi; \
691
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
692
	  else \
693
	    test -f "$(distdir)/$$file" \
694
	    || cp -p $$d/$$file "$(distdir)/$$file" \
695
	    || exit 1; \
696
	  fi; \
697
	done
698
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
699
	  if test "$$subdir" = .; then :; else \
700
	    $(am__make_dryrun) \
701
	      || test -d "$(distdir)/$$subdir" \
702
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
703
	      || exit 1; \
704
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
705
	    $(am__relativize); \
706
	    new_distdir=$$reldir; \
707
	    dir1=$$subdir; dir2="$(top_distdir)"; \
708
	    $(am__relativize); \
709
	    new_top_distdir=$$reldir; \
710
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
711
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
712
	    ($(am__cd) $$subdir && \
713
	      $(MAKE) $(AM_MAKEFLAGS) \
714
	        top_distdir="$$new_top_distdir" \
715
	        distdir="$$new_distdir" \
716
		am__remove_distdir=: \
717
		am__skip_length_check=: \
718
		am__skip_mode_fix=: \
719
	        distdir) \
720
	      || exit 1; \
721
	  fi; \
722
	done
723
check-am: all-am
724
check: check-recursive
725
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
726
installdirs: installdirs-recursive
727
installdirs-am:
728
	for dir in "$(DESTDIR)$(libva_waylandincludedir)"; do \
729
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
730
	done
731
install: install-recursive
732
install-exec: install-exec-recursive
733
install-data: install-data-recursive
734
uninstall: uninstall-recursive
735
 
736
install-am: all-am
737
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
738
 
739
installcheck: installcheck-recursive
740
install-strip:
741
	if test -z '$(STRIP)'; then \
742
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
743
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
744
	      install; \
745
	else \
746
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
747
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
748
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
749
	fi
750
mostlyclean-generic:
751
 
752
clean-generic:
753
 
754
distclean-generic:
755
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
756
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
757
 
758
maintainer-clean-generic:
759
	@echo "This command is intended for maintainers to use"
760
	@echo "it deletes files that may require special tools to rebuild."
761
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
762
clean: clean-recursive
763
 
764
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
765
	mostlyclean-am
766
 
767
distclean: distclean-recursive
768
	-rm -rf ./$(DEPDIR)
769
	-rm -f Makefile
770
distclean-am: clean-am distclean-compile distclean-generic \
771
	distclean-tags
772
 
773
dvi: dvi-recursive
774
 
775
dvi-am:
776
 
777
html: html-recursive
778
 
779
html-am:
780
 
781
info: info-recursive
782
 
783
info-am:
784
 
785
install-data-am: install-libva_waylandincludeHEADERS
786
 
787
install-dvi: install-dvi-recursive
788
 
789
install-dvi-am:
790
 
791
install-exec-am:
792
 
793
install-html: install-html-recursive
794
 
795
install-html-am:
796
 
797
install-info: install-info-recursive
798
 
799
install-info-am:
800
 
801
install-man:
802
 
803
install-pdf: install-pdf-recursive
804
 
805
install-pdf-am:
806
 
807
install-ps: install-ps-recursive
808
 
809
install-ps-am:
810
 
811
installcheck-am:
812
 
813
maintainer-clean: maintainer-clean-recursive
814
	-rm -rf ./$(DEPDIR)
815
	-rm -f Makefile
816
maintainer-clean-am: distclean-am maintainer-clean-generic
817
 
818
mostlyclean: mostlyclean-recursive
819
 
820
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
821
	mostlyclean-libtool
822
 
823
pdf: pdf-recursive
824
 
825
pdf-am:
826
 
827
ps: ps-recursive
828
 
829
ps-am:
830
 
831
uninstall-am: uninstall-libva_waylandincludeHEADERS
832
 
833
.MAKE: $(am__recursive_targets) install-am install-strip
834
 
835
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
836
	check-am clean clean-generic clean-libtool \
837
	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
838
	distclean-compile distclean-generic distclean-libtool \
839
	distclean-tags distdir dvi dvi-am html html-am info info-am \
840
	install install-am install-data install-data-am install-dvi \
841
	install-dvi-am install-exec install-exec-am install-html \
842
	install-html-am install-info install-info-am \
843
	install-libva_waylandincludeHEADERS install-man install-pdf \
844
	install-pdf-am install-ps install-ps-am install-strip \
845
	installcheck installcheck-am installdirs installdirs-am \
846
	maintainer-clean maintainer-clean-generic mostlyclean \
847
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
848
	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
849
	uninstall-libva_waylandincludeHEADERS
850
 
851
 
852
# Wayland protocol
853
va_wayland_drm.c: $(protocol_source_h)
854
@wayland_scanner_rules@
855
 
856
# Tell versions [3.59,3.63) of GNU make to not export all variables.
857
# Otherwise a system limit (for SysV at least) may be exceeded.
858
.NOEXPORT: