Imported Upstream version 0.2.5
[platform/upstream/libtirpc.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 subdir = .
83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
84         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(top_srcdir)/configure $(am__configure_deps) \
86         $(srcdir)/libtirpc.pc.in $(nobase_include_HEADERS) \
87         $(noinst_HEADERS) COPYING THANKS TODO config.guess config.sub \
88         install-sh missing ltmain.sh
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92         $(ACLOCAL_M4)
93 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94  configure.lineno config.status.lineno
95 mkinstalldirs = $(install_sh) -d
96 CONFIG_CLEAN_FILES = libtirpc.pc
97 CONFIG_CLEAN_VPATH_FILES =
98 AM_V_P = $(am__v_P_@AM_V@)
99 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo "  GEN     " $@;
105 am__v_GEN_1 = 
106 AM_V_at = $(am__v_at_@AM_V@)
107 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108 am__v_at_0 = @
109 am__v_at_1 = 
110 SOURCES =
111 DIST_SOURCES =
112 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
113         ctags-recursive dvi-recursive html-recursive info-recursive \
114         install-data-recursive install-dvi-recursive \
115         install-exec-recursive install-html-recursive \
116         install-info-recursive install-pdf-recursive \
117         install-ps-recursive install-recursive installcheck-recursive \
118         installdirs-recursive pdf-recursive ps-recursive \
119         tags-recursive uninstall-recursive
120 am__can_run_installinfo = \
121   case $$AM_UPDATE_INFO_DIR in \
122     n|no|NO) false;; \
123     *) (install-info --version) >/dev/null 2>&1;; \
124   esac
125 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126 am__vpath_adj = case $$p in \
127     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
128     *) f=$$p;; \
129   esac;
130 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
131 am__install_max = 40
132 am__nobase_strip_setup = \
133   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
134 am__nobase_strip = \
135   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
136 am__nobase_list = $(am__nobase_strip_setup); \
137   for p in $$list; do echo "$$p $$p"; done | \
138   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
139   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
140     if (++n[$$2] == $(am__install_max)) \
141       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
142     END { for (dir in files) print dir, files[dir] }'
143 am__base_list = \
144   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
145   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
146 am__uninstall_files_from_dir = { \
147   test -z "$$files" \
148     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
149     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
150          $(am__cd) "$$dir" && rm -f $$files; }; \
151   }
152 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
153         "$(DESTDIR)$(includedir)"
154 DATA = $(pkgconfig_DATA)
155 HEADERS = $(nobase_include_HEADERS) $(noinst_HEADERS)
156 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
157   distclean-recursive maintainer-clean-recursive
158 am__recursive_targets = \
159   $(RECURSIVE_TARGETS) \
160   $(RECURSIVE_CLEAN_TARGETS) \
161   $(am__extra_recursive_targets)
162 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
163         cscope distdir dist dist-all distcheck
164 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
165 # Read a list of newline-separated strings from the standard input,
166 # and print each of them once, without duplicates.  Input order is
167 # *not* preserved.
168 am__uniquify_input = $(AWK) '\
169   BEGIN { nonempty = 0; } \
170   { items[$$0] = 1; nonempty = 1; } \
171   END { if (nonempty) { for (i in items) print i; }; } \
172 '
173 # Make sure the list of sources is unique.  This is necessary because,
174 # e.g., the same source file might be shared among _SOURCES variables
175 # for different programs/libraries.
176 am__define_uniq_tagged_files = \
177   list='$(am__tagged_files)'; \
178   unique=`for i in $$list; do \
179     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180   done | $(am__uniquify_input)`
181 ETAGS = etags
182 CTAGS = ctags
183 CSCOPE = cscope
184 DIST_SUBDIRS = $(SUBDIRS)
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 distdir = $(PACKAGE)-$(VERSION)
187 top_distdir = $(distdir)
188 am__remove_distdir = \
189   if test -d "$(distdir)"; then \
190     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
191       && rm -rf "$(distdir)" \
192       || { sleep 5 && rm -rf "$(distdir)"; }; \
193   else :; fi
194 am__post_remove_distdir = $(am__remove_distdir)
195 am__relativize = \
196   dir0=`pwd`; \
197   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
198   sed_rest='s,^[^/]*/*,,'; \
199   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
200   sed_butlast='s,/*[^/]*$$,,'; \
201   while test -n "$$dir1"; do \
202     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
203     if test "$$first" != "."; then \
204       if test "$$first" = ".."; then \
205         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
206         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
207       else \
208         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
209         if test "$$first2" = "$$first"; then \
210           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
211         else \
212           dir2="../$$dir2"; \
213         fi; \
214         dir0="$$dir0"/"$$first"; \
215       fi; \
216     fi; \
217     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
218   done; \
219   reldir="$$dir2"
220 DIST_ARCHIVES = $(distdir).tar.gz
221 GZIP_ENV = --best
222 DIST_TARGETS = dist-gzip
223 distuninstallcheck_listfiles = find . -type f -print
224 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
225   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
226 distcleancheck_listfiles = find . -type f -print
227 ACLOCAL = @ACLOCAL@
228 AMTAR = @AMTAR@
229 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
230 AR = @AR@
231 AUTOCONF = @AUTOCONF@
232 AUTOHEADER = @AUTOHEADER@
233 AUTOMAKE = @AUTOMAKE@
234 AWK = @AWK@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPP = @CPP@
239 CPPFLAGS = @CPPFLAGS@
240 CYGPATH_W = @CYGPATH_W@
241 DEFS = @DEFS@
242 DEPDIR = @DEPDIR@
243 DLLTOOL = @DLLTOOL@
244 DSYMUTIL = @DSYMUTIL@
245 DUMPBIN = @DUMPBIN@
246 ECHO_C = @ECHO_C@
247 ECHO_N = @ECHO_N@
248 ECHO_T = @ECHO_T@
249 EGREP = @EGREP@
250 EXEEXT = @EXEEXT@
251 FGREP = @FGREP@
252 GREP = @GREP@
253 GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
254 GSSAPI_LIBS = @GSSAPI_LIBS@
255 INSTALL = @INSTALL@
256 INSTALL_DATA = @INSTALL_DATA@
257 INSTALL_PROGRAM = @INSTALL_PROGRAM@
258 INSTALL_SCRIPT = @INSTALL_SCRIPT@
259 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260 LD = @LD@
261 LDFLAGS = @LDFLAGS@
262 LIBOBJS = @LIBOBJS@
263 LIBS = @LIBS@
264 LIBTOOL = @LIBTOOL@
265 LIPO = @LIPO@
266 LN_S = @LN_S@
267 LTLIBOBJS = @LTLIBOBJS@
268 MAKEINFO = @MAKEINFO@
269 MANIFEST_TOOL = @MANIFEST_TOOL@
270 MKDIR_P = @MKDIR_P@
271 NM = @NM@
272 NMEDIT = @NMEDIT@
273 OBJDUMP = @OBJDUMP@
274 OBJEXT = @OBJEXT@
275 OTOOL = @OTOOL@
276 OTOOL64 = @OTOOL64@
277 PACKAGE = @PACKAGE@
278 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279 PACKAGE_NAME = @PACKAGE_NAME@
280 PACKAGE_STRING = @PACKAGE_STRING@
281 PACKAGE_TARNAME = @PACKAGE_TARNAME@
282 PACKAGE_URL = @PACKAGE_URL@
283 PACKAGE_VERSION = @PACKAGE_VERSION@
284 PATH_SEPARATOR = @PATH_SEPARATOR@
285 RANLIB = @RANLIB@
286 SED = @SED@
287 SET_MAKE = @SET_MAKE@
288 SHELL = @SHELL@
289 STRIP = @STRIP@
290 VERSION = @VERSION@
291 abs_builddir = @abs_builddir@
292 abs_srcdir = @abs_srcdir@
293 abs_top_builddir = @abs_top_builddir@
294 abs_top_srcdir = @abs_top_srcdir@
295 ac_ct_AR = @ac_ct_AR@
296 ac_ct_CC = @ac_ct_CC@
297 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298 am__include = @am__include@
299 am__leading_dot = @am__leading_dot@
300 am__quote = @am__quote@
301 am__tar = @am__tar@
302 am__untar = @am__untar@
303 bindir = @bindir@
304 build = @build@
305 build_alias = @build_alias@
306 build_cpu = @build_cpu@
307 build_os = @build_os@
308 build_vendor = @build_vendor@
309 builddir = @builddir@
310 datadir = @datadir@
311 datarootdir = @datarootdir@
312 docdir = @docdir@
313 dvidir = @dvidir@
314 exec_prefix = @exec_prefix@
315 host = @host@
316 host_alias = @host_alias@
317 host_cpu = @host_cpu@
318 host_os = @host_os@
319 host_vendor = @host_vendor@
320 htmldir = @htmldir@
321 includedir = @includedir@
322 infodir = @infodir@
323 install_sh = @install_sh@
324 libdir = @libdir@
325 libexecdir = @libexecdir@
326 localedir = @localedir@
327 localstatedir = @localstatedir@
328 mandir = @mandir@
329 mkdir_p = @mkdir_p@
330 oldincludedir = @oldincludedir@
331 pdfdir = @pdfdir@
332 prefix = @prefix@
333 program_transform_name = @program_transform_name@
334 psdir = @psdir@
335 sbindir = @sbindir@
336 sharedstatedir = @sharedstatedir@
337 srcdir = @srcdir@
338 sysconfdir = @sysconfdir@
339 target_alias = @target_alias@
340 top_build_prefix = @top_build_prefix@
341 top_builddir = @top_builddir@
342 top_srcdir = @top_srcdir@
343 SUBDIRS = src man doc
344 ACLOCAL_AMFLAGS = -I m4
345 noinst_HEADERS = tirpc/reentrant.h \
346                          tirpc/getpeereid.h \
347                          tirpc/libc_private.h \
348                          tirpc/un-namespace.h
349
350 nobase_include_HEADERS = tirpc/netconfig.h \
351                          tirpc/rpcsvc/crypt.x \
352                          tirpc/rpcsvc/crypt.h \
353                          tirpc/rpc/xdr.h \
354                          tirpc/rpc/types.h \
355                          tirpc/rpc/svc_soc.h \
356                          tirpc/rpc/svc.h \
357                          tirpc/rpc/svc_dg.h \
358                          tirpc/rpc/svc_auth.h \
359                          tirpc/rpc/rpc_msg.h \
360                          tirpc/rpc/rpc.h \
361                          tirpc/rpc/rpcent.h \
362                          tirpc/rpc/rpc_com.h \
363                          tirpc/rpc/rpcb_prot.x \
364                          tirpc/rpc/rpcb_prot.h \
365                          tirpc/rpc/rpcb_clnt.h \
366                          tirpc/rpc/raw.h \
367                          tirpc/rpc/pmap_rmt.h \
368                          tirpc/rpc/pmap_prot.h \
369                          tirpc/rpc/pmap_clnt.h \
370                          tirpc/rpc/nettype.h \
371                          tirpc/rpc/des.h \
372                          tirpc/rpc/des_crypt.h \
373                          tirpc/rpc/clnt_stat.h \
374                          tirpc/rpc/clnt_soc.h \
375                          tirpc/rpc/clnt.h \
376                          tirpc/rpc/auth_unix.h \
377                          tirpc/rpc/auth_kerb.h \
378                          tirpc/rpc/auth.h \
379                          tirpc/rpc/auth_gss.h \
380                          tirpc/rpc/auth_des.h
381
382 pkgconfigdir = $(libdir)/pkgconfig
383 pkgconfig_DATA = libtirpc.pc
384 CLEANFILES = cscope.* *~
385 DISTCLEANFILES = Makefile.in libtirpc*.tar.gz
386 all: all-recursive
387
388 .SUFFIXES:
389 am--refresh: Makefile
390         @:
391 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
392         @for dep in $?; do \
393           case '$(am__configure_deps)' in \
394             *$$dep*) \
395               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
396               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
397                 && exit 0; \
398               exit 1;; \
399           esac; \
400         done; \
401         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
402         $(am__cd) $(top_srcdir) && \
403           $(AUTOMAKE) --gnu Makefile
404 .PRECIOUS: Makefile
405 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
406         @case '$?' in \
407           *config.status*) \
408             echo ' $(SHELL) ./config.status'; \
409             $(SHELL) ./config.status;; \
410           *) \
411             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
412             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
413         esac;
414
415 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416         $(SHELL) ./config.status --recheck
417
418 $(top_srcdir)/configure:  $(am__configure_deps)
419         $(am__cd) $(srcdir) && $(AUTOCONF)
420 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
421         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
422 $(am__aclocal_m4_deps):
423 libtirpc.pc: $(top_builddir)/config.status $(srcdir)/libtirpc.pc.in
424         cd $(top_builddir) && $(SHELL) ./config.status $@
425
426 mostlyclean-libtool:
427         -rm -f *.lo
428
429 clean-libtool:
430         -rm -rf .libs _libs
431
432 distclean-libtool:
433         -rm -f libtool config.lt
434 install-pkgconfigDATA: $(pkgconfig_DATA)
435         @$(NORMAL_INSTALL)
436         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
437         if test -n "$$list"; then \
438           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
439           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
440         fi; \
441         for p in $$list; do \
442           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
443           echo "$$d$$p"; \
444         done | $(am__base_list) | \
445         while read files; do \
446           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
447           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
448         done
449
450 uninstall-pkgconfigDATA:
451         @$(NORMAL_UNINSTALL)
452         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
453         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
454         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
455 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
456         @$(NORMAL_INSTALL)
457         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
458         if test -n "$$list"; then \
459           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
460           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
461         fi; \
462         $(am__nobase_list) | while read dir files; do \
463           xfiles=; for file in $$files; do \
464             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
465             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
466           test -z "$$xfiles" || { \
467             test "x$$dir" = x. || { \
468               echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
469               $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
470             echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
471             $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
472         done
473
474 uninstall-nobase_includeHEADERS:
475         @$(NORMAL_UNINSTALL)
476         @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
477         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
478         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
479
480 # This directory's subdirectories are mostly independent; you can cd
481 # into them and run 'make' without going through this Makefile.
482 # To change the values of 'make' variables: instead of editing Makefiles,
483 # (1) if the variable is set in 'config.status', edit 'config.status'
484 #     (which will cause the Makefiles to be regenerated when you run 'make');
485 # (2) otherwise, pass the desired values on the 'make' command line.
486 $(am__recursive_targets):
487         @fail=; \
488         if $(am__make_keepgoing); then \
489           failcom='fail=yes'; \
490         else \
491           failcom='exit 1'; \
492         fi; \
493         dot_seen=no; \
494         target=`echo $@ | sed s/-recursive//`; \
495         case "$@" in \
496           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
497           *) list='$(SUBDIRS)' ;; \
498         esac; \
499         for subdir in $$list; do \
500           echo "Making $$target in $$subdir"; \
501           if test "$$subdir" = "."; then \
502             dot_seen=yes; \
503             local_target="$$target-am"; \
504           else \
505             local_target="$$target"; \
506           fi; \
507           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508           || eval $$failcom; \
509         done; \
510         if test "$$dot_seen" = "no"; then \
511           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
512         fi; test -z "$$fail"
513
514 ID: $(am__tagged_files)
515         $(am__define_uniq_tagged_files); mkid -fID $$unique
516 tags: tags-recursive
517 TAGS: tags
518
519 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520         set x; \
521         here=`pwd`; \
522         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
523           include_option=--etags-include; \
524           empty_fix=.; \
525         else \
526           include_option=--include; \
527           empty_fix=; \
528         fi; \
529         list='$(SUBDIRS)'; for subdir in $$list; do \
530           if test "$$subdir" = .; then :; else \
531             test ! -f $$subdir/TAGS || \
532               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
533           fi; \
534         done; \
535         $(am__define_uniq_tagged_files); \
536         shift; \
537         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538           test -n "$$unique" || unique=$$empty_fix; \
539           if test $$# -gt 0; then \
540             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541               "$$@" $$unique; \
542           else \
543             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544               $$unique; \
545           fi; \
546         fi
547 ctags: ctags-recursive
548
549 CTAGS: ctags
550 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
551         $(am__define_uniq_tagged_files); \
552         test -z "$(CTAGS_ARGS)$$unique" \
553           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
554              $$unique
555
556 GTAGS:
557         here=`$(am__cd) $(top_builddir) && pwd` \
558           && $(am__cd) $(top_srcdir) \
559           && gtags -i $(GTAGS_ARGS) "$$here"
560 cscope: cscope.files
561         test ! -s cscope.files \
562           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
563 clean-cscope:
564         -rm -f cscope.files
565 cscope.files: clean-cscope cscopelist
566 cscopelist: cscopelist-recursive
567
568 cscopelist-am: $(am__tagged_files)
569         list='$(am__tagged_files)'; \
570         case "$(srcdir)" in \
571           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
572           *) sdir=$(subdir)/$(srcdir) ;; \
573         esac; \
574         for i in $$list; do \
575           if test -f "$$i"; then \
576             echo "$(subdir)/$$i"; \
577           else \
578             echo "$$sdir/$$i"; \
579           fi; \
580         done >> $(top_builddir)/cscope.files
581
582 distclean-tags:
583         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
584         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
585
586 distdir: $(DISTFILES)
587         $(am__remove_distdir)
588         test -d "$(distdir)" || mkdir "$(distdir)"
589         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591         list='$(DISTFILES)'; \
592           dist_files=`for file in $$list; do echo $$file; done | \
593           sed -e "s|^$$srcdirstrip/||;t" \
594               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
595         case $$dist_files in \
596           */*) $(MKDIR_P) `echo "$$dist_files" | \
597                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
598                            sort -u` ;; \
599         esac; \
600         for file in $$dist_files; do \
601           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
602           if test -d $$d/$$file; then \
603             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604             if test -d "$(distdir)/$$file"; then \
605               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606             fi; \
607             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
608               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
609               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610             fi; \
611             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
612           else \
613             test -f "$(distdir)/$$file" \
614             || cp -p $$d/$$file "$(distdir)/$$file" \
615             || exit 1; \
616           fi; \
617         done
618         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
619           if test "$$subdir" = .; then :; else \
620             $(am__make_dryrun) \
621               || test -d "$(distdir)/$$subdir" \
622               || $(MKDIR_P) "$(distdir)/$$subdir" \
623               || exit 1; \
624             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
625             $(am__relativize); \
626             new_distdir=$$reldir; \
627             dir1=$$subdir; dir2="$(top_distdir)"; \
628             $(am__relativize); \
629             new_top_distdir=$$reldir; \
630             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
631             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
632             ($(am__cd) $$subdir && \
633               $(MAKE) $(AM_MAKEFLAGS) \
634                 top_distdir="$$new_top_distdir" \
635                 distdir="$$new_distdir" \
636                 am__remove_distdir=: \
637                 am__skip_length_check=: \
638                 am__skip_mode_fix=: \
639                 distdir) \
640               || exit 1; \
641           fi; \
642         done
643         -test -n "$(am__skip_mode_fix)" \
644         || find "$(distdir)" -type d ! -perm -755 \
645                 -exec chmod u+rwx,go+rx {} \; -o \
646           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
647           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
648           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
649         || chmod -R a+r "$(distdir)"
650 dist-gzip: distdir
651         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
652         $(am__post_remove_distdir)
653
654 dist-bzip2: distdir
655         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
656         $(am__post_remove_distdir)
657
658 dist-lzip: distdir
659         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
660         $(am__post_remove_distdir)
661
662 dist-xz: distdir
663         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
664         $(am__post_remove_distdir)
665
666 dist-tarZ: distdir
667         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
668         $(am__post_remove_distdir)
669
670 dist-shar: distdir
671         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
672         $(am__post_remove_distdir)
673
674 dist-zip: distdir
675         -rm -f $(distdir).zip
676         zip -rq $(distdir).zip $(distdir)
677         $(am__post_remove_distdir)
678
679 dist dist-all:
680         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
681         $(am__post_remove_distdir)
682
683 # This target untars the dist file and tries a VPATH configuration.  Then
684 # it guarantees that the distribution is self-contained by making another
685 # tarfile.
686 distcheck: dist
687         case '$(DIST_ARCHIVES)' in \
688         *.tar.gz*) \
689           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
690         *.tar.bz2*) \
691           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
692         *.tar.lz*) \
693           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
694         *.tar.xz*) \
695           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
696         *.tar.Z*) \
697           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
698         *.shar.gz*) \
699           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
700         *.zip*) \
701           unzip $(distdir).zip ;;\
702         esac
703         chmod -R a-w $(distdir)
704         chmod u+w $(distdir)
705         mkdir $(distdir)/_build $(distdir)/_inst
706         chmod a-w $(distdir)
707         test -d $(distdir)/_build || exit 0; \
708         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
709           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
710           && am__cwd=`pwd` \
711           && $(am__cd) $(distdir)/_build \
712           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
713             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
714             $(DISTCHECK_CONFIGURE_FLAGS) \
715           && $(MAKE) $(AM_MAKEFLAGS) \
716           && $(MAKE) $(AM_MAKEFLAGS) dvi \
717           && $(MAKE) $(AM_MAKEFLAGS) check \
718           && $(MAKE) $(AM_MAKEFLAGS) install \
719           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
720           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
721           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
722                 distuninstallcheck \
723           && chmod -R a-w "$$dc_install_base" \
724           && ({ \
725                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
726                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
727                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
728                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
729                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
730               } || { rm -rf "$$dc_destdir"; exit 1; }) \
731           && rm -rf "$$dc_destdir" \
732           && $(MAKE) $(AM_MAKEFLAGS) dist \
733           && rm -rf $(DIST_ARCHIVES) \
734           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
735           && cd "$$am__cwd" \
736           || exit 1
737         $(am__post_remove_distdir)
738         @(echo "$(distdir) archives ready for distribution: "; \
739           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
740           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
741 distuninstallcheck:
742         @test -n '$(distuninstallcheck_dir)' || { \
743           echo 'ERROR: trying to run $@ with an empty' \
744                '$$(distuninstallcheck_dir)' >&2; \
745           exit 1; \
746         }; \
747         $(am__cd) '$(distuninstallcheck_dir)' || { \
748           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
749           exit 1; \
750         }; \
751         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
752            || { echo "ERROR: files left after uninstall:" ; \
753                 if test -n "$(DESTDIR)"; then \
754                   echo "  (check DESTDIR support)"; \
755                 fi ; \
756                 $(distuninstallcheck_listfiles) ; \
757                 exit 1; } >&2
758 distcleancheck: distclean
759         @if test '$(srcdir)' = . ; then \
760           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
761           exit 1 ; \
762         fi
763         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
764           || { echo "ERROR: files left in build directory after distclean:" ; \
765                $(distcleancheck_listfiles) ; \
766                exit 1; } >&2
767 check-am: all-am
768 check: check-recursive
769 all-am: Makefile $(DATA) $(HEADERS)
770 installdirs: installdirs-recursive
771 installdirs-am:
772         for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
773           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
774         done
775 install: install-recursive
776 install-exec: install-exec-recursive
777 install-data: install-data-recursive
778 uninstall: uninstall-recursive
779
780 install-am: all-am
781         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
782
783 installcheck: installcheck-recursive
784 install-strip:
785         if test -z '$(STRIP)'; then \
786           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
787             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
788               install; \
789         else \
790           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
791             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
792             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
793         fi
794 mostlyclean-generic:
795
796 clean-generic:
797         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
798
799 distclean-generic:
800         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
801         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
802         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
803
804 maintainer-clean-generic:
805         @echo "This command is intended for maintainers to use"
806         @echo "it deletes files that may require special tools to rebuild."
807 clean: clean-recursive
808
809 clean-am: clean-generic clean-libtool mostlyclean-am
810
811 distclean: distclean-recursive
812         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
813         -rm -f Makefile
814 distclean-am: clean-am distclean-generic distclean-libtool \
815         distclean-tags
816
817 dvi: dvi-recursive
818
819 dvi-am:
820
821 html: html-recursive
822
823 html-am:
824
825 info: info-recursive
826
827 info-am:
828
829 install-data-am: install-nobase_includeHEADERS install-pkgconfigDATA
830
831 install-dvi: install-dvi-recursive
832
833 install-dvi-am:
834
835 install-exec-am:
836
837 install-html: install-html-recursive
838
839 install-html-am:
840
841 install-info: install-info-recursive
842
843 install-info-am:
844
845 install-man:
846
847 install-pdf: install-pdf-recursive
848
849 install-pdf-am:
850
851 install-ps: install-ps-recursive
852
853 install-ps-am:
854
855 installcheck-am:
856
857 maintainer-clean: maintainer-clean-recursive
858         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
859         -rm -rf $(top_srcdir)/autom4te.cache
860         -rm -f Makefile
861 maintainer-clean-am: distclean-am maintainer-clean-generic
862
863 mostlyclean: mostlyclean-recursive
864
865 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
866
867 pdf: pdf-recursive
868
869 pdf-am:
870
871 ps: ps-recursive
872
873 ps-am:
874
875 uninstall-am: uninstall-nobase_includeHEADERS uninstall-pkgconfigDATA
876
877 .MAKE: $(am__recursive_targets) install-am install-strip
878
879 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
880         am--refresh check check-am clean clean-cscope clean-generic \
881         clean-libtool cscope cscopelist-am ctags ctags-am dist \
882         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
883         dist-xz dist-zip distcheck distclean distclean-generic \
884         distclean-libtool distclean-tags distcleancheck distdir \
885         distuninstallcheck dvi dvi-am html html-am info info-am \
886         install install-am install-data install-data-am install-dvi \
887         install-dvi-am install-exec install-exec-am install-html \
888         install-html-am install-info install-info-am install-man \
889         install-nobase_includeHEADERS install-pdf install-pdf-am \
890         install-pkgconfigDATA install-ps install-ps-am install-strip \
891         installcheck installcheck-am installdirs installdirs-am \
892         maintainer-clean maintainer-clean-generic mostlyclean \
893         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
894         tags tags-am uninstall uninstall-am \
895         uninstall-nobase_includeHEADERS uninstall-pkgconfigDATA
896
897
898 # Tell versions [3.59,3.63) of GNU make to not export all variables.
899 # Otherwise a system limit (for SysV at least) may be exceeded.
900 .NOEXPORT: