Import Upstream version 0.69.0
[hcoop/debian/courier-authlib.git] / liblog / Makefile.in
CommitLineData
0e333c05 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
d9898ee8 2# @configure_input@
3
0e333c05 4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
b0322a85 5
d9898ee8 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
d9898ee8 17#
dd184caf 18# Copyright 2004-2007 Double Precision, Inc. See COPYING for
d9898ee8 19# distribution information.
20
d9898ee8 21VPATH = @srcdir@
d50284c4
CE
22am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
32}
b0322a85
CE
33am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
44 else \
45 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
47 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 esac; \
51 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) continue;; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
d9898ee8 77pkgdatadir = $(datadir)/@PACKAGE@
d9898ee8 78pkgincludedir = $(includedir)/@PACKAGE@
8d138742
CE
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
d9898ee8 81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
d9898ee8 82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95sbin_PROGRAMS = courierlogger$(EXEEXT)
dd184caf 96subdir = .
d9898ee8 97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
b0322a85 98am__aclocal_m4_deps = $(top_srcdir)/configure.ac
d9898ee8 99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 $(ACLOCAL_M4)
d50284c4
CE
101DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
102 $(am__configure_deps) $(am__DIST_COMMON)
d9898ee8 103am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
dd184caf 104 configure.lineno config.status.lineno
d9898ee8 105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = config.h
107CONFIG_CLEAN_FILES =
8d138742 108CONFIG_CLEAN_VPATH_FILES =
d9898ee8 109am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"
d9898ee8 110PROGRAMS = $(sbin_PROGRAMS)
111am_courierlogger_OBJECTS = logger.$(OBJEXT)
112courierlogger_OBJECTS = $(am_courierlogger_OBJECTS)
b0322a85
CE
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
117courierlogger_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
dd184caf 118 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
119 $(courierlogger_LDFLAGS) $(LDFLAGS) -o $@
b0322a85
CE
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo " GEN " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 =
dd184caf 132DEFAULT_INCLUDES = -I.@am__isrc@
d9898ee8 133depcomp = $(SHELL) $(top_srcdir)/../depcomp
134am__depfiles_maybe = depfiles
8d138742 135am__mv = mv -f
d9898ee8 136COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
b0322a85
CE
138LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
140 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
141 $(AM_CFLAGS) $(CFLAGS)
142AM_V_CC = $(am__v_CC_@AM_V@)
143am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
144am__v_CC_0 = @echo " CC " $@;
145am__v_CC_1 =
d9898ee8 146CCLD = $(CC)
b0322a85
CE
147LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149 $(AM_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152am__v_CCLD_0 = @echo " CCLD " $@;
153am__v_CCLD_1 =
d9898ee8 154SOURCES = $(courierlogger_SOURCES)
155DIST_SOURCES = $(courierlogger_SOURCES)
b0322a85
CE
156am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
158 n|no|NO) false;; \
159 *) (install-info --version) >/dev/null 2>&1;; \
160 esac
8d138742
CE
161am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
162am__vpath_adj = case $$p in \
163 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
164 *) f=$$p;; \
165 esac;
166am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
167am__install_max = 40
168am__nobase_strip_setup = \
169 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
170am__nobase_strip = \
171 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
172am__nobase_list = $(am__nobase_strip_setup); \
173 for p in $$list; do echo "$$p $$p"; done | \
174 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
175 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
176 if (++n[$$2] == $(am__install_max)) \
177 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
178 END { for (dir in files) print dir, files[dir] }'
179am__base_list = \
180 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
181 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
b0322a85
CE
182am__uninstall_files_from_dir = { \
183 test -z "$$files" \
184 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
185 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
186 $(am__cd) "$$dir" && rm -f $$files; }; \
187 }
d9898ee8 188man1dir = $(mandir)/man1
189NROFF = nroff
190MANS = $(man_MANS)
b0322a85
CE
191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
192 $(LISP)config.h.in
193# Read a list of newline-separated strings from the standard input,
194# and print each of them once, without duplicates. Input order is
195# *not* preserved.
196am__uniquify_input = $(AWK) '\
197 BEGIN { nonempty = 0; } \
198 { items[$$0] = 1; nonempty = 1; } \
199 END { if (nonempty) { for (i in items) print i; }; } \
200'
201# Make sure the list of sources is unique. This is necessary because,
202# e.g., the same source file might be shared among _SOURCES variables
203# for different programs/libraries.
204am__define_uniq_tagged_files = \
205 list='$(am__tagged_files)'; \
206 unique=`for i in $$list; do \
207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208 done | $(am__uniquify_input)`
d9898ee8 209ETAGS = etags
210CTAGS = ctags
b0322a85
CE
211CSCOPE = cscope
212AM_RECURSIVE_TARGETS = cscope
d50284c4
CE
213am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
214 $(top_srcdir)/../compile $(top_srcdir)/../config.guess \
215 $(top_srcdir)/../config.sub $(top_srcdir)/../depcomp \
216 $(top_srcdir)/../install-sh $(top_srcdir)/../ltmain.sh \
217 $(top_srcdir)/../missing ../AUTHORS ../COPYING ../ChangeLog \
218 ../INSTALL ../NEWS ../README ../compile ../config.guess \
219 ../config.sub ../depcomp ../install-sh ../ltmain.sh ../missing
d9898ee8 220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221distdir = $(PACKAGE)-$(VERSION)
222top_distdir = $(distdir)
223am__remove_distdir = \
b0322a85
CE
224 if test -d "$(distdir)"; then \
225 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
226 && rm -rf "$(distdir)" \
227 || { sleep 5 && rm -rf "$(distdir)"; }; \
228 else :; fi
229am__post_remove_distdir = $(am__remove_distdir)
d9898ee8 230DIST_ARCHIVES = $(distdir).tar.gz
231GZIP_ENV = --best
b0322a85 232DIST_TARGETS = dist-gzip
d9898ee8 233distuninstallcheck_listfiles = find . -type f -print
b0322a85
CE
234am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
235 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
d9898ee8 236distcleancheck_listfiles = find . -type f -print
237ACLOCAL = @ACLOCAL@
d9898ee8 238AMTAR = @AMTAR@
b0322a85 239AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d9898ee8 240AR = @AR@
241AUTOCONF = @AUTOCONF@
242AUTOHEADER = @AUTOHEADER@
dd184caf 243AUTOMAKE = @AUTOMAKE@
d9898ee8 244AWK = @AWK@
245CC = @CC@
246CCDEPMODE = @CCDEPMODE@
247CFLAGS = @CFLAGS@
248CPP = @CPP@
249CPPFLAGS = @CPPFLAGS@
d9898ee8 250CYGPATH_W = @CYGPATH_W@
251DEFS = @DEFS@
252DEPDIR = @DEPDIR@
b0322a85 253DLLTOOL = @DLLTOOL@
8d138742
CE
254DSYMUTIL = @DSYMUTIL@
255DUMPBIN = @DUMPBIN@
d9898ee8 256ECHO_C = @ECHO_C@
257ECHO_N = @ECHO_N@
258ECHO_T = @ECHO_T@
259EGREP = @EGREP@
260EXEEXT = @EXEEXT@
8d138742 261FGREP = @FGREP@
dd184caf 262GREP = @GREP@
263INSTALL = @INSTALL@
d9898ee8 264INSTALL_DATA = @INSTALL_DATA@
265INSTALL_PROGRAM = @INSTALL_PROGRAM@
266INSTALL_SCRIPT = @INSTALL_SCRIPT@
267INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8d138742 268LD = @LD@
d9898ee8 269LDFLAGS = @LDFLAGS@
270LIBOBJS = @LIBOBJS@
271LIBS = @LIBS@
272LIBTOOL = @LIBTOOL@
8d138742 273LIPO = @LIPO@
d9898ee8 274LN_S = @LN_S@
275LTLIBOBJS = @LTLIBOBJS@
d50284c4 276LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
d9898ee8 277MAKEINFO = @MAKEINFO@
b0322a85 278MANIFEST_TOOL = @MANIFEST_TOOL@
dd184caf 279MKDIR_P = @MKDIR_P@
8d138742
CE
280NM = @NM@
281NMEDIT = @NMEDIT@
282OBJDUMP = @OBJDUMP@
d9898ee8 283OBJEXT = @OBJEXT@
8d138742
CE
284OTOOL = @OTOOL@
285OTOOL64 = @OTOOL64@
d9898ee8 286PACKAGE = @PACKAGE@
287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288PACKAGE_NAME = @PACKAGE_NAME@
289PACKAGE_STRING = @PACKAGE_STRING@
290PACKAGE_TARNAME = @PACKAGE_TARNAME@
b0322a85 291PACKAGE_URL = @PACKAGE_URL@
d9898ee8 292PACKAGE_VERSION = @PACKAGE_VERSION@
293PATH_SEPARATOR = @PATH_SEPARATOR@
294RANLIB = @RANLIB@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298STRIP = @STRIP@
299VERSION = @VERSION@
dd184caf 300abs_builddir = @abs_builddir@
301abs_srcdir = @abs_srcdir@
302abs_top_builddir = @abs_top_builddir@
303abs_top_srcdir = @abs_top_srcdir@
b0322a85 304ac_ct_AR = @ac_ct_AR@
d9898ee8 305ac_ct_CC = @ac_ct_CC@
8d138742 306ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
d9898ee8 307am__include = @am__include@
308am__leading_dot = @am__leading_dot@
309am__quote = @am__quote@
310am__tar = @am__tar@
311am__untar = @am__untar@
312bindir = @bindir@
313build = @build@
314build_alias = @build_alias@
315build_cpu = @build_cpu@
316build_os = @build_os@
317build_vendor = @build_vendor@
dd184caf 318builddir = @builddir@
d9898ee8 319datadir = @datadir@
dd184caf 320datarootdir = @datarootdir@
321docdir = @docdir@
322dvidir = @dvidir@
d9898ee8 323exec_prefix = @exec_prefix@
324host = @host@
325host_alias = @host_alias@
326host_cpu = @host_cpu@
327host_os = @host_os@
328host_vendor = @host_vendor@
dd184caf 329htmldir = @htmldir@
d9898ee8 330includedir = @includedir@
331infodir = @infodir@
332install_sh = @install_sh@
333libdir = @libdir@
334libexecdir = @libexecdir@
dd184caf 335localedir = @localedir@
d9898ee8 336localstatedir = @localstatedir@
337mandir = @mandir@
338mkdir_p = @mkdir_p@
339oldincludedir = @oldincludedir@
dd184caf 340pdfdir = @pdfdir@
d9898ee8 341prefix = @prefix@
342program_transform_name = @program_transform_name@
dd184caf 343psdir = @psdir@
d9898ee8 344sbindir = @sbindir@
345sharedstatedir = @sharedstatedir@
dd184caf 346srcdir = @srcdir@
d9898ee8 347sysconfdir = @sysconfdir@
348target_alias = @target_alias@
8d138742 349top_build_prefix = @top_build_prefix@
dd184caf 350top_builddir = @top_builddir@
351top_srcdir = @top_srcdir@
d9898ee8 352BUILT_SOURCES = courierlogger.html courierlogger.1
353man_MANS = courierlogger.1
354EXTRA_DIST = $(BUILT_SOURCES)
355courierlogger_SOURCES = logger.c
b0322a85
CE
356courierlogger_DEPENDENCIES = ../libs/liblock/liblock.la ../libs/numlib/libnumlib.la
357courierlogger_LDADD = ../libs/liblock/liblock.la ../libs/numlib/libnumlib.la
d9898ee8 358courierlogger_LDFLAGS = -static
359all: $(BUILT_SOURCES) config.h
360 $(MAKE) $(AM_MAKEFLAGS) all-am
361
362.SUFFIXES:
363.SUFFIXES: .c .lo .o .obj
b0322a85 364am--refresh: Makefile
d9898ee8 365 @:
366$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
367 @for dep in $?; do \
368 case '$(am__configure_deps)' in \
369 *$$dep*) \
8d138742
CE
370 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
371 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
d9898ee8 372 && exit 0; \
373 exit 1;; \
374 esac; \
375 done; \
8d138742
CE
376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
377 $(am__cd) $(top_srcdir) && \
378 $(AUTOMAKE) --foreign Makefile
d9898ee8 379Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
380 @case '$?' in \
381 *config.status*) \
382 echo ' $(SHELL) ./config.status'; \
383 $(SHELL) ./config.status;; \
384 *) \
385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
386 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
387 esac;
388
389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390 $(SHELL) ./config.status --recheck
391
392$(top_srcdir)/configure: $(am__configure_deps)
8d138742 393 $(am__cd) $(srcdir) && $(AUTOCONF)
d9898ee8 394$(ACLOCAL_M4): $(am__aclocal_m4_deps)
8d138742
CE
395 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
396$(am__aclocal_m4_deps):
d9898ee8 397
398config.h: stamp-h1
d50284c4
CE
399 @test -f $@ || rm -f stamp-h1
400 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
d9898ee8 401
402stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
403 @rm -f stamp-h1
404 cd $(top_builddir) && $(SHELL) ./config.status config.h
405$(srcdir)/config.h.in: $(am__configure_deps)
8d138742 406 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
d9898ee8 407 rm -f stamp-h1
408 touch $@
409
410distclean-hdr:
411 -rm -f config.h stamp-h1
412install-sbinPROGRAMS: $(sbin_PROGRAMS)
413 @$(NORMAL_INSTALL)
8d138742 414 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
b0322a85
CE
415 if test -n "$$list"; then \
416 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
417 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
418 fi; \
8d138742
CE
419 for p in $$list; do echo "$$p $$p"; done | \
420 sed 's/$(EXEEXT)$$//' | \
b0322a85
CE
421 while read p p1; do if test -f $$p \
422 || test -f $$p1 \
423 ; then echo "$$p"; echo "$$p"; else :; fi; \
8d138742 424 done | \
b0322a85
CE
425 sed -e 'p;s,.*/,,;n;h' \
426 -e 's|.*|.|' \
8d138742
CE
427 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
428 sed 'N;N;N;s,\n, ,g' | \
429 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
430 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
431 if ($$2 == $$4) files[d] = files[d] " " $$1; \
432 else { print "f", $$3 "/" $$4, $$1; } } \
433 END { for (d in files) print "f", d, files[d] }' | \
434 while read type dir files; do \
435 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
436 test -z "$$files" || { \
437 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
438 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
439 } \
440 ; done
d9898ee8 441
442uninstall-sbinPROGRAMS:
443 @$(NORMAL_UNINSTALL)
8d138742
CE
444 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
445 files=`for p in $$list; do echo "$$p"; done | \
446 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
b0322a85
CE
447 -e 's/$$/$(EXEEXT)/' \
448 `; \
8d138742
CE
449 test -n "$$list" || exit 0; \
450 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
451 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
d9898ee8 452
453clean-sbinPROGRAMS:
8d138742
CE
454 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
455 echo " rm -f" $$list; \
456 rm -f $$list || exit $$?; \
457 test -n "$(EXEEXT)" || exit 0; \
458 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
459 echo " rm -f" $$list; \
460 rm -f $$list
b0322a85
CE
461
462courierlogger$(EXEEXT): $(courierlogger_OBJECTS) $(courierlogger_DEPENDENCIES) $(EXTRA_courierlogger_DEPENDENCIES)
d9898ee8 463 @rm -f courierlogger$(EXEEXT)
b0322a85 464 $(AM_V_CCLD)$(courierlogger_LINK) $(courierlogger_OBJECTS) $(courierlogger_LDADD) $(LIBS)
d9898ee8 465
466mostlyclean-compile:
467 -rm -f *.$(OBJEXT)
468
469distclean-compile:
470 -rm -f *.tab.c
471
472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
473
474.c.o:
b0322a85
CE
475@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
477@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 478@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d50284c4 479@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
d9898ee8 480
481.c.obj:
b0322a85
CE
482@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
483@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
484@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
d9898ee8 485@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d50284c4 486@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
d9898ee8 487
488.c.lo:
b0322a85
CE
489@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
491@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
d9898ee8 492@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
b0322a85 493@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
d9898ee8 494
495mostlyclean-libtool:
496 -rm -f *.lo
497
498clean-libtool:
499 -rm -rf .libs _libs
500
501distclean-libtool:
8d138742
CE
502 -rm -f libtool config.lt
503install-man1: $(man_MANS)
d9898ee8 504 @$(NORMAL_INSTALL)
b0322a85
CE
505 @list1=''; \
506 list2='$(man_MANS)'; \
507 test -n "$(man1dir)" \
508 && test -n "`echo $$list1$$list2`" \
509 || exit 0; \
510 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
511 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
512 { for i in $$list1; do echo "$$i"; done; \
513 if test -n "$$list2"; then \
514 for i in $$list2; do echo "$$i"; done \
515 | sed -n '/\.1[a-z]*$$/p'; \
516 fi; \
8d138742
CE
517 } | while read p; do \
518 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
519 echo "$$d$$p"; echo "$$p"; \
520 done | \
521 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
522 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
523 sed 'N;N;s,\n, ,g' | { \
524 list=; while read file base inst; do \
525 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
526 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
527 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
528 fi; \
d9898ee8 529 done; \
8d138742
CE
530 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
531 while read files; do \
532 test -z "$$files" || { \
533 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
534 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
535 done; }
536
d9898ee8 537uninstall-man1:
538 @$(NORMAL_UNINSTALL)
8d138742
CE
539 @list=''; test -n "$(man1dir)" || exit 0; \
540 files=`{ for i in $$list; do echo "$$i"; done; \
541 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
542 sed -n '/\.1[a-z]*$$/p'; \
543 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
544 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
b0322a85
CE
545 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
546
547ID: $(am__tagged_files)
548 $(am__define_uniq_tagged_files); mkid -fID $$unique
549tags: tags-am
550TAGS: tags
551
552tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
8d138742 553 set x; \
d9898ee8 554 here=`pwd`; \
b0322a85 555 $(am__define_uniq_tagged_files); \
8d138742
CE
556 shift; \
557 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
d9898ee8 558 test -n "$$unique" || unique=$$empty_fix; \
8d138742
CE
559 if test $$# -gt 0; then \
560 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561 "$$@" $$unique; \
562 else \
563 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
564 $$unique; \
565 fi; \
d9898ee8 566 fi
b0322a85
CE
567ctags: ctags-am
568
569CTAGS: ctags
570ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
571 $(am__define_uniq_tagged_files); \
8d138742 572 test -z "$(CTAGS_ARGS)$$unique" \
d9898ee8 573 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
8d138742 574 $$unique
d9898ee8 575
576GTAGS:
577 here=`$(am__cd) $(top_builddir) && pwd` \
8d138742
CE
578 && $(am__cd) $(top_srcdir) \
579 && gtags -i $(GTAGS_ARGS) "$$here"
b0322a85
CE
580cscope: cscope.files
581 test ! -s cscope.files \
582 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
583clean-cscope:
584 -rm -f cscope.files
585cscope.files: clean-cscope cscopelist
586cscopelist: cscopelist-am
587
588cscopelist-am: $(am__tagged_files)
589 list='$(am__tagged_files)'; \
590 case "$(srcdir)" in \
591 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
592 *) sdir=$(subdir)/$(srcdir) ;; \
593 esac; \
594 for i in $$list; do \
595 if test -f "$$i"; then \
596 echo "$(subdir)/$$i"; \
597 else \
598 echo "$$sdir/$$i"; \
599 fi; \
600 done >> $(top_builddir)/cscope.files
d9898ee8 601
602distclean-tags:
603 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b0322a85 604 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
d9898ee8 605
606distdir: $(DISTFILES)
607 $(am__remove_distdir)
8d138742 608 test -d "$(distdir)" || mkdir "$(distdir)"
dd184caf 609 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
610 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
611 list='$(DISTFILES)'; \
612 dist_files=`for file in $$list; do echo $$file; done | \
613 sed -e "s|^$$srcdirstrip/||;t" \
614 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
615 case $$dist_files in \
616 */*) $(MKDIR_P) `echo "$$dist_files" | \
617 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
618 sort -u` ;; \
619 esac; \
620 for file in $$dist_files; do \
d9898ee8 621 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
d9898ee8 622 if test -d $$d/$$file; then \
dd184caf 623 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8d138742
CE
624 if test -d "$(distdir)/$$file"; then \
625 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626 fi; \
d9898ee8 627 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8d138742
CE
628 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
629 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
d9898ee8 630 fi; \
8d138742 631 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
d9898ee8 632 else \
8d138742
CE
633 test -f "$(distdir)/$$file" \
634 || cp -p $$d/$$file "$(distdir)/$$file" \
d9898ee8 635 || exit 1; \
636 fi; \
637 done
8d138742 638 -test -n "$(am__skip_mode_fix)" \
b0322a85
CE
639 || find "$(distdir)" -type d ! -perm -755 \
640 -exec chmod u+rwx,go+rx {} \; -o \
d9898ee8 641 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
642 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
dd184caf 643 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
8d138742 644 || chmod -R a+r "$(distdir)"
d9898ee8 645dist-gzip: distdir
0e333c05 646 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
b0322a85 647 $(am__post_remove_distdir)
d9898ee8 648
649dist-bzip2: distdir
b0322a85
CE
650 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
651 $(am__post_remove_distdir)
d9898ee8 652
b0322a85
CE
653dist-lzip: distdir
654 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
655 $(am__post_remove_distdir)
ac40fd9e 656
8d138742 657dist-xz: distdir
b0322a85
CE
658 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
659 $(am__post_remove_distdir)
8d138742 660
d9898ee8 661dist-tarZ: distdir
d50284c4
CE
662 @echo WARNING: "Support for distribution archives compressed with" \
663 "legacy program 'compress' is deprecated." >&2
664 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
d9898ee8 665 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
b0322a85 666 $(am__post_remove_distdir)
d9898ee8 667
668dist-shar: distdir
d50284c4
CE
669 @echo WARNING: "Support for shar distribution archives is" \
670 "deprecated." >&2
671 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
0e333c05 672 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
b0322a85 673 $(am__post_remove_distdir)
d9898ee8 674
675dist-zip: distdir
676 -rm -f $(distdir).zip
677 zip -rq $(distdir).zip $(distdir)
b0322a85 678 $(am__post_remove_distdir)
d9898ee8 679
b0322a85
CE
680dist dist-all:
681 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
682 $(am__post_remove_distdir)
d9898ee8 683
684# This target untars the dist file and tries a VPATH configuration. Then
685# it guarantees that the distribution is self-contained by making another
686# tarfile.
687distcheck: dist
688 case '$(DIST_ARCHIVES)' in \
689 *.tar.gz*) \
0e333c05 690 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
d9898ee8 691 *.tar.bz2*) \
b0322a85
CE
692 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
693 *.tar.lz*) \
694 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
8d138742
CE
695 *.tar.xz*) \
696 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
d9898ee8 697 *.tar.Z*) \
698 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
699 *.shar.gz*) \
0e333c05 700 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
d9898ee8 701 *.zip*) \
702 unzip $(distdir).zip ;;\
703 esac
b0322a85
CE
704 chmod -R a-w $(distdir)
705 chmod u+w $(distdir)
d50284c4 706 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
d9898ee8 707 chmod a-w $(distdir)
8d138742 708 test -d $(distdir)/_build || exit 0; \
d9898ee8 709 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
710 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
8d138742 711 && am__cwd=`pwd` \
d50284c4
CE
712 && $(am__cd) $(distdir)/_build/sub \
713 && ../../configure \
b0322a85 714 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
d9898ee8 715 $(DISTCHECK_CONFIGURE_FLAGS) \
d50284c4 716 --srcdir=../.. --prefix="$$dc_install_base" \
d9898ee8 717 && $(MAKE) $(AM_MAKEFLAGS) \
718 && $(MAKE) $(AM_MAKEFLAGS) dvi \
719 && $(MAKE) $(AM_MAKEFLAGS) check \
720 && $(MAKE) $(AM_MAKEFLAGS) install \
721 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
722 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
723 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
724 distuninstallcheck \
725 && chmod -R a-w "$$dc_install_base" \
726 && ({ \
727 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
728 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
729 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
730 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
731 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
732 } || { rm -rf "$$dc_destdir"; exit 1; }) \
733 && rm -rf "$$dc_destdir" \
734 && $(MAKE) $(AM_MAKEFLAGS) dist \
735 && rm -rf $(DIST_ARCHIVES) \
8d138742
CE
736 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
737 && cd "$$am__cwd" \
738 || exit 1
b0322a85 739 $(am__post_remove_distdir)
d9898ee8 740 @(echo "$(distdir) archives ready for distribution: "; \
741 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
dd184caf 742 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
d9898ee8 743distuninstallcheck:
b0322a85
CE
744 @test -n '$(distuninstallcheck_dir)' || { \
745 echo 'ERROR: trying to run $@ with an empty' \
746 '$$(distuninstallcheck_dir)' >&2; \
747 exit 1; \
748 }; \
749 $(am__cd) '$(distuninstallcheck_dir)' || { \
750 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
751 exit 1; \
752 }; \
753 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
d9898ee8 754 || { echo "ERROR: files left after uninstall:" ; \
755 if test -n "$(DESTDIR)"; then \
756 echo " (check DESTDIR support)"; \
757 fi ; \
758 $(distuninstallcheck_listfiles) ; \
759 exit 1; } >&2
760distcleancheck: distclean
761 @if test '$(srcdir)' = . ; then \
762 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
763 exit 1 ; \
764 fi
765 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
766 || { echo "ERROR: files left in build directory after distclean:" ; \
767 $(distcleancheck_listfiles) ; \
768 exit 1; } >&2
769check-am: all-am
770check: $(BUILT_SOURCES)
771 $(MAKE) $(AM_MAKEFLAGS) check-am
772all-am: Makefile $(PROGRAMS) $(MANS) config.h
773installdirs:
774 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
dd184caf 775 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
d9898ee8 776 done
777install: $(BUILT_SOURCES)
778 $(MAKE) $(AM_MAKEFLAGS) install-am
779install-exec: install-exec-am
780install-data: install-data-am
781uninstall: uninstall-am
782
783install-am: all-am
784 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
785
786installcheck: installcheck-am
787install-strip:
b0322a85
CE
788 if test -z '$(STRIP)'; then \
789 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791 install; \
792 else \
793 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
794 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
795 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
796 fi
d9898ee8 797mostlyclean-generic:
798
799clean-generic:
800
801distclean-generic:
802 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8d138742 803 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d9898ee8 804
805maintainer-clean-generic:
806 @echo "This command is intended for maintainers to use"
807 @echo "it deletes files that may require special tools to rebuild."
808 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
809clean: clean-am
810
811clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
812 mostlyclean-am
813
814distclean: distclean-am
815 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
816 -rm -rf ./$(DEPDIR)
817 -rm -f Makefile
818distclean-am: clean-am distclean-compile distclean-generic \
819 distclean-hdr distclean-libtool distclean-tags
820
821dvi: dvi-am
822
823dvi-am:
824
825html: html-am
826
8d138742
CE
827html-am:
828
d9898ee8 829info: info-am
830
831info-am:
832
833install-data-am: install-man
834
dd184caf 835install-dvi: install-dvi-am
836
8d138742
CE
837install-dvi-am:
838
d9898ee8 839install-exec-am: install-sbinPROGRAMS
840
dd184caf 841install-html: install-html-am
842
8d138742
CE
843install-html-am:
844
d9898ee8 845install-info: install-info-am
846
8d138742
CE
847install-info-am:
848
d9898ee8 849install-man: install-man1
850
dd184caf 851install-pdf: install-pdf-am
852
8d138742
CE
853install-pdf-am:
854
dd184caf 855install-ps: install-ps-am
856
8d138742
CE
857install-ps-am:
858
d9898ee8 859installcheck-am:
860
861maintainer-clean: maintainer-clean-am
862 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
863 -rm -rf $(top_srcdir)/autom4te.cache
864 -rm -rf ./$(DEPDIR)
865 -rm -f Makefile
866maintainer-clean-am: distclean-am maintainer-clean-generic
867
868mostlyclean: mostlyclean-am
869
870mostlyclean-am: mostlyclean-compile mostlyclean-generic \
871 mostlyclean-libtool
872
873pdf: pdf-am
874
875pdf-am:
876
877ps: ps-am
878
879ps-am:
880
dd184caf 881uninstall-am: uninstall-man uninstall-sbinPROGRAMS
d9898ee8 882
883uninstall-man: uninstall-man1
884
8d138742 885.MAKE: all check install install-am install-strip
dd184caf 886
b0322a85
CE
887.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
888 clean-cscope clean-generic clean-libtool clean-sbinPROGRAMS \
889 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
890 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
891 distcheck distclean distclean-compile distclean-generic \
892 distclean-hdr distclean-libtool distclean-tags distcleancheck \
893 distdir distuninstallcheck dvi dvi-am html html-am info \
894 info-am install install-am install-data install-data-am \
895 install-dvi install-dvi-am install-exec install-exec-am \
896 install-html install-html-am install-info install-info-am \
897 install-man install-man1 install-pdf install-pdf-am install-ps \
898 install-ps-am install-sbinPROGRAMS install-strip installcheck \
dd184caf 899 installcheck-am installdirs maintainer-clean \
d9898ee8 900 maintainer-clean-generic mostlyclean mostlyclean-compile \
901 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
b0322a85
CE
902 tags tags-am uninstall uninstall-am uninstall-man \
903 uninstall-man1 uninstall-sbinPROGRAMS
d9898ee8 904
d50284c4
CE
905.PRECIOUS: Makefile
906
d9898ee8 907
b0322a85
CE
908@HAVE_SGML_TRUE@courierlogger.html: courierlogger.sgml ../libs/docbook/sgml2html
909@HAVE_SGML_TRUE@ ../libs/docbook/sgml2html courierlogger.sgml courierlogger.html
d9898ee8 910
b0322a85
CE
911@HAVE_SGML_TRUE@courierlogger.1: courierlogger.sgml ../libs/docbook/sgml2html
912@HAVE_SGML_TRUE@ ../libs/docbook/sgml2man courierlogger.sgml courierlogger.1
8d138742 913
d9898ee8 914# Tell versions [3.59,3.63) of GNU make to not export all variables.
915# Otherwise a system limit (for SysV at least) may be exceeded.
916.NOEXPORT: