~ubuntu-branches/ubuntu/trusty/accerciser/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mario Lang
  • Date: 2014-03-26 08:43:05 UTC
  • mfrom: (37.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140326084305-wb6sxjdz99wady2a
Tags: 3.12.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
21
31
    case $$MAKEFLAGS in \
22
32
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
63
pkgdatadir = $(datadir)/@PACKAGE@
36
64
pkgincludedir = $(includedir)/@PACKAGE@
37
65
pkglibdir = $(libdir)/@PACKAGE@
49
77
PRE_UNINSTALL = :
50
78
POST_UNINSTALL = :
51
79
subdir = plugins
52
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
80
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
53
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54
82
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
55
83
        $(top_srcdir)/configure.ac
58
86
mkinstalldirs = $(install_sh) -d
59
87
CONFIG_CLEAN_FILES =
60
88
CONFIG_CLEAN_VPATH_FILES =
 
89
AM_V_P = $(am__v_P_@AM_V@)
 
90
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
91
am__v_P_0 = false
 
92
am__v_P_1 = :
 
93
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
94
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
95
am__v_GEN_0 = @echo "  GEN     " $@;
 
96
am__v_GEN_1 = 
 
97
AM_V_at = $(am__v_at_@AM_V@)
 
98
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
99
am__v_at_0 = @
 
100
am__v_at_1 = 
61
101
SOURCES =
62
102
DIST_SOURCES =
63
103
am__can_run_installinfo = \
94
134
  }
95
135
am__installdirs = "$(DESTDIR)$(pluginsdir)"
96
136
DATA = $(plugins_DATA)
 
137
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
97
138
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98
139
ACLOCAL = @ACLOCAL@
99
140
ALL_LINGUAS = @ALL_LINGUAS@
304
345
        @list='$(plugins_DATA)'; test -n "$(pluginsdir)" || list=; \
305
346
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
306
347
        dir='$(DESTDIR)$(pluginsdir)'; $(am__uninstall_files_from_dir)
307
 
tags: TAGS
308
 
TAGS:
 
348
tags TAGS:
309
349
 
310
 
ctags: CTAGS
311
 
CTAGS:
 
350
ctags CTAGS:
312
351
 
313
352
cscope cscopelist:
314
353
 
448
487
 
449
488
.MAKE: install-am install-strip
450
489
 
451
 
.PHONY: all all-am check check-am clean clean-generic distclean \
452
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
453
 
        install install-am install-data install-data-am install-dvi \
454
 
        install-dvi-am install-exec install-exec-am install-html \
455
 
        install-html-am install-info install-info-am install-man \
456
 
        install-pdf install-pdf-am install-pluginsDATA install-ps \
457
 
        install-ps-am install-strip installcheck installcheck-am \
458
 
        installdirs maintainer-clean maintainer-clean-generic \
459
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
460
 
        uninstall-am uninstall-pluginsDATA
 
490
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
491
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
492
        html-am info info-am install install-am install-data \
 
493
        install-data-am install-dvi install-dvi-am install-exec \
 
494
        install-exec-am install-html install-html-am install-info \
 
495
        install-info-am install-man install-pdf install-pdf-am \
 
496
        install-pluginsDATA install-ps install-ps-am install-strip \
 
497
        installcheck installcheck-am installdirs maintainer-clean \
 
498
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
499
        pdf-am ps ps-am tags-am uninstall uninstall-am \
 
500
        uninstall-pluginsDATA
461
501
 
462
502
 
463
503
# Tell versions [3.59,3.63) of GNU make to not export all variables.