~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to plugins/imrelp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-06-25 15:41:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080625154121-cga8dycp73d2i27q
Tags: 3.16.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
57
57
imrelp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
58
58
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
59
59
        $(imrelp_la_LDFLAGS) $(LDFLAGS) -o $@
60
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
62
am__depfiles_maybe = depfiles
63
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
245
245
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
246
246
          if test -f $$p; then \
247
247
            f=$(am__strip_dir) \
248
 
            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
249
 
            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
248
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
249
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
250
250
          else :; fi; \
251
251
        done
252
252
 
254
254
        @$(NORMAL_UNINSTALL)
255
255
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
256
256
          p=$(am__strip_dir) \
257
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
258
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
257
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
 
258
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
259
259
        done
260
260
 
261
261
clean-pkglibLTLIBRARIES:
316
316
        unique=`for i in $$list; do \
317
317
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
318
          done | \
319
 
          $(AWK) '    { files[$$0] = 1; } \
320
 
               END { for (i in files) print i; }'`; \
 
319
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
320
              END { if (nonempty) { for (i in files) print i; }; }'`; \
321
321
        mkid -fID $$unique
322
322
tags: TAGS
323
323
 
329
329
        unique=`for i in $$list; do \
330
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
331
          done | \
332
 
          $(AWK) '    { files[$$0] = 1; } \
333
 
               END { for (i in files) print i; }'`; \
 
332
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
334
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
335
335
          test -n "$$unique" || unique=$$empty_fix; \
336
336
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340
340
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
341
341
                $(TAGS_FILES) $(LISP)
342
342
        tags=; \
343
 
        here=`pwd`; \
344
343
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
345
344
        unique=`for i in $$list; do \
346
345
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
346
          done | \
348
 
          $(AWK) '    { files[$$0] = 1; } \
349
 
               END { for (i in files) print i; }'`; \
 
347
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
348
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
349
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
351
350
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
352
351
             $$tags $$unique