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

« back to all changes in this revision

Viewing changes to test/encode/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.
38
37
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
38
 
40
39
VPATH = @srcdir@
 
40
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
41
am__make_running_with_option = \
 
42
  case $${target_option-} in \
 
43
      ?) ;; \
 
44
      *) echo "am__make_running_with_option: internal error: invalid" \
 
45
              "target option '$${target_option-}' specified" >&2; \
 
46
         exit 1;; \
 
47
  esac; \
 
48
  has_opt=no; \
 
49
  sane_makeflags=$$MAKEFLAGS; \
 
50
  if $(am__is_gnu_make); then \
 
51
    sane_makeflags=$$MFLAGS; \
 
52
  else \
 
53
    case $$MAKEFLAGS in \
 
54
      *\\[\ \   ]*) \
 
55
        bs=\\; \
 
56
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
57
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
58
    esac; \
 
59
  fi; \
 
60
  skip_next=no; \
 
61
  strip_trailopt () \
 
62
  { \
 
63
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
64
  }; \
 
65
  for flg in $$sane_makeflags; do \
 
66
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
67
    case $$flg in \
 
68
      *=*|--*) continue;; \
 
69
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
70
      -*I?*) strip_trailopt 'I';; \
 
71
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
72
      -*O?*) strip_trailopt 'O';; \
 
73
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
74
      -*l?*) strip_trailopt 'l';; \
 
75
      -[dEDm]) skip_next=yes;; \
 
76
      -[JT]) skip_next=yes;; \
 
77
    esac; \
 
78
    case $$flg in \
 
79
      *$$target_option*) has_opt=yes; break;; \
 
80
    esac; \
 
81
  done; \
 
82
  test $$has_opt = yes
 
83
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
84
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
41
85
pkgdatadir = $(datadir)/@PACKAGE@
42
86
pkgincludedir = $(includedir)/@PACKAGE@
43
87
pkglibdir = $(libdir)/@PACKAGE@
58
102
host_triplet = @host@
59
103
bin_PROGRAMS = avcenc$(EXEEXT) mpeg2vaenc$(EXEEXT) h264encode$(EXEEXT)
60
104
subdir = test/encode
61
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
105
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
106
        $(top_srcdir)/depcomp
62
107
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
108
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
64
109
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 = 
79
125
avcenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
80
126
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(avcenc_CFLAGS) $(CFLAGS) \
81
127
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
93
139
mpeg2vaenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
94
140
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(mpeg2vaenc_CFLAGS) \
95
141
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
142
AM_V_P = $(am__v_P_@AM_V@)
 
143
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
144
am__v_P_0 = false
 
145
am__v_P_1 = :
 
146
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
147
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
148
am__v_GEN_0 = @echo "  GEN     " $@;
 
149
am__v_GEN_1 = 
 
150
AM_V_at = $(am__v_at_@AM_V@)
 
151
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
152
am__v_at_0 = @
 
153
am__v_at_1 = 
96
154
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
97
155
depcomp = $(SHELL) $(top_srcdir)/depcomp
98
156
am__depfiles_maybe = depfiles
105
163
        $(AM_CFLAGS) $(CFLAGS)
106
164
AM_V_CC = $(am__v_CC_@AM_V@)
107
165
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
108
 
am__v_CC_0 = @echo "  CC    " $@;
109
 
AM_V_at = $(am__v_at_@AM_V@)
110
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111
 
am__v_at_0 = @
 
166
am__v_CC_0 = @echo "  CC      " $@;
 
167
am__v_CC_1 = 
112
168
CCLD = $(CC)
113
169
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
114
170
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115
171
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
116
172
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
117
173
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
118
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
119
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
120
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
174
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
175
am__v_CCLD_1 = 
122
176
SOURCES = $(avcenc_SOURCES) $(h264encode_SOURCES) \
123
177
        $(mpeg2vaenc_SOURCES)
124
178
DIST_SOURCES = $(avcenc_SOURCES) $(h264encode_SOURCES) \
125
179
        $(mpeg2vaenc_SOURCES)
 
180
am__can_run_installinfo = \
 
181
  case $$AM_UPDATE_INFO_DIR in \
 
182
    n|no|NO) false;; \
 
183
    *) (install-info --version) >/dev/null 2>&1;; \
 
184
  esac
 
185
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
186
# Read a list of newline-separated strings from the standard input,
 
187
# and print each of them once, without duplicates.  Input order is
 
188
# *not* preserved.
 
189
am__uniquify_input = $(AWK) '\
 
190
  BEGIN { nonempty = 0; } \
 
191
  { items[$$0] = 1; nonempty = 1; } \
 
192
  END { if (nonempty) { for (i in items) print i; }; } \
 
193
'
 
194
# Make sure the list of sources is unique.  This is necessary because,
 
195
# e.g., the same source file might be shared among _SOURCES variables
 
196
# for different programs/libraries.
 
197
am__define_uniq_tagged_files = \
 
198
  list='$(am__tagged_files)'; \
 
199
  unique=`for i in $$list; do \
 
200
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
201
  done | $(am__uniquify_input)`
126
202
ETAGS = etags
127
203
CTAGS = ctags
128
204
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218
294
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
219
295
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
220
296
WAYLAND_LIBS = @WAYLAND_LIBS@
 
297
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
 
298
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
221
299
X11_CFLAGS = @X11_CFLAGS@
222
300
X11_LIBS = @X11_LIBS@
223
301
XEXT_CFLAGS = @XEXT_CFLAGS@
343
421
$(am__aclocal_m4_deps):
344
422
install-binPROGRAMS: $(bin_PROGRAMS)
345
423
        @$(NORMAL_INSTALL)
346
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
347
424
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
425
        if test -n "$$list"; then \
 
426
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
427
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
428
        fi; \
348
429
        for p in $$list; do echo "$$p $$p"; done | \
349
430
        sed 's/$(EXEEXT)$$//' | \
350
 
        while read p p1; do if test -f $$p || test -f $$p1; \
351
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
431
        while read p p1; do if test -f $$p \
 
432
         || test -f $$p1 \
 
433
          ; then echo "$$p"; echo "$$p"; else :; fi; \
352
434
        done | \
353
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
435
        sed -e 'p;s,.*/,,;n;h' \
 
436
            -e 's|.*|.|' \
354
437
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
355
438
        sed 'N;N;N;s,\n, ,g' | \
356
439
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
371
454
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
372
455
        files=`for p in $$list; do echo "$$p"; done | \
373
456
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
374
 
              -e 's/$$/$(EXEEXT)/' `; \
 
457
              -e 's/$$/$(EXEEXT)/' \
 
458
        `; \
375
459
        test -n "$$list" || exit 0; \
376
460
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
377
461
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
384
468
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
385
469
        echo " rm -f" $$list; \
386
470
        rm -f $$list
 
471
 
387
472
avcenc$(EXEEXT): $(avcenc_OBJECTS) $(avcenc_DEPENDENCIES) $(EXTRA_avcenc_DEPENDENCIES) 
388
473
        @rm -f avcenc$(EXEEXT)
389
474
        $(AM_V_CCLD)$(avcenc_LINK) $(avcenc_OBJECTS) $(avcenc_LDADD) $(LIBS)
 
475
 
390
476
h264encode$(EXEEXT): $(h264encode_OBJECTS) $(h264encode_DEPENDENCIES) $(EXTRA_h264encode_DEPENDENCIES) 
391
477
        @rm -f h264encode$(EXEEXT)
392
478
        $(AM_V_CCLD)$(h264encode_LINK) $(h264encode_OBJECTS) $(h264encode_LDADD) $(LIBS)
 
479
 
393
480
mpeg2vaenc$(EXEEXT): $(mpeg2vaenc_OBJECTS) $(mpeg2vaenc_DEPENDENCIES) $(EXTRA_mpeg2vaenc_DEPENDENCIES) 
394
481
        @rm -f mpeg2vaenc$(EXEEXT)
395
482
        $(AM_V_CCLD)$(mpeg2vaenc_LINK) $(mpeg2vaenc_OBJECTS) $(mpeg2vaenc_LDADD) $(LIBS)
473
560
clean-libtool:
474
561
        -rm -rf .libs _libs
475
562
 
476
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
477
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
478
 
        unique=`for i in $$list; do \
479
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480
 
          done | \
481
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
483
 
        mkid -fID $$unique
484
 
tags: TAGS
 
563
ID: $(am__tagged_files)
 
564
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
565
tags: tags-am
 
566
TAGS: tags
485
567
 
486
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487
 
                $(TAGS_FILES) $(LISP)
 
568
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
488
569
        set x; \
489
570
        here=`pwd`; \
490
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
491
 
        unique=`for i in $$list; do \
492
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
493
 
          done | \
494
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
495
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
571
        $(am__define_uniq_tagged_files); \
496
572
        shift; \
497
573
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
498
574
          test -n "$$unique" || unique=$$empty_fix; \
504
580
              $$unique; \
505
581
          fi; \
506
582
        fi
507
 
ctags: CTAGS
508
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
509
 
                $(TAGS_FILES) $(LISP)
510
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
511
 
        unique=`for i in $$list; do \
512
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513
 
          done | \
514
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
583
ctags: ctags-am
 
584
 
 
585
CTAGS: ctags
 
586
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
587
        $(am__define_uniq_tagged_files); \
516
588
        test -z "$(CTAGS_ARGS)$$unique" \
517
589
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
518
590
             $$unique
521
593
        here=`$(am__cd) $(top_builddir) && pwd` \
522
594
          && $(am__cd) $(top_srcdir) \
523
595
          && gtags -i $(GTAGS_ARGS) "$$here"
 
596
cscopelist: cscopelist-am
 
597
 
 
598
cscopelist-am: $(am__tagged_files)
 
599
        list='$(am__tagged_files)'; \
 
600
        case "$(srcdir)" in \
 
601
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
602
          *) sdir=$(subdir)/$(srcdir) ;; \
 
603
        esac; \
 
604
        for i in $$list; do \
 
605
          if test -f "$$i"; then \
 
606
            echo "$(subdir)/$$i"; \
 
607
          else \
 
608
            echo "$$sdir/$$i"; \
 
609
          fi; \
 
610
        done >> $(top_builddir)/cscope.files
524
611
 
525
612
distclean-tags:
526
613
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
664
751
 
665
752
.MAKE: install-am install-strip
666
753
 
667
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
668
 
        clean-generic clean-libtool ctags distclean distclean-compile \
669
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
670
 
        dvi-am html html-am info info-am install install-am \
671
 
        install-binPROGRAMS install-data install-data-am install-dvi \
672
 
        install-dvi-am install-exec install-exec-am install-html \
673
 
        install-html-am install-info install-info-am install-man \
674
 
        install-pdf install-pdf-am install-ps install-ps-am \
675
 
        install-strip installcheck installcheck-am installdirs \
676
 
        maintainer-clean maintainer-clean-generic mostlyclean \
677
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
678
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
679
 
        uninstall-binPROGRAMS
 
754
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
755
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
756
        ctags ctags-am distclean distclean-compile distclean-generic \
 
757
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
758
        html-am info info-am install install-am install-binPROGRAMS \
 
759
        install-data install-data-am install-dvi install-dvi-am \
 
760
        install-exec install-exec-am install-html install-html-am \
 
761
        install-info install-info-am install-man install-pdf \
 
762
        install-pdf-am install-ps install-ps-am install-strip \
 
763
        installcheck installcheck-am installdirs maintainer-clean \
 
764
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
765
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
766
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
680
767
 
681
768
 
682
769
valgrind:       $(bin_PROGRAMS)