~ubuntu-branches/ubuntu/trusty/xserver-xorg-video-mga/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow, Julien Cristau
  • Date: 2006-12-12 21:10:04 UTC
  • Revision ID: james.westby@ubuntu.com-20061212211004-1a7ie8k6bhetn50j
Tags: 1:1.4.4.dfsg.1-2
[ Julien Cristau ]
* Add link to xserver-xorg-core bug script, so that bugreports contain
  the user's config and log files.
* Bump dependency on xserver-xorg-core to >= 2:1.1.1-11, as previous
  versions don't have the bug script.
* Steal patch from upstream git which should fix a graphics corruption with
  Mystique rev2 cards (closes: #320328).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
33
33
#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
34
34
#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35
35
#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
 
srcdir = @srcdir@
37
 
top_srcdir = @top_srcdir@
38
36
VPATH = @srcdir@
39
37
pkgdatadir = $(datadir)/@PACKAGE@
40
38
pkglibdir = $(libdir)/@PACKAGE@
41
39
pkgincludedir = $(includedir)/@PACKAGE@
42
 
top_builddir = .
43
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
 
INSTALL = @INSTALL@
45
41
install_sh_DATA = $(install_sh) -c -m 644
46
42
install_sh_PROGRAM = $(install_sh) -c
47
43
install_sh_SCRIPT = $(install_sh) -c
55
51
POST_UNINSTALL = :
56
52
build_triplet = @build@
57
53
host_triplet = @host@
 
54
subdir = .
58
55
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
59
56
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
60
 
        $(top_srcdir)/configure COPYING ChangeLog config.guess \
61
 
        config.sub depcomp install-sh ltmain.sh missing
62
 
subdir = .
 
57
        $(top_srcdir)/configure COPYING ChangeLog compile config.guess \
 
58
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
63
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
60
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
62
        $(ACLOCAL_M4)
67
63
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68
 
 configure.lineno configure.status.lineno
69
 
mkinstalldirs = $(install_sh) -d
 
64
 configure.lineno config.status.lineno
 
65
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70
66
CONFIG_HEADER = config.h
71
67
CONFIG_CLEAN_FILES =
72
68
SOURCES =
73
69
DIST_SOURCES =
74
70
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75
71
        html-recursive info-recursive install-data-recursive \
76
 
        install-exec-recursive install-info-recursive \
77
 
        install-recursive installcheck-recursive installdirs-recursive \
78
 
        pdf-recursive ps-recursive uninstall-info-recursive \
79
 
        uninstall-recursive
 
72
        install-dvi-recursive install-exec-recursive \
 
73
        install-html-recursive install-info-recursive \
 
74
        install-pdf-recursive install-ps-recursive install-recursive \
 
75
        installcheck-recursive installdirs-recursive pdf-recursive \
 
76
        ps-recursive uninstall-recursive
 
77
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
78
  distclean-recursive maintainer-clean-recursive
80
79
ETAGS = etags
81
80
CTAGS = ctags
82
81
DIST_SUBDIRS = $(SUBDIRS)
94
93
ACLOCAL = @ACLOCAL@
95
94
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
96
95
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
97
 
AMDEP_FALSE = @AMDEP_FALSE@
98
 
AMDEP_TRUE = @AMDEP_TRUE@
99
96
AMTAR = @AMTAR@
100
97
APP_MAN_DIR = @APP_MAN_DIR@
101
98
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
120
117
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
121
118
DRIVER_NAME = @DRIVER_NAME@
122
119
DRI_CFLAGS = @DRI_CFLAGS@
123
 
DRI_FALSE = @DRI_FALSE@
124
120
DRI_LIBS = @DRI_LIBS@
125
 
DRI_TRUE = @DRI_TRUE@
126
121
ECHO = @ECHO@
127
122
ECHO_C = @ECHO_C@
128
123
ECHO_N = @ECHO_N@
133
128
FFLAGS = @FFLAGS@
134
129
FILE_MAN_DIR = @FILE_MAN_DIR@
135
130
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
131
GREP = @GREP@
 
132
INSTALL = @INSTALL@
136
133
INSTALL_DATA = @INSTALL_DATA@
137
134
INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
135
INSTALL_SCRIPT = @INSTALL_SCRIPT@
146
143
LN_S = @LN_S@
147
144
LTLIBOBJS = @LTLIBOBJS@
148
145
MAINT = @MAINT@
149
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
150
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
151
146
MAKEINFO = @MAKEINFO@
152
147
MISC_MAN_DIR = @MISC_MAN_DIR@
153
148
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
149
MKDIR_P = @MKDIR_P@
154
150
OBJEXT = @OBJEXT@
155
151
PACKAGE = @PACKAGE@
156
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164
160
SET_MAKE = @SET_MAKE@
165
161
SHELL = @SHELL@
166
162
STRIP = @STRIP@
167
 
USE_EXA_FALSE = @USE_EXA_FALSE@
168
 
USE_EXA_TRUE = @USE_EXA_TRUE@
169
 
USE_XAA_FALSE = @USE_XAA_FALSE@
170
 
USE_XAA_TRUE = @USE_XAA_TRUE@
171
163
VERSION = @VERSION@
172
164
XORG_CFLAGS = @XORG_CFLAGS@
173
165
XORG_LIBS = @XORG_LIBS@
174
 
ac_ct_AR = @ac_ct_AR@
 
166
abs_builddir = @abs_builddir@
 
167
abs_srcdir = @abs_srcdir@
 
168
abs_top_builddir = @abs_top_builddir@
 
169
abs_top_srcdir = @abs_top_srcdir@
175
170
ac_ct_CC = @ac_ct_CC@
176
171
ac_ct_CXX = @ac_ct_CXX@
177
172
ac_ct_F77 = @ac_ct_F77@
178
 
ac_ct_RANLIB = @ac_ct_RANLIB@
179
 
ac_ct_STRIP = @ac_ct_STRIP@
180
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
181
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
182
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
183
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
184
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
185
173
am__include = @am__include@
186
174
am__leading_dot = @am__leading_dot@
187
175
am__quote = @am__quote@
193
181
build_cpu = @build_cpu@
194
182
build_os = @build_os@
195
183
build_vendor = @build_vendor@
 
184
builddir = @builddir@
196
185
datadir = @datadir@
 
186
datarootdir = @datarootdir@
 
187
docdir = @docdir@
 
188
dvidir = @dvidir@
197
189
exec_prefix = @exec_prefix@
198
190
host = @host@
199
191
host_alias = @host_alias@
200
192
host_cpu = @host_cpu@
201
193
host_os = @host_os@
202
194
host_vendor = @host_vendor@
 
195
htmldir = @htmldir@
203
196
includedir = @includedir@
204
197
infodir = @infodir@
205
198
install_sh = @install_sh@
206
199
libdir = @libdir@
207
200
libexecdir = @libexecdir@
 
201
localedir = @localedir@
208
202
localstatedir = @localstatedir@
209
203
mandir = @mandir@
210
204
mkdir_p = @mkdir_p@
211
205
moduledir = @moduledir@
212
206
oldincludedir = @oldincludedir@
 
207
pdfdir = @pdfdir@
213
208
prefix = @prefix@
214
209
program_transform_name = @program_transform_name@
 
210
psdir = @psdir@
215
211
sbindir = @sbindir@
216
212
sharedstatedir = @sharedstatedir@
 
213
srcdir = @srcdir@
217
214
sysconfdir = @sysconfdir@
218
215
target_alias = @target_alias@
 
216
top_builddir = @top_builddir@
 
217
top_srcdir = @top_srcdir@
219
218
AUTOMAKE_OPTIONS = foreign
220
219
SUBDIRS = src man util
221
220
CLEANFILES = ChangeLog
261
260
config.h: stamp-h1
262
261
        @if test ! -f $@; then \
263
262
          rm -f stamp-h1; \
264
 
          $(MAKE) stamp-h1; \
 
263
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
265
264
        else :; fi
266
265
 
267
266
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
283
282
 
284
283
distclean-libtool:
285
284
        -rm -f libtool
286
 
uninstall-info-am:
287
285
 
288
286
# This directory's subdirectories are mostly independent; you can cd
289
287
# into them and run `make' without going through this Makefile.
316
314
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
317
315
        fi; test -z "$$fail"
318
316
 
319
 
mostlyclean-recursive clean-recursive distclean-recursive \
320
 
maintainer-clean-recursive:
 
317
$(RECURSIVE_CLEAN_TARGETS):
321
318
        @failcom='exit 1'; \
322
319
        for f in x $$MAKEFLAGS; do \
323
320
          case $$f in \
419
416
 
420
417
distdir: $(DISTFILES)
421
418
        $(am__remove_distdir)
422
 
        mkdir $(distdir)
423
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
424
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
425
 
        list='$(DISTFILES)'; for file in $$list; do \
426
 
          case $$file in \
427
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
428
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
429
 
          esac; \
 
419
        test -d $(distdir) || mkdir $(distdir)
 
420
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
421
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
422
        list='$(DISTFILES)'; \
 
423
          dist_files=`for file in $$list; do echo $$file; done | \
 
424
          sed -e "s|^$$srcdirstrip/||;t" \
 
425
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
426
        case $$dist_files in \
 
427
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
428
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
429
                           sort -u` ;; \
 
430
        esac; \
 
431
        for file in $$dist_files; do \
430
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
432
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
433
 
            dir="/$$dir"; \
434
 
            $(mkdir_p) "$(distdir)$$dir"; \
435
 
          else \
436
 
            dir=''; \
437
 
          fi; \
438
433
          if test -d $$d/$$file; then \
 
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439
435
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
436
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441
437
            fi; \
449
445
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
446
          if test "$$subdir" = .; then :; else \
451
447
            test -d "$(distdir)/$$subdir" \
452
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
448
            || $(MKDIR_P) "$(distdir)/$$subdir" \
453
449
            || exit 1; \
454
450
            distdir=`$(am__cd) $(distdir) && pwd`; \
455
451
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
457
453
              $(MAKE) $(AM_MAKEFLAGS) \
458
454
                top_distdir="$$top_distdir" \
459
455
                distdir="$$distdir/$$subdir" \
 
456
                am__remove_distdir=: \
 
457
                am__skip_length_check=: \
460
458
                distdir) \
461
459
              || exit 1; \
462
460
          fi; \
467
465
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
468
466
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
469
467
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
470
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
468
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
471
469
        || chmod -R a+r $(distdir)
472
470
dist-gzip: distdir
473
471
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
542
540
        $(am__remove_distdir)
543
541
        @(echo "$(distdir) archives ready for distribution: "; \
544
542
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
545
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
543
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
546
544
distuninstallcheck:
547
545
        @cd $(distuninstallcheck_dir) \
548
546
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
613
611
 
614
612
install-data-am:
615
613
 
 
614
install-dvi: install-dvi-recursive
 
615
 
616
616
install-exec-am:
617
617
 
 
618
install-html: install-html-recursive
 
619
 
618
620
install-info: install-info-recursive
619
621
 
620
622
install-man:
621
623
 
 
624
install-pdf: install-pdf-recursive
 
625
 
 
626
install-ps: install-ps-recursive
 
627
 
622
628
installcheck-am:
623
629
 
624
630
maintainer-clean: maintainer-clean-recursive
639
645
 
640
646
ps-am:
641
647
 
642
 
uninstall-am: uninstall-info-am
643
 
 
644
 
uninstall-info: uninstall-info-recursive
645
 
 
646
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
647
 
        check-am clean clean-generic clean-libtool clean-recursive \
648
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
649
 
        dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
650
 
        distclean-generic distclean-hdr distclean-libtool \
651
 
        distclean-recursive distclean-tags distcleancheck distdir \
652
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
653
 
        install install-am install-data install-data-am install-exec \
654
 
        install-exec-am install-info install-info-am install-man \
655
 
        install-strip installcheck installcheck-am installdirs \
656
 
        installdirs-am maintainer-clean maintainer-clean-generic \
657
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
658
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
659
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
648
uninstall-am:
 
649
 
 
650
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
651
        install-strip
 
652
 
 
653
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
654
        all all-am am--refresh check check-am clean clean-generic \
 
655
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
656
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
 
657
        distclean distclean-generic distclean-hdr distclean-libtool \
 
658
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
659
        dvi-am html html-am info info-am install install-am \
 
660
        install-data install-data-am install-dvi install-dvi-am \
 
661
        install-exec install-exec-am install-html install-html-am \
 
662
        install-info install-info-am install-man install-pdf \
 
663
        install-pdf-am install-ps install-ps-am install-strip \
 
664
        installcheck installcheck-am installdirs installdirs-am \
 
665
        maintainer-clean maintainer-clean-generic mostlyclean \
 
666
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
667
        tags tags-recursive uninstall uninstall-am
660
668
 
661
669
 
662
670
.PHONY: ChangeLog