~ubuntu-branches/debian/stretch/nfs-utils/stretch

« back to all changes in this revision

Viewing changes to utils/nfsidmap/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luk Claes
  • Date: 2011-07-09 16:28:32 UTC
  • mfrom: (1.2.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20110709162832-ovaehe77pm3hyy35
Tags: 1:1.2.4-1
* New upstream version
  - Fix host_reliable_addrinfo (Closes: #633155)
  - Allow multiple RPC listeners to share listener port number
  (Closes: #619877)
  - Add --enable-libmount-mount (Closes: #626478)
  - 12-svcgssd-document-n-option.patch applied upstream
  - Refresh 19-exports.man-Fix-comment-syntax.patch
  - 21-anticipate-RLIMIT_FSIZE.patch applied upstream
  - Add nfsidmap binary and manpage
  - Use autoreconf to avoid build failure

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