~ubuntu-branches/ubuntu/trusty/libnih/trusty

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-11-12 13:20:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1081.
  • Revision ID: dmitrijs.ledkovs@canonical.com-20131112132053-27y2f89g6whr5bna
releasing package libnih version 1.0.3-4ubuntu24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 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  Free Software Foundation,
6
 
# 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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
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 \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
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))
19
63
pkgdatadir = $(datadir)/@PACKAGE@
20
64
pkgincludedir = $(includedir)/@PACKAGE@
21
65
pkglibdir = $(libdir)/@PACKAGE@
35
79
build_triplet = @build@
36
80
host_triplet = @host@
37
81
subdir = m4
38
 
DIST_COMMON = $(dist_aclocal_DATA) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(dist_aclocal_DATA)
40
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
85
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
42
86
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
63
107
CONFIG_HEADER = $(top_builddir)/config.h
64
108
CONFIG_CLEAN_FILES =
65
109
CONFIG_CLEAN_VPATH_FILES =
66
 
AM_V_GEN = $(am__v_GEN_$(V))
67
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
68
 
am__v_GEN_0 = @echo "  GEN   " $@;
69
 
AM_V_at = $(am__v_at_$(V))
70
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
110
AM_V_P = $(am__v_P_@AM_V@)
 
111
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
112
am__v_P_0 = false
 
113
am__v_P_1 = :
 
114
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
115
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
116
am__v_GEN_0 = @echo "  GEN     " $@;
 
117
am__v_GEN_1 = 
 
118
AM_V_at = $(am__v_at_@AM_V@)
 
119
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
71
120
am__v_at_0 = @
 
121
am__v_at_1 = 
72
122
SOURCES =
73
123
DIST_SOURCES =
 
124
am__can_run_installinfo = \
 
125
  case $$AM_UPDATE_INFO_DIR in \
 
126
    n|no|NO) false;; \
 
127
    *) (install-info --version) >/dev/null 2>&1;; \
 
128
  esac
74
129
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75
130
am__vpath_adj = case $$p in \
76
131
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92
147
am__base_list = \
93
148
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94
149
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
150
am__uninstall_files_from_dir = { \
 
151
  test -z "$$files" \
 
152
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
153
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
154
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
155
  }
95
156
am__installdirs = "$(DESTDIR)$(aclocaldir)"
96
157
DATA = $(dist_aclocal_DATA)
 
158
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
97
159
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98
160
ACLOCAL = @ACLOCAL@
99
161
ALLOCA = @ALLOCA@
118
180
DBUS_LIBS = @DBUS_LIBS@
119
181
DEFS = @DEFS@
120
182
DEPDIR = @DEPDIR@
 
183
DLLTOOL = @DLLTOOL@
121
184
DSYMUTIL = @DSYMUTIL@
122
185
DUMPBIN = @DUMPBIN@
123
186
ECHO_C = @ECHO_C@
172
235
LTLIBTHREAD = @LTLIBTHREAD@
173
236
MAINT = @MAINT@
174
237
MAKEINFO = @MAKEINFO@
 
238
MANIFEST_TOOL = @MANIFEST_TOOL@
175
239
MKDIR_P = @MKDIR_P@
176
240
MSGFMT = @MSGFMT@
177
241
MSGFMT_015 = @MSGFMT_015@
216
280
abs_srcdir = @abs_srcdir@
217
281
abs_top_builddir = @abs_top_builddir@
218
282
abs_top_srcdir = @abs_top_srcdir@
 
283
ac_ct_AR = @ac_ct_AR@
219
284
ac_ct_CC = @ac_ct_CC@
220
285
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
221
286
am__include = @am__include@
248
313
libexecdir = @libexecdir@
249
314
localedir = @localedir@
250
315
localstatedir = @localstatedir@
251
 
lt_ECHO = @lt_ECHO@
252
316
mandir = @mandir@
253
317
mkdir_p = @mkdir_p@
254
318
oldincludedir = @oldincludedir@
309
373
        -rm -rf .libs _libs
310
374
install-dist_aclocalDATA: $(dist_aclocal_DATA)
311
375
        @$(NORMAL_INSTALL)
312
 
        test -z "$(aclocaldir)" || $(MKDIR_P) "$(DESTDIR)$(aclocaldir)"
313
376
        @list='$(dist_aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
 
377
        if test -n "$$list"; then \
 
378
          echo " $(MKDIR_P) '$(DESTDIR)$(aclocaldir)'"; \
 
379
          $(MKDIR_P) "$(DESTDIR)$(aclocaldir)" || exit 1; \
 
380
        fi; \
314
381
        for p in $$list; do \
315
382
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
316
383
          echo "$$d$$p"; \
324
391
        @$(NORMAL_UNINSTALL)
325
392
        @list='$(dist_aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
326
393
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
327
 
        test -n "$$files" || exit 0; \
328
 
        echo " ( cd '$(DESTDIR)$(aclocaldir)' && rm -f" $$files ")"; \
329
 
        cd "$(DESTDIR)$(aclocaldir)" && rm -f $$files
330
 
tags: TAGS
331
 
TAGS:
332
 
 
333
 
ctags: CTAGS
334
 
CTAGS:
 
394
        dir='$(DESTDIR)$(aclocaldir)'; $(am__uninstall_files_from_dir)
 
395
tags TAGS:
 
396
 
 
397
ctags CTAGS:
 
398
 
 
399
cscope cscopelist:
335
400
 
336
401
 
337
402
distdir: $(DISTFILES)
381
446
 
382
447
installcheck: installcheck-am
383
448
install-strip:
384
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
386
 
          `test -z '$(STRIP)' || \
387
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
449
        if test -z '$(STRIP)'; then \
 
450
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
451
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
452
              install; \
 
453
        else \
 
454
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
455
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
456
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
457
        fi
388
458
mostlyclean-generic:
389
459
 
390
460
clean-generic:
465
535
.MAKE: install-am install-strip
466
536
 
467
537
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
468
 
        distclean distclean-generic distclean-libtool distdir dvi \
469
 
        dvi-am html html-am info info-am install install-am \
470
 
        install-data install-data-am install-dist_aclocalDATA \
471
 
        install-dvi install-dvi-am install-exec install-exec-am \
472
 
        install-html install-html-am install-info install-info-am \
473
 
        install-man install-pdf install-pdf-am install-ps \
474
 
        install-ps-am install-strip installcheck installcheck-am \
475
 
        installdirs maintainer-clean maintainer-clean-generic \
476
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
477
 
        ps ps-am uninstall uninstall-am uninstall-dist_aclocalDATA
 
538
        cscopelist-am ctags-am distclean distclean-generic \
 
539
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
540
        install install-am install-data install-data-am \
 
541
        install-dist_aclocalDATA install-dvi install-dvi-am \
 
542
        install-exec install-exec-am install-html install-html-am \
 
543
        install-info install-info-am install-man install-pdf \
 
544
        install-pdf-am install-ps install-ps-am install-strip \
 
545
        installcheck installcheck-am installdirs maintainer-clean \
 
546
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
547
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
548
        uninstall-am uninstall-dist_aclocalDATA
478
549
 
479
550
 
480
551
# Tell versions [3.59,3.63) of GNU make to not export all variables.