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

« back to all changes in this revision

Viewing changes to tests/radeon/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.
52
53
host_triplet = @host@
53
54
noinst_PROGRAMS = radeon_ttm$(EXEEXT)
54
55
subdir = tests/radeon
55
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56
 
        $(top_srcdir)/build-aux/depcomp
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
58
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
59
59
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
73
73
AM_V_lt = $(am__v_lt_@AM_V@)
74
74
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
75
75
am__v_lt_0 = --silent
76
 
am__v_lt_1 = 
77
 
AM_V_P = $(am__v_P_@AM_V@)
78
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
79
 
am__v_P_0 = false
80
 
am__v_P_1 = :
81
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
82
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
83
 
am__v_GEN_0 = @echo "  GEN     " $@;
84
 
am__v_GEN_1 = 
85
 
AM_V_at = $(am__v_at_@AM_V@)
86
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
87
 
am__v_at_0 = @
88
 
am__v_at_1 = 
89
76
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90
77
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
91
78
am__depfiles_maybe = depfiles
98
85
        $(AM_CFLAGS) $(CFLAGS)
99
86
AM_V_CC = $(am__v_CC_@AM_V@)
100
87
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
101
 
am__v_CC_0 = @echo "  CC      " $@;
102
 
am__v_CC_1 = 
 
88
am__v_CC_0 = @echo "  CC    " $@;
 
89
AM_V_at = $(am__v_at_@AM_V@)
 
90
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
91
am__v_at_0 = @
103
92
CCLD = $(CC)
104
93
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
105
94
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
106
95
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
107
96
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
108
97
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
109
 
am__v_CCLD_0 = @echo "  CCLD    " $@;
110
 
am__v_CCLD_1 = 
 
98
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
101
am__v_GEN_0 = @echo "  GEN   " $@;
111
102
SOURCES = $(radeon_ttm_SOURCES)
112
103
DIST_SOURCES = $(radeon_ttm_SOURCES)
113
104
am__can_run_installinfo = \
115
106
    n|no|NO) false;; \
116
107
    *) (install-info --version) >/dev/null 2>&1;; \
117
108
  esac
118
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
119
 
# Read a list of newline-separated strings from the standard input,
120
 
# and print each of them once, without duplicates.  Input order is
121
 
# *not* preserved.
122
 
am__uniquify_input = $(AWK) '\
123
 
  BEGIN { nonempty = 0; } \
124
 
  { items[$$0] = 1; nonempty = 1; } \
125
 
  END { if (nonempty) { for (i in items) print i; }; } \
126
 
'
127
 
# Make sure the list of sources is unique.  This is necessary because,
128
 
# e.g., the same source file might be shared among _SOURCES variables
129
 
# for different programs/libraries.
130
 
am__define_uniq_tagged_files = \
131
 
  list='$(am__tagged_files)'; \
132
 
  unique=`for i in $$list; do \
133
 
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
134
 
  done | $(am__uniquify_input)`
135
109
ETAGS = etags
136
110
CTAGS = ctags
137
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
364
338
clean-libtool:
365
339
        -rm -rf .libs _libs
366
340
 
367
 
ID: $(am__tagged_files)
368
 
        $(am__define_uniq_tagged_files); mkid -fID $$unique
369
 
tags: tags-am
370
 
TAGS: tags
 
341
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
342
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
343
        unique=`for i in $$list; do \
 
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
345
          done | \
 
346
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
348
        mkid -fID $$unique
 
349
tags: TAGS
371
350
 
372
 
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
351
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
352
                $(TAGS_FILES) $(LISP)
373
353
        set x; \
374
354
        here=`pwd`; \
375
 
        $(am__define_uniq_tagged_files); \
 
355
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
356
        unique=`for i in $$list; do \
 
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
358
          done | \
 
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
376
361
        shift; \
377
362
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378
363
          test -n "$$unique" || unique=$$empty_fix; \
384
369
              $$unique; \
385
370
          fi; \
386
371
        fi
387
 
ctags: ctags-am
388
 
 
389
 
CTAGS: ctags
390
 
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
391
 
        $(am__define_uniq_tagged_files); \
 
372
ctags: CTAGS
 
373
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
374
                $(TAGS_FILES) $(LISP)
 
375
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
376
        unique=`for i in $$list; do \
 
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
378
          done | \
 
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
381
        test -z "$(CTAGS_ARGS)$$unique" \
393
382
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394
383
             $$unique
397
386
        here=`$(am__cd) $(top_builddir) && pwd` \
398
387
          && $(am__cd) $(top_srcdir) \
399
388
          && gtags -i $(GTAGS_ARGS) "$$here"
400
 
cscopelist: cscopelist-am
401
 
 
402
 
cscopelist-am: $(am__tagged_files)
403
 
        list='$(am__tagged_files)'; \
404
 
        case "$(srcdir)" in \
405
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
406
 
          *) sdir=$(subdir)/$(srcdir) ;; \
407
 
        esac; \
408
 
        for i in $$list; do \
409
 
          if test -f "$$i"; then \
410
 
            echo "$(subdir)/$$i"; \
411
 
          else \
412
 
            echo "$$sdir/$$i"; \
413
 
          fi; \
414
 
        done >> $(top_builddir)/cscope.files
415
389
 
416
390
distclean-tags:
417
391
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
553
527
 
554
528
.MAKE: install-am install-strip
555
529
 
556
 
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
557
 
        clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
558
 
        ctags-am distclean distclean-compile distclean-generic \
559
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
560
 
        html-am info info-am install install-am install-data \
561
 
        install-data-am install-dvi install-dvi-am install-exec \
562
 
        install-exec-am install-html install-html-am install-info \
563
 
        install-info-am install-man install-pdf install-pdf-am \
564
 
        install-ps install-ps-am install-strip installcheck \
565
 
        installcheck-am installdirs maintainer-clean \
566
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
567
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
568
 
        tags tags-am uninstall uninstall-am
 
530
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
531
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
532
        distclean-compile distclean-generic distclean-libtool \
 
533
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
534
        install install-am install-data install-data-am install-dvi \
 
535
        install-dvi-am install-exec install-exec-am install-html \
 
536
        install-html-am install-info install-info-am install-man \
 
537
        install-pdf install-pdf-am install-ps install-ps-am \
 
538
        install-strip installcheck installcheck-am installdirs \
 
539
        maintainer-clean maintainer-clean-generic mostlyclean \
 
540
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
541
        pdf pdf-am ps ps-am tags uninstall uninstall-am
569
542
 
570
543
 
571
544
# Tell versions [3.59,3.63) of GNU make to not export all variables.