~ubuntu-branches/ubuntu/precise/nfs-utils/precise-updates

« back to all changes in this revision

Viewing changes to .pc/debian-changes-1:1.2.2-4ubuntu5/support/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-07-23 17:54:36 UTC
  • mfrom: (14.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110723175436-mu7zaa6637prifpq
* Merge from Debian unstable (LP: #728586, LP: #789117), remaining
  changes:
  - debian/nfs-common.{statd,statd-mounting,gssd,idmapd}.upstart,
    debian/control, debian/nfs-common.{preinst,postinst,prerm,postrm},
    debian/rules: drop nfs-common init script in favor of upstart jobs,
    and build-depend on debhelper (>= 7.3.15ubuntu3) for correct upstart
    init handling.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - debian/nfs-kernel-server.postinst: don't call "invoke-rc.d nfs-common"
    in the postinst, this is redundant anyway and the nfs-common init script
    is gone now.
  - nfs-kernel-server.default:  Add comment about how to disable nfs4.
  - debian/patches/multiarch-kerberos-paths: Search for kerberos libs
    in multiarch locations.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - ubuntu-fix-kernel-version-handling: avoid segfaults from short kernel
    version numbers.

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