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

« back to all changes in this revision

Viewing changes to plugins/imtcp/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.
56
56
imtcp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
57
57
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(imtcp_la_LDFLAGS) \
58
58
        $(LDFLAGS) -o $@
59
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
59
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
61
am__depfiles_maybe = depfiles
62
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
244
244
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
245
245
          if test -f $$p; then \
246
246
            f=$(am__strip_dir) \
247
 
            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
248
 
            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
247
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
248
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
249
249
          else :; fi; \
250
250
        done
251
251
 
253
253
        @$(NORMAL_UNINSTALL)
254
254
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
255
255
          p=$(am__strip_dir) \
256
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
257
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
256
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
 
257
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
258
258
        done
259
259
 
260
260
clean-pkglibLTLIBRARIES:
315
315
        unique=`for i in $$list; do \
316
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
317
          done | \
318
 
          $(AWK) '    { files[$$0] = 1; } \
319
 
               END { for (i in files) print i; }'`; \
 
318
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
320
320
        mkid -fID $$unique
321
321
tags: TAGS
322
322
 
328
328
        unique=`for i in $$list; do \
329
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330
330
          done | \
331
 
          $(AWK) '    { files[$$0] = 1; } \
332
 
               END { for (i in files) print i; }'`; \
 
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
333
333
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
334
334
          test -n "$$unique" || unique=$$empty_fix; \
335
335
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339
339
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
340
                $(TAGS_FILES) $(LISP)
341
341
        tags=; \
342
 
        here=`pwd`; \
343
342
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
343
        unique=`for i in $$list; do \
345
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
345
          done | \
347
 
          $(AWK) '    { files[$$0] = 1; } \
348
 
               END { for (i in files) print i; }'`; \
 
346
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
349
348
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
350
349
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
351
350
             $$tags $$unique