~ubuntu-branches/ubuntu/lucid/rsyslog/lucid-updates

« back to all changes in this revision

Viewing changes to plugins/ommail/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-06-23 12:12:43 UTC
  • mfrom: (1.1.11 upstream) (3.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090623121243-d2fejarzidywnn17
Tags: 4.2.0-1
* New upstream release of the now stable v4 branch.
  - Fix warnings when /etc/rsyslog.d/ is empty. Closes: #530228
* debian/patches/imudp_multiple_udp_sockets.patch
  - Removed, merged upstream.
* debian/rsyslog.default
  - Set default compat mode to '4'.
* debian/rsyslog.logcheck.ignore.server
  - Update logcheck rules files to also ignore rsyslogd and imklog stop
    messages.
* debian/control
  - Bump Standards-Version to 3.8.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46
49
am__vpath_adj = case $$p in \
47
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48
51
    *) f=$$p;; \
49
52
  esac;
50
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
51
69
am__installdirs = "$(DESTDIR)$(pkglibdir)"
52
 
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
53
70
LTLIBRARIES = $(pkglib_LTLIBRARIES)
54
71
ommail_la_DEPENDENCIES =
55
72
am_ommail_la_OBJECTS = ommail_la-ommail.lo
60
77
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
78
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
79
am__depfiles_maybe = depfiles
 
80
am__mv = mv -f
63
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
83
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
153
171
SHELL = @SHELL@
154
172
SNMP_CFLAGS = @SNMP_CFLAGS@
155
173
SNMP_LIBS = @SNMP_LIBS@
 
174
SOL_LIBS = @SOL_LIBS@
156
175
STRIP = @STRIP@
157
176
VERSION = @VERSION@
158
177
ZLIB_LIBS = @ZLIB_LIBS@
222
241
        @for dep in $?; do \
223
242
          case '$(am__configure_deps)' in \
224
243
            *$$dep*) \
225
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
226
 
                && exit 0; \
 
244
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
245
                && { if test -f $@; then exit 0; else break; fi; }; \
227
246
              exit 1;; \
228
247
          esac; \
229
248
        done; \
230
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/ommail/Makefile'; \
231
 
        cd $(top_srcdir) && \
232
 
          $(AUTOMAKE) --gnu  plugins/ommail/Makefile
 
249
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/ommail/Makefile'; \
 
250
        $(am__cd) $(top_srcdir) && \
 
251
          $(AUTOMAKE) --gnu plugins/ommail/Makefile
233
252
.PRECIOUS: Makefile
234
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
235
254
        @case '$?' in \
247
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
267
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
249
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
$(am__aclocal_m4_deps):
250
270
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
251
271
        @$(NORMAL_INSTALL)
252
272
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
253
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
273
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
274
        list2=; for p in $$list; do \
254
275
          if test -f $$p; then \
255
 
            f=$(am__strip_dir) \
256
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
257
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
276
            list2="$$list2 $$p"; \
258
277
          else :; fi; \
259
 
        done
 
278
        done; \
 
279
        test -z "$$list2" || { \
 
280
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
281
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
282
        }
260
283
 
261
284
uninstall-pkglibLTLIBRARIES:
262
285
        @$(NORMAL_UNINSTALL)
263
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
264
 
          p=$(am__strip_dir) \
265
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
266
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
286
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
287
        for p in $$list; do \
 
288
          $(am__strip_dir) \
 
289
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
290
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
267
291
        done
268
292
 
269
293
clean-pkglibLTLIBRARIES:
287
311
 
288
312
.c.o:
289
313
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
314
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
291
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293
317
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
294
318
 
295
319
.c.obj:
296
320
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
297
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
321
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300
324
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
301
325
 
302
326
.c.lo:
303
327
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
304
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
328
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
305
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
306
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307
331
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
308
332
 
309
333
ommail_la-ommail.lo: ommail.c
310
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommail_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ommail_la-ommail.lo -MD -MP -MF $(DEPDIR)/ommail_la-ommail.Tpo -c -o ommail_la-ommail.lo `test -f 'ommail.c' || echo '$(srcdir)/'`ommail.c
311
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ommail_la-ommail.Tpo $(DEPDIR)/ommail_la-ommail.Plo
 
334
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommail_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ommail_la-ommail.lo -MD -MP -MF $(DEPDIR)/ommail_la-ommail.Tpo -c -o ommail_la-ommail.lo `test -f 'ommail.c' || echo '$(srcdir)/'`ommail.c
 
335
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ommail_la-ommail.Tpo $(DEPDIR)/ommail_la-ommail.Plo
312
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ommail.c' object='ommail_la-ommail.lo' libtool=yes @AMDEPBACKSLASH@
313
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommail_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ommail_la-ommail.lo `test -f 'ommail.c' || echo '$(srcdir)/'`ommail.c
 
338
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommail_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ommail_la-ommail.lo `test -f 'ommail.c' || echo '$(srcdir)/'`ommail.c
315
339
 
316
340
mostlyclean-libtool:
317
341
        -rm -f *.lo
324
348
        unique=`for i in $$list; do \
325
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326
350
          done | \
327
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
351
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328
352
              END { if (nonempty) { for (i in files) print i; }; }'`; \
329
353
        mkid -fID $$unique
330
354
tags: TAGS
331
355
 
332
356
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
333
357
                $(TAGS_FILES) $(LISP)
334
 
        tags=; \
 
358
        set x; \
335
359
        here=`pwd`; \
336
360
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337
361
        unique=`for i in $$list; do \
339
363
          done | \
340
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
342
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
366
        shift; \
 
367
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
343
368
          test -n "$$unique" || unique=$$empty_fix; \
344
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345
 
            $$tags $$unique; \
 
369
          if test $$# -gt 0; then \
 
370
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
371
              "$$@" $$unique; \
 
372
          else \
 
373
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
374
              $$unique; \
 
375
          fi; \
346
376
        fi
347
377
ctags: CTAGS
348
378
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
349
379
                $(TAGS_FILES) $(LISP)
350
 
        tags=; \
351
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352
381
        unique=`for i in $$list; do \
353
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
383
          done | \
355
384
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
356
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
357
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
386
        test -z "$(CTAGS_ARGS)$$unique" \
358
387
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
359
 
             $$tags $$unique
 
388
             $$unique
360
389
 
361
390
GTAGS:
362
391
        here=`$(am__cd) $(top_builddir) && pwd` \
363
 
          && cd $(top_srcdir) \
364
 
          && gtags -i $(GTAGS_ARGS) $$here
 
392
          && $(am__cd) $(top_srcdir) \
 
393
          && gtags -i $(GTAGS_ARGS) "$$here"
365
394
 
366
395
distclean-tags:
367
396
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382
411
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383
412
          if test -d $$d/$$file; then \
384
413
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
414
            if test -d "$(distdir)/$$file"; then \
 
415
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
416
            fi; \
385
417
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
386
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
418
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
419
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387
420
            fi; \
388
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
421
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
389
422
          else \
390
 
            test -f $(distdir)/$$file \
391
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
423
            test -f "$(distdir)/$$file" \
 
424
            || cp -p $$d/$$file "$(distdir)/$$file" \
392
425
            || exit 1; \
393
426
          fi; \
394
427
        done
419
452
 
420
453
distclean-generic:
421
454
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
455
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
422
456
 
423
457
maintainer-clean-generic:
424
458
        @echo "This command is intended for maintainers to use"
440
474
 
441
475
html: html-am
442
476
 
 
477
html-am:
 
478
 
443
479
info: info-am
444
480
 
445
481
info-am:
448
484
 
449
485
install-dvi: install-dvi-am
450
486
 
 
487
install-dvi-am:
 
488
 
451
489
install-exec-am: install-pkglibLTLIBRARIES
452
490
 
453
491
install-html: install-html-am
454
492
 
 
493
install-html-am:
 
494
 
455
495
install-info: install-info-am
456
496
 
 
497
install-info-am:
 
498
 
457
499
install-man:
458
500
 
459
501
install-pdf: install-pdf-am
460
502
 
 
503
install-pdf-am:
 
504
 
461
505
install-ps: install-ps-am
462
506
 
 
507
install-ps-am:
 
508
 
463
509
installcheck-am:
464
510
 
465
511
maintainer-clean: maintainer-clean-am
498
544
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
499
545
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
500
546
 
 
547
 
501
548
# Tell versions [3.59,3.63) of GNU make to not export all variables.
502
549
# Otherwise a system limit (for SysV at least) may be exceeded.
503
550
.NOEXPORT: