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