~ubuntu-branches/ubuntu/trusty/libdrm/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/modeprint/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Julien Cristau, Maarten Lankhorst, Timo Aaltonen, Emilio Pozuelo Monfort
  • Date: 2013-05-16 00:09:59 UTC
  • mfrom: (1.1.36) (66.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130516000959-24nkaurqzpi6euf6
Tags: 2.4.45-1
* Team upload.

[ Julien Cristau ]
* Bump libdrm2 shlibs to 2.4.38.

[ Maarten Lankhorst ]
* New upstream release.
* Build-depend on xsltproc and docbook-xsl.
* Add valgrind to build-depends.

[ Timo Aaltonen ]
* control: Bump policy to 3.9.4, no changes.

[ Emilio Pozuelo Monfort ]
* Upload to experimental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
 
 
 
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.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
53
54
@HAVE_INSTALL_TESTS_TRUE@bin_PROGRAMS = modeprint$(EXEEXT)
54
55
@HAVE_INSTALL_TESTS_FALSE@noinst_PROGRAMS = modeprint$(EXEEXT)
55
56
subdir = tests/modeprint
56
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
57
 
        $(top_srcdir)/build-aux/depcomp
 
57
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
59
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
60
60
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
74
74
AM_V_lt = $(am__v_lt_@AM_V@)
75
75
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
76
76
am__v_lt_0 = --silent
77
 
am__v_lt_1 = 
78
 
AM_V_P = $(am__v_P_@AM_V@)
79
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
80
 
am__v_P_0 = false
81
 
am__v_P_1 = :
82
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
83
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
84
 
am__v_GEN_0 = @echo "  GEN     " $@;
85
 
am__v_GEN_1 = 
86
 
AM_V_at = $(am__v_at_@AM_V@)
87
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
88
 
am__v_at_0 = @
89
 
am__v_at_1 = 
90
77
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91
78
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
92
79
am__depfiles_maybe = depfiles
99
86
        $(AM_CFLAGS) $(CFLAGS)
100
87
AM_V_CC = $(am__v_CC_@AM_V@)
101
88
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
102
 
am__v_CC_0 = @echo "  CC      " $@;
103
 
am__v_CC_1 = 
 
89
am__v_CC_0 = @echo "  CC    " $@;
 
90
AM_V_at = $(am__v_at_@AM_V@)
 
91
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
92
am__v_at_0 = @
104
93
CCLD = $(CC)
105
94
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106
95
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107
96
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
108
97
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
109
98
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
110
 
am__v_CCLD_0 = @echo "  CCLD    " $@;
111
 
am__v_CCLD_1 = 
 
99
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
100
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
101
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
102
am__v_GEN_0 = @echo "  GEN   " $@;
112
103
SOURCES = $(modeprint_SOURCES)
113
104
DIST_SOURCES = $(modeprint_SOURCES)
114
105
am__can_run_installinfo = \
116
107
    n|no|NO) false;; \
117
108
    *) (install-info --version) >/dev/null 2>&1;; \
118
109
  esac
119
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
120
 
# Read a list of newline-separated strings from the standard input,
121
 
# and print each of them once, without duplicates.  Input order is
122
 
# *not* preserved.
123
 
am__uniquify_input = $(AWK) '\
124
 
  BEGIN { nonempty = 0; } \
125
 
  { items[$$0] = 1; nonempty = 1; } \
126
 
  END { if (nonempty) { for (i in items) print i; }; } \
127
 
'
128
 
# Make sure the list of sources is unique.  This is necessary because,
129
 
# e.g., the same source file might be shared among _SOURCES variables
130
 
# for different programs/libraries.
131
 
am__define_uniq_tagged_files = \
132
 
  list='$(am__tagged_files)'; \
133
 
  unique=`for i in $$list; do \
134
 
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
135
 
  done | $(am__uniquify_input)`
136
110
ETAGS = etags
137
111
CTAGS = ctags
138
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
324
298
        fi; \
325
299
        for p in $$list; do echo "$$p $$p"; done | \
326
300
        sed 's/$(EXEEXT)$$//' | \
327
 
        while read p p1; do if test -f $$p \
328
 
         || test -f $$p1 \
329
 
          ; then echo "$$p"; echo "$$p"; else :; fi; \
 
301
        while read p p1; do if test -f $$p || test -f $$p1; \
 
302
          then echo "$$p"; echo "$$p"; else :; fi; \
330
303
        done | \
331
 
        sed -e 'p;s,.*/,,;n;h' \
332
 
            -e 's|.*|.|' \
 
304
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
333
305
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
334
306
        sed 'N;N;N;s,\n, ,g' | \
335
307
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
350
322
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
351
323
        files=`for p in $$list; do echo "$$p"; done | \
352
324
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
353
 
              -e 's/$$/$(EXEEXT)/' \
354
 
        `; \
 
325
              -e 's/$$/$(EXEEXT)/' `; \
355
326
        test -n "$$list" || exit 0; \
356
327
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
357
328
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
412
383
clean-libtool:
413
384
        -rm -rf .libs _libs
414
385
 
415
 
ID: $(am__tagged_files)
416
 
        $(am__define_uniq_tagged_files); mkid -fID $$unique
417
 
tags: tags-am
418
 
TAGS: tags
 
386
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
387
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
388
        unique=`for i in $$list; do \
 
389
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
390
          done | \
 
391
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
392
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
393
        mkid -fID $$unique
 
394
tags: TAGS
419
395
 
420
 
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
396
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
397
                $(TAGS_FILES) $(LISP)
421
398
        set x; \
422
399
        here=`pwd`; \
423
 
        $(am__define_uniq_tagged_files); \
 
400
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
401
        unique=`for i in $$list; do \
 
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
403
          done | \
 
404
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
405
              END { if (nonempty) { for (i in files) print i; }; }'`; \
424
406
        shift; \
425
407
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
426
408
          test -n "$$unique" || unique=$$empty_fix; \
432
414
              $$unique; \
433
415
          fi; \
434
416
        fi
435
 
ctags: ctags-am
436
 
 
437
 
CTAGS: ctags
438
 
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
439
 
        $(am__define_uniq_tagged_files); \
 
417
ctags: CTAGS
 
418
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
419
                $(TAGS_FILES) $(LISP)
 
420
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
421
        unique=`for i in $$list; do \
 
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
423
          done | \
 
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
426
        test -z "$(CTAGS_ARGS)$$unique" \
441
427
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
442
428
             $$unique
445
431
        here=`$(am__cd) $(top_builddir) && pwd` \
446
432
          && $(am__cd) $(top_srcdir) \
447
433
          && gtags -i $(GTAGS_ARGS) "$$here"
448
 
cscopelist: cscopelist-am
449
 
 
450
 
cscopelist-am: $(am__tagged_files)
451
 
        list='$(am__tagged_files)'; \
452
 
        case "$(srcdir)" in \
453
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
454
 
          *) sdir=$(subdir)/$(srcdir) ;; \
455
 
        esac; \
456
 
        for i in $$list; do \
457
 
          if test -f "$$i"; then \
458
 
            echo "$(subdir)/$$i"; \
459
 
          else \
460
 
            echo "$$sdir/$$i"; \
461
 
          fi; \
462
 
        done >> $(top_builddir)/cscope.files
463
434
 
464
435
distclean-tags:
465
436
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
604
575
 
605
576
.MAKE: install-am install-strip
606
577
 
607
 
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
608
 
        clean-binPROGRAMS clean-generic clean-libtool \
609
 
        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
610
 
        distclean-compile distclean-generic distclean-libtool \
611
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
612
 
        install install-am install-binPROGRAMS install-data \
613
 
        install-data-am install-dvi install-dvi-am install-exec \
614
 
        install-exec-am install-html install-html-am install-info \
615
 
        install-info-am install-man install-pdf install-pdf-am \
616
 
        install-ps install-ps-am install-strip installcheck \
617
 
        installcheck-am installdirs maintainer-clean \
 
578
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
579
        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
 
580
        distclean distclean-compile distclean-generic \
 
581
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
582
        html-am info info-am install install-am install-binPROGRAMS \
 
583
        install-data install-data-am install-dvi install-dvi-am \
 
584
        install-exec install-exec-am install-html install-html-am \
 
585
        install-info install-info-am install-man install-pdf \
 
586
        install-pdf-am install-ps install-ps-am install-strip \
 
587
        installcheck installcheck-am installdirs maintainer-clean \
618
588
        maintainer-clean-generic mostlyclean mostlyclean-compile \
619
589
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
620
 
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
 
590
        tags uninstall uninstall-am uninstall-binPROGRAMS
621
591
 
622
592
 
623
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.