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