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