Don't enable dnsmasq IPSET functionality on 2.4 kernel
[tomato.git] / release / src / router / libdaemon / Makefile.in
blobf4ef9aef36f64d0ae4ea049086f61f13eceda89a
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
18 # This file is part of libdaemon.
20 # Copyright 2003-2008 Lennart Poettering
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.
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.
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/>.
36 VPATH = @srcdir@
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 @EXAMPLES_TRUE@am__append_1 = examples
56 @USE_LYNX_TRUE@am__append_2 = README
57 @USE_LYNX_TRUE@am__append_3 = README
58 subdir = .
59 DIST_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
66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 am__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
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
75 configure.lineno config.status.lineno
76 mkinstalldirs = $(install_sh) -d
77 CONFIG_HEADER = config.h
78 CONFIG_CLEAN_FILES = pkgconfig/libdaemon.pc \
79 pkgconfig/libdaemon-uninstalled.pc
80 CONFIG_CLEAN_VPATH_FILES =
81 AM_V_GEN = $(am__v_GEN_$(V))
82 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
83 am__v_GEN_0 = @echo " GEN " $@;
84 AM_V_at = $(am__v_at_$(V))
85 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
86 am__v_at_0 = @
87 SOURCES =
88 DIST_SOURCES =
89 RECURSIVE_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
96 am__dist_noinst_DATA_DIST = README
97 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98 am__vpath_adj = case $$p in \
99 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100 *) f=$$p;; \
101 esac;
102 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103 am__install_max = 40
104 am__nobase_strip_setup = \
105 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106 am__nobase_strip = \
107 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108 am__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] }'
115 am__base_list = \
116 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
119 DATA = $(dist_noinst_DATA) $(pkgconfig_DATA)
120 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121 distclean-recursive maintainer-clean-recursive
122 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
124 distdir dist dist-all distcheck
125 ETAGS = etags
126 CTAGS = ctags
127 DIST_SUBDIRS = libdaemon doc examples
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 distdir = $(PACKAGE)-$(VERSION)
130 top_distdir = $(distdir)
131 am__remove_distdir = \
132 { test ! -d "$(distdir)" \
133 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
134 && rm -fr "$(distdir)"; }; }
135 am__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"
160 DIST_ARCHIVES = $(distdir).tar.gz
161 GZIP_ENV = --best
162 distuninstallcheck_listfiles = find . -type f -print
163 distcleancheck_listfiles = find . -type f -print
164 ACLOCAL = @ACLOCAL@
165 AMTAR = @AMTAR@
166 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
167 AR = @AR@
168 AUTOCONF = @AUTOCONF@
169 AUTOHEADER = @AUTOHEADER@
170 AUTOMAKE = @AUTOMAKE@
171 AWK = @AWK@
172 CC = @CC@
173 CCDEPMODE = @CCDEPMODE@
174 CFLAGS = @CFLAGS@
175 CPP = @CPP@
176 CPPFLAGS = @CPPFLAGS@
177 CYGPATH_W = @CYGPATH_W@
178 DEFS = @DEFS@
179 DEPDIR = @DEPDIR@
180 DSYMUTIL = @DSYMUTIL@
181 DUMPBIN = @DUMPBIN@
182 ECHO_C = @ECHO_C@
183 ECHO_N = @ECHO_N@
184 ECHO_T = @ECHO_T@
185 EGREP = @EGREP@
186 EXEEXT = @EXEEXT@
187 FGREP = @FGREP@
188 GREP = @GREP@
189 INSTALL = @INSTALL@
190 INSTALL_DATA = @INSTALL_DATA@
191 INSTALL_PROGRAM = @INSTALL_PROGRAM@
192 INSTALL_SCRIPT = @INSTALL_SCRIPT@
193 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194 LD = @LD@
195 LDFLAGS = @LDFLAGS@
196 LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
197 LIBDAEMON_VERSION_INFO = @LIBDAEMON_VERSION_INFO@
198 LIBOBJS = @LIBOBJS@
199 LIBS = @LIBS@
200 LIBTOOL = @LIBTOOL@
201 LIPO = @LIPO@
202 LN_S = @LN_S@
203 LTLIBOBJS = @LTLIBOBJS@
204 MAKEINFO = @MAKEINFO@
205 MKDIR_P = @MKDIR_P@
206 NM = @NM@
207 NMEDIT = @NMEDIT@
208 OBJDUMP = @OBJDUMP@
209 OBJEXT = @OBJEXT@
210 OTOOL = @OTOOL@
211 OTOOL64 = @OTOOL64@
212 PACKAGE = @PACKAGE@
213 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
214 PACKAGE_NAME = @PACKAGE_NAME@
215 PACKAGE_STRING = @PACKAGE_STRING@
216 PACKAGE_TARNAME = @PACKAGE_TARNAME@
217 PACKAGE_URL = @PACKAGE_URL@
218 PACKAGE_VERSION = @PACKAGE_VERSION@
219 PATH_SEPARATOR = @PATH_SEPARATOR@
220 RANLIB = @RANLIB@
221 SED = @SED@
222 SET_MAKE = @SET_MAKE@
223 SHELL = @SHELL@
224 STRIP = @STRIP@
225 VERSION = @VERSION@
226 abs_builddir = @abs_builddir@
227 abs_srcdir = @abs_srcdir@
228 abs_top_builddir = @abs_top_builddir@
229 abs_top_srcdir = @abs_top_srcdir@
230 ac_ct_CC = @ac_ct_CC@
231 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
232 am__include = @am__include@
233 am__leading_dot = @am__leading_dot@
234 am__quote = @am__quote@
235 am__tar = @am__tar@
236 am__untar = @am__untar@
237 bindir = @bindir@
238 build = @build@
239 build_alias = @build_alias@
240 build_cpu = @build_cpu@
241 build_os = @build_os@
242 build_vendor = @build_vendor@
243 builddir = @builddir@
244 datadir = @datadir@
245 datarootdir = @datarootdir@
246 docdir = @docdir@
247 dvidir = @dvidir@
248 exec_prefix = @exec_prefix@
249 have_lynx = @have_lynx@
250 host = @host@
251 host_alias = @host_alias@
252 host_cpu = @host_cpu@
253 host_os = @host_os@
254 host_vendor = @host_vendor@
255 htmldir = @htmldir@
256 includedir = @includedir@
257 infodir = @infodir@
258 install_sh = @install_sh@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 lt_ECHO = @lt_ECHO@
264 mandir = @mandir@
265 mkdir_p = @mkdir_p@
266 oldincludedir = @oldincludedir@
267 pdfdir = @pdfdir@
268 prefix = @prefix@
269 program_transform_name = @program_transform_name@
270 psdir = @psdir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 sysconfdir = @sysconfdir@
275 target_alias = @target_alias@
276 top_build_prefix = @top_build_prefix@
277 top_builddir = @top_builddir@
278 top_srcdir = @top_srcdir@
279 ACLOCAL_AMFLAGS = -I m4
280 EXTRA_DIST = bootstrap.sh LICENSE
281 SUBDIRS = libdaemon doc $(am__append_1)
282 pkgconfigdir = $(libdir)/pkgconfig
283 pkgconfig_DATA = pkgconfig/libdaemon.pc
284 dist_noinst_DATA = $(am__append_2)
285 MAINTAINERCLEANFILES = $(am__append_3)
286 all: config.h
287 $(MAKE) $(AM_MAKEFLAGS) all-recursive
289 .SUFFIXES:
290 am--refresh:
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
306 Makefile: $(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;
316 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
317 $(SHELL) ./config.status --recheck
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):
325 config.h: stamp-h1
326 @if test ! -f $@; then \
327 rm -f stamp-h1; \
328 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
329 else :; fi
331 stamp-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 $@
339 distclean-hdr:
340 -rm -f config.h stamp-h1
341 pkgconfig/libdaemon.pc: $(top_builddir)/config.status $(top_srcdir)/pkgconfig/libdaemon.pc.in
342 cd $(top_builddir) && $(SHELL) ./config.status $@
343 pkgconfig/libdaemon-uninstalled.pc: $(top_builddir)/config.status $(top_srcdir)/pkgconfig/libdaemon-uninstalled.pc.in
344 cd $(top_builddir) && $(SHELL) ./config.status $@
346 mostlyclean-libtool:
347 -rm -f *.lo
349 clean-libtool:
350 -rm -rf .libs _libs
352 distclean-libtool:
353 -rm -f libtool config.lt
354 install-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
367 uninstall-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
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 @fail= 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"
406 $(RECURSIVE_CLEAN_TARGETS):
407 @fail= 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"
436 tags-recursive:
437 list='$(SUBDIRS)'; for subdir in $$list; do \
438 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
439 done
440 ctags-recursive:
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
443 done
445 ID: $(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
453 tags: TAGS
455 TAGS: 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; \
489 ctags: CTAGS
490 CTAGS: 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
502 GTAGS:
503 here=`$(am__cd) $(top_builddir) && pwd` \
504 && $(am__cd) $(top_srcdir) \
505 && gtags -i $(GTAGS_ARGS) "$$here"
507 distclean-tags:
508 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
510 distdir: $(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 -755 \
572 -exec chmod u+rwx,go+rx {} \; -o \
573 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
574 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
575 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
576 || chmod -R a+r "$(distdir)"
577 dist-gzip: distdir
578 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
579 $(am__remove_distdir)
581 dist-bzip2: distdir
582 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
583 $(am__remove_distdir)
585 dist-lzma: distdir
586 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
587 $(am__remove_distdir)
589 dist-xz: distdir
590 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
591 $(am__remove_distdir)
593 dist-tarZ: distdir
594 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
595 $(am__remove_distdir)
597 dist-shar: distdir
598 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
599 $(am__remove_distdir)
601 dist-zip: distdir
602 -rm -f $(distdir).zip
603 zip -rq $(distdir).zip $(distdir)
604 $(am__remove_distdir)
606 dist dist-all: distdir
607 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
608 $(am__remove_distdir)
610 # This target untars the dist file and tries a VPATH configuration. Then
611 # it guarantees that the distribution is self-contained by making another
612 # tarfile.
613 distcheck: dist
614 case '$(DIST_ARCHIVES)' in \
615 *.tar.gz*) \
616 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
617 *.tar.bz2*) \
618 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
619 *.tar.lzma*) \
620 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
621 *.tar.xz*) \
622 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
623 *.tar.Z*) \
624 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
625 *.shar.gz*) \
626 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
627 *.zip*) \
628 unzip $(distdir).zip ;;\
629 esac
630 chmod -R a-w $(distdir); chmod a+w $(distdir)
631 mkdir $(distdir)/_build
632 mkdir $(distdir)/_inst
633 chmod a-w $(distdir)
634 test -d $(distdir)/_build || exit 0; \
635 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
636 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
637 && am__cwd=`pwd` \
638 && $(am__cd) $(distdir)/_build \
639 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
640 $(DISTCHECK_CONFIGURE_FLAGS) \
641 && $(MAKE) $(AM_MAKEFLAGS) \
642 && $(MAKE) $(AM_MAKEFLAGS) dvi \
643 && $(MAKE) $(AM_MAKEFLAGS) check \
644 && $(MAKE) $(AM_MAKEFLAGS) install \
645 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
646 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
647 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
648 distuninstallcheck \
649 && chmod -R a-w "$$dc_install_base" \
650 && ({ \
651 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
652 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
653 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
654 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
655 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
656 } || { rm -rf "$$dc_destdir"; exit 1; }) \
657 && rm -rf "$$dc_destdir" \
658 && $(MAKE) $(AM_MAKEFLAGS) dist \
659 && rm -rf $(DIST_ARCHIVES) \
660 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
661 && cd "$$am__cwd" \
662 || exit 1
663 $(am__remove_distdir)
664 @(echo "$(distdir) archives ready for distribution: "; \
665 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
666 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
667 distuninstallcheck:
668 @$(am__cd) '$(distuninstallcheck_dir)' \
669 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
670 || { echo "ERROR: files left after uninstall:" ; \
671 if test -n "$(DESTDIR)"; then \
672 echo " (check DESTDIR support)"; \
673 fi ; \
674 $(distuninstallcheck_listfiles) ; \
675 exit 1; } >&2
676 distcleancheck: distclean
677 @if test '$(srcdir)' = . ; then \
678 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
679 exit 1 ; \
681 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
682 || { echo "ERROR: files left in build directory after distclean:" ; \
683 $(distcleancheck_listfiles) ; \
684 exit 1; } >&2
685 check-am: all-am
686 check: check-recursive
687 all-am: Makefile $(DATA) config.h
688 installdirs: installdirs-recursive
689 installdirs-am:
690 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
691 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
692 done
693 install: install-recursive
694 install-exec: install-exec-recursive
695 install-data: install-data-recursive
696 uninstall: uninstall-recursive
698 install-am: all-am
699 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
701 installcheck: installcheck-recursive
702 install-strip:
703 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
704 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
705 `test -z '$(STRIP)' || \
706 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
707 mostlyclean-generic:
709 clean-generic:
711 distclean-generic:
712 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
713 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
715 maintainer-clean-generic:
716 @echo "This command is intended for maintainers to use"
717 @echo "it deletes files that may require special tools to rebuild."
718 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
719 clean: clean-recursive
721 clean-am: clean-generic clean-libtool mostlyclean-am
723 distclean: distclean-recursive
724 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
725 -rm -f Makefile
726 distclean-am: clean-am distclean-generic distclean-hdr \
727 distclean-libtool distclean-tags
729 dvi: dvi-recursive
731 dvi-am:
733 html: html-recursive
735 html-am:
737 info: info-recursive
739 info-am:
741 install-data-am: install-pkgconfigDATA
743 install-dvi: install-dvi-recursive
745 install-dvi-am:
747 install-exec-am:
749 install-html: install-html-recursive
751 install-html-am:
753 install-info: install-info-recursive
755 install-info-am:
757 install-man:
759 install-pdf: install-pdf-recursive
761 install-pdf-am:
763 install-ps: install-ps-recursive
765 install-ps-am:
767 installcheck-am:
769 maintainer-clean: maintainer-clean-recursive
770 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
771 -rm -rf $(top_srcdir)/autom4te.cache
772 -rm -f Makefile
773 maintainer-clean-am: distclean-am maintainer-clean-generic
775 mostlyclean: mostlyclean-recursive
777 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
779 pdf: pdf-recursive
781 pdf-am:
783 ps: ps-recursive
785 ps-am:
787 uninstall-am: uninstall-pkgconfigDATA
789 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
790 ctags-recursive install-am install-strip tags-recursive
792 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
793 all all-am am--refresh check check-am clean clean-generic \
794 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
795 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
796 distcheck distclean distclean-generic distclean-hdr \
797 distclean-libtool distclean-tags distcleancheck distdir \
798 distuninstallcheck dvi dvi-am html html-am info info-am \
799 install install-am install-data install-data-am install-dvi \
800 install-dvi-am install-exec install-exec-am install-html \
801 install-html-am install-info install-info-am install-man \
802 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
803 install-ps-am install-strip installcheck installcheck-am \
804 installdirs installdirs-am maintainer-clean \
805 maintainer-clean-generic mostlyclean mostlyclean-generic \
806 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
807 uninstall uninstall-am uninstall-pkgconfigDATA
810 @USE_LYNX_TRUE@README:
811 @USE_LYNX_TRUE@ rm -f README
812 @USE_LYNX_TRUE@ $(MAKE) -C doc README
813 @USE_LYNX_TRUE@ ln -s doc/README README
815 doxygen:
816 $(MAKE) -C doc doxygen
818 homepage: dist doxygen
819 test -d $$HOME/homepage/private
820 mkdir -p $$HOME/homepage/private/projects/libdaemon
821 cp libdaemon-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/libdaemon
822 cp doc/README.html doc/style.css $$HOME/homepage/private/projects/libdaemon
823 ln -sf README.html $$HOME/homepage/private/projects/libdaemon/index.html
824 cp -av doc/reference/ $$HOME/homepage/private/projects/libdaemon/
826 .PHONY: homepage doxygen
828 # Tell versions [3.59,3.63) of GNU make to not export all variables.
829 # Otherwise a system limit (for SysV at least) may be exceeded.
830 .NOEXPORT: