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