Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / liblog / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Copyright 2004-2007 Double Precision, Inc. See COPYING for
19 # distribution information.
20
21 VPATH = @srcdir@
22 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23 am__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
65 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
67 pkgdatadir = $(datadir)/@PACKAGE@
68 pkgincludedir = $(includedir)/@PACKAGE@
69 pkglibdir = $(libdir)/@PACKAGE@
70 pkglibexecdir = $(libexecdir)/@PACKAGE@
71 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72 install_sh_DATA = $(install_sh) -c -m 644
73 install_sh_PROGRAM = $(install_sh) -c
74 install_sh_SCRIPT = $(install_sh) -c
75 INSTALL_HEADER = $(INSTALL_DATA)
76 transform = $(program_transform_name)
77 NORMAL_INSTALL = :
78 PRE_INSTALL = :
79 POST_INSTALL = :
80 NORMAL_UNINSTALL = :
81 PRE_UNINSTALL = :
82 POST_UNINSTALL = :
83 build_triplet = @build@
84 host_triplet = @host@
85 sbin_PROGRAMS = courierlogger$(EXEEXT)
86 subdir = .
87 DIST_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
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 configure.lineno config.status.lineno
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"
106 PROGRAMS = $(sbin_PROGRAMS)
107 am_courierlogger_OBJECTS = logger.$(OBJEXT)
108 courierlogger_OBJECTS = $(am_courierlogger_OBJECTS)
109 AM_V_lt = $(am__v_lt_@AM_V@)
110 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
111 am__v_lt_0 = --silent
112 am__v_lt_1 =
113 courierlogger_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
114 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115 $(courierlogger_LDFLAGS) $(LDFLAGS) -o $@
116 AM_V_P = $(am__v_P_@AM_V@)
117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118 am__v_P_0 = false
119 am__v_P_1 = :
120 AM_V_GEN = $(am__v_GEN_@AM_V@)
121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122 am__v_GEN_0 = @echo " GEN " $@;
123 am__v_GEN_1 =
124 AM_V_at = $(am__v_at_@AM_V@)
125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126 am__v_at_0 = @
127 am__v_at_1 =
128 DEFAULT_INCLUDES = -I.@am__isrc@
129 depcomp = $(SHELL) $(top_srcdir)/../depcomp
130 am__depfiles_maybe = depfiles
131 am__mv = mv -f
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(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)
138 AM_V_CC = $(am__v_CC_@AM_V@)
139 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140 am__v_CC_0 = @echo " CC " $@;
141 am__v_CC_1 =
142 CCLD = $(CC)
143 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145 $(AM_LDFLAGS) $(LDFLAGS) -o $@
146 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148 am__v_CCLD_0 = @echo " CCLD " $@;
149 am__v_CCLD_1 =
150 SOURCES = $(courierlogger_SOURCES)
151 DIST_SOURCES = $(courierlogger_SOURCES)
152 am__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
157 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
158 am__vpath_adj = case $$p in \
159 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
160 *) f=$$p;; \
161 esac;
162 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
163 am__install_max = 40
164 am__nobase_strip_setup = \
165 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
166 am__nobase_strip = \
167 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
168 am__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] }'
175 am__base_list = \
176 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
177 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
178 am__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 }
184 man1dir = $(mandir)/man1
185 NROFF = nroff
186 MANS = $(man_MANS)
187 am__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.
192 am__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.
200 am__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)`
205 ETAGS = etags
206 CTAGS = ctags
207 CSCOPE = cscope
208 AM_RECURSIVE_TARGETS = cscope
209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210 distdir = $(PACKAGE)-$(VERSION)
211 top_distdir = $(distdir)
212 am__remove_distdir = \
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
218 am__post_remove_distdir = $(am__remove_distdir)
219 DIST_ARCHIVES = $(distdir).tar.gz
220 GZIP_ENV = --best
221 DIST_TARGETS = dist-gzip
222 distuninstallcheck_listfiles = find . -type f -print
223 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
224 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
225 distcleancheck_listfiles = find . -type f -print
226 ACLOCAL = @ACLOCAL@
227 AMTAR = @AMTAR@
228 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
229 AR = @AR@
230 AUTOCONF = @AUTOCONF@
231 AUTOHEADER = @AUTOHEADER@
232 AUTOMAKE = @AUTOMAKE@
233 AWK = @AWK@
234 CC = @CC@
235 CCDEPMODE = @CCDEPMODE@
236 CFLAGS = @CFLAGS@
237 CPP = @CPP@
238 CPPFLAGS = @CPPFLAGS@
239 CYGPATH_W = @CYGPATH_W@
240 DEFS = @DEFS@
241 DEPDIR = @DEPDIR@
242 DLLTOOL = @DLLTOOL@
243 DSYMUTIL = @DSYMUTIL@
244 DUMPBIN = @DUMPBIN@
245 ECHO_C = @ECHO_C@
246 ECHO_N = @ECHO_N@
247 ECHO_T = @ECHO_T@
248 EGREP = @EGREP@
249 EXEEXT = @EXEEXT@
250 FGREP = @FGREP@
251 GREP = @GREP@
252 INSTALL = @INSTALL@
253 INSTALL_DATA = @INSTALL_DATA@
254 INSTALL_PROGRAM = @INSTALL_PROGRAM@
255 INSTALL_SCRIPT = @INSTALL_SCRIPT@
256 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257 LD = @LD@
258 LDFLAGS = @LDFLAGS@
259 LIBOBJS = @LIBOBJS@
260 LIBS = @LIBS@
261 LIBTOOL = @LIBTOOL@
262 LIPO = @LIPO@
263 LN_S = @LN_S@
264 LTLIBOBJS = @LTLIBOBJS@
265 MAKEINFO = @MAKEINFO@
266 MANIFEST_TOOL = @MANIFEST_TOOL@
267 MKDIR_P = @MKDIR_P@
268 NM = @NM@
269 NMEDIT = @NMEDIT@
270 OBJDUMP = @OBJDUMP@
271 OBJEXT = @OBJEXT@
272 OTOOL = @OTOOL@
273 OTOOL64 = @OTOOL64@
274 PACKAGE = @PACKAGE@
275 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276 PACKAGE_NAME = @PACKAGE_NAME@
277 PACKAGE_STRING = @PACKAGE_STRING@
278 PACKAGE_TARNAME = @PACKAGE_TARNAME@
279 PACKAGE_URL = @PACKAGE_URL@
280 PACKAGE_VERSION = @PACKAGE_VERSION@
281 PATH_SEPARATOR = @PATH_SEPARATOR@
282 RANLIB = @RANLIB@
283 SED = @SED@
284 SET_MAKE = @SET_MAKE@
285 SHELL = @SHELL@
286 STRIP = @STRIP@
287 VERSION = @VERSION@
288 abs_builddir = @abs_builddir@
289 abs_srcdir = @abs_srcdir@
290 abs_top_builddir = @abs_top_builddir@
291 abs_top_srcdir = @abs_top_srcdir@
292 ac_ct_AR = @ac_ct_AR@
293 ac_ct_CC = @ac_ct_CC@
294 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295 am__include = @am__include@
296 am__leading_dot = @am__leading_dot@
297 am__quote = @am__quote@
298 am__tar = @am__tar@
299 am__untar = @am__untar@
300 bindir = @bindir@
301 build = @build@
302 build_alias = @build_alias@
303 build_cpu = @build_cpu@
304 build_os = @build_os@
305 build_vendor = @build_vendor@
306 builddir = @builddir@
307 datadir = @datadir@
308 datarootdir = @datarootdir@
309 docdir = @docdir@
310 dvidir = @dvidir@
311 exec_prefix = @exec_prefix@
312 host = @host@
313 host_alias = @host_alias@
314 host_cpu = @host_cpu@
315 host_os = @host_os@
316 host_vendor = @host_vendor@
317 htmldir = @htmldir@
318 includedir = @includedir@
319 infodir = @infodir@
320 install_sh = @install_sh@
321 libdir = @libdir@
322 libexecdir = @libexecdir@
323 localedir = @localedir@
324 localstatedir = @localstatedir@
325 mandir = @mandir@
326 mkdir_p = @mkdir_p@
327 oldincludedir = @oldincludedir@
328 pdfdir = @pdfdir@
329 prefix = @prefix@
330 program_transform_name = @program_transform_name@
331 psdir = @psdir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 BUILT_SOURCES = courierlogger.html courierlogger.1
341 man_MANS = courierlogger.1
342 EXTRA_DIST = $(BUILT_SOURCES)
343 courierlogger_SOURCES = logger.c
344 courierlogger_DEPENDENCIES = ../libs/liblock/liblock.la ../libs/numlib/libnumlib.la
345 courierlogger_LDADD = ../libs/liblock/liblock.la ../libs/numlib/libnumlib.la
346 courierlogger_LDFLAGS = -static
347 all: $(BUILT_SOURCES) config.h
348 $(MAKE) $(AM_MAKEFLAGS) all-am
349
350 .SUFFIXES:
351 .SUFFIXES: .c .lo .o .obj
352 am--refresh: Makefile
353 @:
354 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
355 @for dep in $?; do \
356 case '$(am__configure_deps)' in \
357 *$$dep*) \
358 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
359 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
360 && exit 0; \
361 exit 1;; \
362 esac; \
363 done; \
364 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
365 $(am__cd) $(top_srcdir) && \
366 $(AUTOMAKE) --foreign Makefile
367 .PRECIOUS: Makefile
368 Makefile: $(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)
382 $(am__cd) $(srcdir) && $(AUTOCONF)
383 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
384 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
385 $(am__aclocal_m4_deps):
386
387 config.h: stamp-h1
388 @if test ! -f $@; then rm -f stamp-h1; else :; fi
389 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
390
391 stamp-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)
395 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
396 rm -f stamp-h1
397 touch $@
398
399 distclean-hdr:
400 -rm -f config.h stamp-h1
401 install-sbinPROGRAMS: $(sbin_PROGRAMS)
402 @$(NORMAL_INSTALL)
403 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
404 if test -n "$$list"; then \
405 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
406 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
407 fi; \
408 for p in $$list; do echo "$$p $$p"; done | \
409 sed 's/$(EXEEXT)$$//' | \
410 while read p p1; do if test -f $$p \
411 || test -f $$p1 \
412 ; then echo "$$p"; echo "$$p"; else :; fi; \
413 done | \
414 sed -e 'p;s,.*/,,;n;h' \
415 -e 's|.*|.|' \
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
430
431 uninstall-sbinPROGRAMS:
432 @$(NORMAL_UNINSTALL)
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)' \
436 -e 's/$$/$(EXEEXT)/' \
437 `; \
438 test -n "$$list" || exit 0; \
439 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
440 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
441
442 clean-sbinPROGRAMS:
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
450
451 courierlogger$(EXEEXT): $(courierlogger_OBJECTS) $(courierlogger_DEPENDENCIES) $(EXTRA_courierlogger_DEPENDENCIES)
452 @rm -f courierlogger$(EXEEXT)
453 $(AM_V_CCLD)$(courierlogger_LINK) $(courierlogger_OBJECTS) $(courierlogger_LDADD) $(LIBS)
454
455 mostlyclean-compile:
456 -rm -f *.$(OBJEXT)
457
458 distclean-compile:
459 -rm -f *.tab.c
460
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
462
463 .c.o:
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@
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
469
470 .c.obj:
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@
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
476
477 .c.lo:
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@
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
483
484 mostlyclean-libtool:
485 -rm -f *.lo
486
487 clean-libtool:
488 -rm -rf .libs _libs
489
490 distclean-libtool:
491 -rm -f libtool config.lt
492 install-man1: $(man_MANS)
493 @$(NORMAL_INSTALL)
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; \
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; \
518 done; \
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
526 uninstall-man1:
527 @$(NORMAL_UNINSTALL)
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,.,'`; \
534 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
535
536 ID: $(am__tagged_files)
537 $(am__define_uniq_tagged_files); mkid -fID $$unique
538 tags: tags-am
539 TAGS: tags
540
541 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542 set x; \
543 here=`pwd`; \
544 $(am__define_uniq_tagged_files); \
545 shift; \
546 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
547 test -n "$$unique" || unique=$$empty_fix; \
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; \
555 fi
556 ctags: ctags-am
557
558 CTAGS: ctags
559 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560 $(am__define_uniq_tagged_files); \
561 test -z "$(CTAGS_ARGS)$$unique" \
562 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
563 $$unique
564
565 GTAGS:
566 here=`$(am__cd) $(top_builddir) && pwd` \
567 && $(am__cd) $(top_srcdir) \
568 && gtags -i $(GTAGS_ARGS) "$$here"
569 cscope: cscope.files
570 test ! -s cscope.files \
571 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
572 clean-cscope:
573 -rm -f cscope.files
574 cscope.files: clean-cscope cscopelist
575 cscopelist: cscopelist-am
576
577 cscopelist-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
590
591 distclean-tags:
592 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
593 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
594
595 distdir: $(DISTFILES)
596 $(am__remove_distdir)
597 test -d "$(distdir)" || mkdir "$(distdir)"
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 \
610 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
611 if test -d $$d/$$file; then \
612 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
613 if test -d "$(distdir)/$$file"; then \
614 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
615 fi; \
616 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
617 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
618 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619 fi; \
620 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
621 else \
622 test -f "$(distdir)/$$file" \
623 || cp -p $$d/$$file "$(distdir)/$$file" \
624 || exit 1; \
625 fi; \
626 done
627 -test -n "$(am__skip_mode_fix)" \
628 || find "$(distdir)" -type d ! -perm -755 \
629 -exec chmod u+rwx,go+rx {} \; -o \
630 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
631 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
632 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
633 || chmod -R a+r "$(distdir)"
634 dist-gzip: distdir
635 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
636 $(am__post_remove_distdir)
637
638 dist-bzip2: distdir
639 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
640 $(am__post_remove_distdir)
641
642 dist-lzip: distdir
643 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
644 $(am__post_remove_distdir)
645
646 dist-xz: distdir
647 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
648 $(am__post_remove_distdir)
649
650 dist-tarZ: distdir
651 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
652 $(am__post_remove_distdir)
653
654 dist-shar: distdir
655 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
656 $(am__post_remove_distdir)
657
658 dist-zip: distdir
659 -rm -f $(distdir).zip
660 zip -rq $(distdir).zip $(distdir)
661 $(am__post_remove_distdir)
662
663 dist dist-all:
664 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
665 $(am__post_remove_distdir)
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.
670 distcheck: dist
671 case '$(DIST_ARCHIVES)' in \
672 *.tar.gz*) \
673 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
674 *.tar.bz2*) \
675 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
676 *.tar.lz*) \
677 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
678 *.tar.xz*) \
679 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
680 *.tar.Z*) \
681 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
682 *.shar.gz*) \
683 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
684 *.zip*) \
685 unzip $(distdir).zip ;;\
686 esac
687 chmod -R a-w $(distdir)
688 chmod u+w $(distdir)
689 mkdir $(distdir)/_build $(distdir)/_inst
690 chmod a-w $(distdir)
691 test -d $(distdir)/_build || exit 0; \
692 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
693 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
694 && am__cwd=`pwd` \
695 && $(am__cd) $(distdir)/_build \
696 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
697 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
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) \
718 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
719 && cd "$$am__cwd" \
720 || exit 1
721 $(am__post_remove_distdir)
722 @(echo "$(distdir) archives ready for distribution: "; \
723 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
724 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
725 distuninstallcheck:
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 \
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
742 distcleancheck: 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
751 check-am: all-am
752 check: $(BUILT_SOURCES)
753 $(MAKE) $(AM_MAKEFLAGS) check-am
754 all-am: Makefile $(PROGRAMS) $(MANS) config.h
755 installdirs:
756 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
757 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
758 done
759 install: $(BUILT_SOURCES)
760 $(MAKE) $(AM_MAKEFLAGS) install-am
761 install-exec: install-exec-am
762 install-data: install-data-am
763 uninstall: uninstall-am
764
765 install-am: all-am
766 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
767
768 installcheck: installcheck-am
769 install-strip:
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
779 mostlyclean-generic:
780
781 clean-generic:
782
783 distclean-generic:
784 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
785 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
786
787 maintainer-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)
791 clean: clean-am
792
793 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
794 mostlyclean-am
795
796 distclean: distclean-am
797 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
798 -rm -rf ./$(DEPDIR)
799 -rm -f Makefile
800 distclean-am: clean-am distclean-compile distclean-generic \
801 distclean-hdr distclean-libtool distclean-tags
802
803 dvi: dvi-am
804
805 dvi-am:
806
807 html: html-am
808
809 html-am:
810
811 info: info-am
812
813 info-am:
814
815 install-data-am: install-man
816
817 install-dvi: install-dvi-am
818
819 install-dvi-am:
820
821 install-exec-am: install-sbinPROGRAMS
822
823 install-html: install-html-am
824
825 install-html-am:
826
827 install-info: install-info-am
828
829 install-info-am:
830
831 install-man: install-man1
832
833 install-pdf: install-pdf-am
834
835 install-pdf-am:
836
837 install-ps: install-ps-am
838
839 install-ps-am:
840
841 installcheck-am:
842
843 maintainer-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
848 maintainer-clean-am: distclean-am maintainer-clean-generic
849
850 mostlyclean: mostlyclean-am
851
852 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
853 mostlyclean-libtool
854
855 pdf: pdf-am
856
857 pdf-am:
858
859 ps: ps-am
860
861 ps-am:
862
863 uninstall-am: uninstall-man uninstall-sbinPROGRAMS
864
865 uninstall-man: uninstall-man1
866
867 .MAKE: all check install install-am install-strip
868
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 \
881 installcheck-am installdirs maintainer-clean \
882 maintainer-clean-generic mostlyclean mostlyclean-compile \
883 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
884 tags tags-am uninstall uninstall-am uninstall-man \
885 uninstall-man1 uninstall-sbinPROGRAMS
886
887
888 @HAVE_SGML_TRUE@courierlogger.html: courierlogger.sgml ../libs/docbook/sgml2html
889 @HAVE_SGML_TRUE@ ../libs/docbook/sgml2html courierlogger.sgml courierlogger.html
890
891 @HAVE_SGML_TRUE@courierlogger.1: courierlogger.sgml ../libs/docbook/sgml2html
892 @HAVE_SGML_TRUE@ ../libs/docbook/sgml2man courierlogger.sgml courierlogger.1
893
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: