~ubuntu-branches/ubuntu/trusty/xserver-xorg-video-mach64-lts-xenial/trusty-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2016-05-03 14:02:37 UTC
  • Revision ID: package-import@ubuntu.com-20160503140237-y946gbjc7p6fg9fn
Tags: upstream-6.9.5
ImportĀ upstreamĀ versionĀ 6.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#  Copyright 2005 Adam Jackson.
 
18
#
 
19
#  Permission is hereby granted, free of charge, to any person obtaining a
 
20
#  copy of this software and associated documentation files (the "Software"),
 
21
#  to deal in the Software without restriction, including without limitation
 
22
#  on the rights to use, copy, modify, merge, publish, distribute, sub
 
23
#  license, and/or sell copies of the Software, and to permit persons to whom
 
24
#  the Software is furnished to do so, subject to the following conditions:
 
25
#
 
26
#  The above copyright notice and this permission notice (including the next
 
27
#  paragraph) shall be included in all copies or substantial portions of the
 
28
#  Software.
 
29
#
 
30
#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
31
#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
32
#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
 
33
#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 
34
#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
35
#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
36
VPATH = @srcdir@
 
37
am__is_gnu_make = { \
 
38
  if test -z '$(MAKELEVEL)'; then \
 
39
    false; \
 
40
  elif test -n '$(MAKE_HOST)'; then \
 
41
    true; \
 
42
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
43
    true; \
 
44
  else \
 
45
    false; \
 
46
  fi; \
 
47
}
 
48
am__make_running_with_option = \
 
49
  case $${target_option-} in \
 
50
      ?) ;; \
 
51
      *) echo "am__make_running_with_option: internal error: invalid" \
 
52
              "target option '$${target_option-}' specified" >&2; \
 
53
         exit 1;; \
 
54
  esac; \
 
55
  has_opt=no; \
 
56
  sane_makeflags=$$MAKEFLAGS; \
 
57
  if $(am__is_gnu_make); then \
 
58
    sane_makeflags=$$MFLAGS; \
 
59
  else \
 
60
    case $$MAKEFLAGS in \
 
61
      *\\[\ \   ]*) \
 
62
        bs=\\; \
 
63
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
64
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
65
    esac; \
 
66
  fi; \
 
67
  skip_next=no; \
 
68
  strip_trailopt () \
 
69
  { \
 
70
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
71
  }; \
 
72
  for flg in $$sane_makeflags; do \
 
73
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
74
    case $$flg in \
 
75
      *=*|--*) continue;; \
 
76
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
77
      -*I?*) strip_trailopt 'I';; \
 
78
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
79
      -*O?*) strip_trailopt 'O';; \
 
80
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
81
      -*l?*) strip_trailopt 'l';; \
 
82
      -[dEDm]) skip_next=yes;; \
 
83
      -[JT]) skip_next=yes;; \
 
84
    esac; \
 
85
    case $$flg in \
 
86
      *$$target_option*) has_opt=yes; break;; \
 
87
    esac; \
 
88
  done; \
 
89
  test $$has_opt = yes
 
90
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
91
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
92
pkgdatadir = $(datadir)/@PACKAGE@
 
93
pkgincludedir = $(includedir)/@PACKAGE@
 
94
pkglibdir = $(libdir)/@PACKAGE@
 
95
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
96
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
97
install_sh_DATA = $(install_sh) -c -m 644
 
98
install_sh_PROGRAM = $(install_sh) -c
 
99
install_sh_SCRIPT = $(install_sh) -c
 
100
INSTALL_HEADER = $(INSTALL_DATA)
 
101
transform = $(program_transform_name)
 
102
NORMAL_INSTALL = :
 
103
PRE_INSTALL = :
 
104
POST_INSTALL = :
 
105
NORMAL_UNINSTALL = :
 
106
PRE_UNINSTALL = :
 
107
POST_UNINSTALL = :
 
108
build_triplet = @build@
 
109
host_triplet = @host@
 
110
subdir = .
 
111
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
112
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
113
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
114
        $(ACLOCAL_M4)
 
115
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 
116
        $(am__configure_deps) $(am__DIST_COMMON)
 
117
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
118
 configure.lineno config.status.lineno
 
119
mkinstalldirs = $(install_sh) -d
 
120
CONFIG_HEADER = config.h
 
121
CONFIG_CLEAN_FILES =
 
122
CONFIG_CLEAN_VPATH_FILES =
 
123
AM_V_P = $(am__v_P_@AM_V@)
 
124
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
125
am__v_P_0 = false
 
126
am__v_P_1 = :
 
127
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
128
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
129
am__v_GEN_0 = @echo "  GEN     " $@;
 
130
am__v_GEN_1 = 
 
131
AM_V_at = $(am__v_at_@AM_V@)
 
132
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
133
am__v_at_0 = @
 
134
am__v_at_1 = 
 
135
SOURCES =
 
136
DIST_SOURCES =
 
137
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
138
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
139
        install-data-recursive install-dvi-recursive \
 
140
        install-exec-recursive install-html-recursive \
 
141
        install-info-recursive install-pdf-recursive \
 
142
        install-ps-recursive install-recursive installcheck-recursive \
 
143
        installdirs-recursive pdf-recursive ps-recursive \
 
144
        tags-recursive uninstall-recursive
 
145
am__can_run_installinfo = \
 
146
  case $$AM_UPDATE_INFO_DIR in \
 
147
    n|no|NO) false;; \
 
148
    *) (install-info --version) >/dev/null 2>&1;; \
 
149
  esac
 
150
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
151
  distclean-recursive maintainer-clean-recursive
 
152
am__recursive_targets = \
 
153
  $(RECURSIVE_TARGETS) \
 
154
  $(RECURSIVE_CLEAN_TARGETS) \
 
155
  $(am__extra_recursive_targets)
 
156
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
157
        cscope distdir dist dist-all distcheck
 
158
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
159
        $(LISP)config.h.in
 
160
# Read a list of newline-separated strings from the standard input,
 
161
# and print each of them once, without duplicates.  Input order is
 
162
# *not* preserved.
 
163
am__uniquify_input = $(AWK) '\
 
164
  BEGIN { nonempty = 0; } \
 
165
  { items[$$0] = 1; nonempty = 1; } \
 
166
  END { if (nonempty) { for (i in items) print i; }; } \
 
167
'
 
168
# Make sure the list of sources is unique.  This is necessary because,
 
169
# e.g., the same source file might be shared among _SOURCES variables
 
170
# for different programs/libraries.
 
171
am__define_uniq_tagged_files = \
 
172
  list='$(am__tagged_files)'; \
 
173
  unique=`for i in $$list; do \
 
174
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
175
  done | $(am__uniquify_input)`
 
176
ETAGS = etags
 
177
CTAGS = ctags
 
178
CSCOPE = cscope
 
179
DIST_SUBDIRS = $(SUBDIRS)
 
180
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
 
181
        ChangeLog INSTALL README compile config.guess config.sub \
 
182
        install-sh ltmain.sh missing
 
183
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
184
distdir = $(PACKAGE)-$(VERSION)
 
185
top_distdir = $(distdir)
 
186
am__remove_distdir = \
 
187
  if test -d "$(distdir)"; then \
 
188
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
189
      && rm -rf "$(distdir)" \
 
190
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
191
  else :; fi
 
192
am__post_remove_distdir = $(am__remove_distdir)
 
193
am__relativize = \
 
194
  dir0=`pwd`; \
 
195
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
196
  sed_rest='s,^[^/]*/*,,'; \
 
197
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
198
  sed_butlast='s,/*[^/]*$$,,'; \
 
199
  while test -n "$$dir1"; do \
 
200
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
201
    if test "$$first" != "."; then \
 
202
      if test "$$first" = ".."; then \
 
203
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
204
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
205
      else \
 
206
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
207
        if test "$$first2" = "$$first"; then \
 
208
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
209
        else \
 
210
          dir2="../$$dir2"; \
 
211
        fi; \
 
212
        dir0="$$dir0"/"$$first"; \
 
213
      fi; \
 
214
    fi; \
 
215
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
216
  done; \
 
217
  reldir="$$dir2"
 
218
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
219
GZIP_ENV = --best
 
220
DIST_TARGETS = dist-bzip2 dist-gzip
 
221
distuninstallcheck_listfiles = find . -type f -print
 
222
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
223
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
224
distcleancheck_listfiles = find . -type f -print
 
225
ACLOCAL = @ACLOCAL@
 
226
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 
227
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
 
228
AMTAR = @AMTAR@
 
229
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
230
APP_MAN_DIR = @APP_MAN_DIR@
 
231
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
 
232
AR = @AR@
 
233
AUTOCONF = @AUTOCONF@
 
234
AUTOHEADER = @AUTOHEADER@
 
235
AUTOMAKE = @AUTOMAKE@
 
236
AWK = @AWK@
 
237
BASE_CFLAGS = @BASE_CFLAGS@
 
238
CC = @CC@
 
239
CCDEPMODE = @CCDEPMODE@
 
240
CFLAGS = @CFLAGS@
 
241
CHANGELOG_CMD = @CHANGELOG_CMD@
 
242
CPP = @CPP@
 
243
CPPFLAGS = @CPPFLAGS@
 
244
CWARNFLAGS = @CWARNFLAGS@
 
245
CYGPATH_W = @CYGPATH_W@
 
246
DEFS = @DEFS@
 
247
DEPDIR = @DEPDIR@
 
248
DLLTOOL = @DLLTOOL@
 
249
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 
250
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 
251
DRIVER_NAME = @DRIVER_NAME@
 
252
DRI_CFLAGS = @DRI_CFLAGS@
 
253
DRI_LIBS = @DRI_LIBS@
 
254
DSYMUTIL = @DSYMUTIL@
 
255
DUMPBIN = @DUMPBIN@
 
256
ECHO_C = @ECHO_C@
 
257
ECHO_N = @ECHO_N@
 
258
ECHO_T = @ECHO_T@
 
259
EGREP = @EGREP@
 
260
EXEEXT = @EXEEXT@
 
261
FGREP = @FGREP@
 
262
FILE_MAN_DIR = @FILE_MAN_DIR@
 
263
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 
264
GREP = @GREP@
 
265
INSTALL = @INSTALL@
 
266
INSTALL_CMD = @INSTALL_CMD@
 
267
INSTALL_DATA = @INSTALL_DATA@
 
268
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
269
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
270
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
271
LD = @LD@
 
272
LDFLAGS = @LDFLAGS@
 
273
LIBOBJS = @LIBOBJS@
 
274
LIBS = @LIBS@
 
275
LIBTOOL = @LIBTOOL@
 
276
LIB_MAN_DIR = @LIB_MAN_DIR@
 
277
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
278
LIPO = @LIPO@
 
279
LN_S = @LN_S@
 
280
LTLIBOBJS = @LTLIBOBJS@
 
281
MAINT = @MAINT@
 
282
MAKEINFO = @MAKEINFO@
 
283
MANIFEST_TOOL = @MANIFEST_TOOL@
 
284
MAN_SUBSTS = @MAN_SUBSTS@
 
285
MISC_MAN_DIR = @MISC_MAN_DIR@
 
286
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 
287
MKDIR_P = @MKDIR_P@
 
288
NM = @NM@
 
289
NMEDIT = @NMEDIT@
 
290
OBJDUMP = @OBJDUMP@
 
291
OBJEXT = @OBJEXT@
 
292
OTOOL = @OTOOL@
 
293
OTOOL64 = @OTOOL64@
 
294
PACKAGE = @PACKAGE@
 
295
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
296
PACKAGE_NAME = @PACKAGE_NAME@
 
297
PACKAGE_STRING = @PACKAGE_STRING@
 
298
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
299
PACKAGE_URL = @PACKAGE_URL@
 
300
PACKAGE_VERSION = @PACKAGE_VERSION@
 
301
PATH_SEPARATOR = @PATH_SEPARATOR@
 
302
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
 
303
PCIACCESS_LIBS = @PCIACCESS_LIBS@
 
304
PKG_CONFIG = @PKG_CONFIG@
 
305
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
306
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
307
RANLIB = @RANLIB@
 
308
SED = @SED@
 
309
SET_MAKE = @SET_MAKE@
 
310
SHELL = @SHELL@
 
311
STRICT_CFLAGS = @STRICT_CFLAGS@
 
312
STRIP = @STRIP@
 
313
VERSION = @VERSION@
 
314
XEXT_CFLAGS = @XEXT_CFLAGS@
 
315
XEXT_LIBS = @XEXT_LIBS@
 
316
XORG_CFLAGS = @XORG_CFLAGS@
 
317
XORG_LIBS = @XORG_LIBS@
 
318
XORG_MAN_PAGE = @XORG_MAN_PAGE@
 
319
abs_builddir = @abs_builddir@
 
320
abs_srcdir = @abs_srcdir@
 
321
abs_top_builddir = @abs_top_builddir@
 
322
abs_top_srcdir = @abs_top_srcdir@
 
323
ac_ct_AR = @ac_ct_AR@
 
324
ac_ct_CC = @ac_ct_CC@
 
325
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
326
am__include = @am__include@
 
327
am__leading_dot = @am__leading_dot@
 
328
am__quote = @am__quote@
 
329
am__tar = @am__tar@
 
330
am__untar = @am__untar@
 
331
bindir = @bindir@
 
332
build = @build@
 
333
build_alias = @build_alias@
 
334
build_cpu = @build_cpu@
 
335
build_os = @build_os@
 
336
build_vendor = @build_vendor@
 
337
builddir = @builddir@
 
338
datadir = @datadir@
 
339
datarootdir = @datarootdir@
 
340
docdir = @docdir@
 
341
dvidir = @dvidir@
 
342
exec_prefix = @exec_prefix@
 
343
host = @host@
 
344
host_alias = @host_alias@
 
345
host_cpu = @host_cpu@
 
346
host_os = @host_os@
 
347
host_vendor = @host_vendor@
 
348
htmldir = @htmldir@
 
349
includedir = @includedir@
 
350
infodir = @infodir@
 
351
install_sh = @install_sh@
 
352
libdir = @libdir@
 
353
libexecdir = @libexecdir@
 
354
localedir = @localedir@
 
355
localstatedir = @localstatedir@
 
356
mandir = @mandir@
 
357
mkdir_p = @mkdir_p@
 
358
moduledir = @moduledir@
 
359
oldincludedir = @oldincludedir@
 
360
pdfdir = @pdfdir@
 
361
prefix = @prefix@
 
362
program_transform_name = @program_transform_name@
 
363
psdir = @psdir@
 
364
sbindir = @sbindir@
 
365
sharedstatedir = @sharedstatedir@
 
366
srcdir = @srcdir@
 
367
sysconfdir = @sysconfdir@
 
368
target_alias = @target_alias@
 
369
top_build_prefix = @top_build_prefix@
 
370
top_builddir = @top_builddir@
 
371
top_srcdir = @top_srcdir@
 
372
SUBDIRS = src man
 
373
MAINTAINERCLEANFILES = ChangeLog INSTALL
 
374
all: config.h
 
375
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
376
 
 
377
.SUFFIXES:
 
378
am--refresh: Makefile
 
379
        @:
 
380
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
381
        @for dep in $?; do \
 
382
          case '$(am__configure_deps)' in \
 
383
            *$$dep*) \
 
384
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
385
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
386
                && exit 0; \
 
387
              exit 1;; \
 
388
          esac; \
 
389
        done; \
 
390
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
391
        $(am__cd) $(top_srcdir) && \
 
392
          $(AUTOMAKE) --foreign Makefile
 
393
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
394
        @case '$?' in \
 
395
          *config.status*) \
 
396
            echo ' $(SHELL) ./config.status'; \
 
397
            $(SHELL) ./config.status;; \
 
398
          *) \
 
399
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
400
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
401
        esac;
 
402
 
 
403
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
404
        $(SHELL) ./config.status --recheck
 
405
 
 
406
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
407
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
408
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
409
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
410
$(am__aclocal_m4_deps):
 
411
 
 
412
config.h: stamp-h1
 
413
        @test -f $@ || rm -f stamp-h1
 
414
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
415
 
 
416
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
417
        @rm -f stamp-h1
 
418
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
419
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
420
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
421
        rm -f stamp-h1
 
422
        touch $@
 
423
 
 
424
distclean-hdr:
 
425
        -rm -f config.h stamp-h1
 
426
 
 
427
mostlyclean-libtool:
 
428
        -rm -f *.lo
 
429
 
 
430
clean-libtool:
 
431
        -rm -rf .libs _libs
 
432
 
 
433
distclean-libtool:
 
434
        -rm -f libtool config.lt
 
435
 
 
436
# This directory's subdirectories are mostly independent; you can cd
 
437
# into them and run 'make' without going through this Makefile.
 
438
# To change the values of 'make' variables: instead of editing Makefiles,
 
439
# (1) if the variable is set in 'config.status', edit 'config.status'
 
440
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
441
# (2) otherwise, pass the desired values on the 'make' command line.
 
442
$(am__recursive_targets):
 
443
        @fail=; \
 
444
        if $(am__make_keepgoing); then \
 
445
          failcom='fail=yes'; \
 
446
        else \
 
447
          failcom='exit 1'; \
 
448
        fi; \
 
449
        dot_seen=no; \
 
450
        target=`echo $@ | sed s/-recursive//`; \
 
451
        case "$@" in \
 
452
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
453
          *) list='$(SUBDIRS)' ;; \
 
454
        esac; \
 
455
        for subdir in $$list; do \
 
456
          echo "Making $$target in $$subdir"; \
 
457
          if test "$$subdir" = "."; then \
 
458
            dot_seen=yes; \
 
459
            local_target="$$target-am"; \
 
460
          else \
 
461
            local_target="$$target"; \
 
462
          fi; \
 
463
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
464
          || eval $$failcom; \
 
465
        done; \
 
466
        if test "$$dot_seen" = "no"; then \
 
467
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
468
        fi; test -z "$$fail"
 
469
 
 
470
ID: $(am__tagged_files)
 
471
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
472
tags: tags-recursive
 
473
TAGS: tags
 
474
 
 
475
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
476
        set x; \
 
477
        here=`pwd`; \
 
478
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
479
          include_option=--etags-include; \
 
480
          empty_fix=.; \
 
481
        else \
 
482
          include_option=--include; \
 
483
          empty_fix=; \
 
484
        fi; \
 
485
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
486
          if test "$$subdir" = .; then :; else \
 
487
            test ! -f $$subdir/TAGS || \
 
488
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
489
          fi; \
 
490
        done; \
 
491
        $(am__define_uniq_tagged_files); \
 
492
        shift; \
 
493
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
494
          test -n "$$unique" || unique=$$empty_fix; \
 
495
          if test $$# -gt 0; then \
 
496
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
497
              "$$@" $$unique; \
 
498
          else \
 
499
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
500
              $$unique; \
 
501
          fi; \
 
502
        fi
 
503
ctags: ctags-recursive
 
504
 
 
505
CTAGS: ctags
 
506
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
507
        $(am__define_uniq_tagged_files); \
 
508
        test -z "$(CTAGS_ARGS)$$unique" \
 
509
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
510
             $$unique
 
511
 
 
512
GTAGS:
 
513
        here=`$(am__cd) $(top_builddir) && pwd` \
 
514
          && $(am__cd) $(top_srcdir) \
 
515
          && gtags -i $(GTAGS_ARGS) "$$here"
 
516
cscope: cscope.files
 
517
        test ! -s cscope.files \
 
518
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
519
clean-cscope:
 
520
        -rm -f cscope.files
 
521
cscope.files: clean-cscope cscopelist
 
522
cscopelist: cscopelist-recursive
 
523
 
 
524
cscopelist-am: $(am__tagged_files)
 
525
        list='$(am__tagged_files)'; \
 
526
        case "$(srcdir)" in \
 
527
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
528
          *) sdir=$(subdir)/$(srcdir) ;; \
 
529
        esac; \
 
530
        for i in $$list; do \
 
531
          if test -f "$$i"; then \
 
532
            echo "$(subdir)/$$i"; \
 
533
          else \
 
534
            echo "$$sdir/$$i"; \
 
535
          fi; \
 
536
        done >> $(top_builddir)/cscope.files
 
537
 
 
538
distclean-tags:
 
539
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
540
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
541
 
 
542
distdir: $(DISTFILES)
 
543
        $(am__remove_distdir)
 
544
        test -d "$(distdir)" || mkdir "$(distdir)"
 
545
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
546
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
547
        list='$(DISTFILES)'; \
 
548
          dist_files=`for file in $$list; do echo $$file; done | \
 
549
          sed -e "s|^$$srcdirstrip/||;t" \
 
550
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
551
        case $$dist_files in \
 
552
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
553
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
554
                           sort -u` ;; \
 
555
        esac; \
 
556
        for file in $$dist_files; do \
 
557
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
558
          if test -d $$d/$$file; then \
 
559
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
560
            if test -d "$(distdir)/$$file"; then \
 
561
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
562
            fi; \
 
563
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
564
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
565
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
566
            fi; \
 
567
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
568
          else \
 
569
            test -f "$(distdir)/$$file" \
 
570
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
571
            || exit 1; \
 
572
          fi; \
 
573
        done
 
574
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
575
          if test "$$subdir" = .; then :; else \
 
576
            $(am__make_dryrun) \
 
577
              || test -d "$(distdir)/$$subdir" \
 
578
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
579
              || exit 1; \
 
580
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
581
            $(am__relativize); \
 
582
            new_distdir=$$reldir; \
 
583
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
584
            $(am__relativize); \
 
585
            new_top_distdir=$$reldir; \
 
586
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
587
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
588
            ($(am__cd) $$subdir && \
 
589
              $(MAKE) $(AM_MAKEFLAGS) \
 
590
                top_distdir="$$new_top_distdir" \
 
591
                distdir="$$new_distdir" \
 
592
                am__remove_distdir=: \
 
593
                am__skip_length_check=: \
 
594
                am__skip_mode_fix=: \
 
595
                distdir) \
 
596
              || exit 1; \
 
597
          fi; \
 
598
        done
 
599
        $(MAKE) $(AM_MAKEFLAGS) \
 
600
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
601
          dist-hook
 
602
        -test -n "$(am__skip_mode_fix)" \
 
603
        || find "$(distdir)" -type d ! -perm -755 \
 
604
                -exec chmod u+rwx,go+rx {} \; -o \
 
605
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
606
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
607
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
608
        || chmod -R a+r "$(distdir)"
 
609
dist-gzip: distdir
 
610
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
611
        $(am__post_remove_distdir)
 
612
dist-bzip2: distdir
 
613
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
614
        $(am__post_remove_distdir)
 
615
 
 
616
dist-lzip: distdir
 
617
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
618
        $(am__post_remove_distdir)
 
619
 
 
620
dist-xz: distdir
 
621
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
622
        $(am__post_remove_distdir)
 
623
 
 
624
dist-tarZ: distdir
 
625
        @echo WARNING: "Support for distribution archives compressed with" \
 
626
                       "legacy program 'compress' is deprecated." >&2
 
627
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
628
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
629
        $(am__post_remove_distdir)
 
630
 
 
631
dist-shar: distdir
 
632
        @echo WARNING: "Support for shar distribution archives is" \
 
633
                       "deprecated." >&2
 
634
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
635
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
636
        $(am__post_remove_distdir)
 
637
 
 
638
dist-zip: distdir
 
639
        -rm -f $(distdir).zip
 
640
        zip -rq $(distdir).zip $(distdir)
 
641
        $(am__post_remove_distdir)
 
642
 
 
643
dist dist-all:
 
644
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
645
        $(am__post_remove_distdir)
 
646
 
 
647
# This target untars the dist file and tries a VPATH configuration.  Then
 
648
# it guarantees that the distribution is self-contained by making another
 
649
# tarfile.
 
650
distcheck: dist
 
651
        case '$(DIST_ARCHIVES)' in \
 
652
        *.tar.gz*) \
 
653
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
654
        *.tar.bz2*) \
 
655
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
656
        *.tar.lz*) \
 
657
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
658
        *.tar.xz*) \
 
659
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
660
        *.tar.Z*) \
 
661
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
662
        *.shar.gz*) \
 
663
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
664
        *.zip*) \
 
665
          unzip $(distdir).zip ;;\
 
666
        esac
 
667
        chmod -R a-w $(distdir)
 
668
        chmod u+w $(distdir)
 
669
        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
 
670
        chmod a-w $(distdir)
 
671
        test -d $(distdir)/_build || exit 0; \
 
672
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
673
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
674
          && am__cwd=`pwd` \
 
675
          && $(am__cd) $(distdir)/_build/sub \
 
676
          && ../../configure \
 
677
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
678
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
679
            --srcdir=../.. --prefix="$$dc_install_base" \
 
680
          && $(MAKE) $(AM_MAKEFLAGS) \
 
681
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
682
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
683
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
684
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
685
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
686
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
687
                distuninstallcheck \
 
688
          && chmod -R a-w "$$dc_install_base" \
 
689
          && ({ \
 
690
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
691
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
692
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
693
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
694
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
695
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
696
          && rm -rf "$$dc_destdir" \
 
697
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
698
          && rm -rf $(DIST_ARCHIVES) \
 
699
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
700
          && cd "$$am__cwd" \
 
701
          || exit 1
 
702
        $(am__post_remove_distdir)
 
703
        @(echo "$(distdir) archives ready for distribution: "; \
 
704
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
705
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
706
distuninstallcheck:
 
707
        @test -n '$(distuninstallcheck_dir)' || { \
 
708
          echo 'ERROR: trying to run $@ with an empty' \
 
709
               '$$(distuninstallcheck_dir)' >&2; \
 
710
          exit 1; \
 
711
        }; \
 
712
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
713
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
714
          exit 1; \
 
715
        }; \
 
716
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
717
           || { echo "ERROR: files left after uninstall:" ; \
 
718
                if test -n "$(DESTDIR)"; then \
 
719
                  echo "  (check DESTDIR support)"; \
 
720
                fi ; \
 
721
                $(distuninstallcheck_listfiles) ; \
 
722
                exit 1; } >&2
 
723
distcleancheck: distclean
 
724
        @if test '$(srcdir)' = . ; then \
 
725
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
726
          exit 1 ; \
 
727
        fi
 
728
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
729
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
730
               $(distcleancheck_listfiles) ; \
 
731
               exit 1; } >&2
 
732
check-am: all-am
 
733
check: check-recursive
 
734
all-am: Makefile config.h
 
735
installdirs: installdirs-recursive
 
736
installdirs-am:
 
737
install: install-recursive
 
738
install-exec: install-exec-recursive
 
739
install-data: install-data-recursive
 
740
uninstall: uninstall-recursive
 
741
 
 
742
install-am: all-am
 
743
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
744
 
 
745
installcheck: installcheck-recursive
 
746
install-strip:
 
747
        if test -z '$(STRIP)'; then \
 
748
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
749
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
750
              install; \
 
751
        else \
 
752
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
753
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
754
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
755
        fi
 
756
mostlyclean-generic:
 
757
 
 
758
clean-generic:
 
759
 
 
760
distclean-generic:
 
761
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
762
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
763
 
 
764
maintainer-clean-generic:
 
765
        @echo "This command is intended for maintainers to use"
 
766
        @echo "it deletes files that may require special tools to rebuild."
 
767
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
768
clean: clean-recursive
 
769
 
 
770
clean-am: clean-generic clean-libtool mostlyclean-am
 
771
 
 
772
distclean: distclean-recursive
 
773
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
774
        -rm -f Makefile
 
775
distclean-am: clean-am distclean-generic distclean-hdr \
 
776
        distclean-libtool distclean-tags
 
777
 
 
778
dvi: dvi-recursive
 
779
 
 
780
dvi-am:
 
781
 
 
782
html: html-recursive
 
783
 
 
784
html-am:
 
785
 
 
786
info: info-recursive
 
787
 
 
788
info-am:
 
789
 
 
790
install-data-am:
 
791
 
 
792
install-dvi: install-dvi-recursive
 
793
 
 
794
install-dvi-am:
 
795
 
 
796
install-exec-am:
 
797
 
 
798
install-html: install-html-recursive
 
799
 
 
800
install-html-am:
 
801
 
 
802
install-info: install-info-recursive
 
803
 
 
804
install-info-am:
 
805
 
 
806
install-man:
 
807
 
 
808
install-pdf: install-pdf-recursive
 
809
 
 
810
install-pdf-am:
 
811
 
 
812
install-ps: install-ps-recursive
 
813
 
 
814
install-ps-am:
 
815
 
 
816
installcheck-am:
 
817
 
 
818
maintainer-clean: maintainer-clean-recursive
 
819
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
820
        -rm -rf $(top_srcdir)/autom4te.cache
 
821
        -rm -f Makefile
 
822
maintainer-clean-am: distclean-am maintainer-clean-generic
 
823
 
 
824
mostlyclean: mostlyclean-recursive
 
825
 
 
826
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
827
 
 
828
pdf: pdf-recursive
 
829
 
 
830
pdf-am:
 
831
 
 
832
ps: ps-recursive
 
833
 
 
834
ps-am:
 
835
 
 
836
uninstall-am:
 
837
 
 
838
.MAKE: $(am__recursive_targets) all install-am install-strip
 
839
 
 
840
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
841
        am--refresh check check-am clean clean-cscope clean-generic \
 
842
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
843
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
 
844
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
845
        distclean-generic distclean-hdr distclean-libtool \
 
846
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
847
        dvi-am html html-am info info-am install install-am \
 
848
        install-data install-data-am install-dvi install-dvi-am \
 
849
        install-exec install-exec-am install-html install-html-am \
 
850
        install-info install-info-am install-man install-pdf \
 
851
        install-pdf-am install-ps install-ps-am install-strip \
 
852
        installcheck installcheck-am installdirs installdirs-am \
 
853
        maintainer-clean maintainer-clean-generic mostlyclean \
 
854
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
855
        tags tags-am uninstall uninstall-am
 
856
 
 
857
.PRECIOUS: Makefile
 
858
 
 
859
 
 
860
.PHONY: ChangeLog INSTALL
 
861
 
 
862
INSTALL:
 
863
        $(INSTALL_CMD)
 
864
 
 
865
ChangeLog:
 
866
        $(CHANGELOG_CMD)
 
867
 
 
868
dist-hook: ChangeLog INSTALL
 
869
 
 
870
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
871
# Otherwise a system limit (for SysV at least) may be exceeded.
 
872
.NOEXPORT: