~elementary-os/ubuntu-package-imports/desktop-file-utils-xenial

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: RabbitBot
  • Date: 2016-01-17 16:50:38 UTC
  • Revision ID: rabbitbot@elementary.io-20160117165038-3yu4qhcpf1rjfh01
Initial import, version 0.22-1ubuntu3

Show diffs side-by-side

added added

removed removed

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