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

« back to all changes in this revision

Viewing changes to src/lib/accerciser/plugin/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,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
48
76
PRE_UNINSTALL = :
49
77
POST_UNINSTALL = :
50
78
subdir = src/lib/accerciser/plugin
51
 
DIST_COMMON = $(plugin_PYTHON) $(srcdir)/Makefile.am \
52
 
        $(srcdir)/Makefile.in $(top_srcdir)/py-compile
 
79
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
80
        $(plugin_PYTHON) $(top_srcdir)/py-compile
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__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
96
136
am__installdirs = "$(DESTDIR)$(plugindir)"
 
137
am__pep3147_tweak = \
 
138
  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
97
139
py_compile = $(top_srcdir)/py-compile
 
140
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
98
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99
142
ACLOCAL = @ACLOCAL@
100
143
ALL_LINGUAS = @ALL_LINGUAS@
306
349
uninstall-pluginPYTHON:
307
350
        @$(NORMAL_UNINSTALL)
308
351
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
309
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
310
 
        test -n "$$files" || exit 0; \
 
352
        py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
353
        test -n "$$py_files" || exit 0; \
311
354
        dir='$(DESTDIR)$(plugindir)'; \
312
 
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
313
 
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
355
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
 
356
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
 
357
        py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
 
358
        echo "$$py_files_pep3147";\
 
359
        pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
 
360
        pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
314
361
        st=0; \
315
 
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
362
        for files in \
 
363
          "$$py_files" \
 
364
          "$$pyc_files" \
 
365
          "$$pyo_files" \
 
366
          "$$pyc_files_pep3147" \
 
367
          "$$pyo_files_pep3147" \
 
368
        ; do \
316
369
          $(am__uninstall_files_from_dir) || st=$$?; \
317
370
        done; \
318
371
        exit $$st
319
 
tags: TAGS
320
 
TAGS:
 
372
tags TAGS:
321
373
 
322
 
ctags: CTAGS
323
 
CTAGS:
 
374
ctags CTAGS:
324
375
 
325
376
cscope cscopelist:
326
377
 
460
511
 
461
512
.MAKE: install-am install-strip
462
513
 
463
 
.PHONY: all all-am check check-am clean clean-generic distclean \
464
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
465
 
        install install-am install-data install-data-am install-dvi \
466
 
        install-dvi-am install-exec install-exec-am install-html \
467
 
        install-html-am install-info install-info-am install-man \
468
 
        install-pdf install-pdf-am install-pluginPYTHON install-ps \
469
 
        install-ps-am install-strip installcheck installcheck-am \
470
 
        installdirs maintainer-clean maintainer-clean-generic \
471
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
472
 
        uninstall-am uninstall-pluginPYTHON
 
514
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
515
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
516
        html-am info info-am install install-am install-data \
 
517
        install-data-am install-dvi install-dvi-am install-exec \
 
518
        install-exec-am install-html install-html-am install-info \
 
519
        install-info-am install-man install-pdf install-pdf-am \
 
520
        install-pluginPYTHON install-ps install-ps-am install-strip \
 
521
        installcheck installcheck-am installdirs maintainer-clean \
 
522
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
523
        pdf-am ps ps-am tags-am uninstall uninstall-am \
 
524
        uninstall-pluginPYTHON
473
525
 
474
526
 
475
527
# Tell versions [3.59,3.63) of GNU make to not export all variables.