~ubuntu-branches/ubuntu/wily/libgpg-error/wily

« back to all changes in this revision

Viewing changes to lang/cl/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel Kahn Gillmor
  • Date: 2015-06-04 09:23:14 UTC
  • mfrom: (12.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20150604092314-l1rttc4b5b706g99
Tags: 1.19-2
upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
35
34
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
36
35
 
37
36
VPATH = @srcdir@
38
 
am__make_dryrun = \
39
 
  { \
40
 
    am__dry=no; \
 
37
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
38
am__make_running_with_option = \
 
39
  case $${target_option-} in \
 
40
      ?) ;; \
 
41
      *) echo "am__make_running_with_option: internal error: invalid" \
 
42
              "target option '$${target_option-}' specified" >&2; \
 
43
         exit 1;; \
 
44
  esac; \
 
45
  has_opt=no; \
 
46
  sane_makeflags=$$MAKEFLAGS; \
 
47
  if $(am__is_gnu_make); then \
 
48
    sane_makeflags=$$MFLAGS; \
 
49
  else \
41
50
    case $$MAKEFLAGS in \
42
51
      *\\[\ \   ]*) \
43
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45
 
      *) \
46
 
        for am__flg in $$MAKEFLAGS; do \
47
 
          case $$am__flg in \
48
 
            *=*|--*) ;; \
49
 
            *n*) am__dry=yes; break;; \
50
 
          esac; \
51
 
        done;; \
52
 
    esac; \
53
 
    test $$am__dry = yes; \
54
 
  }
 
52
        bs=\\; \
 
53
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
54
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
55
    esac; \
 
56
  fi; \
 
57
  skip_next=no; \
 
58
  strip_trailopt () \
 
59
  { \
 
60
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
61
  }; \
 
62
  for flg in $$sane_makeflags; do \
 
63
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
64
    case $$flg in \
 
65
      *=*|--*) continue;; \
 
66
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
67
      -*I?*) strip_trailopt 'I';; \
 
68
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
69
      -*O?*) strip_trailopt 'O';; \
 
70
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
71
      -*l?*) strip_trailopt 'l';; \
 
72
      -[dEDm]) skip_next=yes;; \
 
73
      -[JT]) skip_next=yes;; \
 
74
    esac; \
 
75
    case $$flg in \
 
76
      *$$target_option*) has_opt=yes; break;; \
 
77
    esac; \
 
78
  done; \
 
79
  test $$has_opt = yes
 
80
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
81
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
55
82
pkgdatadir = $(datadir)/@PACKAGE@
56
83
pkgincludedir = $(includedir)/@PACKAGE@
57
84
pkglibdir = $(libdir)/@PACKAGE@
71
98
build_triplet = @build@
72
99
host_triplet = @host@
73
100
subdir = lang/cl
74
 
DIST_COMMON = README $(dist_clfiles_DATA) $(srcdir)/Makefile.am \
75
 
        $(srcdir)/Makefile.in $(srcdir)/gpg-error.asd.in
 
101
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
102
        $(srcdir)/gpg-error.asd.in $(dist_clfiles_DATA) README
76
103
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77
104
am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
78
105
        $(top_srcdir)/m4/estream.m4 $(top_srcdir)/m4/gettext.m4 \
90
117
CONFIG_HEADER = $(top_builddir)/config.h
91
118
CONFIG_CLEAN_FILES = gpg-error.asd
92
119
CONFIG_CLEAN_VPATH_FILES =
 
120
AM_V_P = $(am__v_P_@AM_V@)
 
121
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
122
am__v_P_0 = false
 
123
am__v_P_1 = :
93
124
AM_V_GEN = $(am__v_GEN_@AM_V@)
94
125
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
95
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
126
am__v_GEN_0 = @echo "  GEN     " $@;
 
127
am__v_GEN_1 = 
96
128
AM_V_at = $(am__v_at_@AM_V@)
97
129
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
98
130
am__v_at_0 = @
 
131
am__v_at_1 = 
99
132
SOURCES =
100
133
DIST_SOURCES =
101
134
am__can_run_installinfo = \
132
165
  }
133
166
am__installdirs = "$(DESTDIR)$(clfilesdir)" "$(DESTDIR)$(clfilesdir)"
134
167
DATA = $(dist_clfiles_DATA) $(nodist_clfiles_DATA)
 
168
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
135
169
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136
170
ACLOCAL = @ACLOCAL@
137
171
AMTAR = @AMTAR@
145
179
BUILD_FILEVERSION = @BUILD_FILEVERSION@
146
180
BUILD_REVISION = @BUILD_REVISION@
147
181
BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
 
182
BUILD_VERSION = @BUILD_VERSION@
148
183
CC = @CC@
149
184
CCDEPMODE = @CCDEPMODE@
150
185
CC_FOR_BUILD = @CC_FOR_BUILD@
382
417
        @list='$(nodist_clfiles_DATA)'; test -n "$(clfilesdir)" || list=; \
383
418
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
384
419
        dir='$(DESTDIR)$(clfilesdir)'; $(am__uninstall_files_from_dir)
385
 
tags: TAGS
386
 
TAGS:
387
 
 
388
 
ctags: CTAGS
389
 
CTAGS:
 
420
tags TAGS:
 
421
 
 
422
ctags CTAGS:
 
423
 
 
424
cscope cscopelist:
390
425
 
391
426
 
392
427
distdir: $(DISTFILES)
526
561
.MAKE: install-am install-strip
527
562
 
528
563
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
529
 
        distclean distclean-generic distclean-libtool distdir dvi \
530
 
        dvi-am html html-am info info-am install install-am \
531
 
        install-data install-data-am install-dist_clfilesDATA \
532
 
        install-dvi install-dvi-am install-exec install-exec-am \
533
 
        install-html install-html-am install-info install-info-am \
534
 
        install-man install-nodist_clfilesDATA install-pdf \
535
 
        install-pdf-am install-ps install-ps-am install-strip \
536
 
        installcheck installcheck-am installdirs maintainer-clean \
 
564
        cscopelist-am ctags-am distclean distclean-generic \
 
565
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
566
        install install-am install-data install-data-am \
 
567
        install-dist_clfilesDATA install-dvi install-dvi-am \
 
568
        install-exec install-exec-am install-html install-html-am \
 
569
        install-info install-info-am install-man \
 
570
        install-nodist_clfilesDATA install-pdf install-pdf-am \
 
571
        install-ps install-ps-am install-strip installcheck \
 
572
        installcheck-am installdirs maintainer-clean \
537
573
        maintainer-clean-generic mostlyclean mostlyclean-generic \
538
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
539
 
        uninstall-dist_clfilesDATA uninstall-nodist_clfilesDATA
 
574
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
575
        uninstall-am uninstall-dist_clfilesDATA \
 
576
        uninstall-nodist_clfilesDATA
540
577
 
541
578
 
542
579
gpg-error-codes.lisp: Makefile mkerrcodes.awk $(codes_file) $(errno_file)