~ubuntu-branches/ubuntu/trusty/bash-completion/trusty-updates

« back to all changes in this revision

Viewing changes to helpers/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-07-23 16:07:59 UTC
  • mfrom: (5.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120723160759-lt9vn33dl3nak9l0
Tags: 1:2.0-1ubuntu1
* debian/maintscript, debian/postinst:
  - clean etc conffiles on upgrade since completion files are in /usr
    with the new version
* Resync with Debian, remaining diff
  * debian/patches/disable-avahi-browse.diff: Disable avahi-browse since
    it scales poorly in the current form: refresh patch
  * patches/101_bash_completion.oga_ogv.patch: Increase support for other
    OGG formats including .oga, .ogx, etc. (LP: #311525)
  * patches/103_colormake.patch: Add support for colormake to the make
    completion rules. (LP: #743208)
* Dropped changes:
  * Add conffile upgrade handling for a run of conffiles that were dropped
    since lucid: lucid upgrades are only supported to precise.
* Those fixes are in the new version
  * debian/patches/apt-get-changelog.patch:
  * Drop whitelists if they fail to produce any results:
  * patches/apt-get-download.patch: Add download as an apt-get
    sub-command (LP: #720541)
  * patches/102_manpager.patch: Override MANPAGER when generating perldoc
    completions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
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.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
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
  }
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
subdir = helpers
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
57
        $(ACLOCAL_M4)
 
58
mkinstalldirs = $(install_sh) -d
 
59
CONFIG_CLEAN_FILES =
 
60
CONFIG_CLEAN_VPATH_FILES =
 
61
SOURCES =
 
62
DIST_SOURCES =
 
63
am__can_run_installinfo = \
 
64
  case $$AM_UPDATE_INFO_DIR in \
 
65
    n|no|NO) false;; \
 
66
    *) (install-info --version) >/dev/null 2>&1;; \
 
67
  esac
 
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
69
am__vpath_adj = case $$p in \
 
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
71
    *) f=$$p;; \
 
72
  esac;
 
73
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
74
am__install_max = 40
 
75
am__nobase_strip_setup = \
 
76
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
77
am__nobase_strip = \
 
78
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
79
am__nobase_list = $(am__nobase_strip_setup); \
 
80
  for p in $$list; do echo "$$p $$p"; done | \
 
81
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
82
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
83
    if (++n[$$2] == $(am__install_max)) \
 
84
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
85
    END { for (dir in files) print dir, files[dir] }'
 
86
am__base_list = \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
89
am__uninstall_files_from_dir = { \
 
90
  test -z "$$files" \
 
91
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
92
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
93
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
94
  }
 
95
am__installdirs = "$(DESTDIR)$(helpersdir)"
 
96
DATA = $(helpers_DATA)
 
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
98
ACLOCAL = @ACLOCAL@
 
99
AMTAR = @AMTAR@
 
100
AUTOCONF = @AUTOCONF@
 
101
AUTOHEADER = @AUTOHEADER@
 
102
AUTOMAKE = @AUTOMAKE@
 
103
AWK = @AWK@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
DEFS = @DEFS@
 
106
ECHO_C = @ECHO_C@
 
107
ECHO_N = @ECHO_N@
 
108
ECHO_T = @ECHO_T@
 
109
INSTALL = @INSTALL@
 
110
INSTALL_DATA = @INSTALL_DATA@
 
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
113
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
114
LIBOBJS = @LIBOBJS@
 
115
LIBS = @LIBS@
 
116
LN_S = @LN_S@
 
117
LTLIBOBJS = @LTLIBOBJS@
 
118
MAKEINFO = @MAKEINFO@
 
119
MKDIR_P = @MKDIR_P@
 
120
PACKAGE = @PACKAGE@
 
121
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
122
PACKAGE_NAME = @PACKAGE_NAME@
 
123
PACKAGE_STRING = @PACKAGE_STRING@
 
124
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
125
PACKAGE_URL = @PACKAGE_URL@
 
126
PACKAGE_VERSION = @PACKAGE_VERSION@
 
127
PATH_SEPARATOR = @PATH_SEPARATOR@
 
128
SET_MAKE = @SET_MAKE@
 
129
SHELL = @SHELL@
 
130
STRIP = @STRIP@
 
131
VERSION = @VERSION@
 
132
abs_builddir = @abs_builddir@
 
133
abs_srcdir = @abs_srcdir@
 
134
abs_top_builddir = @abs_top_builddir@
 
135
abs_top_srcdir = @abs_top_srcdir@
 
136
am__leading_dot = @am__leading_dot@
 
137
am__tar = @am__tar@
 
138
am__untar = @am__untar@
 
139
bindir = @bindir@
 
140
build_alias = @build_alias@
 
141
builddir = @builddir@
 
142
compatdir = @compatdir@
 
143
datadir = @datadir@
 
144
datarootdir = @datarootdir@
 
145
docdir = @docdir@
 
146
dvidir = @dvidir@
 
147
exec_prefix = @exec_prefix@
 
148
host_alias = @host_alias@
 
149
htmldir = @htmldir@
 
150
includedir = @includedir@
 
151
infodir = @infodir@
 
152
install_sh = @install_sh@
 
153
libdir = @libdir@
 
154
libexecdir = @libexecdir@
 
155
localedir = @localedir@
 
156
localstatedir = @localstatedir@
 
157
mandir = @mandir@
 
158
mkdir_p = @mkdir_p@
 
159
oldincludedir = @oldincludedir@
 
160
pdfdir = @pdfdir@
 
161
prefix = @prefix@
 
162
program_transform_name = @program_transform_name@
 
163
psdir = @psdir@
 
164
sbindir = @sbindir@
 
165
sharedstatedir = @sharedstatedir@
 
166
srcdir = @srcdir@
 
167
sysconfdir = @sysconfdir@
 
168
target_alias = @target_alias@
 
169
top_build_prefix = @top_build_prefix@
 
170
top_builddir = @top_builddir@
 
171
top_srcdir = @top_srcdir@
 
172
helpersdir = $(pkgdatadir)/helpers
 
173
helpers_DATA = perl
 
174
EXTRA_DIST = $(helpers_DATA)
 
175
all: all-am
 
176
 
 
177
.SUFFIXES:
 
178
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
179
        @for dep in $?; do \
 
180
          case '$(am__configure_deps)' in \
 
181
            *$$dep*) \
 
182
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
183
                && { if test -f $@; then exit 0; else break; fi; }; \
 
184
              exit 1;; \
 
185
          esac; \
 
186
        done; \
 
187
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/Makefile'; \
 
188
        $(am__cd) $(top_srcdir) && \
 
189
          $(AUTOMAKE) --foreign helpers/Makefile
 
190
.PRECIOUS: Makefile
 
191
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
192
        @case '$?' in \
 
193
          *config.status*) \
 
194
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
195
          *) \
 
196
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
197
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
198
        esac;
 
199
 
 
200
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
201
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
202
 
 
203
$(top_srcdir)/configure:  $(am__configure_deps)
 
204
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
205
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
206
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
207
$(am__aclocal_m4_deps):
 
208
install-helpersDATA: $(helpers_DATA)
 
209
        @$(NORMAL_INSTALL)
 
210
        @list='$(helpers_DATA)'; test -n "$(helpersdir)" || list=; \
 
211
        if test -n "$$list"; then \
 
212
          echo " $(MKDIR_P) '$(DESTDIR)$(helpersdir)'"; \
 
213
          $(MKDIR_P) "$(DESTDIR)$(helpersdir)" || exit 1; \
 
214
        fi; \
 
215
        for p in $$list; do \
 
216
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
217
          echo "$$d$$p"; \
 
218
        done | $(am__base_list) | \
 
219
        while read files; do \
 
220
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpersdir)'"; \
 
221
          $(INSTALL_DATA) $$files "$(DESTDIR)$(helpersdir)" || exit $$?; \
 
222
        done
 
223
 
 
224
uninstall-helpersDATA:
 
225
        @$(NORMAL_UNINSTALL)
 
226
        @list='$(helpers_DATA)'; test -n "$(helpersdir)" || list=; \
 
227
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
228
        dir='$(DESTDIR)$(helpersdir)'; $(am__uninstall_files_from_dir)
 
229
tags: TAGS
 
230
TAGS:
 
231
 
 
232
ctags: CTAGS
 
233
CTAGS:
 
234
 
 
235
 
 
236
distdir: $(DISTFILES)
 
237
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
238
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
239
        list='$(DISTFILES)'; \
 
240
          dist_files=`for file in $$list; do echo $$file; done | \
 
241
          sed -e "s|^$$srcdirstrip/||;t" \
 
242
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
243
        case $$dist_files in \
 
244
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
245
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
246
                           sort -u` ;; \
 
247
        esac; \
 
248
        for file in $$dist_files; do \
 
249
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
250
          if test -d $$d/$$file; then \
 
251
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
252
            if test -d "$(distdir)/$$file"; then \
 
253
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
254
            fi; \
 
255
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
256
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
257
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
258
            fi; \
 
259
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
260
          else \
 
261
            test -f "$(distdir)/$$file" \
 
262
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
263
            || exit 1; \
 
264
          fi; \
 
265
        done
 
266
check-am: all-am
 
267
check: check-am
 
268
all-am: Makefile $(DATA)
 
269
installdirs:
 
270
        for dir in "$(DESTDIR)$(helpersdir)"; do \
 
271
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
272
        done
 
273
install: install-am
 
274
install-exec: install-exec-am
 
275
install-data: install-data-am
 
276
uninstall: uninstall-am
 
277
 
 
278
install-am: all-am
 
279
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
280
 
 
281
installcheck: installcheck-am
 
282
install-strip:
 
283
        if test -z '$(STRIP)'; then \
 
284
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
285
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
286
              install; \
 
287
        else \
 
288
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
289
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
290
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
291
        fi
 
292
mostlyclean-generic:
 
293
 
 
294
clean-generic:
 
295
 
 
296
distclean-generic:
 
297
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
298
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
299
 
 
300
maintainer-clean-generic:
 
301
        @echo "This command is intended for maintainers to use"
 
302
        @echo "it deletes files that may require special tools to rebuild."
 
303
clean: clean-am
 
304
 
 
305
clean-am: clean-generic mostlyclean-am
 
306
 
 
307
distclean: distclean-am
 
308
        -rm -f Makefile
 
309
distclean-am: clean-am distclean-generic
 
310
 
 
311
dvi: dvi-am
 
312
 
 
313
dvi-am:
 
314
 
 
315
html: html-am
 
316
 
 
317
html-am:
 
318
 
 
319
info: info-am
 
320
 
 
321
info-am:
 
322
 
 
323
install-data-am: install-helpersDATA
 
324
 
 
325
install-dvi: install-dvi-am
 
326
 
 
327
install-dvi-am:
 
328
 
 
329
install-exec-am:
 
330
 
 
331
install-html: install-html-am
 
332
 
 
333
install-html-am:
 
334
 
 
335
install-info: install-info-am
 
336
 
 
337
install-info-am:
 
338
 
 
339
install-man:
 
340
 
 
341
install-pdf: install-pdf-am
 
342
 
 
343
install-pdf-am:
 
344
 
 
345
install-ps: install-ps-am
 
346
 
 
347
install-ps-am:
 
348
 
 
349
installcheck-am:
 
350
 
 
351
maintainer-clean: maintainer-clean-am
 
352
        -rm -f Makefile
 
353
maintainer-clean-am: distclean-am maintainer-clean-generic
 
354
 
 
355
mostlyclean: mostlyclean-am
 
356
 
 
357
mostlyclean-am: mostlyclean-generic
 
358
 
 
359
pdf: pdf-am
 
360
 
 
361
pdf-am:
 
362
 
 
363
ps: ps-am
 
364
 
 
365
ps-am:
 
366
 
 
367
uninstall-am: uninstall-helpersDATA
 
368
 
 
369
.MAKE: install-am install-strip
 
370
 
 
371
.PHONY: all all-am check check-am clean clean-generic distclean \
 
372
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
373
        install install-am install-data install-data-am install-dvi \
 
374
        install-dvi-am install-exec install-exec-am \
 
375
        install-helpersDATA install-html install-html-am install-info \
 
376
        install-info-am install-man install-pdf install-pdf-am \
 
377
        install-ps install-ps-am install-strip installcheck \
 
378
        installcheck-am installdirs maintainer-clean \
 
379
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
380
        pdf-am ps ps-am uninstall uninstall-am uninstall-helpersDATA
 
381
 
 
382
 
 
383
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
384
# Otherwise a system limit (for SysV at least) may be exceeded.
 
385
.NOEXPORT: