~ubuntu-branches/debian/sid/file-roller/sid

« back to all changes in this revision

Viewing changes to .pc/90_relibtoolize.patch/data/icons/scalable/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Michael Biebl
  • Date: 2011-10-13 22:43:53 UTC
  • mfrom: (5.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20111013224353-7fub412oa8jwkcgt
Tags: 3.0.2-2
[ Josselin Mouette ]
* file-roller.mime: dropped. We don’t do necromancy anymore.
* Drop desktop-check-mime-types call too.

[ Michael Biebl ]
* Upload to unstable.
* debian/control.in:
  - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* debian/watch:
  - Switch to .xz tarballs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6
 
# 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
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
subdir = data/icons/scalable
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
 
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
 
CONFIG_HEADER = $(top_builddir)/config.h
44
 
CONFIG_CLEAN_FILES =
45
 
CONFIG_CLEAN_VPATH_FILES =
46
 
AM_V_GEN = $(am__v_GEN_$(V))
47
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
48
 
am__v_GEN_0 = @echo "  GEN   " $@;
49
 
AM_V_at = $(am__v_at_$(V))
50
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
51
 
am__v_at_0 = @
52
 
SOURCES =
53
 
DIST_SOURCES =
54
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
 
        html-recursive info-recursive install-data-recursive \
56
 
        install-dvi-recursive install-exec-recursive \
57
 
        install-html-recursive install-info-recursive \
58
 
        install-pdf-recursive install-ps-recursive install-recursive \
59
 
        installcheck-recursive installdirs-recursive pdf-recursive \
60
 
        ps-recursive uninstall-recursive
61
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
 
  distclean-recursive maintainer-clean-recursive
63
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65
 
        distdir
66
 
ETAGS = etags
67
 
CTAGS = ctags
68
 
DIST_SUBDIRS = $(SUBDIRS)
69
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70
 
am__relativize = \
71
 
  dir0=`pwd`; \
72
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
73
 
  sed_rest='s,^[^/]*/*,,'; \
74
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
75
 
  sed_butlast='s,/*[^/]*$$,,'; \
76
 
  while test -n "$$dir1"; do \
77
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
78
 
    if test "$$first" != "."; then \
79
 
      if test "$$first" = ".."; then \
80
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
81
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
82
 
      else \
83
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
84
 
        if test "$$first2" = "$$first"; then \
85
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
86
 
        else \
87
 
          dir2="../$$dir2"; \
88
 
        fi; \
89
 
        dir0="$$dir0"/"$$first"; \
90
 
      fi; \
91
 
    fi; \
92
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
93
 
  done; \
94
 
  reldir="$$dir2"
95
 
ACLOCAL = @ACLOCAL@
96
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
97
 
ALL_LINGUAS = @ALL_LINGUAS@
98
 
AMTAR = @AMTAR@
99
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
100
 
AR = @AR@
101
 
AUTOCONF = @AUTOCONF@
102
 
AUTOHEADER = @AUTOHEADER@
103
 
AUTOMAKE = @AUTOMAKE@
104
 
AWK = @AWK@
105
 
CATALOGS = @CATALOGS@
106
 
CATOBJEXT = @CATOBJEXT@
107
 
CC = @CC@
108
 
CCDEPMODE = @CCDEPMODE@
109
 
CFLAGS = @CFLAGS@
110
 
CPP = @CPP@
111
 
CPPFLAGS = @CPPFLAGS@
112
 
CYGPATH_W = @CYGPATH_W@
113
 
DATADIRNAME = @DATADIRNAME@
114
 
DBUS_CFLAGS = @DBUS_CFLAGS@
115
 
DBUS_LIBS = @DBUS_LIBS@
116
 
DEFS = @DEFS@
117
 
DEPDIR = @DEPDIR@
118
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
119
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
120
 
DSYMUTIL = @DSYMUTIL@
121
 
DUMPBIN = @DUMPBIN@
122
 
ECHO_C = @ECHO_C@
123
 
ECHO_N = @ECHO_N@
124
 
ECHO_T = @ECHO_T@
125
 
EGREP = @EGREP@
126
 
EXEEXT = @EXEEXT@
127
 
FGREP = @FGREP@
128
 
FR_CFLAGS = @FR_CFLAGS@
129
 
FR_LIBS = @FR_LIBS@
130
 
GCONFTOOL = @GCONFTOOL@
131
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
132
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
133
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
134
 
GIO_REQUIRED = @GIO_REQUIRED@
135
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
136
 
GLIB_MKENUMS = @GLIB_MKENUMS@
137
 
GLIB_REQUIRED = @GLIB_REQUIRED@
138
 
GMOFILES = @GMOFILES@
139
 
GMSGFMT = @GMSGFMT@
140
 
GREP = @GREP@
141
 
GTK_CFLAGS = @GTK_CFLAGS@
142
 
GTK_LIBS = @GTK_LIBS@
143
 
GTK_REQUIRED = @GTK_REQUIRED@
144
 
HELP_DIR = @HELP_DIR@
145
 
INSTALL = @INSTALL@
146
 
INSTALL_DATA = @INSTALL_DATA@
147
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
149
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150
 
INSTOBJEXT = @INSTOBJEXT@
151
 
INTLLIBS = @INTLLIBS@
152
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
153
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
154
 
INTLTOOL_PERL = @INTLTOOL_PERL@
155
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
156
 
LD = @LD@
157
 
LDFLAGS = @LDFLAGS@
158
 
LIBOBJS = @LIBOBJS@
159
 
LIBS = @LIBS@
160
 
LIBTOOL = @LIBTOOL@
161
 
LIPO = @LIPO@
162
 
LN_S = @LN_S@
163
 
LTLIBOBJS = @LTLIBOBJS@
164
 
MAKEINFO = @MAKEINFO@
165
 
MKDIR_P = @MKDIR_P@
166
 
MKINSTALLDIRS = @MKINSTALLDIRS@
167
 
MSGFMT = @MSGFMT@
168
 
MSGFMT_OPTS = @MSGFMT_OPTS@
169
 
MSGMERGE = @MSGMERGE@
170
 
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
171
 
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
172
 
NAUTILUS_LIBS = @NAUTILUS_LIBS@
173
 
NAUTILUS_REQUIRED = @NAUTILUS_REQUIRED@
174
 
NM = @NM@
175
 
NMEDIT = @NMEDIT@
176
 
OBJDUMP = @OBJDUMP@
177
 
OBJEXT = @OBJEXT@
178
 
OMF_DIR = @OMF_DIR@
179
 
OTOOL = @OTOOL@
180
 
OTOOL64 = @OTOOL64@
181
 
PACKAGE = @PACKAGE@
182
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183
 
PACKAGE_NAME = @PACKAGE_NAME@
184
 
PACKAGE_STRING = @PACKAGE_STRING@
185
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
186
 
PACKAGE_URL = @PACKAGE_URL@
187
 
PACKAGE_VERSION = @PACKAGE_VERSION@
188
 
PATH_SEPARATOR = @PATH_SEPARATOR@
189
 
PKG_CONFIG = @PKG_CONFIG@
190
 
POFILES = @POFILES@
191
 
POSUB = @POSUB@
192
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
193
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
194
 
RANLIB = @RANLIB@
195
 
SED = @SED@
196
 
SET_MAKE = @SET_MAKE@
197
 
SHELL = @SHELL@
198
 
STRIP = @STRIP@
199
 
USE_NLS = @USE_NLS@
200
 
VERSION = @VERSION@
201
 
XGETTEXT = @XGETTEXT@
202
 
abs_builddir = @abs_builddir@
203
 
abs_srcdir = @abs_srcdir@
204
 
abs_top_builddir = @abs_top_builddir@
205
 
abs_top_srcdir = @abs_top_srcdir@
206
 
ac_ct_CC = @ac_ct_CC@
207
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208
 
am__include = @am__include@
209
 
am__leading_dot = @am__leading_dot@
210
 
am__quote = @am__quote@
211
 
am__tar = @am__tar@
212
 
am__untar = @am__untar@
213
 
bindir = @bindir@
214
 
build = @build@
215
 
build_alias = @build_alias@
216
 
build_cpu = @build_cpu@
217
 
build_os = @build_os@
218
 
build_vendor = @build_vendor@
219
 
builddir = @builddir@
220
 
datadir = @datadir@
221
 
datarootdir = @datarootdir@
222
 
docdir = @docdir@
223
 
dvidir = @dvidir@
224
 
exec_prefix = @exec_prefix@
225
 
host = @host@
226
 
host_alias = @host_alias@
227
 
host_cpu = @host_cpu@
228
 
host_os = @host_os@
229
 
host_vendor = @host_vendor@
230
 
htmldir = @htmldir@
231
 
includedir = @includedir@
232
 
infodir = @infodir@
233
 
install_sh = @install_sh@
234
 
libdir = @libdir@
235
 
libexecdir = @libexecdir@
236
 
localedir = @localedir@
237
 
localstatedir = @localstatedir@
238
 
lt_ECHO = @lt_ECHO@
239
 
mandir = @mandir@
240
 
mkdir_p = @mkdir_p@
241
 
oldincludedir = @oldincludedir@
242
 
pdfdir = @pdfdir@
243
 
prefix = @prefix@
244
 
program_transform_name = @program_transform_name@
245
 
psdir = @psdir@
246
 
sbindir = @sbindir@
247
 
sharedstatedir = @sharedstatedir@
248
 
srcdir = @srcdir@
249
 
sysconfdir = @sysconfdir@
250
 
target_alias = @target_alias@
251
 
top_build_prefix = @top_build_prefix@
252
 
top_builddir = @top_builddir@
253
 
top_srcdir = @top_srcdir@
254
 
SUBDIRS = apps  
255
 
all: all-recursive
256
 
 
257
 
.SUFFIXES:
258
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
259
 
        @for dep in $?; do \
260
 
          case '$(am__configure_deps)' in \
261
 
            *$$dep*) \
262
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263
 
                && { if test -f $@; then exit 0; else break; fi; }; \
264
 
              exit 1;; \
265
 
          esac; \
266
 
        done; \
267
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/scalable/Makefile'; \
268
 
        $(am__cd) $(top_srcdir) && \
269
 
          $(AUTOMAKE) --foreign data/icons/scalable/Makefile
270
 
.PRECIOUS: Makefile
271
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272
 
        @case '$?' in \
273
 
          *config.status*) \
274
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275
 
          *) \
276
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278
 
        esac;
279
 
 
280
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
 
 
283
 
$(top_srcdir)/configure:  $(am__configure_deps)
284
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
$(am__aclocal_m4_deps):
288
 
 
289
 
mostlyclean-libtool:
290
 
        -rm -f *.lo
291
 
 
292
 
clean-libtool:
293
 
        -rm -rf .libs _libs
294
 
 
295
 
# This directory's subdirectories are mostly independent; you can cd
296
 
# into them and run `make' without going through this Makefile.
297
 
# To change the values of `make' variables: instead of editing Makefiles,
298
 
# (1) if the variable is set in `config.status', edit `config.status'
299
 
#     (which will cause the Makefiles to be regenerated when you run `make');
300
 
# (2) otherwise, pass the desired values on the `make' command line.
301
 
$(RECURSIVE_TARGETS):
302
 
        @fail= failcom='exit 1'; \
303
 
        for f in x $$MAKEFLAGS; do \
304
 
          case $$f in \
305
 
            *=* | --[!k]*);; \
306
 
            *k*) failcom='fail=yes';; \
307
 
          esac; \
308
 
        done; \
309
 
        dot_seen=no; \
310
 
        target=`echo $@ | sed s/-recursive//`; \
311
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
312
 
          echo "Making $$target in $$subdir"; \
313
 
          if test "$$subdir" = "."; then \
314
 
            dot_seen=yes; \
315
 
            local_target="$$target-am"; \
316
 
          else \
317
 
            local_target="$$target"; \
318
 
          fi; \
319
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320
 
          || eval $$failcom; \
321
 
        done; \
322
 
        if test "$$dot_seen" = "no"; then \
323
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324
 
        fi; test -z "$$fail"
325
 
 
326
 
$(RECURSIVE_CLEAN_TARGETS):
327
 
        @fail= failcom='exit 1'; \
328
 
        for f in x $$MAKEFLAGS; do \
329
 
          case $$f in \
330
 
            *=* | --[!k]*);; \
331
 
            *k*) failcom='fail=yes';; \
332
 
          esac; \
333
 
        done; \
334
 
        dot_seen=no; \
335
 
        case "$@" in \
336
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337
 
          *) list='$(SUBDIRS)' ;; \
338
 
        esac; \
339
 
        rev=''; for subdir in $$list; do \
340
 
          if test "$$subdir" = "."; then :; else \
341
 
            rev="$$subdir $$rev"; \
342
 
          fi; \
343
 
        done; \
344
 
        rev="$$rev ."; \
345
 
        target=`echo $@ | sed s/-recursive//`; \
346
 
        for subdir in $$rev; do \
347
 
          echo "Making $$target in $$subdir"; \
348
 
          if test "$$subdir" = "."; then \
349
 
            local_target="$$target-am"; \
350
 
          else \
351
 
            local_target="$$target"; \
352
 
          fi; \
353
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354
 
          || eval $$failcom; \
355
 
        done && test -z "$$fail"
356
 
tags-recursive:
357
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
358
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359
 
        done
360
 
ctags-recursive:
361
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
362
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363
 
        done
364
 
 
365
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367
 
        unique=`for i in $$list; do \
368
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369
 
          done | \
370
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
372
 
        mkid -fID $$unique
373
 
tags: TAGS
374
 
 
375
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
 
                $(TAGS_FILES) $(LISP)
377
 
        set x; \
378
 
        here=`pwd`; \
379
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380
 
          include_option=--etags-include; \
381
 
          empty_fix=.; \
382
 
        else \
383
 
          include_option=--include; \
384
 
          empty_fix=; \
385
 
        fi; \
386
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
387
 
          if test "$$subdir" = .; then :; else \
388
 
            test ! -f $$subdir/TAGS || \
389
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390
 
          fi; \
391
 
        done; \
392
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393
 
        unique=`for i in $$list; do \
394
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
 
          done | \
396
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
 
        shift; \
399
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400
 
          test -n "$$unique" || unique=$$empty_fix; \
401
 
          if test $$# -gt 0; then \
402
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403
 
              "$$@" $$unique; \
404
 
          else \
405
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406
 
              $$unique; \
407
 
          fi; \
408
 
        fi
409
 
ctags: CTAGS
410
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411
 
                $(TAGS_FILES) $(LISP)
412
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413
 
        unique=`for i in $$list; do \
414
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415
 
          done | \
416
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
418
 
        test -z "$(CTAGS_ARGS)$$unique" \
419
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420
 
             $$unique
421
 
 
422
 
GTAGS:
423
 
        here=`$(am__cd) $(top_builddir) && pwd` \
424
 
          && $(am__cd) $(top_srcdir) \
425
 
          && gtags -i $(GTAGS_ARGS) "$$here"
426
 
 
427
 
distclean-tags:
428
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
 
 
430
 
distdir: $(DISTFILES)
431
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433
 
        list='$(DISTFILES)'; \
434
 
          dist_files=`for file in $$list; do echo $$file; done | \
435
 
          sed -e "s|^$$srcdirstrip/||;t" \
436
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
437
 
        case $$dist_files in \
438
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
439
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
440
 
                           sort -u` ;; \
441
 
        esac; \
442
 
        for file in $$dist_files; do \
443
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444
 
          if test -d $$d/$$file; then \
445
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446
 
            if test -d "$(distdir)/$$file"; then \
447
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448
 
            fi; \
449
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
452
 
            fi; \
453
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
454
 
          else \
455
 
            test -f "$(distdir)/$$file" \
456
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
457
 
            || exit 1; \
458
 
          fi; \
459
 
        done
460
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
461
 
          if test "$$subdir" = .; then :; else \
462
 
            test -d "$(distdir)/$$subdir" \
463
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
464
 
            || exit 1; \
465
 
          fi; \
466
 
        done
467
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
468
 
          if test "$$subdir" = .; then :; else \
469
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
470
 
            $(am__relativize); \
471
 
            new_distdir=$$reldir; \
472
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
473
 
            $(am__relativize); \
474
 
            new_top_distdir=$$reldir; \
475
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
476
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
477
 
            ($(am__cd) $$subdir && \
478
 
              $(MAKE) $(AM_MAKEFLAGS) \
479
 
                top_distdir="$$new_top_distdir" \
480
 
                distdir="$$new_distdir" \
481
 
                am__remove_distdir=: \
482
 
                am__skip_length_check=: \
483
 
                am__skip_mode_fix=: \
484
 
                distdir) \
485
 
              || exit 1; \
486
 
          fi; \
487
 
        done
488
 
check-am: all-am
489
 
check: check-recursive
490
 
all-am: Makefile
491
 
installdirs: installdirs-recursive
492
 
installdirs-am:
493
 
install: install-recursive
494
 
install-exec: install-exec-recursive
495
 
install-data: install-data-recursive
496
 
uninstall: uninstall-recursive
497
 
 
498
 
install-am: all-am
499
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
500
 
 
501
 
installcheck: installcheck-recursive
502
 
install-strip:
503
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505
 
          `test -z '$(STRIP)' || \
506
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
507
 
mostlyclean-generic:
508
 
 
509
 
clean-generic:
510
 
 
511
 
distclean-generic:
512
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
514
 
 
515
 
maintainer-clean-generic:
516
 
        @echo "This command is intended for maintainers to use"
517
 
        @echo "it deletes files that may require special tools to rebuild."
518
 
clean: clean-recursive
519
 
 
520
 
clean-am: clean-generic clean-libtool mostlyclean-am
521
 
 
522
 
distclean: distclean-recursive
523
 
        -rm -f Makefile
524
 
distclean-am: clean-am distclean-generic distclean-tags
525
 
 
526
 
dvi: dvi-recursive
527
 
 
528
 
dvi-am:
529
 
 
530
 
html: html-recursive
531
 
 
532
 
html-am:
533
 
 
534
 
info: info-recursive
535
 
 
536
 
info-am:
537
 
 
538
 
install-data-am:
539
 
 
540
 
install-dvi: install-dvi-recursive
541
 
 
542
 
install-dvi-am:
543
 
 
544
 
install-exec-am:
545
 
 
546
 
install-html: install-html-recursive
547
 
 
548
 
install-html-am:
549
 
 
550
 
install-info: install-info-recursive
551
 
 
552
 
install-info-am:
553
 
 
554
 
install-man:
555
 
 
556
 
install-pdf: install-pdf-recursive
557
 
 
558
 
install-pdf-am:
559
 
 
560
 
install-ps: install-ps-recursive
561
 
 
562
 
install-ps-am:
563
 
 
564
 
installcheck-am:
565
 
 
566
 
maintainer-clean: maintainer-clean-recursive
567
 
        -rm -f Makefile
568
 
maintainer-clean-am: distclean-am maintainer-clean-generic
569
 
 
570
 
mostlyclean: mostlyclean-recursive
571
 
 
572
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
573
 
 
574
 
pdf: pdf-recursive
575
 
 
576
 
pdf-am:
577
 
 
578
 
ps: ps-recursive
579
 
 
580
 
ps-am:
581
 
 
582
 
uninstall-am:
583
 
 
584
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
585
 
        install-am install-strip tags-recursive
586
 
 
587
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
588
 
        all all-am check check-am clean clean-generic clean-libtool \
589
 
        ctags ctags-recursive distclean distclean-generic \
590
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
591
 
        html-am info info-am install install-am install-data \
592
 
        install-data-am install-dvi install-dvi-am install-exec \
593
 
        install-exec-am install-html install-html-am install-info \
594
 
        install-info-am install-man install-pdf install-pdf-am \
595
 
        install-ps install-ps-am install-strip installcheck \
596
 
        installcheck-am installdirs installdirs-am maintainer-clean \
597
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
598
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
599
 
        uninstall uninstall-am
600
 
 
601
 
 
602
 
-include $(top_srcdir)/git.mk
603
 
 
604
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
605
 
# Otherwise a system limit (for SysV at least) may be exceeded.
606
 
.NOEXPORT: