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