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

« back to all changes in this revision

Viewing changes to plugins/ommysql/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
am__DEPENDENCIES_1 =
55
72
ommysql_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
61
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
64
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
154
172
SHELL = @SHELL@
155
173
SNMP_CFLAGS = @SNMP_CFLAGS@
156
174
SNMP_LIBS = @SNMP_LIBS@
 
175
SOL_LIBS = @SOL_LIBS@
157
176
STRIP = @STRIP@
158
177
VERSION = @VERSION@
159
178
ZLIB_LIBS = @ZLIB_LIBS@
224
243
        @for dep in $?; do \
225
244
          case '$(am__configure_deps)' in \
226
245
            *$$dep*) \
227
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
228
 
                && exit 0; \
 
246
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
247
                && { if test -f $@; then exit 0; else break; fi; }; \
229
248
              exit 1;; \
230
249
          esac; \
231
250
        done; \
232
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/ommysql/Makefile'; \
233
 
        cd $(top_srcdir) && \
234
 
          $(AUTOMAKE) --gnu  plugins/ommysql/Makefile
 
251
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/ommysql/Makefile'; \
 
252
        $(am__cd) $(top_srcdir) && \
 
253
          $(AUTOMAKE) --gnu plugins/ommysql/Makefile
235
254
.PRECIOUS: Makefile
236
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237
256
        @case '$?' in \
249
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
269
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
251
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
271
$(am__aclocal_m4_deps):
252
272
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
253
273
        @$(NORMAL_INSTALL)
254
274
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
255
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
275
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
276
        list2=; for p in $$list; do \
256
277
          if test -f $$p; then \
257
 
            f=$(am__strip_dir) \
258
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
259
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
278
            list2="$$list2 $$p"; \
260
279
          else :; fi; \
261
 
        done
 
280
        done; \
 
281
        test -z "$$list2" || { \
 
282
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
 
283
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
 
284
        }
262
285
 
263
286
uninstall-pkglibLTLIBRARIES:
264
287
        @$(NORMAL_UNINSTALL)
265
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
266
 
          p=$(am__strip_dir) \
267
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
268
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
288
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
 
289
        for p in $$list; do \
 
290
          $(am__strip_dir) \
 
291
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
292
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
269
293
        done
270
294
 
271
295
clean-pkglibLTLIBRARIES:
289
313
 
290
314
.c.o:
291
315
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
292
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
316
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
293
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
319
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
296
320
 
297
321
.c.obj:
298
322
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
299
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
323
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
300
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
326
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
303
327
 
304
328
.c.lo:
305
329
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
306
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
330
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
307
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
308
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
333
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
310
334
 
311
335
ommysql_la-ommysql.lo: ommysql.c
312
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ommysql_la-ommysql.lo -MD -MP -MF $(DEPDIR)/ommysql_la-ommysql.Tpo -c -o ommysql_la-ommysql.lo `test -f 'ommysql.c' || echo '$(srcdir)/'`ommysql.c
313
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/ommysql_la-ommysql.Tpo $(DEPDIR)/ommysql_la-ommysql.Plo
 
336
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ommysql_la-ommysql.lo -MD -MP -MF $(DEPDIR)/ommysql_la-ommysql.Tpo -c -o ommysql_la-ommysql.lo `test -f 'ommysql.c' || echo '$(srcdir)/'`ommysql.c
 
337
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ommysql_la-ommysql.Tpo $(DEPDIR)/ommysql_la-ommysql.Plo
314
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ommysql.c' object='ommysql_la-ommysql.lo' libtool=yes @AMDEPBACKSLASH@
315
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ommysql_la-ommysql.lo `test -f 'ommysql.c' || echo '$(srcdir)/'`ommysql.c
 
340
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ommysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ommysql_la-ommysql.lo `test -f 'ommysql.c' || echo '$(srcdir)/'`ommysql.c
317
341
 
318
342
mostlyclean-libtool:
319
343
        -rm -f *.lo
326
350
        unique=`for i in $$list; do \
327
351
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328
352
          done | \
329
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
353
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330
354
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
355
        mkid -fID $$unique
332
356
tags: TAGS
333
357
 
334
358
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335
359
                $(TAGS_FILES) $(LISP)
336
 
        tags=; \
 
360
        set x; \
337
361
        here=`pwd`; \
338
362
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
339
363
        unique=`for i in $$list; do \
341
365
          done | \
342
366
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
343
367
              END { if (nonempty) { for (i in files) print i; }; }'`; \
344
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
368
        shift; \
 
369
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
345
370
          test -n "$$unique" || unique=$$empty_fix; \
346
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347
 
            $$tags $$unique; \
 
371
          if test $$# -gt 0; then \
 
372
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
373
              "$$@" $$unique; \
 
374
          else \
 
375
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
376
              $$unique; \
 
377
          fi; \
348
378
        fi
349
379
ctags: CTAGS
350
380
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351
381
                $(TAGS_FILES) $(LISP)
352
 
        tags=; \
353
382
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
354
383
        unique=`for i in $$list; do \
355
384
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
385
          done | \
357
386
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358
387
              END { if (nonempty) { for (i in files) print i; }; }'`; \
359
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
388
        test -z "$(CTAGS_ARGS)$$unique" \
360
389
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
361
 
             $$tags $$unique
 
390
             $$unique
362
391
 
363
392
GTAGS:
364
393
        here=`$(am__cd) $(top_builddir) && pwd` \
365
 
          && cd $(top_srcdir) \
366
 
          && gtags -i $(GTAGS_ARGS) $$here
 
394
          && $(am__cd) $(top_srcdir) \
 
395
          && gtags -i $(GTAGS_ARGS) "$$here"
367
396
 
368
397
distclean-tags:
369
398
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
413
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
385
414
          if test -d $$d/$$file; then \
386
415
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
416
            if test -d "$(distdir)/$$file"; then \
 
417
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
418
            fi; \
387
419
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
388
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
420
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
421
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389
422
            fi; \
390
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
423
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
391
424
          else \
392
 
            test -f $(distdir)/$$file \
393
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
425
            test -f "$(distdir)/$$file" \
 
426
            || cp -p $$d/$$file "$(distdir)/$$file" \
394
427
            || exit 1; \
395
428
          fi; \
396
429
        done
421
454
 
422
455
distclean-generic:
423
456
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
457
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
424
458
 
425
459
maintainer-clean-generic:
426
460
        @echo "This command is intended for maintainers to use"
442
476
 
443
477
html: html-am
444
478
 
 
479
html-am:
 
480
 
445
481
info: info-am
446
482
 
447
483
info-am:
450
486
 
451
487
install-dvi: install-dvi-am
452
488
 
 
489
install-dvi-am:
 
490
 
453
491
install-exec-am: install-pkglibLTLIBRARIES
454
492
 
455
493
install-html: install-html-am
456
494
 
 
495
install-html-am:
 
496
 
457
497
install-info: install-info-am
458
498
 
 
499
install-info-am:
 
500
 
459
501
install-man:
460
502
 
461
503
install-pdf: install-pdf-am
462
504
 
 
505
install-pdf-am:
 
506
 
463
507
install-ps: install-ps-am
464
508
 
 
509
install-ps-am:
 
510
 
465
511
installcheck-am:
466
512
 
467
513
maintainer-clean: maintainer-clean-am
500
546
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
501
547
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
502
548
 
 
549
 
503
550
# Tell versions [3.59,3.63) of GNU make to not export all variables.
504
551
# Otherwise a system limit (for SysV at least) may be exceeded.
505
552
.NOEXPORT: