~ubuntu-branches/debian/jessie/xserver-xorg-video-intel/jessie

« back to all changes in this revision

Viewing changes to src/legacy/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2012-05-26 12:38:07 UTC
  • mfrom: (26.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120526123807-esybcmtb8h417v2r
Tags: 2:2.19.0-1
New upstream release.

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.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
93
110
        install-pdf-recursive install-ps-recursive install-recursive \
94
111
        installcheck-recursive installdirs-recursive pdf-recursive \
95
112
        ps-recursive uninstall-recursive
 
113
am__can_run_installinfo = \
 
114
  case $$AM_UPDATE_INFO_DIR in \
 
115
    n|no|NO) false;; \
 
116
    *) (install-info --version) >/dev/null 2>&1;; \
 
117
  esac
96
118
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97
119
  distclean-recursive maintainer-clean-recursive
98
120
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
139
161
AUTOHEADER = @AUTOHEADER@
140
162
AUTOMAKE = @AUTOMAKE@
141
163
AWK = @AWK@
 
164
BASE_CFLAGS = @BASE_CFLAGS@
142
165
CC = @CC@
143
166
CCDEPMODE = @CCDEPMODE@
144
167
CFLAGS = @CFLAGS@
521
544
        done
522
545
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523
546
          if test "$$subdir" = .; then :; else \
524
 
            test -d "$(distdir)/$$subdir" \
525
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
526
 
            || exit 1; \
527
 
          fi; \
528
 
        done
529
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
530
 
          if test "$$subdir" = .; then :; else \
 
547
            $(am__make_dryrun) \
 
548
              || test -d "$(distdir)/$$subdir" \
 
549
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
550
              || exit 1; \
531
551
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
532
552
            $(am__relativize); \
533
553
            new_distdir=$$reldir; \