~ubuntu-branches/ubuntu/trusty/freeipa/trusty

« back to all changes in this revision

Viewing changes to install/tools/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-06-17 22:15:21 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130617221521-z8zya289o8xgrv3u
Tags: 3.2.1-0ubuntu1
* Merge from unreleased debian git
  - rebase to 3.2.1
  - add ipa-client-automount to freeipa-client, and patch it so it
    works on Debian/Ubuntu

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.2 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 = tools
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)/../version.m4 \
55
83
        $(top_srcdir)/configure.ac
88
116
  }
89
117
am__installdirs = "$(DESTDIR)$(sbindir)"
90
118
SCRIPTS = $(sbin_SCRIPTS)
 
119
AM_V_P = $(am__v_P_@AM_V@)
 
120
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
121
am__v_P_0 = false
 
122
am__v_P_1 = :
 
123
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
124
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
125
am__v_GEN_0 = @echo "  GEN     " $@;
 
126
am__v_GEN_1 = 
 
127
AM_V_at = $(am__v_at_@AM_V@)
 
128
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
129
am__v_at_0 = @
 
130
am__v_at_1 = 
91
131
SOURCES =
92
132
DIST_SOURCES =
93
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
94
 
        html-recursive info-recursive install-data-recursive \
95
 
        install-dvi-recursive install-exec-recursive \
96
 
        install-html-recursive install-info-recursive \
97
 
        install-pdf-recursive install-ps-recursive install-recursive \
98
 
        installcheck-recursive installdirs-recursive pdf-recursive \
99
 
        ps-recursive uninstall-recursive
 
133
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
134
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
135
        install-data-recursive install-dvi-recursive \
 
136
        install-exec-recursive install-html-recursive \
 
137
        install-info-recursive install-pdf-recursive \
 
138
        install-ps-recursive install-recursive installcheck-recursive \
 
139
        installdirs-recursive pdf-recursive ps-recursive \
 
140
        tags-recursive uninstall-recursive
100
141
am__can_run_installinfo = \
101
142
  case $$AM_UPDATE_INFO_DIR in \
102
143
    n|no|NO) false;; \
104
145
  esac
105
146
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
106
147
  distclean-recursive maintainer-clean-recursive
107
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
108
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
148
am__recursive_targets = \
 
149
  $(RECURSIVE_TARGETS) \
 
150
  $(RECURSIVE_CLEAN_TARGETS) \
 
151
  $(am__extra_recursive_targets)
 
152
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
109
153
        distdir
 
154
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
155
# Read a list of newline-separated strings from the standard input,
 
156
# and print each of them once, without duplicates.  Input order is
 
157
# *not* preserved.
 
158
am__uniquify_input = $(AWK) '\
 
159
  BEGIN { nonempty = 0; } \
 
160
  { items[$$0] = 1; nonempty = 1; } \
 
161
  END { if (nonempty) { for (i in items) print i; }; } \
 
162
'
 
163
# Make sure the list of sources is unique.  This is necessary because,
 
164
# e.g., the same source file might be shared among _SOURCES variables
 
165
# for different programs/libraries.
 
166
am__define_uniq_tagged_files = \
 
167
  list='$(am__tagged_files)'; \
 
168
  unique=`for i in $$list; do \
 
169
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
170
  done | $(am__uniquify_input)`
110
171
ETAGS = etags
111
172
CTAGS = ctags
112
173
DIST_SUBDIRS = $(SUBDIRS)
138
199
  reldir="$$dir2"
139
200
ACLOCAL = @ACLOCAL@
140
201
AMTAR = @AMTAR@
 
202
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
141
203
AUTOCONF = @AUTOCONF@
142
204
AUTOHEADER = @AUTOHEADER@
143
205
AUTOMAKE = @AUTOMAKE@
331
393
# (1) if the variable is set in 'config.status', edit 'config.status'
332
394
#     (which will cause the Makefiles to be regenerated when you run 'make');
333
395
# (2) otherwise, pass the desired values on the 'make' command line.
334
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
335
 
        @fail= failcom='exit 1'; \
336
 
        for f in x $$MAKEFLAGS; do \
337
 
          case $$f in \
338
 
            *=* | --[!k]*);; \
339
 
            *k*) failcom='fail=yes';; \
340
 
          esac; \
341
 
        done; \
 
396
$(am__recursive_targets):
 
397
        @fail=; \
 
398
        if $(am__make_keepgoing); then \
 
399
          failcom='fail=yes'; \
 
400
        else \
 
401
          failcom='exit 1'; \
 
402
        fi; \
342
403
        dot_seen=no; \
343
404
        target=`echo $@ | sed s/-recursive//`; \
344
405
        case "$@" in \
359
420
        if test "$$dot_seen" = "no"; then \
360
421
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361
422
        fi; test -z "$$fail"
362
 
tags-recursive:
363
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
364
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365
 
        done
366
 
ctags-recursive:
367
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
368
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
369
 
        done
370
 
cscopelist-recursive:
371
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
373
 
        done
374
 
 
375
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377
 
        unique=`for i in $$list; do \
378
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
 
          done | \
380
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
 
        mkid -fID $$unique
383
 
tags: TAGS
384
 
 
385
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
 
                $(TAGS_FILES) $(LISP)
 
423
 
 
424
ID: $(am__tagged_files)
 
425
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
426
tags: tags-recursive
 
427
TAGS: tags
 
428
 
 
429
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
387
430
        set x; \
388
431
        here=`pwd`; \
389
432
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
399
442
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
400
443
          fi; \
401
444
        done; \
402
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403
 
        unique=`for i in $$list; do \
404
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
 
          done | \
406
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
445
        $(am__define_uniq_tagged_files); \
408
446
        shift; \
409
447
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
410
448
          test -n "$$unique" || unique=$$empty_fix; \
416
454
              $$unique; \
417
455
          fi; \
418
456
        fi
419
 
ctags: CTAGS
420
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421
 
                $(TAGS_FILES) $(LISP)
422
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
423
 
        unique=`for i in $$list; do \
424
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
 
          done | \
426
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
457
ctags: ctags-recursive
 
458
 
 
459
CTAGS: ctags
 
460
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
461
        $(am__define_uniq_tagged_files); \
428
462
        test -z "$(CTAGS_ARGS)$$unique" \
429
463
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430
464
             $$unique
433
467
        here=`$(am__cd) $(top_builddir) && pwd` \
434
468
          && $(am__cd) $(top_srcdir) \
435
469
          && gtags -i $(GTAGS_ARGS) "$$here"
 
470
cscopelist: cscopelist-recursive
436
471
 
437
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
438
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
472
cscopelist-am: $(am__tagged_files)
 
473
        list='$(am__tagged_files)'; \
439
474
        case "$(srcdir)" in \
440
475
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
441
476
          *) sdir=$(subdir)/$(srcdir) ;; \
611
646
 
612
647
uninstall-am: uninstall-sbinSCRIPTS
613
648
 
614
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
615
 
        cscopelist-recursive ctags-recursive install-am install-strip \
616
 
        tags-recursive
 
649
.MAKE: $(am__recursive_targets) install-am install-strip
617
650
 
618
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
619
 
        all all-am check check-am clean clean-generic cscopelist \
620
 
        cscopelist-recursive ctags ctags-recursive distclean \
621
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
622
 
        html-am info info-am install install-am install-data \
 
651
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
652
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
653
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
654
        html html-am info info-am install install-am install-data \
623
655
        install-data-am install-dvi install-dvi-am install-exec \
624
656
        install-exec-am install-html install-html-am install-info \
625
657
        install-info-am install-man install-pdf install-pdf-am \
626
658
        install-ps install-ps-am install-sbinSCRIPTS install-strip \
627
659
        installcheck installcheck-am installdirs installdirs-am \
628
660
        maintainer-clean maintainer-clean-generic mostlyclean \
629
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
630
 
        uninstall uninstall-am uninstall-sbinSCRIPTS
 
661
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
662
        uninstall-am uninstall-sbinSCRIPTS
631
663
 
632
664
 
633
665
# Tell versions [3.59,3.63) of GNU make to not export all variables.