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