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

« back to all changes in this revision

Viewing changes to lib/ivykis/modules/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,
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
78
95
        install-pdf-recursive install-ps-recursive install-recursive \
79
96
        installcheck-recursive installdirs-recursive pdf-recursive \
80
97
        ps-recursive uninstall-recursive
 
98
am__can_run_installinfo = \
 
99
  case $$AM_UPDATE_INFO_DIR in \
 
100
    n|no|NO) false;; \
 
101
    *) (install-info --version) >/dev/null 2>&1;; \
 
102
  esac
81
103
am__include_HEADERS_DIST = include/iv_event.h include/iv_event_raw.h \
82
104
        include/iv_fd_pump.h include/iv_inotify.h include/iv_popen.h \
83
105
        include/iv_signal.h include/iv_thread.h include/iv_wait.h \
383
405
        -rm -rf .libs _libs
384
406
install-includeHEADERS: $(include_HEADERS)
385
407
        @$(NORMAL_INSTALL)
386
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
387
408
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
409
        if test -n "$$list"; then \
 
410
          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
 
411
          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
 
412
        fi; \
388
413
        for p in $$list; do \
389
414
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
390
415
          echo "$$d$$p"; \
567
592
        done
568
593
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569
594
          if test "$$subdir" = .; then :; else \
570
 
            test -d "$(distdir)/$$subdir" \
571
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
572
 
            || exit 1; \
573
 
          fi; \
574
 
        done
575
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576
 
          if test "$$subdir" = .; then :; else \
 
595
            $(am__make_dryrun) \
 
596
              || test -d "$(distdir)/$$subdir" \
 
597
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
598
              || exit 1; \
577
599
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
578
600
            $(am__relativize); \
579
601
            new_distdir=$$reldir; \