~ubuntu-branches/ubuntu/vivid/xauth/vivid

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-11-11 14:46:10 UTC
  • mfrom: (13.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141111144610-qihnyjn0acn53dmz
Tags: 1:1.0.9-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Mark xauth Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
63
pkgdatadir = $(datadir)/@PACKAGE@
20
64
pkgincludedir = $(includedir)/@PACKAGE@
21
65
pkglibdir = $(libdir)/@PACKAGE@
35
79
build_triplet = @build@
36
80
host_triplet = @host@
37
81
subdir = man
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
39
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
84
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
88
CONFIG_HEADER = $(top_builddir)/config.h
45
89
CONFIG_CLEAN_FILES =
46
90
CONFIG_CLEAN_VPATH_FILES =
47
 
AM_V_GEN = $(am__v_GEN_$(V))
48
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
49
 
am__v_GEN_0 = @echo "  GEN   " $@;
50
 
AM_V_at = $(am__v_at_$(V))
51
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
91
AM_V_P = $(am__v_P_@AM_V@)
 
92
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
93
am__v_P_0 = false
 
94
am__v_P_1 = :
 
95
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
96
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
97
am__v_GEN_0 = @echo "  GEN     " $@;
 
98
am__v_GEN_1 = 
 
99
AM_V_at = $(am__v_at_@AM_V@)
 
100
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
52
101
am__v_at_0 = @
 
102
am__v_at_1 = 
53
103
SOURCES =
54
104
DIST_SOURCES =
 
105
am__can_run_installinfo = \
 
106
  case $$AM_UPDATE_INFO_DIR in \
 
107
    n|no|NO) false;; \
 
108
    *) (install-info --version) >/dev/null 2>&1;; \
 
109
  esac
55
110
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
111
am__vpath_adj = case $$p in \
57
112
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73
128
am__base_list = \
74
129
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75
130
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
131
am__uninstall_files_from_dir = { \
 
132
  test -z "$$files" \
 
133
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
134
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
135
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
136
  }
76
137
am__installdirs = "$(DESTDIR)$(appmandir)"
77
138
DATA = $(appman_DATA)
 
139
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
78
140
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
141
ACLOCAL = @ACLOCAL@
80
142
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
138
200
PACKAGE_VERSION = @PACKAGE_VERSION@
139
201
PATH_SEPARATOR = @PATH_SEPARATOR@
140
202
PKG_CONFIG = @PKG_CONFIG@
 
203
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
204
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
141
205
SED = @SED@
142
206
SET_MAKE = @SET_MAKE@
143
207
SHELL = @SHELL@
239
303
$(am__aclocal_m4_deps):
240
304
install-appmanDATA: $(appman_DATA)
241
305
        @$(NORMAL_INSTALL)
242
 
        test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
243
306
        @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
 
307
        if test -n "$$list"; then \
 
308
          echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
 
309
          $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
 
310
        fi; \
244
311
        for p in $$list; do \
245
312
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
246
313
          echo "$$d$$p"; \
254
321
        @$(NORMAL_UNINSTALL)
255
322
        @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
256
323
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
257
 
        test -n "$$files" || exit 0; \
258
 
        echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \
259
 
        cd "$(DESTDIR)$(appmandir)" && rm -f $$files
260
 
tags: TAGS
261
 
TAGS:
262
 
 
263
 
ctags: CTAGS
264
 
CTAGS:
 
324
        dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
 
325
tags TAGS:
 
326
 
 
327
ctags CTAGS:
 
328
 
 
329
cscope cscopelist:
265
330
 
266
331
 
267
332
distdir: $(DISTFILES)
311
376
 
312
377
installcheck: installcheck-am
313
378
install-strip:
314
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
315
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
316
 
          `test -z '$(STRIP)' || \
317
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
379
        if test -z '$(STRIP)'; then \
 
380
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
381
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
382
              install; \
 
383
        else \
 
384
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
385
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
386
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
387
        fi
318
388
mostlyclean-generic:
319
389
 
320
390
clean-generic:
395
465
 
396
466
.MAKE: install-am install-strip
397
467
 
398
 
.PHONY: all all-am check check-am clean clean-generic distclean \
399
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
400
 
        install install-am install-appmanDATA install-data \
401
 
        install-data-am install-dvi install-dvi-am install-exec \
402
 
        install-exec-am install-html install-html-am install-info \
403
 
        install-info-am install-man install-pdf install-pdf-am \
404
 
        install-ps install-ps-am install-strip installcheck \
405
 
        installcheck-am installdirs maintainer-clean \
 
468
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
469
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
470
        html-am info info-am install install-am install-appmanDATA \
 
471
        install-data install-data-am install-dvi install-dvi-am \
 
472
        install-exec install-exec-am install-html install-html-am \
 
473
        install-info install-info-am install-man install-pdf \
 
474
        install-pdf-am install-ps install-ps-am install-strip \
 
475
        installcheck installcheck-am installdirs maintainer-clean \
406
476
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
407
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-appmanDATA
 
477
        pdf-am ps ps-am tags-am uninstall uninstall-am \
 
478
        uninstall-appmanDATA
408
479
 
409
480
 
410
481
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure