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

« back to all changes in this revision

Viewing changes to install/ui/build/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,
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 = ui/build
51
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
79
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
52
80
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
81
am__aclocal_m4_deps = $(top_srcdir)/../version.m4 \
54
82
        $(top_srcdir)/configure.ac
58
86
CONFIG_HEADER = $(top_builddir)/config.h
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
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64
 
        html-recursive info-recursive install-data-recursive \
65
 
        install-dvi-recursive install-exec-recursive \
66
 
        install-html-recursive install-info-recursive \
67
 
        install-pdf-recursive install-ps-recursive install-recursive \
68
 
        installcheck-recursive installdirs-recursive pdf-recursive \
69
 
        ps-recursive uninstall-recursive
 
103
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
104
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
105
        install-data-recursive install-dvi-recursive \
 
106
        install-exec-recursive install-html-recursive \
 
107
        install-info-recursive install-pdf-recursive \
 
108
        install-ps-recursive install-recursive installcheck-recursive \
 
109
        installdirs-recursive pdf-recursive ps-recursive \
 
110
        tags-recursive uninstall-recursive
70
111
am__can_run_installinfo = \
71
112
  case $$AM_UPDATE_INFO_DIR in \
72
113
    n|no|NO) false;; \
74
115
  esac
75
116
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
76
117
  distclean-recursive maintainer-clean-recursive
77
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
78
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
118
am__recursive_targets = \
 
119
  $(RECURSIVE_TARGETS) \
 
120
  $(RECURSIVE_CLEAN_TARGETS) \
 
121
  $(am__extra_recursive_targets)
 
122
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
79
123
        distdir
 
124
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
125
# Read a list of newline-separated strings from the standard input,
 
126
# and print each of them once, without duplicates.  Input order is
 
127
# *not* preserved.
 
128
am__uniquify_input = $(AWK) '\
 
129
  BEGIN { nonempty = 0; } \
 
130
  { items[$$0] = 1; nonempty = 1; } \
 
131
  END { if (nonempty) { for (i in items) print i; }; } \
 
132
'
 
133
# Make sure the list of sources is unique.  This is necessary because,
 
134
# e.g., the same source file might be shared among _SOURCES variables
 
135
# for different programs/libraries.
 
136
am__define_uniq_tagged_files = \
 
137
  list='$(am__tagged_files)'; \
 
138
  unique=`for i in $$list; do \
 
139
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
140
  done | $(am__uniquify_input)`
80
141
ETAGS = etags
81
142
CTAGS = ctags
82
143
DIST_SUBDIRS = $(SUBDIRS)
108
169
  reldir="$$dir2"
109
170
ACLOCAL = @ACLOCAL@
110
171
AMTAR = @AMTAR@
 
172
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111
173
AUTOCONF = @AUTOCONF@
112
174
AUTOHEADER = @AUTOHEADER@
113
175
AUTOMAKE = @AUTOMAKE@
244
306
# (1) if the variable is set in 'config.status', edit 'config.status'
245
307
#     (which will cause the Makefiles to be regenerated when you run 'make');
246
308
# (2) otherwise, pass the desired values on the 'make' command line.
247
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
248
 
        @fail= failcom='exit 1'; \
249
 
        for f in x $$MAKEFLAGS; do \
250
 
          case $$f in \
251
 
            *=* | --[!k]*);; \
252
 
            *k*) failcom='fail=yes';; \
253
 
          esac; \
254
 
        done; \
 
309
$(am__recursive_targets):
 
310
        @fail=; \
 
311
        if $(am__make_keepgoing); then \
 
312
          failcom='fail=yes'; \
 
313
        else \
 
314
          failcom='exit 1'; \
 
315
        fi; \
255
316
        dot_seen=no; \
256
317
        target=`echo $@ | sed s/-recursive//`; \
257
318
        case "$@" in \
272
333
        if test "$$dot_seen" = "no"; then \
273
334
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
274
335
        fi; test -z "$$fail"
275
 
tags-recursive:
276
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
277
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
278
 
        done
279
 
ctags-recursive:
280
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
281
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
282
 
        done
283
 
cscopelist-recursive:
284
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
285
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
286
 
        done
287
 
 
288
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
289
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
290
 
        unique=`for i in $$list; do \
291
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292
 
          done | \
293
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
295
 
        mkid -fID $$unique
296
 
tags: TAGS
297
 
 
298
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
299
 
                $(TAGS_FILES) $(LISP)
 
336
 
 
337
ID: $(am__tagged_files)
 
338
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
339
tags: tags-recursive
 
340
TAGS: tags
 
341
 
 
342
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
300
343
        set x; \
301
344
        here=`pwd`; \
302
345
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
312
355
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
313
356
          fi; \
314
357
        done; \
315
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
316
 
        unique=`for i in $$list; do \
317
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
 
          done | \
319
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
358
        $(am__define_uniq_tagged_files); \
321
359
        shift; \
322
360
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
323
361
          test -n "$$unique" || unique=$$empty_fix; \
329
367
              $$unique; \
330
368
          fi; \
331
369
        fi
332
 
ctags: CTAGS
333
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334
 
                $(TAGS_FILES) $(LISP)
335
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
336
 
        unique=`for i in $$list; do \
337
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338
 
          done | \
339
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
370
ctags: ctags-recursive
 
371
 
 
372
CTAGS: ctags
 
373
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
374
        $(am__define_uniq_tagged_files); \
341
375
        test -z "$(CTAGS_ARGS)$$unique" \
342
376
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
343
377
             $$unique
346
380
        here=`$(am__cd) $(top_builddir) && pwd` \
347
381
          && $(am__cd) $(top_srcdir) \
348
382
          && gtags -i $(GTAGS_ARGS) "$$here"
 
383
cscopelist: cscopelist-recursive
349
384
 
350
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
351
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
385
cscopelist-am: $(am__tagged_files)
 
386
        list='$(am__tagged_files)'; \
352
387
        case "$(srcdir)" in \
353
388
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
354
389
          *) sdir=$(subdir)/$(srcdir) ;; \
521
556
 
522
557
uninstall-am:
523
558
 
524
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
525
 
        cscopelist-recursive ctags-recursive install-am install-strip \
526
 
        tags-recursive
 
559
.MAKE: $(am__recursive_targets) install-am install-strip
527
560
 
528
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
529
 
        all all-am check check-am clean clean-generic cscopelist \
530
 
        cscopelist-recursive ctags ctags-recursive distclean \
531
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
532
 
        html-am info info-am install install-am install-data \
 
561
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
562
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
563
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
564
        html html-am info info-am install install-am install-data \
533
565
        install-data-am install-dvi install-dvi-am install-exec \
534
566
        install-exec-am install-html install-html-am install-info \
535
567
        install-info-am install-man install-pdf install-pdf-am \
536
568
        install-ps install-ps-am install-strip installcheck \
537
569
        installcheck-am installdirs installdirs-am maintainer-clean \
538
570
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
539
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
571
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
540
572
 
541
573
        $(NULL)
542
574