~ubuntu-branches/ubuntu/saucy/mountall/saucy

« back to all changes in this revision

Viewing changes to util/Makefile.in

  • Committer: Steve Langasek
  • Date: 2013-07-02 23:10:21 UTC
  • Revision ID: steve.langasek@canonical.com-20130702231021-b851k1pztu6f4brd
Tags: 2.49
releasing version 2.49

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.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, 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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    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 \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
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))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
53
80
host_triplet = @host@
54
81
sbin_PROGRAMS = mntctl$(EXEEXT)
55
82
subdir = util
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp
57
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
86
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
59
87
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
93
121
AM_V_lt = $(am__v_lt_@AM_V@)
94
122
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
95
123
am__v_lt_0 = --silent
 
124
am__v_lt_1 = 
 
125
AM_V_P = $(am__v_P_@AM_V@)
 
126
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
127
am__v_P_0 = false
 
128
am__v_P_1 = :
 
129
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
130
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
131
am__v_GEN_0 = @echo "  GEN     " $@;
 
132
am__v_GEN_1 = 
 
133
AM_V_at = $(am__v_at_@AM_V@)
 
134
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
135
am__v_at_0 = @
 
136
am__v_at_1 = 
96
137
DEFAULT_INCLUDES = 
97
138
depcomp = $(SHELL) $(top_srcdir)/depcomp
98
139
am__depfiles_maybe = depfiles
105
146
        $(AM_CFLAGS) $(CFLAGS)
106
147
AM_V_CC = $(am__v_CC_@AM_V@)
107
148
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
108
 
am__v_CC_0 = @echo "  CC    " $@;
109
 
AM_V_at = $(am__v_at_@AM_V@)
110
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111
 
am__v_at_0 = @
 
149
am__v_CC_0 = @echo "  CC      " $@;
 
150
am__v_CC_1 = 
112
151
CCLD = $(CC)
113
152
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
114
153
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115
154
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
116
155
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
117
156
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
118
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
119
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
120
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
157
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
158
am__v_CCLD_1 = 
122
159
SOURCES = $(mntctl_SOURCES) $(nodist_mntctl_SOURCES)
123
160
DIST_SOURCES = $(mntctl_SOURCES)
124
161
am__can_run_installinfo = \
126
163
    n|no|NO) false;; \
127
164
    *) (install-info --version) >/dev/null 2>&1;; \
128
165
  esac
 
166
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
167
# Read a list of newline-separated strings from the standard input,
 
168
# and print each of them once, without duplicates.  Input order is
 
169
# *not* preserved.
 
170
am__uniquify_input = $(AWK) '\
 
171
  BEGIN { nonempty = 0; } \
 
172
  { items[$$0] = 1; nonempty = 1; } \
 
173
  END { if (nonempty) { for (i in items) print i; }; } \
 
174
'
 
175
# Make sure the list of sources is unique.  This is necessary because,
 
176
# e.g., the same source file might be shared among _SOURCES variables
 
177
# for different programs/libraries.
 
178
am__define_uniq_tagged_files = \
 
179
  list='$(am__tagged_files)'; \
 
180
  unique=`for i in $$list; do \
 
181
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
182
  done | $(am__uniquify_input)`
129
183
ETAGS = etags
130
184
CTAGS = ctags
131
185
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
388
442
        fi; \
389
443
        for p in $$list; do echo "$$p $$p"; done | \
390
444
        sed 's/$(EXEEXT)$$//' | \
391
 
        while read p p1; do if test -f $$p || test -f $$p1; \
392
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
445
        while read p p1; do if test -f $$p \
 
446
         || test -f $$p1 \
 
447
          ; then echo "$$p"; echo "$$p"; else :; fi; \
393
448
        done | \
394
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
449
        sed -e 'p;s,.*/,,;n;h' \
 
450
            -e 's|.*|.|' \
395
451
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
396
452
        sed 'N;N;N;s,\n, ,g' | \
397
453
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
412
468
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
413
469
        files=`for p in $$list; do echo "$$p"; done | \
414
470
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
415
 
              -e 's/$$/$(EXEEXT)/' `; \
 
471
              -e 's/$$/$(EXEEXT)/' \
 
472
        `; \
416
473
        test -n "$$list" || exit 0; \
417
474
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
418
475
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
425
482
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
426
483
        echo " rm -f" $$list; \
427
484
        rm -f $$list
 
485
 
428
486
mntctl$(EXEEXT): $(mntctl_OBJECTS) $(mntctl_DEPENDENCIES) $(EXTRA_mntctl_DEPENDENCIES) 
429
487
        @rm -f mntctl$(EXEEXT)
430
488
        $(AM_V_CCLD)$(LINK) $(mntctl_OBJECTS) $(mntctl_LDADD) $(LIBS)
465
523
clean-libtool:
466
524
        -rm -rf .libs _libs
467
525
 
468
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
469
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
470
 
        unique=`for i in $$list; do \
471
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472
 
          done | \
473
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
474
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
475
 
        mkid -fID $$unique
476
 
tags: TAGS
 
526
ID: $(am__tagged_files)
 
527
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
528
tags: tags-am
 
529
TAGS: tags
477
530
 
478
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
479
 
                $(TAGS_FILES) $(LISP)
 
531
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
480
532
        set x; \
481
533
        here=`pwd`; \
482
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
483
 
        unique=`for i in $$list; do \
484
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485
 
          done | \
486
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
534
        $(am__define_uniq_tagged_files); \
488
535
        shift; \
489
536
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
490
537
          test -n "$$unique" || unique=$$empty_fix; \
496
543
              $$unique; \
497
544
          fi; \
498
545
        fi
499
 
ctags: CTAGS
500
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
501
 
                $(TAGS_FILES) $(LISP)
502
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503
 
        unique=`for i in $$list; do \
504
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505
 
          done | \
506
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
546
ctags: ctags-am
 
547
 
 
548
CTAGS: ctags
 
549
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
550
        $(am__define_uniq_tagged_files); \
508
551
        test -z "$(CTAGS_ARGS)$$unique" \
509
552
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510
553
             $$unique
513
556
        here=`$(am__cd) $(top_builddir) && pwd` \
514
557
          && $(am__cd) $(top_srcdir) \
515
558
          && gtags -i $(GTAGS_ARGS) "$$here"
 
559
cscopelist: cscopelist-am
 
560
 
 
561
cscopelist-am: $(am__tagged_files)
 
562
        list='$(am__tagged_files)'; \
 
563
        case "$(srcdir)" in \
 
564
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
565
          *) sdir=$(subdir)/$(srcdir) ;; \
 
566
        esac; \
 
567
        for i in $$list; do \
 
568
          if test -f "$$i"; then \
 
569
            echo "$(subdir)/$$i"; \
 
570
          else \
 
571
            echo "$$sdir/$$i"; \
 
572
          fi; \
 
573
        done >> $(top_builddir)/cscope.files
516
574
 
517
575
distclean-tags:
518
576
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
662
720
 
663
721
.MAKE: all check install install-am install-strip
664
722
 
665
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
666
 
        clean-libtool clean-local clean-sbinPROGRAMS ctags distclean \
667
 
        distclean-compile distclean-generic distclean-libtool \
668
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
669
 
        install install-am install-data install-data-am install-dvi \
670
 
        install-dvi-am install-exec install-exec-am install-html \
671
 
        install-html-am install-info install-info-am install-man \
672
 
        install-pdf install-pdf-am install-ps install-ps-am \
673
 
        install-sbinPROGRAMS install-strip installcheck \
674
 
        installcheck-am installdirs maintainer-clean \
 
723
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
724
        clean-libtool clean-local clean-sbinPROGRAMS cscopelist-am \
 
725
        ctags ctags-am distclean distclean-compile distclean-generic \
 
726
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
727
        html-am info info-am install install-am install-data \
 
728
        install-data-am install-dvi install-dvi-am install-exec \
 
729
        install-exec-am install-html install-html-am install-info \
 
730
        install-info-am install-man install-pdf install-pdf-am \
 
731
        install-ps install-ps-am install-sbinPROGRAMS install-strip \
 
732
        installcheck installcheck-am installdirs maintainer-clean \
675
733
        maintainer-clean-generic maintainer-clean-local mostlyclean \
676
734
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
677
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
735
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
678
736
        uninstall-sbinPROGRAMS
679
737
 
680
738