~ubuntu-branches/ubuntu/wily/proj/wily

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-05-03 21:15:10 UTC
  • mfrom: (12.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20150503211510-35jung6npvio2e5k
Tags: 4.9.1-1
* Move from experimental to unstable.
* Use jquery.js from libjs-jquery instead of doxygen copy.

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.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  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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
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 \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
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))
18
62
pkgdatadir = $(datadir)/@PACKAGE@
19
63
pkgincludedir = $(includedir)/@PACKAGE@
20
64
pkglibdir = $(libdir)/@PACKAGE@
34
78
build_triplet = @build@
35
79
host_triplet = @host@
36
80
subdir = man
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(top_srcdir)/mkinstalldirs
38
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
84
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
 
85
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
86
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
87
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
40
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
89
        $(ACLOCAL_M4)
42
90
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
91
CONFIG_HEADER = $(top_builddir)/src/proj_config.h
44
92
CONFIG_CLEAN_FILES =
45
93
CONFIG_CLEAN_VPATH_FILES =
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
 
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
 
102
AM_V_at = $(am__v_at_@AM_V@)
 
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
104
am__v_at_0 = @
 
105
am__v_at_1 = 
46
106
SOURCES =
47
107
DIST_SOURCES =
48
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
 
        html-recursive info-recursive install-data-recursive \
50
 
        install-dvi-recursive install-exec-recursive \
51
 
        install-html-recursive install-info-recursive \
52
 
        install-pdf-recursive install-ps-recursive install-recursive \
53
 
        installcheck-recursive installdirs-recursive pdf-recursive \
54
 
        ps-recursive uninstall-recursive
 
108
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
109
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
110
        install-data-recursive install-dvi-recursive \
 
111
        install-exec-recursive install-html-recursive \
 
112
        install-info-recursive install-pdf-recursive \
 
113
        install-ps-recursive install-recursive installcheck-recursive \
 
114
        installdirs-recursive pdf-recursive ps-recursive \
 
115
        tags-recursive uninstall-recursive
 
116
am__can_run_installinfo = \
 
117
  case $$AM_UPDATE_INFO_DIR in \
 
118
    n|no|NO) false;; \
 
119
    *) (install-info --version) >/dev/null 2>&1;; \
 
120
  esac
55
121
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56
122
  distclean-recursive maintainer-clean-recursive
57
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
58
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
123
am__recursive_targets = \
 
124
  $(RECURSIVE_TARGETS) \
 
125
  $(RECURSIVE_CLEAN_TARGETS) \
 
126
  $(am__extra_recursive_targets)
 
127
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
59
128
        distdir
 
129
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
130
# Read a list of newline-separated strings from the standard input,
 
131
# and print each of them once, without duplicates.  Input order is
 
132
# *not* preserved.
 
133
am__uniquify_input = $(AWK) '\
 
134
  BEGIN { nonempty = 0; } \
 
135
  { items[$$0] = 1; nonempty = 1; } \
 
136
  END { if (nonempty) { for (i in items) print i; }; } \
 
137
'
 
138
# Make sure the list of sources is unique.  This is necessary because,
 
139
# e.g., the same source file might be shared among _SOURCES variables
 
140
# for different programs/libraries.
 
141
am__define_uniq_tagged_files = \
 
142
  list='$(am__tagged_files)'; \
 
143
  unique=`for i in $$list; do \
 
144
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
145
  done | $(am__uniquify_input)`
60
146
ETAGS = etags
61
147
CTAGS = ctags
62
148
DIST_SUBDIRS = $(SUBDIRS)
88
174
  reldir="$$dir2"
89
175
ACLOCAL = @ACLOCAL@
90
176
AMTAR = @AMTAR@
 
177
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
91
178
AR = @AR@
92
179
AUTOCONF = @AUTOCONF@
93
180
AUTOHEADER = @AUTOHEADER@
99
186
CPP = @CPP@
100
187
CPPFLAGS = @CPPFLAGS@
101
188
CYGPATH_W = @CYGPATH_W@
 
189
C_WFLAGS = @C_WFLAGS@
102
190
DEFS = @DEFS@
103
191
DEPDIR = @DEPDIR@
104
192
DLLTOOL = @DLLTOOL@
203
291
top_builddir = @top_builddir@
204
292
top_srcdir = @top_srcdir@
205
293
SUBDIRS = man1 man3
 
294
EXTRA_DIST = CMakeLists.txt
206
295
all: all-recursive
207
296
 
208
297
.SUFFIXES:
244
333
        -rm -rf .libs _libs
245
334
 
246
335
# This directory's subdirectories are mostly independent; you can cd
247
 
# into them and run `make' without going through this Makefile.
248
 
# To change the values of `make' variables: instead of editing Makefiles,
249
 
# (1) if the variable is set in `config.status', edit `config.status'
250
 
#     (which will cause the Makefiles to be regenerated when you run `make');
251
 
# (2) otherwise, pass the desired values on the `make' command line.
252
 
$(RECURSIVE_TARGETS):
253
 
        @fail= failcom='exit 1'; \
254
 
        for f in x $$MAKEFLAGS; do \
255
 
          case $$f in \
256
 
            *=* | --[!k]*);; \
257
 
            *k*) failcom='fail=yes';; \
258
 
          esac; \
259
 
        done; \
 
336
# into them and run 'make' without going through this Makefile.
 
337
# To change the values of 'make' variables: instead of editing Makefiles,
 
338
# (1) if the variable is set in 'config.status', edit 'config.status'
 
339
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
340
# (2) otherwise, pass the desired values on the 'make' command line.
 
341
$(am__recursive_targets):
 
342
        @fail=; \
 
343
        if $(am__make_keepgoing); then \
 
344
          failcom='fail=yes'; \
 
345
        else \
 
346
          failcom='exit 1'; \
 
347
        fi; \
260
348
        dot_seen=no; \
261
349
        target=`echo $@ | sed s/-recursive//`; \
262
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
350
        case "$@" in \
 
351
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
352
          *) list='$(SUBDIRS)' ;; \
 
353
        esac; \
 
354
        for subdir in $$list; do \
263
355
          echo "Making $$target in $$subdir"; \
264
356
          if test "$$subdir" = "."; then \
265
357
            dot_seen=yes; \
274
366
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
275
367
        fi; test -z "$$fail"
276
368
 
277
 
$(RECURSIVE_CLEAN_TARGETS):
278
 
        @fail= failcom='exit 1'; \
279
 
        for f in x $$MAKEFLAGS; do \
280
 
          case $$f in \
281
 
            *=* | --[!k]*);; \
282
 
            *k*) failcom='fail=yes';; \
283
 
          esac; \
284
 
        done; \
285
 
        dot_seen=no; \
286
 
        case "$@" in \
287
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
288
 
          *) list='$(SUBDIRS)' ;; \
289
 
        esac; \
290
 
        rev=''; for subdir in $$list; do \
291
 
          if test "$$subdir" = "."; then :; else \
292
 
            rev="$$subdir $$rev"; \
293
 
          fi; \
294
 
        done; \
295
 
        rev="$$rev ."; \
296
 
        target=`echo $@ | sed s/-recursive//`; \
297
 
        for subdir in $$rev; do \
298
 
          echo "Making $$target in $$subdir"; \
299
 
          if test "$$subdir" = "."; then \
300
 
            local_target="$$target-am"; \
301
 
          else \
302
 
            local_target="$$target"; \
303
 
          fi; \
304
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
305
 
          || eval $$failcom; \
306
 
        done && test -z "$$fail"
307
 
tags-recursive:
308
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
309
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
310
 
        done
311
 
ctags-recursive:
312
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
313
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
314
 
        done
315
 
 
316
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318
 
        unique=`for i in $$list; do \
319
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320
 
          done | \
321
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
322
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
323
 
        mkid -fID $$unique
324
 
tags: TAGS
325
 
 
326
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327
 
                $(TAGS_FILES) $(LISP)
 
369
ID: $(am__tagged_files)
 
370
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
371
tags: tags-recursive
 
372
TAGS: tags
 
373
 
 
374
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
328
375
        set x; \
329
376
        here=`pwd`; \
330
377
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
340
387
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
341
388
          fi; \
342
389
        done; \
343
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
 
        unique=`for i in $$list; do \
345
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
 
          done | \
347
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
390
        $(am__define_uniq_tagged_files); \
349
391
        shift; \
350
392
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
351
393
          test -n "$$unique" || unique=$$empty_fix; \
357
399
              $$unique; \
358
400
          fi; \
359
401
        fi
360
 
ctags: CTAGS
361
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362
 
                $(TAGS_FILES) $(LISP)
363
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
 
        unique=`for i in $$list; do \
365
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
 
          done | \
367
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
402
ctags: ctags-recursive
 
403
 
 
404
CTAGS: ctags
 
405
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
406
        $(am__define_uniq_tagged_files); \
369
407
        test -z "$(CTAGS_ARGS)$$unique" \
370
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
409
             $$unique
374
412
        here=`$(am__cd) $(top_builddir) && pwd` \
375
413
          && $(am__cd) $(top_srcdir) \
376
414
          && gtags -i $(GTAGS_ARGS) "$$here"
 
415
cscopelist: cscopelist-recursive
 
416
 
 
417
cscopelist-am: $(am__tagged_files)
 
418
        list='$(am__tagged_files)'; \
 
419
        case "$(srcdir)" in \
 
420
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
421
          *) sdir=$(subdir)/$(srcdir) ;; \
 
422
        esac; \
 
423
        for i in $$list; do \
 
424
          if test -f "$$i"; then \
 
425
            echo "$(subdir)/$$i"; \
 
426
          else \
 
427
            echo "$$sdir/$$i"; \
 
428
          fi; \
 
429
        done >> $(top_builddir)/cscope.files
377
430
 
378
431
distclean-tags:
379
432
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
410
463
        done
411
464
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
412
465
          if test "$$subdir" = .; then :; else \
413
 
            test -d "$(distdir)/$$subdir" \
414
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
415
 
            || exit 1; \
416
 
          fi; \
417
 
        done
418
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
419
 
          if test "$$subdir" = .; then :; else \
 
466
            $(am__make_dryrun) \
 
467
              || test -d "$(distdir)/$$subdir" \
 
468
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
469
              || exit 1; \
420
470
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
421
471
            $(am__relativize); \
422
472
            new_distdir=$$reldir; \
451
501
 
452
502
installcheck: installcheck-recursive
453
503
install-strip:
454
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456
 
          `test -z '$(STRIP)' || \
457
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
504
        if test -z '$(STRIP)'; then \
 
505
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
506
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
507
              install; \
 
508
        else \
 
509
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
510
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
511
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
512
        fi
458
513
mostlyclean-generic:
459
514
 
460
515
clean-generic:
532
587
 
533
588
uninstall-am:
534
589
 
535
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
536
 
        install-am install-strip tags-recursive
 
590
.MAKE: $(am__recursive_targets) install-am install-strip
537
591
 
538
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
539
 
        all all-am check check-am clean clean-generic clean-libtool \
540
 
        ctags ctags-recursive distclean distclean-generic \
541
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
542
 
        html-am info info-am install install-am install-data \
543
 
        install-data-am install-dvi install-dvi-am install-exec \
544
 
        install-exec-am install-html install-html-am install-info \
545
 
        install-info-am install-man install-pdf install-pdf-am \
546
 
        install-ps install-ps-am install-strip installcheck \
547
 
        installcheck-am installdirs installdirs-am maintainer-clean \
548
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
549
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
550
 
        uninstall uninstall-am
 
592
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
593
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
594
        ctags-am distclean distclean-generic distclean-libtool \
 
595
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
596
        install install-am install-data install-data-am install-dvi \
 
597
        install-dvi-am install-exec install-exec-am install-html \
 
598
        install-html-am install-info install-info-am install-man \
 
599
        install-pdf install-pdf-am install-ps install-ps-am \
 
600
        install-strip installcheck installcheck-am installdirs \
 
601
        installdirs-am maintainer-clean maintainer-clean-generic \
 
602
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
603
        ps ps-am tags tags-am uninstall uninstall-am
551
604
 
552
605
 
553
606
# Tell versions [3.59,3.63) of GNU make to not export all variables.