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@USE_LYNX_TRUE@am__append_1 = README
56@USE_LYNX_TRUE@am__append_2 = README
57subdir = doc
58DIST_COMMON = README $(am__dist_doc_DATA_DIST) $(dist_html_DATA) \
59	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
60	$(srcdir)/README.html.in $(srcdir)/doxygen.conf.in
61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
63	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
64	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
65	$(top_srcdir)/m4/lt~obsolete.m4 \
66	$(top_srcdir)/m4/zp_lynx_doc.m4 $(top_srcdir)/configure.ac
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68	$(ACLOCAL_M4)
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = $(top_builddir)/config.h
71CONFIG_CLEAN_FILES = README.html doxygen.conf
72CONFIG_CLEAN_VPATH_FILES =
73AM_V_GEN = $(am__v_GEN_@AM_V@)
74am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
75am__v_GEN_0 = @echo "  GEN   " $@;
76AM_V_at = $(am__v_at_@AM_V@)
77am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
78am__v_at_0 = @
79SOURCES =
80DIST_SOURCES =
81am__dist_doc_DATA_DIST = README
82am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
83am__vpath_adj = case $$p in \
84    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85    *) f=$$p;; \
86  esac;
87am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
88am__install_max = 40
89am__nobase_strip_setup = \
90  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
91am__nobase_strip = \
92  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
93am__nobase_list = $(am__nobase_strip_setup); \
94  for p in $$list; do echo "$$p $$p"; done | \
95  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
96  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
97    if (++n[$$2] == $(am__install_max)) \
98      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
99    END { for (dir in files) print dir, files[dir] }'
100am__base_list = \
101  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
102  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
103am__uninstall_files_from_dir = { \
104  test -z "$$files" \
105    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
106    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
107         $(am__cd) "$$dir" && rm -f $$files; }; \
108  }
109am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldir)"
110DATA = $(dist_doc_DATA) $(dist_html_DATA)
111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112ACLOCAL = @ACLOCAL@
113AMTAR = @AMTAR@
114AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
115AR = @AR@
116AUTOCONF = @AUTOCONF@
117AUTOHEADER = @AUTOHEADER@
118AUTOMAKE = @AUTOMAKE@
119AWK = @AWK@
120CC = @CC@
121CCDEPMODE = @CCDEPMODE@
122CFLAGS = @CFLAGS@
123CPP = @CPP@
124CPPFLAGS = @CPPFLAGS@
125CYGPATH_W = @CYGPATH_W@
126DEFS = @DEFS@
127DEPDIR = @DEPDIR@
128DSYMUTIL = @DSYMUTIL@
129DUMPBIN = @DUMPBIN@
130ECHO_C = @ECHO_C@
131ECHO_N = @ECHO_N@
132ECHO_T = @ECHO_T@
133EGREP = @EGREP@
134EXEEXT = @EXEEXT@
135FGREP = @FGREP@
136GREP = @GREP@
137INSTALL = @INSTALL@
138INSTALL_DATA = @INSTALL_DATA@
139INSTALL_PROGRAM = @INSTALL_PROGRAM@
140INSTALL_SCRIPT = @INSTALL_SCRIPT@
141INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
142LD = @LD@
143LDFLAGS = @LDFLAGS@
144LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
145LIBDAEMON_VERSION_INFO = @LIBDAEMON_VERSION_INFO@
146LIBOBJS = @LIBOBJS@
147LIBS = @LIBS@
148LIBTOOL = @LIBTOOL@
149LIPO = @LIPO@
150LN_S = @LN_S@
151LTLIBOBJS = @LTLIBOBJS@
152MAKEINFO = @MAKEINFO@
153MKDIR_P = @MKDIR_P@
154NM = @NM@
155NMEDIT = @NMEDIT@
156OBJDUMP = @OBJDUMP@
157OBJEXT = @OBJEXT@
158OTOOL = @OTOOL@
159OTOOL64 = @OTOOL64@
160PACKAGE = @PACKAGE@
161PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162PACKAGE_NAME = @PACKAGE_NAME@
163PACKAGE_STRING = @PACKAGE_STRING@
164PACKAGE_TARNAME = @PACKAGE_TARNAME@
165PACKAGE_URL = @PACKAGE_URL@
166PACKAGE_VERSION = @PACKAGE_VERSION@
167PATH_SEPARATOR = @PATH_SEPARATOR@
168RANLIB = @RANLIB@
169SED = @SED@
170SET_MAKE = @SET_MAKE@
171SHELL = @SHELL@
172STRIP = @STRIP@
173VERSION = @VERSION@
174abs_builddir = @abs_builddir@
175abs_srcdir = @abs_srcdir@
176abs_top_builddir = @abs_top_builddir@
177abs_top_srcdir = @abs_top_srcdir@
178ac_ct_CC = @ac_ct_CC@
179ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
180am__include = @am__include@
181am__leading_dot = @am__leading_dot@
182am__quote = @am__quote@
183am__tar = @am__tar@
184am__untar = @am__untar@
185bindir = @bindir@
186build = @build@
187build_alias = @build_alias@
188build_cpu = @build_cpu@
189build_os = @build_os@
190build_vendor = @build_vendor@
191builddir = @builddir@
192datadir = @datadir@
193datarootdir = @datarootdir@
194docdir = @docdir@
195dvidir = @dvidir@
196exec_prefix = @exec_prefix@
197have_lynx = @have_lynx@
198host = @host@
199host_alias = @host_alias@
200host_cpu = @host_cpu@
201host_os = @host_os@
202host_vendor = @host_vendor@
203htmldir = @htmldir@
204includedir = @includedir@
205infodir = @infodir@
206install_sh = @install_sh@
207libdir = @libdir@
208libexecdir = @libexecdir@
209localedir = @localedir@
210localstatedir = @localstatedir@
211lt_ECHO = @lt_ECHO@
212mandir = @mandir@
213mkdir_p = @mkdir_p@
214oldincludedir = @oldincludedir@
215pdfdir = @pdfdir@
216prefix = @prefix@
217program_transform_name = @program_transform_name@
218psdir = @psdir@
219sbindir = @sbindir@
220sharedstatedir = @sharedstatedir@
221srcdir = @srcdir@
222sysconfdir = @sysconfdir@
223target_alias = @target_alias@
224top_build_prefix = @top_build_prefix@
225top_builddir = @top_builddir@
226top_srcdir = @top_srcdir@
227dist_html_DATA = README.html style.css
228EXTRA_DIST = README.html.in
229MAINTAINERCLEANFILES = README.html $(am__append_1)
230CLEANFILES = $(am__append_2)
231@USE_LYNX_TRUE@dist_doc_DATA = README
232all: all-am
233
234.SUFFIXES:
235$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
236	@for dep in $?; do \
237	  case '$(am__configure_deps)' in \
238	    *$$dep*) \
239	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240	        && { if test -f $@; then exit 0; else break; fi; }; \
241	      exit 1;; \
242	  esac; \
243	done; \
244	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
245	$(am__cd) $(top_srcdir) && \
246	  $(AUTOMAKE) --foreign doc/Makefile
247.PRECIOUS: Makefile
248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249	@case '$?' in \
250	  *config.status*) \
251	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252	  *) \
253	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255	esac;
256
257$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
260$(top_srcdir)/configure:  $(am__configure_deps)
261	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
263	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264$(am__aclocal_m4_deps):
265README.html: $(top_builddir)/config.status $(srcdir)/README.html.in
266	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
267doxygen.conf: $(top_builddir)/config.status $(srcdir)/doxygen.conf.in
268	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
269
270mostlyclean-libtool:
271	-rm -f *.lo
272
273clean-libtool:
274	-rm -rf .libs _libs
275install-dist_docDATA: $(dist_doc_DATA)
276	@$(NORMAL_INSTALL)
277	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
278	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
279	for p in $$list; do \
280	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
281	  echo "$$d$$p"; \
282	done | $(am__base_list) | \
283	while read files; do \
284	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
285	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
286	done
287
288uninstall-dist_docDATA:
289	@$(NORMAL_UNINSTALL)
290	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
291	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
292	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
293install-dist_htmlDATA: $(dist_html_DATA)
294	@$(NORMAL_INSTALL)
295	test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
296	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
297	for p in $$list; do \
298	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
299	  echo "$$d$$p"; \
300	done | $(am__base_list) | \
301	while read files; do \
302	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
303	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
304	done
305
306uninstall-dist_htmlDATA:
307	@$(NORMAL_UNINSTALL)
308	@list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
309	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
310	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
311tags: TAGS
312TAGS:
313
314ctags: CTAGS
315CTAGS:
316
317
318distdir: $(DISTFILES)
319	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
321	list='$(DISTFILES)'; \
322	  dist_files=`for file in $$list; do echo $$file; done | \
323	  sed -e "s|^$$srcdirstrip/||;t" \
324	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
325	case $$dist_files in \
326	  */*) $(MKDIR_P) `echo "$$dist_files" | \
327			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
328			   sort -u` ;; \
329	esac; \
330	for file in $$dist_files; do \
331	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
332	  if test -d $$d/$$file; then \
333	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
334	    if test -d "$(distdir)/$$file"; then \
335	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
336	    fi; \
337	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
339	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
340	    fi; \
341	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
342	  else \
343	    test -f "$(distdir)/$$file" \
344	    || cp -p $$d/$$file "$(distdir)/$$file" \
345	    || exit 1; \
346	  fi; \
347	done
348check-am: all-am
349check: check-am
350all-am: Makefile $(DATA)
351installdirs:
352	for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldir)"; do \
353	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
354	done
355install: install-am
356install-exec: install-exec-am
357install-data: install-data-am
358uninstall: uninstall-am
359
360install-am: all-am
361	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
362
363installcheck: installcheck-am
364install-strip:
365	if test -z '$(STRIP)'; then \
366	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
367	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
368	      install; \
369	else \
370	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
371	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
372	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
373	fi
374mostlyclean-generic:
375
376clean-generic:
377	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
378
379distclean-generic:
380	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
381	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
382
383maintainer-clean-generic:
384	@echo "This command is intended for maintainers to use"
385	@echo "it deletes files that may require special tools to rebuild."
386	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
387clean: clean-am
388
389clean-am: clean-generic clean-libtool mostlyclean-am
390
391distclean: distclean-am
392	-rm -f Makefile
393distclean-am: clean-am distclean-generic
394
395dvi: dvi-am
396
397dvi-am:
398
399html: html-am
400
401html-am:
402
403info: info-am
404
405info-am:
406
407install-data-am: install-dist_docDATA install-dist_htmlDATA
408
409install-dvi: install-dvi-am
410
411install-dvi-am:
412
413install-exec-am:
414
415install-html: install-html-am
416
417install-html-am:
418
419install-info: install-info-am
420
421install-info-am:
422
423install-man:
424
425install-pdf: install-pdf-am
426
427install-pdf-am:
428
429install-ps: install-ps-am
430
431install-ps-am:
432
433installcheck-am:
434
435maintainer-clean: maintainer-clean-am
436	-rm -f Makefile
437maintainer-clean-am: distclean-am maintainer-clean-generic \
438	maintainer-clean-local
439
440mostlyclean: mostlyclean-am
441
442mostlyclean-am: mostlyclean-generic mostlyclean-libtool
443
444pdf: pdf-am
445
446pdf-am:
447
448ps: ps-am
449
450ps-am:
451
452uninstall-am: uninstall-dist_docDATA uninstall-dist_htmlDATA
453
454.MAKE: install-am install-strip
455
456.PHONY: all all-am check check-am clean clean-generic clean-libtool \
457	distclean distclean-generic distclean-libtool distdir dvi \
458	dvi-am html html-am info info-am install install-am \
459	install-data install-data-am install-dist_docDATA \
460	install-dist_htmlDATA install-dvi install-dvi-am install-exec \
461	install-exec-am install-html install-html-am install-info \
462	install-info-am install-man install-pdf install-pdf-am \
463	install-ps install-ps-am install-strip installcheck \
464	installcheck-am installdirs maintainer-clean \
465	maintainer-clean-generic maintainer-clean-local mostlyclean \
466	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
467	uninstall uninstall-am uninstall-dist_docDATA \
468	uninstall-dist_htmlDATA
469
470
471doxygen: doxygen.conf
472	doxygen doxygen.conf
473
474maintainer-clean-local:
475	rm -rf reference
476@USE_LYNX_TRUE@README: README.html
477@USE_LYNX_TRUE@	lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' | sed 's,file://localhost/.*/doc/reference/,reference/,' > $@
478
479tidy: README.html
480	tidy -e < README.html
481
482.PHONY: doxygen tidy
483
484# Tell versions [3.59,3.63) of GNU make to not export all variables.
485# Otherwise a system limit (for SysV at least) may be exceeded.
486.NOEXPORT:
487