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