Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / liblog / Makefile.in
CommitLineData
8d138742 1# Makefile.in generated by automake 1.11 from Makefile.am.
d9898ee8 2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
8d138742
CE
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
d9898ee8 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
dd184caf 18#$Id: Makefile.am,v 1.6 2007/08/30 01:52:05 mrsam Exp $
d9898ee8 19#
dd184caf 20# Copyright 2004-2007 Double Precision, Inc. See COPYING for
d9898ee8 21# distribution information.
22
d9898ee8 23VPATH = @srcdir@
24pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 25pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
26pkglibdir = $(libdir)/@PACKAGE@
27pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 28am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42sbin_PROGRAMS = courierlogger$(EXEEXT)
dd184caf 43subdir = .
d9898ee8 44DIST_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
d9898ee8 50ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51am__aclocal_m4_deps = $(top_srcdir)/configure.in
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 55 configure.lineno config.status.lineno
d9898ee8 56mkinstalldirs = $(install_sh) -d
57CONFIG_HEADER = config.h
58CONFIG_CLEAN_FILES =
8d138742 59CONFIG_CLEAN_VPATH_FILES =
d9898ee8 60am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"
d9898ee8 61PROGRAMS = $(sbin_PROGRAMS)
62am_courierlogger_OBJECTS = logger.$(OBJEXT)
63courierlogger_OBJECTS = $(am_courierlogger_OBJECTS)
dd184caf 64courierlogger_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66 $(courierlogger_LDFLAGS) $(LDFLAGS) -o $@
67DEFAULT_INCLUDES = -I.@am__isrc@
d9898ee8 68depcomp = $(SHELL) $(top_srcdir)/../depcomp
69am__depfiles_maybe = depfiles
8d138742 70am__mv = mv -f
d9898ee8 71COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
dd184caf 73LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d9898ee8 76CCLD = $(CC)
dd184caf 77LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79 $(LDFLAGS) -o $@
d9898ee8 80SOURCES = $(courierlogger_SOURCES)
81DIST_SOURCES = $(courierlogger_SOURCES)
8d138742
CE
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'
d9898ee8 103man1dir = $(mandir)/man1
104NROFF = nroff
105MANS = $(man_MANS)
106ETAGS = etags
107CTAGS = ctags
108DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109distdir = $(PACKAGE)-$(VERSION)
110top_distdir = $(distdir)
111am__remove_distdir = \
8d138742
CE
112 { test ! -d "$(distdir)" \
113 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
114 && rm -fr "$(distdir)"; }; }
d9898ee8 115DIST_ARCHIVES = $(distdir).tar.gz
116GZIP_ENV = --best
117distuninstallcheck_listfiles = find . -type f -print
118distcleancheck_listfiles = find . -type f -print
119ACLOCAL = @ACLOCAL@
d9898ee8 120AMTAR = @AMTAR@
121AR = @AR@
122AUTOCONF = @AUTOCONF@
123AUTOHEADER = @AUTOHEADER@
dd184caf 124AUTOMAKE = @AUTOMAKE@
d9898ee8 125AWK = @AWK@
126CC = @CC@
127CCDEPMODE = @CCDEPMODE@
128CFLAGS = @CFLAGS@
129CPP = @CPP@
130CPPFLAGS = @CPPFLAGS@
d9898ee8 131CYGPATH_W = @CYGPATH_W@
132DEFS = @DEFS@
133DEPDIR = @DEPDIR@
8d138742
CE
134DSYMUTIL = @DSYMUTIL@
135DUMPBIN = @DUMPBIN@
d9898ee8 136ECHO_C = @ECHO_C@
137ECHO_N = @ECHO_N@
138ECHO_T = @ECHO_T@
139EGREP = @EGREP@
140EXEEXT = @EXEEXT@
8d138742 141FGREP = @FGREP@
dd184caf 142GREP = @GREP@
143INSTALL = @INSTALL@
d9898ee8 144INSTALL_DATA = @INSTALL_DATA@
145INSTALL_PROGRAM = @INSTALL_PROGRAM@
146INSTALL_SCRIPT = @INSTALL_SCRIPT@
147INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 148LD = @LD@
d9898ee8 149LDFLAGS = @LDFLAGS@
150LIBOBJS = @LIBOBJS@
151LIBS = @LIBS@
152LIBTOOL = @LIBTOOL@
8d138742 153LIPO = @LIPO@
d9898ee8 154LN_S = @LN_S@
155LTLIBOBJS = @LTLIBOBJS@
156MAKEINFO = @MAKEINFO@
dd184caf 157MKDIR_P = @MKDIR_P@
8d138742
CE
158NM = @NM@
159NMEDIT = @NMEDIT@
160OBJDUMP = @OBJDUMP@
d9898ee8 161OBJEXT = @OBJEXT@
8d138742
CE
162OTOOL = @OTOOL@
163OTOOL64 = @OTOOL64@
d9898ee8 164PACKAGE = @PACKAGE@
165PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166PACKAGE_NAME = @PACKAGE_NAME@
167PACKAGE_STRING = @PACKAGE_STRING@
168PACKAGE_TARNAME = @PACKAGE_TARNAME@
169PACKAGE_VERSION = @PACKAGE_VERSION@
170PATH_SEPARATOR = @PATH_SEPARATOR@
171RANLIB = @RANLIB@
172SED = @SED@
173SET_MAKE = @SET_MAKE@
174SHELL = @SHELL@
175STRIP = @STRIP@
176VERSION = @VERSION@
dd184caf 177abs_builddir = @abs_builddir@
178abs_srcdir = @abs_srcdir@
179abs_top_builddir = @abs_top_builddir@
180abs_top_srcdir = @abs_top_srcdir@
d9898ee8 181ac_ct_CC = @ac_ct_CC@
8d138742 182ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 183am__include = @am__include@
184am__leading_dot = @am__leading_dot@
185am__quote = @am__quote@
186am__tar = @am__tar@
187am__untar = @am__untar@
188bindir = @bindir@
189build = @build@
190build_alias = @build_alias@
191build_cpu = @build_cpu@
192build_os = @build_os@
193build_vendor = @build_vendor@
dd184caf 194builddir = @builddir@
d9898ee8 195datadir = @datadir@
dd184caf 196datarootdir = @datarootdir@
197docdir = @docdir@
198dvidir = @dvidir@
d9898ee8 199exec_prefix = @exec_prefix@
200host = @host@
201host_alias = @host_alias@
202host_cpu = @host_cpu@
203host_os = @host_os@
204host_vendor = @host_vendor@
dd184caf 205htmldir = @htmldir@
d9898ee8 206includedir = @includedir@
207infodir = @infodir@
208install_sh = @install_sh@
209libdir = @libdir@
210libexecdir = @libexecdir@
dd184caf 211localedir = @localedir@
d9898ee8 212localstatedir = @localstatedir@
8d138742 213lt_ECHO = @lt_ECHO@
d9898ee8 214mandir = @mandir@
215mkdir_p = @mkdir_p@
216oldincludedir = @oldincludedir@
dd184caf 217pdfdir = @pdfdir@
d9898ee8 218prefix = @prefix@
219program_transform_name = @program_transform_name@
dd184caf 220psdir = @psdir@
d9898ee8 221sbindir = @sbindir@
222sharedstatedir = @sharedstatedir@
dd184caf 223srcdir = @srcdir@
d9898ee8 224sysconfdir = @sysconfdir@
225target_alias = @target_alias@
8d138742 226top_build_prefix = @top_build_prefix@
dd184caf 227top_builddir = @top_builddir@
228top_srcdir = @top_srcdir@
d9898ee8 229BUILT_SOURCES = courierlogger.html courierlogger.1
230man_MANS = courierlogger.1
231EXTRA_DIST = $(BUILT_SOURCES)
232courierlogger_SOURCES = logger.c
233courierlogger_DEPENDENCIES = ../liblock/liblock.la ../numlib/libnumlib.la
234courierlogger_LDADD = ../liblock/liblock.la ../numlib/libnumlib.la
235courierlogger_LDFLAGS = -static
236all: $(BUILT_SOURCES) config.h
237 $(MAKE) $(AM_MAKEFLAGS) all-am
238
239.SUFFIXES:
240.SUFFIXES: .c .lo .o .obj
241am--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*) \
8d138742
CE
247 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
248 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 249 && exit 0; \
250 exit 1;; \
251 esac; \
252 done; \
8d138742
CE
253 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
254 $(am__cd) $(top_srcdir) && \
255 $(AUTOMAKE) --foreign Makefile
d9898ee8 256.PRECIOUS: Makefile
257Makefile: $(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)
8d138742 271 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 272$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
273 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
274$(am__aclocal_m4_deps):
d9898ee8 275
276config.h: stamp-h1
277 @if test ! -f $@; then \
278 rm -f stamp-h1; \
dd184caf 279 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
d9898ee8 280 else :; fi
281
282stamp-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)
8d138742 286 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 287 rm -f stamp-h1
288 touch $@
289
290distclean-hdr:
291 -rm -f config.h stamp-h1
292install-sbinPROGRAMS: $(sbin_PROGRAMS)
293 @$(NORMAL_INSTALL)
dd184caf 294 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
8d138742
CE
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
d9898ee8 316
317uninstall-sbinPROGRAMS:
318 @$(NORMAL_UNINSTALL)
8d138742
CE
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
d9898ee8 326
327clean-sbinPROGRAMS:
8d138742
CE
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
d9898ee8 335courierlogger$(EXEEXT): $(courierlogger_OBJECTS) $(courierlogger_DEPENDENCIES)
336 @rm -f courierlogger$(EXEEXT)
dd184caf 337 $(courierlogger_LINK) $(courierlogger_OBJECTS) $(courierlogger_LDADD) $(LIBS)
d9898ee8 338
339mostlyclean-compile:
340 -rm -f *.$(OBJEXT)
341
342distclean-compile:
343 -rm -f *.tab.c
344
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
346
347.c.o:
dd184caf 348@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
8d138742 349@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d9898ee8 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:
dd184caf 355@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
8d138742 356@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
d9898ee8 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:
dd184caf 362@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
8d138742 363@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
d9898ee8 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
368mostlyclean-libtool:
369 -rm -f *.lo
370
371clean-libtool:
372 -rm -rf .libs _libs
373
374distclean-libtool:
8d138742
CE
375 -rm -f libtool config.lt
376install-man1: $(man_MANS)
d9898ee8 377 @$(NORMAL_INSTALL)
dd184caf 378 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
8d138742
CE
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; \
d9898ee8 395 done; \
8d138742
CE
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
d9898ee8 403uninstall-man1:
404 @$(NORMAL_UNINSTALL)
8d138742
CE
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; }
d9898ee8 414
415ID: $(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 | \
8d138742 420 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
ac40fd9e 421 END { if (nonempty) { for (i in files) print i; }; }'`; \
d9898ee8 422 mkid -fID $$unique
423tags: TAGS
424
425TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
426 $(TAGS_FILES) $(LISP)
8d138742 427 set x; \
d9898ee8 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 | \
ac40fd9e 433 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434 END { if (nonempty) { for (i in files) print i; }; }'`; \
8d138742
CE
435 shift; \
436 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 437 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
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; \
d9898ee8 445 fi
446ctags: CTAGS
447CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
448 $(TAGS_FILES) $(LISP)
d9898ee8 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 | \
ac40fd9e 453 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454 END { if (nonempty) { for (i in files) print i; }; }'`; \
8d138742 455 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 456 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 457 $$unique
d9898ee8 458
459GTAGS:
460 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
461 && $(am__cd) $(top_srcdir) \
462 && gtags -i $(GTAGS_ARGS) "$$here"
d9898ee8 463
464distclean-tags:
465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
467distdir: $(DISTFILES)
8d138742
CE
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
d9898ee8 481 $(am__remove_distdir)
8d138742 482 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 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 \
d9898ee8 495 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 496 if test -d $$d/$$file; then \
dd184caf 497 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
498 if test -d "$(distdir)/$$file"; then \
499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 fi; \
d9898ee8 501 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
502 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 504 fi; \
8d138742 505 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 506 else \
8d138742
CE
507 test -f "$(distdir)/$$file" \
508 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 509 || exit 1; \
510 fi; \
511 done
8d138742
CE
512 -test -n "$(am__skip_mode_fix)" \
513 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
d9898ee8 514 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
515 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 516 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 517 || chmod -R a+r "$(distdir)"
d9898ee8 518dist-gzip: distdir
519 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
520 $(am__remove_distdir)
521
522dist-bzip2: distdir
523 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
524 $(am__remove_distdir)
525
ac40fd9e 526dist-lzma: distdir
527 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
528 $(am__remove_distdir)
529
8d138742
CE
530dist-xz: distdir
531 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
532 $(am__remove_distdir)
533
d9898ee8 534dist-tarZ: distdir
535 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
536 $(am__remove_distdir)
537
538dist-shar: distdir
539 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
540 $(am__remove_distdir)
541
542dist-zip: distdir
543 -rm -f $(distdir).zip
544 zip -rq $(distdir).zip $(distdir)
545 $(am__remove_distdir)
546
547dist 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.
554distcheck: 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) ;;\
ac40fd9e 560 *.tar.lzma*) \
561 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
8d138742
CE
562 *.tar.xz*) \
563 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 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)
8d138742 575 test -d $(distdir)/_build || exit 0; \
d9898ee8 576 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
577 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742
CE
578 && am__cwd=`pwd` \
579 && $(am__cd) $(distdir)/_build \
d9898ee8 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) \
8d138742
CE
601 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
602 && cd "$$am__cwd" \
603 || exit 1
d9898ee8 604 $(am__remove_distdir)
605 @(echo "$(distdir) archives ready for distribution: "; \
606 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 607 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 608distuninstallcheck:
8d138742 609 @$(am__cd) '$(distuninstallcheck_dir)' \
d9898ee8 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
617distcleancheck: 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
626check-am: all-am
627check: $(BUILT_SOURCES)
628 $(MAKE) $(AM_MAKEFLAGS) check-am
629all-am: Makefile $(PROGRAMS) $(MANS) config.h
630installdirs:
631 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
dd184caf 632 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
d9898ee8 633 done
634install: $(BUILT_SOURCES)
635 $(MAKE) $(AM_MAKEFLAGS) install-am
636install-exec: install-exec-am
637install-data: install-data-am
638uninstall: uninstall-am
639
640install-am: all-am
641 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
642
643installcheck: installcheck-am
644install-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
649mostlyclean-generic:
650
651clean-generic:
652
653distclean-generic:
654 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 655 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 656
657maintainer-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)
661clean: clean-am
662
663clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
664 mostlyclean-am
665
666distclean: distclean-am
667 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
668 -rm -rf ./$(DEPDIR)
669 -rm -f Makefile
670distclean-am: clean-am distclean-compile distclean-generic \
671 distclean-hdr distclean-libtool distclean-tags
672
673dvi: dvi-am
674
675dvi-am:
676
677html: html-am
678
8d138742
CE
679html-am:
680
d9898ee8 681info: info-am
682
683info-am:
684
685install-data-am: install-man
686
dd184caf 687install-dvi: install-dvi-am
688
8d138742
CE
689install-dvi-am:
690
d9898ee8 691install-exec-am: install-sbinPROGRAMS
692
dd184caf 693install-html: install-html-am
694
8d138742
CE
695install-html-am:
696
d9898ee8 697install-info: install-info-am
698
8d138742
CE
699install-info-am:
700
d9898ee8 701install-man: install-man1
702
dd184caf 703install-pdf: install-pdf-am
704
8d138742
CE
705install-pdf-am:
706
dd184caf 707install-ps: install-ps-am
708
8d138742
CE
709install-ps-am:
710
d9898ee8 711installcheck-am:
712
713maintainer-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
718maintainer-clean-am: distclean-am maintainer-clean-generic
719
720mostlyclean: mostlyclean-am
721
722mostlyclean-am: mostlyclean-compile mostlyclean-generic \
723 mostlyclean-libtool
724
725pdf: pdf-am
726
727pdf-am:
728
729ps: ps-am
730
731ps-am:
732
dd184caf 733uninstall-am: uninstall-man uninstall-sbinPROGRAMS
d9898ee8 734
735uninstall-man: uninstall-man1
736
8d138742 737.MAKE: all check install install-am install-strip
dd184caf 738
d9898ee8 739.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
740 clean-generic clean-libtool clean-sbinPROGRAMS ctags dist \
ac40fd9e 741 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
8d138742 742 dist-xz dist-zip distcheck distclean distclean-compile \
ac40fd9e 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 \
dd184caf 751 installcheck-am installdirs maintainer-clean \
d9898ee8 752 maintainer-clean-generic mostlyclean mostlyclean-compile \
753 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
dd184caf 754 tags uninstall uninstall-am uninstall-man uninstall-man1 \
755 uninstall-sbinPROGRAMS
d9898ee8 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
8d138742 763
d9898ee8 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: