Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / liblog / Makefile.in
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 #$Id: Makefile.am,v 1.6 2007/08/30 01:52:05 mrsam Exp $
19 #
20 # Copyright 2004-2007 Double Precision, Inc. See COPYING for
21 # distribution information.
22
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 pkglibdir = $(libdir)/@PACKAGE@
27 pkglibexecdir = $(libexecdir)/@PACKAGE@
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 sbin_PROGRAMS = courierlogger$(EXEEXT)
43 subdir = .
44 DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \
45 $(srcdir)/../config.sub $(srcdir)/../depcomp \
46 $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
47 $(srcdir)/../missing $(srcdir)/Makefile.am \
48 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
49 $(top_srcdir)/configure
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/configure.in
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55 configure.lineno config.status.lineno
56 mkinstalldirs = $(install_sh) -d
57 CONFIG_HEADER = config.h
58 CONFIG_CLEAN_FILES =
59 CONFIG_CLEAN_VPATH_FILES =
60 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"
61 PROGRAMS = $(sbin_PROGRAMS)
62 am_courierlogger_OBJECTS = logger.$(OBJEXT)
63 courierlogger_OBJECTS = $(am_courierlogger_OBJECTS)
64 courierlogger_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66 $(courierlogger_LDFLAGS) $(LDFLAGS) -o $@
67 DEFAULT_INCLUDES = -I.@am__isrc@
68 depcomp = $(SHELL) $(top_srcdir)/../depcomp
69 am__depfiles_maybe = depfiles
70 am__mv = mv -f
71 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76 CCLD = $(CC)
77 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79 $(LDFLAGS) -o $@
80 SOURCES = $(courierlogger_SOURCES)
81 DIST_SOURCES = $(courierlogger_SOURCES)
82 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
83 am__vpath_adj = case $$p in \
84 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85 *) f=$$p;; \
86 esac;
87 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
88 am__install_max = 40
89 am__nobase_strip_setup = \
90 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
91 am__nobase_strip = \
92 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
93 am__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] }'
100 am__base_list = \
101 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
102 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
103 man1dir = $(mandir)/man1
104 NROFF = nroff
105 MANS = $(man_MANS)
106 ETAGS = etags
107 CTAGS = ctags
108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109 distdir = $(PACKAGE)-$(VERSION)
110 top_distdir = $(distdir)
111 am__remove_distdir = \
112 { test ! -d "$(distdir)" \
113 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
114 && rm -fr "$(distdir)"; }; }
115 DIST_ARCHIVES = $(distdir).tar.gz
116 GZIP_ENV = --best
117 distuninstallcheck_listfiles = find . -type f -print
118 distcleancheck_listfiles = find . -type f -print
119 ACLOCAL = @ACLOCAL@
120 AMTAR = @AMTAR@
121 AR = @AR@
122 AUTOCONF = @AUTOCONF@
123 AUTOHEADER = @AUTOHEADER@
124 AUTOMAKE = @AUTOMAKE@
125 AWK = @AWK@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128 CFLAGS = @CFLAGS@
129 CPP = @CPP@
130 CPPFLAGS = @CPPFLAGS@
131 CYGPATH_W = @CYGPATH_W@
132 DEFS = @DEFS@
133 DEPDIR = @DEPDIR@
134 DSYMUTIL = @DSYMUTIL@
135 DUMPBIN = @DUMPBIN@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 FGREP = @FGREP@
142 GREP = @GREP@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LD = @LD@
149 LDFLAGS = @LDFLAGS@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAKEINFO = @MAKEINFO@
157 MKDIR_P = @MKDIR_P@
158 NM = @NM@
159 NMEDIT = @NMEDIT@
160 OBJDUMP = @OBJDUMP@
161 OBJEXT = @OBJEXT@
162 OTOOL = @OTOOL@
163 OTOOL64 = @OTOOL64@
164 PACKAGE = @PACKAGE@
165 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166 PACKAGE_NAME = @PACKAGE_NAME@
167 PACKAGE_STRING = @PACKAGE_STRING@
168 PACKAGE_TARNAME = @PACKAGE_TARNAME@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH_SEPARATOR = @PATH_SEPARATOR@
171 RANLIB = @RANLIB@
172 SED = @SED@
173 SET_MAKE = @SET_MAKE@
174 SHELL = @SHELL@
175 STRIP = @STRIP@
176 VERSION = @VERSION@
177 abs_builddir = @abs_builddir@
178 abs_srcdir = @abs_srcdir@
179 abs_top_builddir = @abs_top_builddir@
180 abs_top_srcdir = @abs_top_srcdir@
181 ac_ct_CC = @ac_ct_CC@
182 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
183 am__include = @am__include@
184 am__leading_dot = @am__leading_dot@
185 am__quote = @am__quote@
186 am__tar = @am__tar@
187 am__untar = @am__untar@
188 bindir = @bindir@
189 build = @build@
190 build_alias = @build_alias@
191 build_cpu = @build_cpu@
192 build_os = @build_os@
193 build_vendor = @build_vendor@
194 builddir = @builddir@
195 datadir = @datadir@
196 datarootdir = @datarootdir@
197 docdir = @docdir@
198 dvidir = @dvidir@
199 exec_prefix = @exec_prefix@
200 host = @host@
201 host_alias = @host_alias@
202 host_cpu = @host_cpu@
203 host_os = @host_os@
204 host_vendor = @host_vendor@
205 htmldir = @htmldir@
206 includedir = @includedir@
207 infodir = @infodir@
208 install_sh = @install_sh@
209 libdir = @libdir@
210 libexecdir = @libexecdir@
211 localedir = @localedir@
212 localstatedir = @localstatedir@
213 lt_ECHO = @lt_ECHO@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 oldincludedir = @oldincludedir@
217 pdfdir = @pdfdir@
218 prefix = @prefix@
219 program_transform_name = @program_transform_name@
220 psdir = @psdir@
221 sbindir = @sbindir@
222 sharedstatedir = @sharedstatedir@
223 srcdir = @srcdir@
224 sysconfdir = @sysconfdir@
225 target_alias = @target_alias@
226 top_build_prefix = @top_build_prefix@
227 top_builddir = @top_builddir@
228 top_srcdir = @top_srcdir@
229 BUILT_SOURCES = courierlogger.html courierlogger.1
230 man_MANS = courierlogger.1
231 EXTRA_DIST = $(BUILT_SOURCES)
232 courierlogger_SOURCES = logger.c
233 courierlogger_DEPENDENCIES = ../liblock/liblock.la ../numlib/libnumlib.la
234 courierlogger_LDADD = ../liblock/liblock.la ../numlib/libnumlib.la
235 courierlogger_LDFLAGS = -static
236 all: $(BUILT_SOURCES) config.h
237 $(MAKE) $(AM_MAKEFLAGS) all-am
238
239 .SUFFIXES:
240 .SUFFIXES: .c .lo .o .obj
241 am--refresh:
242 @:
243 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
244 @for dep in $?; do \
245 case '$(am__configure_deps)' in \
246 *$$dep*) \
247 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
248 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
249 && exit 0; \
250 exit 1;; \
251 esac; \
252 done; \
253 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
254 $(am__cd) $(top_srcdir) && \
255 $(AUTOMAKE) --foreign Makefile
256 .PRECIOUS: Makefile
257 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258 @case '$?' in \
259 *config.status*) \
260 echo ' $(SHELL) ./config.status'; \
261 $(SHELL) ./config.status;; \
262 *) \
263 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
264 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
265 esac;
266
267 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
268 $(SHELL) ./config.status --recheck
269
270 $(top_srcdir)/configure: $(am__configure_deps)
271 $(am__cd) $(srcdir) && $(AUTOCONF)
272 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
273 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
274 $(am__aclocal_m4_deps):
275
276 config.h: stamp-h1
277 @if test ! -f $@; then \
278 rm -f stamp-h1; \
279 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
280 else :; fi
281
282 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
283 @rm -f stamp-h1
284 cd $(top_builddir) && $(SHELL) ./config.status config.h
285 $(srcdir)/config.h.in: $(am__configure_deps)
286 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
287 rm -f stamp-h1
288 touch $@
289
290 distclean-hdr:
291 -rm -f config.h stamp-h1
292 install-sbinPROGRAMS: $(sbin_PROGRAMS)
293 @$(NORMAL_INSTALL)
294 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
295 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
296 for p in $$list; do echo "$$p $$p"; done | \
297 sed 's/$(EXEEXT)$$//' | \
298 while read p p1; do if test -f $$p || test -f $$p1; \
299 then echo "$$p"; echo "$$p"; else :; fi; \
300 done | \
301 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
302 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
303 sed 'N;N;N;s,\n, ,g' | \
304 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
305 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
306 if ($$2 == $$4) files[d] = files[d] " " $$1; \
307 else { print "f", $$3 "/" $$4, $$1; } } \
308 END { for (d in files) print "f", d, files[d] }' | \
309 while read type dir files; do \
310 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
311 test -z "$$files" || { \
312 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
313 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
314 } \
315 ; done
316
317 uninstall-sbinPROGRAMS:
318 @$(NORMAL_UNINSTALL)
319 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
320 files=`for p in $$list; do echo "$$p"; done | \
321 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
322 -e 's/$$/$(EXEEXT)/' `; \
323 test -n "$$list" || exit 0; \
324 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
325 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
326
327 clean-sbinPROGRAMS:
328 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
329 echo " rm -f" $$list; \
330 rm -f $$list || exit $$?; \
331 test -n "$(EXEEXT)" || exit 0; \
332 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
333 echo " rm -f" $$list; \
334 rm -f $$list
335 courierlogger$(EXEEXT): $(courierlogger_OBJECTS) $(courierlogger_DEPENDENCIES)
336 @rm -f courierlogger$(EXEEXT)
337 $(courierlogger_LINK) $(courierlogger_OBJECTS) $(courierlogger_LDADD) $(LIBS)
338
339 mostlyclean-compile:
340 -rm -f *.$(OBJEXT)
341
342 distclean-compile:
343 -rm -f *.tab.c
344
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
346
347 .c.o:
348 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
353
354 .c.obj:
355 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
356 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
360
361 .c.lo:
362 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
363 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
367
368 mostlyclean-libtool:
369 -rm -f *.lo
370
371 clean-libtool:
372 -rm -rf .libs _libs
373
374 distclean-libtool:
375 -rm -f libtool config.lt
376 install-man1: $(man_MANS)
377 @$(NORMAL_INSTALL)
378 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
379 @list=''; test -n "$(man1dir)" || exit 0; \
380 { for i in $$list; do echo "$$i"; done; \
381 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
382 sed -n '/\.1[a-z]*$$/p'; \
383 } | while read p; do \
384 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
385 echo "$$d$$p"; echo "$$p"; \
386 done | \
387 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
388 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
389 sed 'N;N;s,\n, ,g' | { \
390 list=; while read file base inst; do \
391 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
392 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
393 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
394 fi; \
395 done; \
396 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
397 while read files; do \
398 test -z "$$files" || { \
399 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
400 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
401 done; }
402
403 uninstall-man1:
404 @$(NORMAL_UNINSTALL)
405 @list=''; test -n "$(man1dir)" || exit 0; \
406 files=`{ for i in $$list; do echo "$$i"; done; \
407 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
408 sed -n '/\.1[a-z]*$$/p'; \
409 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
410 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
411 test -z "$$files" || { \
412 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
413 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
414
415 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417 unique=`for i in $$list; do \
418 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419 done | \
420 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421 END { if (nonempty) { for (i in files) print i; }; }'`; \
422 mkid -fID $$unique
423 tags: TAGS
424
425 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
426 $(TAGS_FILES) $(LISP)
427 set x; \
428 here=`pwd`; \
429 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
430 unique=`for i in $$list; do \
431 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432 done | \
433 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434 END { if (nonempty) { for (i in files) print i; }; }'`; \
435 shift; \
436 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
437 test -n "$$unique" || unique=$$empty_fix; \
438 if test $$# -gt 0; then \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 "$$@" $$unique; \
441 else \
442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443 $$unique; \
444 fi; \
445 fi
446 ctags: CTAGS
447 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
448 $(TAGS_FILES) $(LISP)
449 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
450 unique=`for i in $$list; do \
451 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452 done | \
453 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454 END { if (nonempty) { for (i in files) print i; }; }'`; \
455 test -z "$(CTAGS_ARGS)$$unique" \
456 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457 $$unique
458
459 GTAGS:
460 here=`$(am__cd) $(top_builddir) && pwd` \
461 && $(am__cd) $(top_srcdir) \
462 && gtags -i $(GTAGS_ARGS) "$$here"
463
464 distclean-tags:
465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
467 distdir: $(DISTFILES)
468 @list='$(MANS)'; if test -n "$$list"; then \
469 list=`for p in $$list; do \
470 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
471 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
472 if test -n "$$list" && \
473 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
474 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
475 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
476 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
477 echo " typically \`make maintainer-clean' will remove them" >&2; \
478 exit 1; \
479 else :; fi; \
480 else :; fi
481 $(am__remove_distdir)
482 test -d "$(distdir)" || mkdir "$(distdir)"
483 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485 list='$(DISTFILES)'; \
486 dist_files=`for file in $$list; do echo $$file; done | \
487 sed -e "s|^$$srcdirstrip/||;t" \
488 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489 case $$dist_files in \
490 */*) $(MKDIR_P) `echo "$$dist_files" | \
491 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492 sort -u` ;; \
493 esac; \
494 for file in $$dist_files; do \
495 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496 if test -d $$d/$$file; then \
497 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498 if test -d "$(distdir)/$$file"; then \
499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 fi; \
501 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504 fi; \
505 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506 else \
507 test -f "$(distdir)/$$file" \
508 || cp -p $$d/$$file "$(distdir)/$$file" \
509 || exit 1; \
510 fi; \
511 done
512 -test -n "$(am__skip_mode_fix)" \
513 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
514 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
515 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
516 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
517 || chmod -R a+r "$(distdir)"
518 dist-gzip: distdir
519 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
520 $(am__remove_distdir)
521
522 dist-bzip2: distdir
523 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
524 $(am__remove_distdir)
525
526 dist-lzma: distdir
527 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
528 $(am__remove_distdir)
529
530 dist-xz: distdir
531 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
532 $(am__remove_distdir)
533
534 dist-tarZ: distdir
535 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
536 $(am__remove_distdir)
537
538 dist-shar: distdir
539 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
540 $(am__remove_distdir)
541
542 dist-zip: distdir
543 -rm -f $(distdir).zip
544 zip -rq $(distdir).zip $(distdir)
545 $(am__remove_distdir)
546
547 dist dist-all: distdir
548 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
549 $(am__remove_distdir)
550
551 # This target untars the dist file and tries a VPATH configuration. Then
552 # it guarantees that the distribution is self-contained by making another
553 # tarfile.
554 distcheck: dist
555 case '$(DIST_ARCHIVES)' in \
556 *.tar.gz*) \
557 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
558 *.tar.bz2*) \
559 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
560 *.tar.lzma*) \
561 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
562 *.tar.xz*) \
563 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
564 *.tar.Z*) \
565 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
566 *.shar.gz*) \
567 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
568 *.zip*) \
569 unzip $(distdir).zip ;;\
570 esac
571 chmod -R a-w $(distdir); chmod a+w $(distdir)
572 mkdir $(distdir)/_build
573 mkdir $(distdir)/_inst
574 chmod a-w $(distdir)
575 test -d $(distdir)/_build || exit 0; \
576 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
577 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
578 && am__cwd=`pwd` \
579 && $(am__cd) $(distdir)/_build \
580 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
581 $(DISTCHECK_CONFIGURE_FLAGS) \
582 && $(MAKE) $(AM_MAKEFLAGS) \
583 && $(MAKE) $(AM_MAKEFLAGS) dvi \
584 && $(MAKE) $(AM_MAKEFLAGS) check \
585 && $(MAKE) $(AM_MAKEFLAGS) install \
586 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
587 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
588 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
589 distuninstallcheck \
590 && chmod -R a-w "$$dc_install_base" \
591 && ({ \
592 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
593 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
594 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
595 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
596 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
597 } || { rm -rf "$$dc_destdir"; exit 1; }) \
598 && rm -rf "$$dc_destdir" \
599 && $(MAKE) $(AM_MAKEFLAGS) dist \
600 && rm -rf $(DIST_ARCHIVES) \
601 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
602 && cd "$$am__cwd" \
603 || exit 1
604 $(am__remove_distdir)
605 @(echo "$(distdir) archives ready for distribution: "; \
606 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
607 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
608 distuninstallcheck:
609 @$(am__cd) '$(distuninstallcheck_dir)' \
610 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
611 || { echo "ERROR: files left after uninstall:" ; \
612 if test -n "$(DESTDIR)"; then \
613 echo " (check DESTDIR support)"; \
614 fi ; \
615 $(distuninstallcheck_listfiles) ; \
616 exit 1; } >&2
617 distcleancheck: distclean
618 @if test '$(srcdir)' = . ; then \
619 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
620 exit 1 ; \
621 fi
622 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
623 || { echo "ERROR: files left in build directory after distclean:" ; \
624 $(distcleancheck_listfiles) ; \
625 exit 1; } >&2
626 check-am: all-am
627 check: $(BUILT_SOURCES)
628 $(MAKE) $(AM_MAKEFLAGS) check-am
629 all-am: Makefile $(PROGRAMS) $(MANS) config.h
630 installdirs:
631 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
632 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
633 done
634 install: $(BUILT_SOURCES)
635 $(MAKE) $(AM_MAKEFLAGS) install-am
636 install-exec: install-exec-am
637 install-data: install-data-am
638 uninstall: uninstall-am
639
640 install-am: all-am
641 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
642
643 installcheck: installcheck-am
644 install-strip:
645 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
646 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
647 `test -z '$(STRIP)' || \
648 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
649 mostlyclean-generic:
650
651 clean-generic:
652
653 distclean-generic:
654 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
655 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
656
657 maintainer-clean-generic:
658 @echo "This command is intended for maintainers to use"
659 @echo "it deletes files that may require special tools to rebuild."
660 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
661 clean: clean-am
662
663 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
664 mostlyclean-am
665
666 distclean: distclean-am
667 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
668 -rm -rf ./$(DEPDIR)
669 -rm -f Makefile
670 distclean-am: clean-am distclean-compile distclean-generic \
671 distclean-hdr distclean-libtool distclean-tags
672
673 dvi: dvi-am
674
675 dvi-am:
676
677 html: html-am
678
679 html-am:
680
681 info: info-am
682
683 info-am:
684
685 install-data-am: install-man
686
687 install-dvi: install-dvi-am
688
689 install-dvi-am:
690
691 install-exec-am: install-sbinPROGRAMS
692
693 install-html: install-html-am
694
695 install-html-am:
696
697 install-info: install-info-am
698
699 install-info-am:
700
701 install-man: install-man1
702
703 install-pdf: install-pdf-am
704
705 install-pdf-am:
706
707 install-ps: install-ps-am
708
709 install-ps-am:
710
711 installcheck-am:
712
713 maintainer-clean: maintainer-clean-am
714 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
715 -rm -rf $(top_srcdir)/autom4te.cache
716 -rm -rf ./$(DEPDIR)
717 -rm -f Makefile
718 maintainer-clean-am: distclean-am maintainer-clean-generic
719
720 mostlyclean: mostlyclean-am
721
722 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
723 mostlyclean-libtool
724
725 pdf: pdf-am
726
727 pdf-am:
728
729 ps: ps-am
730
731 ps-am:
732
733 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
734
735 uninstall-man: uninstall-man1
736
737 .MAKE: all check install install-am install-strip
738
739 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
740 clean-generic clean-libtool clean-sbinPROGRAMS ctags dist \
741 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
742 dist-xz dist-zip distcheck distclean distclean-compile \
743 distclean-generic distclean-hdr distclean-libtool \
744 distclean-tags distcleancheck distdir distuninstallcheck dvi \
745 dvi-am html html-am info info-am install install-am \
746 install-data install-data-am install-dvi install-dvi-am \
747 install-exec install-exec-am install-html install-html-am \
748 install-info install-info-am install-man install-man1 \
749 install-pdf install-pdf-am install-ps install-ps-am \
750 install-sbinPROGRAMS install-strip installcheck \
751 installcheck-am installdirs maintainer-clean \
752 maintainer-clean-generic mostlyclean mostlyclean-compile \
753 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
754 tags uninstall uninstall-am uninstall-man uninstall-man1 \
755 uninstall-sbinPROGRAMS
756
757
758 @HAVE_SGML_TRUE@courierlogger.html: courierlogger.sgml ../docbook/sgml2html
759 @HAVE_SGML_TRUE@ ../docbook/sgml2html courierlogger.sgml courierlogger.html
760
761 @HAVE_SGML_TRUE@courierlogger.1: courierlogger.sgml ../docbook/sgml2html
762 @HAVE_SGML_TRUE@ ../docbook/sgml2man courierlogger.sgml courierlogger.1
763
764 # Tell versions [3.59,3.63) of GNU make to not export all variables.
765 # Otherwise a system limit (for SysV at least) may be exceeded.
766 .NOEXPORT: