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