~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to modules/afmongodb/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
118
135
        install-pdf-recursive install-ps-recursive install-recursive \
119
136
        installcheck-recursive installdirs-recursive pdf-recursive \
120
137
        ps-recursive uninstall-recursive
 
138
am__can_run_installinfo = \
 
139
  case $$AM_UPDATE_INFO_DIR in \
 
140
    n|no|NO) false;; \
 
141
    *) (install-info --version) >/dev/null 2>&1;; \
 
142
  esac
121
143
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122
144
  distclean-recursive maintainer-clean-recursive
123
145
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
331
353
@ENABLE_MONGODB_TRUE@libafmongodb_la_LIBADD = $(MODULE_DEPS_LIBS) $(LIBMONGO_LIBS)
332
354
@ENABLE_MONGODB_TRUE@libafmongodb_la_LDFLAGS = $(MODULE_LDFLAGS)
333
355
BUILT_SOURCES = afmongodb-grammar.y afmongodb-grammar.c afmongodb-grammar.h
334
 
EXTRA_DIST = $(BUILT_SOURCES) afmongodb-grammar.ym
 
356
EXTRA_DIST = $(BUILT_SOURCES) afmongodb-grammar.ym libmongo-client/configure.gnu
335
357
all: $(BUILT_SOURCES)
336
358
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
337
359
 
370
392
$(am__aclocal_m4_deps):
371
393
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
372
394
        @$(NORMAL_INSTALL)
373
 
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
374
395
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
375
396
        list2=; for p in $$list; do \
376
397
          if test -f $$p; then \
378
399
          else :; fi; \
379
400
        done; \
380
401
        test -z "$$list2" || { \
 
402
          echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \
 
403
          $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \
381
404
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
382
405
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
383
406
        }
627
650
        done
628
651
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
629
652
          if test "$$subdir" = .; then :; else \
630
 
            test -d "$(distdir)/$$subdir" \
631
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
632
 
            || exit 1; \
633
 
          fi; \
634
 
        done
635
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
636
 
          if test "$$subdir" = .; then :; else \
 
653
            $(am__make_dryrun) \
 
654
              || test -d "$(distdir)/$$subdir" \
 
655
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
656
              || exit 1; \
637
657
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
638
658
            $(am__relativize); \
639
659
            new_distdir=$$reldir; \