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
@USE_X11_TRUE@am__append_1 = va_drm_auth_x11.c
105
@USE_X11_TRUE@am__append_2 = $(X11_CFLAGS)
106
subdir = va/drm
107
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
108
	$(top_srcdir)/depcomp $(libva_drminclude_HEADERS) \
109
	$(noinst_HEADERS)
110
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
112
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113
	$(ACLOCAL_M4)
114
mkinstalldirs = $(install_sh) -d
115
CONFIG_HEADER = $(top_builddir)/config.h
116
CONFIG_CLEAN_FILES =
117
CONFIG_CLEAN_VPATH_FILES =
118
LTLIBRARIES = $(noinst_LTLIBRARIES)
119
libva_drm_la_LIBADD =
120
am__libva_drm_la_SOURCES_DIST = va_drm.c va_drm_auth.c va_drm_utils.c \
121
	va_drm_auth_x11.c
122
@USE_X11_TRUE@am__objects_1 = va_drm_auth_x11.lo
123
am__objects_2 = va_drm.lo va_drm_auth.lo va_drm_utils.lo \
124
	$(am__objects_1)
125
am_libva_drm_la_OBJECTS = $(am__objects_2)
126
libva_drm_la_OBJECTS = $(am_libva_drm_la_OBJECTS)
127
AM_V_lt = $(am__v_lt_@AM_V@)
128
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
129
am__v_lt_0 = --silent
130
am__v_lt_1 =
131
AM_V_P = $(am__v_P_@AM_V@)
132
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133
am__v_P_0 = false
134
am__v_P_1 = :
135
AM_V_GEN = $(am__v_GEN_@AM_V@)
136
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137
am__v_GEN_0 = @echo "  GEN     " $@;
138
am__v_GEN_1 =
139
AM_V_at = $(am__v_at_@AM_V@)
140
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141
am__v_at_0 = @
142
am__v_at_1 =
143
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
144
depcomp = $(SHELL) $(top_srcdir)/depcomp
145
am__depfiles_maybe = depfiles
146
am__mv = mv -f
147
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
148
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
151
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
152
	$(AM_CFLAGS) $(CFLAGS)
153
AM_V_CC = $(am__v_CC_@AM_V@)
154
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155
am__v_CC_0 = @echo "  CC      " $@;
156
am__v_CC_1 =
157
CCLD = $(CC)
158
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
160
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
161
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
162
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
163
am__v_CCLD_0 = @echo "  CCLD    " $@;
164
am__v_CCLD_1 =
165
SOURCES = $(libva_drm_la_SOURCES)
166
DIST_SOURCES = $(am__libva_drm_la_SOURCES_DIST)
167
am__can_run_installinfo = \
168
  case $$AM_UPDATE_INFO_DIR in \
169
    n|no|NO) false;; \
170
    *) (install-info --version) >/dev/null 2>&1;; \
171
  esac
172
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
173
am__vpath_adj = case $$p in \
174
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
175
    *) f=$$p;; \
176
  esac;
177
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
178
am__install_max = 40
179
am__nobase_strip_setup = \
180
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
181
am__nobase_strip = \
182
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
183
am__nobase_list = $(am__nobase_strip_setup); \
184
  for p in $$list; do echo "$$p $$p"; done | \
185
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
186
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
187
    if (++n[$$2] == $(am__install_max)) \
188
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
189
    END { for (dir in files) print dir, files[dir] }'
190
am__base_list = \
191
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
192
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
193
am__uninstall_files_from_dir = { \
194
  test -z "$$files" \
195
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
196
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
197
         $(am__cd) "$$dir" && rm -f $$files; }; \
198
  }
199
am__installdirs = "$(DESTDIR)$(libva_drmincludedir)"
200
HEADERS = $(libva_drminclude_HEADERS) $(noinst_HEADERS)
201
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202
# Read a list of newline-separated strings from the standard input,
203
# and print each of them once, without duplicates.  Input order is
204
# *not* preserved.
205
am__uniquify_input = $(AWK) '\
206
  BEGIN { nonempty = 0; } \
207
  { items[$$0] = 1; nonempty = 1; } \
208
  END { if (nonempty) { for (i in items) print i; }; } \
209
'
210
# Make sure the list of sources is unique.  This is necessary because,
211
# e.g., the same source file might be shared among _SOURCES variables
212
# for different programs/libraries.
213
am__define_uniq_tagged_files = \
214
  list='$(am__tagged_files)'; \
215
  unique=`for i in $$list; do \
216
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217
  done | $(am__uniquify_input)`
218
ETAGS = etags
219
CTAGS = ctags
220
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221
ACLOCAL = @ACLOCAL@
222
AMTAR = @AMTAR@
223
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224
AR = @AR@
225
AUTOCONF = @AUTOCONF@
226
AUTOHEADER = @AUTOHEADER@
227
AUTOMAKE = @AUTOMAKE@
228
AWK = @AWK@
229
CC = @CC@
230
CCDEPMODE = @CCDEPMODE@
231
CFLAGS = @CFLAGS@
232
CPP = @CPP@
233
CPPFLAGS = @CPPFLAGS@
234
CXX = @CXX@
235
CXXCPP = @CXXCPP@
236
CXXDEPMODE = @CXXDEPMODE@
237
CXXFLAGS = @CXXFLAGS@
238
CYGPATH_W = @CYGPATH_W@
239
DEFS = @DEFS@
240
DEPDIR = @DEPDIR@
241
DLLTOOL = @DLLTOOL@
242
DOXYGEN = @DOXYGEN@
243
DRM_CFLAGS = @DRM_CFLAGS@
244
DRM_LIBS = @DRM_LIBS@
245
DSYMUTIL = @DSYMUTIL@
246
DUMPBIN = @DUMPBIN@
247
ECHO_C = @ECHO_C@
248
ECHO_N = @ECHO_N@
249
ECHO_T = @ECHO_T@
250
EGL_CFLAGS = @EGL_CFLAGS@
251
EGL_LIBS = @EGL_LIBS@
252
EGREP = @EGREP@
253
EXEEXT = @EXEEXT@
254
FGREP = @FGREP@
255
GLX_CFLAGS = @GLX_CFLAGS@
256
GLX_LIBS = @GLX_LIBS@
257
GREP = @GREP@
258
INSTALL = @INSTALL@
259
INSTALL_DATA = @INSTALL_DATA@
260
INSTALL_PROGRAM = @INSTALL_PROGRAM@
261
INSTALL_SCRIPT = @INSTALL_SCRIPT@
262
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263
LD = @LD@
264
LDFLAGS = @LDFLAGS@
265
LIBDRM_VERSION = @LIBDRM_VERSION@
266
LIBOBJS = @LIBOBJS@
267
LIBS = @LIBS@
268
LIBTOOL = @LIBTOOL@
269
LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
270
LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
271
LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
272
LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
273
LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
274
LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
275
LIBVA_VERSION = @LIBVA_VERSION@
276
LIPO = @LIPO@
277
LN_S = @LN_S@
278
LTLIBOBJS = @LTLIBOBJS@
279
MAKEINFO = @MAKEINFO@
280
MANIFEST_TOOL = @MANIFEST_TOOL@
281
MKDIR_P = @MKDIR_P@
282
NM = @NM@
283
NMEDIT = @NMEDIT@
284
OBJDUMP = @OBJDUMP@
285
OBJEXT = @OBJEXT@
286
OTOOL = @OTOOL@
287
OTOOL64 = @OTOOL64@
288
PACKAGE = @PACKAGE@
289
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
290
PACKAGE_NAME = @PACKAGE_NAME@
291
PACKAGE_STRING = @PACKAGE_STRING@
292
PACKAGE_TARNAME = @PACKAGE_TARNAME@
293
PACKAGE_URL = @PACKAGE_URL@
294
PACKAGE_VERSION = @PACKAGE_VERSION@
295
PATH_SEPARATOR = @PATH_SEPARATOR@
296
PKG_CONFIG = @PKG_CONFIG@
297
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
298
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
299
RANLIB = @RANLIB@
300
SED = @SED@
301
SET_MAKE = @SET_MAKE@
302
SHELL = @SHELL@
303
STRIP = @STRIP@
304
TODAY = @TODAY@
305
VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
306
VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
307
VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
308
VA_API_VERSION = @VA_API_VERSION@
309
VERSION = @VERSION@
310
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
311
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
312
WAYLAND_LIBS = @WAYLAND_LIBS@
313
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
314
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
315
X11_CFLAGS = @X11_CFLAGS@
316
X11_LIBS = @X11_LIBS@
317
XEXT_CFLAGS = @XEXT_CFLAGS@
318
XEXT_LIBS = @XEXT_LIBS@
319
XFIXES_CFLAGS = @XFIXES_CFLAGS@
320
XFIXES_LIBS = @XFIXES_LIBS@
321
abs_builddir = @abs_builddir@
322
abs_srcdir = @abs_srcdir@
323
abs_top_builddir = @abs_top_builddir@
324
abs_top_srcdir = @abs_top_srcdir@
325
ac_ct_AR = @ac_ct_AR@
326
ac_ct_CC = @ac_ct_CC@
327
ac_ct_CXX = @ac_ct_CXX@
328
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
329
am__include = @am__include@
330
am__leading_dot = @am__leading_dot@
331
am__quote = @am__quote@
332
am__tar = @am__tar@
333
am__untar = @am__untar@
334
bindir = @bindir@
335
build = @build@
336
build_alias = @build_alias@
337
build_cpu = @build_cpu@
338
build_os = @build_os@
339
build_vendor = @build_vendor@
340
builddir = @builddir@
341
datadir = @datadir@
342
datarootdir = @datarootdir@
343
docdir = @docdir@
344
dvidir = @dvidir@
345
exec_prefix = @exec_prefix@
346
host = @host@
347
host_alias = @host_alias@
348
host_cpu = @host_cpu@
349
host_os = @host_os@
350
host_vendor = @host_vendor@
351
htmldir = @htmldir@
352
includedir = @includedir@
353
infodir = @infodir@
354
install_sh = @install_sh@
355
libdir = @libdir@
356
libexecdir = @libexecdir@
357
localedir = @localedir@
358
localstatedir = @localstatedir@
359
mandir = @mandir@
360
mkdir_p = @mkdir_p@
361
oldincludedir = @oldincludedir@
362
pdfdir = @pdfdir@
363
pkgconfigdir = @pkgconfigdir@
364
prefix = @prefix@
365
program_transform_name = @program_transform_name@
366
psdir = @psdir@
367
sbindir = @sbindir@
368
sharedstatedir = @sharedstatedir@
369
srcdir = @srcdir@
370
sysconfdir = @sysconfdir@
371
target_alias = @target_alias@
372
top_build_prefix = @top_build_prefix@
373
top_builddir = @top_builddir@
374
top_srcdir = @top_srcdir@
375
wayland_protocoldir = @wayland_protocoldir@
376
wayland_scanner = @wayland_scanner@
377
AM_CPPFLAGS = -DLINUX -I$(top_srcdir) -I$(top_srcdir)/va $(DRM_CFLAGS) \
378
	$(NULL) $(am__append_2)
379
source_c = va_drm.c va_drm_auth.c va_drm_utils.c $(NULL) \
380
	$(am__append_1)
381
source_h = \
382
	va_drm.h		\
383
	$(NULL)
384
 
385
source_h_priv = \
386
	va_drm_auth.h		\
387
	va_drm_auth_x11.h	\
388
	va_drm_utils.h		\
389
	$(NULL)
390
 
391
noinst_LTLIBRARIES = libva_drm.la
392
libva_drmincludedir = ${includedir}/va
393
libva_drminclude_HEADERS = $(source_h)
394
libva_drm_la_SOURCES = $(source_c)
395
noinst_HEADERS = $(source_h_priv)
396
 
397
# Extra clean files so that maintainer-clean removes *everything*
398
MAINTAINERCLEANFILES = Makefile.in
399
all: all-am
400
 
401
.SUFFIXES:
402
.SUFFIXES: .c .lo .o .obj
403
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
404
	@for dep in $?; do \
405
	  case '$(am__configure_deps)' in \
406
	    *$$dep*) \
407
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
408
	        && { if test -f $@; then exit 0; else break; fi; }; \
409
	      exit 1;; \
410
	  esac; \
411
	done; \
412
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu va/drm/Makefile'; \
413
	$(am__cd) $(top_srcdir) && \
414
	  $(AUTOMAKE) --gnu va/drm/Makefile
415
.PRECIOUS: Makefile
416
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417
	@case '$?' in \
418
	  *config.status*) \
419
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
420
	  *) \
421
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
422
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
423
	esac;
424
 
425
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427
 
428
$(top_srcdir)/configure:  $(am__configure_deps)
429
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
431
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
$(am__aclocal_m4_deps):
433
 
434
clean-noinstLTLIBRARIES:
435
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
436
	@list='$(noinst_LTLIBRARIES)'; \
437
	locs=`for p in $$list; do echo $$p; done | \
438
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
439
	      sort -u`; \
440
	test -z "$$locs" || { \
441
	  echo rm -f $${locs}; \
442
	  rm -f $${locs}; \
443
	}
444
 
445
libva_drm.la: $(libva_drm_la_OBJECTS) $(libva_drm_la_DEPENDENCIES) $(EXTRA_libva_drm_la_DEPENDENCIES)
446
	$(AM_V_CCLD)$(LINK)  $(libva_drm_la_OBJECTS) $(libva_drm_la_LIBADD) $(LIBS)
447
 
448
mostlyclean-compile:
449
	-rm -f *.$(OBJEXT)
450
 
451
distclean-compile:
452
	-rm -f *.tab.c
453
 
454
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_drm.Plo@am__quote@
455
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_drm_auth.Plo@am__quote@
456
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_drm_auth_x11.Plo@am__quote@
457
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/va_drm_utils.Plo@am__quote@
458
 
459
.c.o:
460
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
461
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
465
 
466
.c.obj:
467
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
472
 
473
.c.lo:
474
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
476
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
479
 
480
mostlyclean-libtool:
481
	-rm -f *.lo
482
 
483
clean-libtool:
484
	-rm -rf .libs _libs
485
install-libva_drmincludeHEADERS: $(libva_drminclude_HEADERS)
486
	@$(NORMAL_INSTALL)
487
	@list='$(libva_drminclude_HEADERS)'; test -n "$(libva_drmincludedir)" || list=; \
488
	if test -n "$$list"; then \
489
	  echo " $(MKDIR_P) '$(DESTDIR)$(libva_drmincludedir)'"; \
490
	  $(MKDIR_P) "$(DESTDIR)$(libva_drmincludedir)" || exit 1; \
491
	fi; \
492
	for p in $$list; do \
493
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
494
	  echo "$$d$$p"; \
495
	done | $(am__base_list) | \
496
	while read files; do \
497
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libva_drmincludedir)'"; \
498
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libva_drmincludedir)" || exit $$?; \
499
	done
500
 
501
uninstall-libva_drmincludeHEADERS:
502
	@$(NORMAL_UNINSTALL)
503
	@list='$(libva_drminclude_HEADERS)'; test -n "$(libva_drmincludedir)" || list=; \
504
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
505
	dir='$(DESTDIR)$(libva_drmincludedir)'; $(am__uninstall_files_from_dir)
506
 
507
ID: $(am__tagged_files)
508
	$(am__define_uniq_tagged_files); mkid -fID $$unique
509
tags: tags-am
510
TAGS: tags
511
 
512
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
513
	set x; \
514
	here=`pwd`; \
515
	$(am__define_uniq_tagged_files); \
516
	shift; \
517
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518
	  test -n "$$unique" || unique=$$empty_fix; \
519
	  if test $$# -gt 0; then \
520
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521
	      "$$@" $$unique; \
522
	  else \
523
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524
	      $$unique; \
525
	  fi; \
526
	fi
527
ctags: ctags-am
528
 
529
CTAGS: ctags
530
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
531
	$(am__define_uniq_tagged_files); \
532
	test -z "$(CTAGS_ARGS)$$unique" \
533
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534
	     $$unique
535
 
536
GTAGS:
537
	here=`$(am__cd) $(top_builddir) && pwd` \
538
	  && $(am__cd) $(top_srcdir) \
539
	  && gtags -i $(GTAGS_ARGS) "$$here"
540
cscopelist: cscopelist-am
541
 
542
cscopelist-am: $(am__tagged_files)
543
	list='$(am__tagged_files)'; \
544
	case "$(srcdir)" in \
545
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
546
	  *) sdir=$(subdir)/$(srcdir) ;; \
547
	esac; \
548
	for i in $$list; do \
549
	  if test -f "$$i"; then \
550
	    echo "$(subdir)/$$i"; \
551
	  else \
552
	    echo "$$sdir/$$i"; \
553
	  fi; \
554
	done >> $(top_builddir)/cscope.files
555
 
556
distclean-tags:
557
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
558
 
559
distdir: $(DISTFILES)
560
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562
	list='$(DISTFILES)'; \
563
	  dist_files=`for file in $$list; do echo $$file; done | \
564
	  sed -e "s|^$$srcdirstrip/||;t" \
565
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
566
	case $$dist_files in \
567
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
568
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
569
			   sort -u` ;; \
570
	esac; \
571
	for file in $$dist_files; do \
572
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
573
	  if test -d $$d/$$file; then \
574
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
575
	    if test -d "$(distdir)/$$file"; then \
576
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577
	    fi; \
578
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
579
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
580
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581
	    fi; \
582
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
583
	  else \
584
	    test -f "$(distdir)/$$file" \
585
	    || cp -p $$d/$$file "$(distdir)/$$file" \
586
	    || exit 1; \
587
	  fi; \
588
	done
589
check-am: all-am
590
check: check-am
591
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
592
installdirs:
593
	for dir in "$(DESTDIR)$(libva_drmincludedir)"; do \
594
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
595
	done
596
install: install-am
597
install-exec: install-exec-am
598
install-data: install-data-am
599
uninstall: uninstall-am
600
 
601
install-am: all-am
602
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
603
 
604
installcheck: installcheck-am
605
install-strip:
606
	if test -z '$(STRIP)'; then \
607
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
608
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
609
	      install; \
610
	else \
611
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
612
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
613
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
614
	fi
615
mostlyclean-generic:
616
 
617
clean-generic:
618
 
619
distclean-generic:
620
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
621
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
622
 
623
maintainer-clean-generic:
624
	@echo "This command is intended for maintainers to use"
625
	@echo "it deletes files that may require special tools to rebuild."
626
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
627
clean: clean-am
628
 
629
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
630
	mostlyclean-am
631
 
632
distclean: distclean-am
633
	-rm -rf ./$(DEPDIR)
634
	-rm -f Makefile
635
distclean-am: clean-am distclean-compile distclean-generic \
636
	distclean-tags
637
 
638
dvi: dvi-am
639
 
640
dvi-am:
641
 
642
html: html-am
643
 
644
html-am:
645
 
646
info: info-am
647
 
648
info-am:
649
 
650
install-data-am: install-libva_drmincludeHEADERS
651
 
652
install-dvi: install-dvi-am
653
 
654
install-dvi-am:
655
 
656
install-exec-am:
657
 
658
install-html: install-html-am
659
 
660
install-html-am:
661
 
662
install-info: install-info-am
663
 
664
install-info-am:
665
 
666
install-man:
667
 
668
install-pdf: install-pdf-am
669
 
670
install-pdf-am:
671
 
672
install-ps: install-ps-am
673
 
674
install-ps-am:
675
 
676
installcheck-am:
677
 
678
maintainer-clean: maintainer-clean-am
679
	-rm -rf ./$(DEPDIR)
680
	-rm -f Makefile
681
maintainer-clean-am: distclean-am maintainer-clean-generic
682
 
683
mostlyclean: mostlyclean-am
684
 
685
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
686
	mostlyclean-libtool
687
 
688
pdf: pdf-am
689
 
690
pdf-am:
691
 
692
ps: ps-am
693
 
694
ps-am:
695
 
696
uninstall-am: uninstall-libva_drmincludeHEADERS
697
 
698
.MAKE: install-am install-strip
699
 
700
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
701
	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
702
	ctags-am distclean distclean-compile distclean-generic \
703
	distclean-libtool distclean-tags distdir dvi dvi-am html \
704
	html-am info info-am install install-am install-data \
705
	install-data-am install-dvi install-dvi-am install-exec \
706
	install-exec-am install-html install-html-am install-info \
707
	install-info-am install-libva_drmincludeHEADERS install-man \
708
	install-pdf install-pdf-am install-ps install-ps-am \
709
	install-strip installcheck installcheck-am installdirs \
710
	maintainer-clean maintainer-clean-generic mostlyclean \
711
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
712
	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
713
	uninstall-libva_drmincludeHEADERS
714
 
715
 
716
# Tell versions [3.59,3.63) of GNU make to not export all variables.
717
# Otherwise a system limit (for SysV at least) may be exceeded.
718
.NOEXPORT: