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