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