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

« back to all changes in this revision

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