~ubuntu-branches/ubuntu/utopic/libva/utopic

« back to all changes in this revision

Viewing changes to va/glx/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Ramacher
  • Date: 2014-05-10 16:15:54 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20140510161554-pcfzyscl3eec3ji7
Tags: 1.3.1-1
* New upstream release.
  - Fix black video output with i965 driver and certain versions of X.org.
    (Closes: #743701)
* debian/rules: Install upstream changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
39
38
 
40
39
 
41
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))
42
86
pkgdatadir = $(datadir)/@PACKAGE@
43
87
pkgincludedir = $(includedir)/@PACKAGE@
44
88
pkglibdir = $(libdir)/@PACKAGE@
58
102
build_triplet = @build@
59
103
host_triplet = @host@
60
104
subdir = va/glx
61
 
DIST_COMMON = $(libva_glxinclude_HEADERS) $(noinst_HEADERS) \
62
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
105
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
106
        $(top_srcdir)/depcomp $(libva_glxinclude_HEADERS) \
 
107
        $(noinst_HEADERS)
63
108
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
109
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65
110
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76
121
AM_V_lt = $(am__v_lt_@AM_V@)
77
122
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
78
123
am__v_lt_0 = --silent
 
124
am__v_lt_1 = 
 
125
AM_V_P = $(am__v_P_@AM_V@)
 
126
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
127
am__v_P_0 = false
 
128
am__v_P_1 = :
 
129
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
130
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
131
am__v_GEN_0 = @echo "  GEN     " $@;
 
132
am__v_GEN_1 = 
 
133
AM_V_at = $(am__v_at_@AM_V@)
 
134
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
135
am__v_at_0 = @
 
136
am__v_at_1 = 
79
137
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80
138
depcomp = $(SHELL) $(top_srcdir)/depcomp
81
139
am__depfiles_maybe = depfiles
88
146
        $(AM_CFLAGS) $(CFLAGS)
89
147
AM_V_CC = $(am__v_CC_@AM_V@)
90
148
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
91
 
am__v_CC_0 = @echo "  CC    " $@;
92
 
AM_V_at = $(am__v_at_@AM_V@)
93
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
94
 
am__v_at_0 = @
 
149
am__v_CC_0 = @echo "  CC      " $@;
 
150
am__v_CC_1 = 
95
151
CCLD = $(CC)
96
152
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
97
153
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98
154
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
99
155
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
100
156
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
101
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
102
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
103
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
157
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
158
am__v_CCLD_1 = 
105
159
SOURCES = $(libva_glx_la_SOURCES)
106
160
DIST_SOURCES = $(libva_glx_la_SOURCES)
 
161
am__can_run_installinfo = \
 
162
  case $$AM_UPDATE_INFO_DIR in \
 
163
    n|no|NO) false;; \
 
164
    *) (install-info --version) >/dev/null 2>&1;; \
 
165
  esac
107
166
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
108
167
am__vpath_adj = case $$p in \
109
168
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133
192
  }
134
193
am__installdirs = "$(DESTDIR)$(libva_glxincludedir)"
135
194
HEADERS = $(libva_glxinclude_HEADERS) $(noinst_HEADERS)
 
195
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
196
# Read a list of newline-separated strings from the standard input,
 
197
# and print each of them once, without duplicates.  Input order is
 
198
# *not* preserved.
 
199
am__uniquify_input = $(AWK) '\
 
200
  BEGIN { nonempty = 0; } \
 
201
  { items[$$0] = 1; nonempty = 1; } \
 
202
  END { if (nonempty) { for (i in items) print i; }; } \
 
203
'
 
204
# Make sure the list of sources is unique.  This is necessary because,
 
205
# e.g., the same source file might be shared among _SOURCES variables
 
206
# for different programs/libraries.
 
207
am__define_uniq_tagged_files = \
 
208
  list='$(am__tagged_files)'; \
 
209
  unique=`for i in $$list; do \
 
210
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
211
  done | $(am__uniquify_input)`
136
212
ETAGS = etags
137
213
CTAGS = ctags
138
214
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228
304
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
229
305
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
230
306
WAYLAND_LIBS = @WAYLAND_LIBS@
 
307
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
 
308
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
231
309
X11_CFLAGS = @X11_CFLAGS@
232
310
X11_LIBS = @X11_LIBS@
233
311
XEXT_CFLAGS = @XEXT_CFLAGS@
356
434
 
357
435
clean-noinstLTLIBRARIES:
358
436
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
359
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
360
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
361
 
          test "$$dir" != "$$p" || dir=.; \
362
 
          echo "rm -f \"$${dir}/so_locations\""; \
363
 
          rm -f "$${dir}/so_locations"; \
364
 
        done
 
437
        @list='$(noinst_LTLIBRARIES)'; \
 
438
        locs=`for p in $$list; do echo $$p; done | \
 
439
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
440
              sort -u`; \
 
441
        test -z "$$locs" || { \
 
442
          echo rm -f $${locs}; \
 
443
          rm -f $${locs}; \
 
444
        }
 
445
 
365
446
libva_glx.la: $(libva_glx_la_OBJECTS) $(libva_glx_la_DEPENDENCIES) $(EXTRA_libva_glx_la_DEPENDENCIES) 
366
447
        $(AM_V_CCLD)$(LINK)  $(libva_glx_la_OBJECTS) $(libva_glx_la_LIBADD) $(LIBS)
367
448
 
402
483
        -rm -rf .libs _libs
403
484
install-libva_glxincludeHEADERS: $(libva_glxinclude_HEADERS)
404
485
        @$(NORMAL_INSTALL)
405
 
        test -z "$(libva_glxincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libva_glxincludedir)"
406
486
        @list='$(libva_glxinclude_HEADERS)'; test -n "$(libva_glxincludedir)" || list=; \
 
487
        if test -n "$$list"; then \
 
488
          echo " $(MKDIR_P) '$(DESTDIR)$(libva_glxincludedir)'"; \
 
489
          $(MKDIR_P) "$(DESTDIR)$(libva_glxincludedir)" || exit 1; \
 
490
        fi; \
407
491
        for p in $$list; do \
408
492
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
409
493
          echo "$$d$$p"; \
419
503
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
420
504
        dir='$(DESTDIR)$(libva_glxincludedir)'; $(am__uninstall_files_from_dir)
421
505
 
422
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424
 
        unique=`for i in $$list; do \
425
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
 
          done | \
427
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
429
 
        mkid -fID $$unique
430
 
tags: TAGS
 
506
ID: $(am__tagged_files)
 
507
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
508
tags: tags-am
 
509
TAGS: tags
431
510
 
432
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433
 
                $(TAGS_FILES) $(LISP)
 
511
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434
512
        set x; \
435
513
        here=`pwd`; \
436
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
 
        unique=`for i in $$list; do \
438
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
 
          done | \
440
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
514
        $(am__define_uniq_tagged_files); \
442
515
        shift; \
443
516
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444
517
          test -n "$$unique" || unique=$$empty_fix; \
450
523
              $$unique; \
451
524
          fi; \
452
525
        fi
453
 
ctags: CTAGS
454
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
455
 
                $(TAGS_FILES) $(LISP)
456
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
457
 
        unique=`for i in $$list; do \
458
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459
 
          done | \
460
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
526
ctags: ctags-am
 
527
 
 
528
CTAGS: ctags
 
529
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
530
        $(am__define_uniq_tagged_files); \
462
531
        test -z "$(CTAGS_ARGS)$$unique" \
463
532
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464
533
             $$unique
467
536
        here=`$(am__cd) $(top_builddir) && pwd` \
468
537
          && $(am__cd) $(top_srcdir) \
469
538
          && gtags -i $(GTAGS_ARGS) "$$here"
 
539
cscopelist: cscopelist-am
 
540
 
 
541
cscopelist-am: $(am__tagged_files)
 
542
        list='$(am__tagged_files)'; \
 
543
        case "$(srcdir)" in \
 
544
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
545
          *) sdir=$(subdir)/$(srcdir) ;; \
 
546
        esac; \
 
547
        for i in $$list; do \
 
548
          if test -f "$$i"; then \
 
549
            echo "$(subdir)/$$i"; \
 
550
          else \
 
551
            echo "$$sdir/$$i"; \
 
552
          fi; \
 
553
        done >> $(top_builddir)/cscope.files
470
554
 
471
555
distclean-tags:
472
556
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
611
695
 
612
696
.MAKE: install-am install-strip
613
697
 
614
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
615
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
616
 
        distclean-compile distclean-generic distclean-libtool \
617
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
618
 
        install install-am install-data install-data-am install-dvi \
619
 
        install-dvi-am install-exec install-exec-am install-html \
620
 
        install-html-am install-info install-info-am \
621
 
        install-libva_glxincludeHEADERS install-man install-pdf \
622
 
        install-pdf-am install-ps install-ps-am install-strip \
623
 
        installcheck installcheck-am installdirs maintainer-clean \
624
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
625
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
626
 
        tags uninstall uninstall-am uninstall-libva_glxincludeHEADERS
 
698
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
699
        clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
 
700
        ctags-am distclean distclean-compile distclean-generic \
 
701
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
702
        html-am info info-am install install-am install-data \
 
703
        install-data-am install-dvi install-dvi-am install-exec \
 
704
        install-exec-am install-html install-html-am install-info \
 
705
        install-info-am install-libva_glxincludeHEADERS install-man \
 
706
        install-pdf install-pdf-am install-ps install-ps-am \
 
707
        install-strip installcheck installcheck-am installdirs \
 
708
        maintainer-clean maintainer-clean-generic mostlyclean \
 
709
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
710
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
711
        uninstall-libva_glxincludeHEADERS
627
712
 
628
713
 
629
714
# Tell versions [3.59,3.63) of GNU make to not export all variables.