~ubuntu-branches/debian/sid/x11-apps/sid

« back to all changes in this revision

Viewing changes to xman/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2013-12-25 18:39:25 UTC
  • Revision ID: package-import@ubuntu.com-20131225183925-kh1rc0smebkuyxf7
Tags: 7.7+2
* xclipboard 1.1.3
* xclock 1.0.7
* xman 1.1.3
* Use dh.
* Disable silent build rules.
* Remove Cyril from Uploaders.

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 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.
38
37
 
39
38
 
40
39
VPATH = @srcdir@
 
40
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
41
am__make_running_with_option = \
 
42
  case $${target_option-} in \
 
43
      ?) ;; \
 
44
      *) echo "am__make_running_with_option: internal error: invalid" \
 
45
              "target option '$${target_option-}' specified" >&2; \
 
46
         exit 1;; \
 
47
  esac; \
 
48
  has_opt=no; \
 
49
  sane_makeflags=$$MAKEFLAGS; \
 
50
  if $(am__is_gnu_make); then \
 
51
    sane_makeflags=$$MFLAGS; \
 
52
  else \
 
53
    case $$MAKEFLAGS in \
 
54
      *\\[\ \   ]*) \
 
55
        bs=\\; \
 
56
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
57
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
58
    esac; \
 
59
  fi; \
 
60
  skip_next=no; \
 
61
  strip_trailopt () \
 
62
  { \
 
63
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
64
  }; \
 
65
  for flg in $$sane_makeflags; do \
 
66
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
67
    case $$flg in \
 
68
      *=*|--*) continue;; \
 
69
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
70
      -*I?*) strip_trailopt 'I';; \
 
71
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
72
      -*O?*) strip_trailopt 'O';; \
 
73
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
74
      -*l?*) strip_trailopt 'l';; \
 
75
      -[dEDm]) skip_next=yes;; \
 
76
      -[JT]) skip_next=yes;; \
 
77
    esac; \
 
78
    case $$flg in \
 
79
      *$$target_option*) has_opt=yes; break;; \
 
80
    esac; \
 
81
  done; \
 
82
  test $$has_opt = yes
 
83
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
84
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
41
85
pkgdatadir = $(datadir)/@PACKAGE@
42
86
pkgincludedir = $(includedir)/@PACKAGE@
43
87
pkglibdir = $(libdir)/@PACKAGE@
58
102
host_triplet = @host@
59
103
bin_PROGRAMS = xman$(EXEEXT)
60
104
subdir = .
61
 
DIST_COMMON = README $(am__configure_deps) $(dist_appdefault_DATA) \
62
 
        $(dist_help_DATA) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
63
 
        $(srcdir)/config.h.in $(top_srcdir)/configure COPYING \
64
 
        ChangeLog INSTALL config.guess config.sub depcomp install-sh \
65
 
        missing
 
105
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
106
        $(top_srcdir)/configure $(am__configure_deps) \
 
107
        $(srcdir)/config.h.in depcomp $(dist_appdefault_DATA) \
 
108
        $(dist_help_DATA) COPYING ChangeLog INSTALL README compile \
 
109
        config.guess config.sub install-sh missing
66
110
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67
111
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
68
112
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83
127
xman_OBJECTS = $(am_xman_OBJECTS)
84
128
am__DEPENDENCIES_1 =
85
129
xman_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
130
AM_V_P = $(am__v_P_@AM_V@)
 
131
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
132
am__v_P_0 = false
 
133
am__v_P_1 = :
 
134
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
135
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
136
am__v_GEN_0 = @echo "  GEN     " $@;
 
137
am__v_GEN_1 = 
 
138
AM_V_at = $(am__v_at_@AM_V@)
 
139
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
140
am__v_at_0 = @
 
141
am__v_at_1 = 
86
142
DEFAULT_INCLUDES = -I.@am__isrc@
87
143
depcomp = $(SHELL) $(top_srcdir)/depcomp
88
144
am__depfiles_maybe = depfiles
89
145
am__mv = mv -f
90
146
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91
147
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
 
AM_V_CC = $(am__v_CC_$(V))
93
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
94
 
am__v_CC_0 = @echo "  CC    " $@;
95
 
AM_V_at = $(am__v_at_$(V))
96
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
97
 
am__v_at_0 = @
 
148
AM_V_CC = $(am__v_CC_@AM_V@)
 
149
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
150
am__v_CC_0 = @echo "  CC      " $@;
 
151
am__v_CC_1 = 
98
152
CCLD = $(CC)
99
153
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
100
 
AM_V_CCLD = $(am__v_CCLD_$(V))
101
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
102
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
103
 
AM_V_GEN = $(am__v_GEN_$(V))
104
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
105
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
154
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
155
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
156
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
157
am__v_CCLD_1 = 
106
158
SOURCES = $(xman_SOURCES)
107
159
DIST_SOURCES = $(xman_SOURCES)
108
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
109
 
        html-recursive info-recursive install-data-recursive \
110
 
        install-dvi-recursive install-exec-recursive \
111
 
        install-html-recursive install-info-recursive \
112
 
        install-pdf-recursive install-ps-recursive install-recursive \
113
 
        installcheck-recursive installdirs-recursive pdf-recursive \
114
 
        ps-recursive uninstall-recursive
 
160
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
161
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
162
        install-data-recursive install-dvi-recursive \
 
163
        install-exec-recursive install-html-recursive \
 
164
        install-info-recursive install-pdf-recursive \
 
165
        install-ps-recursive install-recursive installcheck-recursive \
 
166
        installdirs-recursive pdf-recursive ps-recursive \
 
167
        tags-recursive uninstall-recursive
 
168
am__can_run_installinfo = \
 
169
  case $$AM_UPDATE_INFO_DIR in \
 
170
    n|no|NO) false;; \
 
171
    *) (install-info --version) >/dev/null 2>&1;; \
 
172
  esac
115
173
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
116
174
am__vpath_adj = case $$p in \
117
175
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133
191
am__base_list = \
134
192
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135
193
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
194
am__uninstall_files_from_dir = { \
 
195
  test -z "$$files" \
 
196
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
197
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
198
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
199
  }
136
200
DATA = $(dist_appdefault_DATA) $(dist_help_DATA)
137
201
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
138
202
  distclean-recursive maintainer-clean-recursive
139
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
140
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
141
 
        distdir dist dist-all distcheck
 
203
am__recursive_targets = \
 
204
  $(RECURSIVE_TARGETS) \
 
205
  $(RECURSIVE_CLEAN_TARGETS) \
 
206
  $(am__extra_recursive_targets)
 
207
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
208
        cscope distdir dist dist-all distcheck
 
209
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
210
        $(LISP)config.h.in
 
211
# Read a list of newline-separated strings from the standard input,
 
212
# and print each of them once, without duplicates.  Input order is
 
213
# *not* preserved.
 
214
am__uniquify_input = $(AWK) '\
 
215
  BEGIN { nonempty = 0; } \
 
216
  { items[$$0] = 1; nonempty = 1; } \
 
217
  END { if (nonempty) { for (i in items) print i; }; } \
 
218
'
 
219
# Make sure the list of sources is unique.  This is necessary because,
 
220
# e.g., the same source file might be shared among _SOURCES variables
 
221
# for different programs/libraries.
 
222
am__define_uniq_tagged_files = \
 
223
  list='$(am__tagged_files)'; \
 
224
  unique=`for i in $$list; do \
 
225
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
226
  done | $(am__uniquify_input)`
142
227
ETAGS = etags
143
228
CTAGS = ctags
 
229
CSCOPE = cscope
144
230
DIST_SUBDIRS = $(SUBDIRS)
145
231
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146
232
distdir = $(PACKAGE)-$(VERSION)
147
233
top_distdir = $(distdir)
148
234
am__remove_distdir = \
149
 
  { test ! -d "$(distdir)" \
150
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
151
 
         && rm -fr "$(distdir)"; }; }
 
235
  if test -d "$(distdir)"; then \
 
236
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
237
      && rm -rf "$(distdir)" \
 
238
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
239
  else :; fi
 
240
am__post_remove_distdir = $(am__remove_distdir)
152
241
am__relativize = \
153
242
  dir0=`pwd`; \
154
243
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
176
265
  reldir="$$dir2"
177
266
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
178
267
GZIP_ENV = --best
 
268
DIST_TARGETS = dist-bzip2 dist-gzip
179
269
distuninstallcheck_listfiles = find . -type f -print
 
270
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
271
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
180
272
distcleancheck_listfiles = find . -type f -print
181
273
ACLOCAL = @ACLOCAL@
182
274
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
191
283
AUTOHEADER = @AUTOHEADER@
192
284
AUTOMAKE = @AUTOMAKE@
193
285
AWK = @AWK@
 
286
BASE_CFLAGS = @BASE_CFLAGS@
194
287
CC = @CC@
195
288
CCDEPMODE = @CCDEPMODE@
196
289
CFLAGS = @CFLAGS@
211
304
FILE_MAN_DIR = @FILE_MAN_DIR@
212
305
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
213
306
GREP = @GREP@
 
307
GROFF = @GROFF@
214
308
HELPDIR = @HELPDIR@
215
309
INSTALL = @INSTALL@
216
310
INSTALL_CMD = @INSTALL_CMD@
339
433
 
340
434
.SUFFIXES:
341
435
.SUFFIXES: .c .o .obj
342
 
am--refresh:
 
436
am--refresh: Makefile
343
437
        @:
344
438
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
345
439
        @for dep in $?; do \
375
469
$(am__aclocal_m4_deps):
376
470
 
377
471
config.h: stamp-h1
378
 
        @if test ! -f $@; then \
379
 
          rm -f stamp-h1; \
380
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
381
 
        else :; fi
 
472
        @test -f $@ || rm -f stamp-h1
 
473
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
382
474
 
383
475
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
384
476
        @rm -f stamp-h1
392
484
        -rm -f config.h stamp-h1
393
485
install-binPROGRAMS: $(bin_PROGRAMS)
394
486
        @$(NORMAL_INSTALL)
395
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
396
487
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
488
        if test -n "$$list"; then \
 
489
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
490
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
491
        fi; \
397
492
        for p in $$list; do echo "$$p $$p"; done | \
398
493
        sed 's/$(EXEEXT)$$//' | \
399
 
        while read p p1; do if test -f $$p; \
400
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
494
        while read p p1; do if test -f $$p \
 
495
          ; then echo "$$p"; echo "$$p"; else :; fi; \
401
496
        done | \
402
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
497
        sed -e 'p;s,.*/,,;n;h' \
 
498
            -e 's|.*|.|' \
403
499
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
404
500
        sed 'N;N;N;s,\n, ,g' | \
405
501
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
420
516
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
421
517
        files=`for p in $$list; do echo "$$p"; done | \
422
518
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
423
 
              -e 's/$$/$(EXEEXT)/' `; \
 
519
              -e 's/$$/$(EXEEXT)/' \
 
520
        `; \
424
521
        test -n "$$list" || exit 0; \
425
522
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
426
523
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
427
524
 
428
525
clean-binPROGRAMS:
429
526
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
430
 
xman$(EXEEXT): $(xman_OBJECTS) $(xman_DEPENDENCIES) 
 
527
 
 
528
xman$(EXEEXT): $(xman_OBJECTS) $(xman_DEPENDENCIES) $(EXTRA_xman_DEPENDENCIES) 
431
529
        @rm -f xman$(EXEEXT)
432
530
        $(AM_V_CCLD)$(LINK) $(xman_OBJECTS) $(xman_LDADD) $(LIBS)
433
531
 
452
550
.c.o:
453
551
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
454
552
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
455
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
456
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
555
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
459
556
 
460
557
.c.obj:
461
558
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
462
559
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
463
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
464
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
465
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
562
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
467
563
install-dist_appdefaultDATA: $(dist_appdefault_DATA)
468
564
        @$(NORMAL_INSTALL)
469
 
        test -z "$(appdefaultdir)" || $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)"
470
565
        @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
 
566
        if test -n "$$list"; then \
 
567
          echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \
 
568
          $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \
 
569
        fi; \
471
570
        for p in $$list; do \
472
571
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
473
572
          echo "$$d$$p"; \
481
580
        @$(NORMAL_UNINSTALL)
482
581
        @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \
483
582
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
484
 
        test -n "$$files" || exit 0; \
485
 
        echo " ( cd '$(DESTDIR)$(appdefaultdir)' && rm -f" $$files ")"; \
486
 
        cd "$(DESTDIR)$(appdefaultdir)" && rm -f $$files
 
583
        dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir)
487
584
install-dist_helpDATA: $(dist_help_DATA)
488
585
        @$(NORMAL_INSTALL)
489
 
        test -z "$(helpdir)" || $(MKDIR_P) "$(DESTDIR)$(helpdir)"
490
586
        @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \
 
587
        if test -n "$$list"; then \
 
588
          echo " $(MKDIR_P) '$(DESTDIR)$(helpdir)'"; \
 
589
          $(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \
 
590
        fi; \
491
591
        for p in $$list; do \
492
592
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
493
593
          echo "$$d$$p"; \
501
601
        @$(NORMAL_UNINSTALL)
502
602
        @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \
503
603
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
504
 
        test -n "$$files" || exit 0; \
505
 
        echo " ( cd '$(DESTDIR)$(helpdir)' && rm -f" $$files ")"; \
506
 
        cd "$(DESTDIR)$(helpdir)" && rm -f $$files
 
604
        dir='$(DESTDIR)$(helpdir)'; $(am__uninstall_files_from_dir)
507
605
 
508
606
# This directory's subdirectories are mostly independent; you can cd
509
 
# into them and run `make' without going through this Makefile.
510
 
# To change the values of `make' variables: instead of editing Makefiles,
511
 
# (1) if the variable is set in `config.status', edit `config.status'
512
 
#     (which will cause the Makefiles to be regenerated when you run `make');
513
 
# (2) otherwise, pass the desired values on the `make' command line.
514
 
$(RECURSIVE_TARGETS):
515
 
        @fail= failcom='exit 1'; \
516
 
        for f in x $$MAKEFLAGS; do \
517
 
          case $$f in \
518
 
            *=* | --[!k]*);; \
519
 
            *k*) failcom='fail=yes';; \
520
 
          esac; \
521
 
        done; \
 
607
# into them and run 'make' without going through this Makefile.
 
608
# To change the values of 'make' variables: instead of editing Makefiles,
 
609
# (1) if the variable is set in 'config.status', edit 'config.status'
 
610
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
611
# (2) otherwise, pass the desired values on the 'make' command line.
 
612
$(am__recursive_targets):
 
613
        @fail=; \
 
614
        if $(am__make_keepgoing); then \
 
615
          failcom='fail=yes'; \
 
616
        else \
 
617
          failcom='exit 1'; \
 
618
        fi; \
522
619
        dot_seen=no; \
523
620
        target=`echo $@ | sed s/-recursive//`; \
524
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
621
        case "$@" in \
 
622
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
623
          *) list='$(SUBDIRS)' ;; \
 
624
        esac; \
 
625
        for subdir in $$list; do \
525
626
          echo "Making $$target in $$subdir"; \
526
627
          if test "$$subdir" = "."; then \
527
628
            dot_seen=yes; \
536
637
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
537
638
        fi; test -z "$$fail"
538
639
 
539
 
$(RECURSIVE_CLEAN_TARGETS):
540
 
        @fail= failcom='exit 1'; \
541
 
        for f in x $$MAKEFLAGS; do \
542
 
          case $$f in \
543
 
            *=* | --[!k]*);; \
544
 
            *k*) failcom='fail=yes';; \
545
 
          esac; \
546
 
        done; \
547
 
        dot_seen=no; \
548
 
        case "$@" in \
549
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
550
 
          *) list='$(SUBDIRS)' ;; \
551
 
        esac; \
552
 
        rev=''; for subdir in $$list; do \
553
 
          if test "$$subdir" = "."; then :; else \
554
 
            rev="$$subdir $$rev"; \
555
 
          fi; \
556
 
        done; \
557
 
        rev="$$rev ."; \
558
 
        target=`echo $@ | sed s/-recursive//`; \
559
 
        for subdir in $$rev; do \
560
 
          echo "Making $$target in $$subdir"; \
561
 
          if test "$$subdir" = "."; then \
562
 
            local_target="$$target-am"; \
563
 
          else \
564
 
            local_target="$$target"; \
565
 
          fi; \
566
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
567
 
          || eval $$failcom; \
568
 
        done && test -z "$$fail"
569
 
tags-recursive:
570
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
571
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
572
 
        done
573
 
ctags-recursive:
574
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
575
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
576
 
        done
577
 
 
578
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
579
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
580
 
        unique=`for i in $$list; do \
581
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
582
 
          done | \
583
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
584
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
585
 
        mkid -fID $$unique
586
 
tags: TAGS
587
 
 
588
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
589
 
                $(TAGS_FILES) $(LISP)
 
640
ID: $(am__tagged_files)
 
641
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
642
tags: tags-recursive
 
643
TAGS: tags
 
644
 
 
645
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590
646
        set x; \
591
647
        here=`pwd`; \
592
648
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
602
658
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
603
659
          fi; \
604
660
        done; \
605
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
606
 
        unique=`for i in $$list; do \
607
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
608
 
          done | \
609
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
610
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
661
        $(am__define_uniq_tagged_files); \
611
662
        shift; \
612
663
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
613
664
          test -n "$$unique" || unique=$$empty_fix; \
619
670
              $$unique; \
620
671
          fi; \
621
672
        fi
622
 
ctags: CTAGS
623
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
624
 
                $(TAGS_FILES) $(LISP)
625
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
626
 
        unique=`for i in $$list; do \
627
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628
 
          done | \
629
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
630
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
673
ctags: ctags-recursive
 
674
 
 
675
CTAGS: ctags
 
676
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
677
        $(am__define_uniq_tagged_files); \
631
678
        test -z "$(CTAGS_ARGS)$$unique" \
632
679
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633
680
             $$unique
636
683
        here=`$(am__cd) $(top_builddir) && pwd` \
637
684
          && $(am__cd) $(top_srcdir) \
638
685
          && gtags -i $(GTAGS_ARGS) "$$here"
 
686
cscope: cscope.files
 
687
        test ! -s cscope.files \
 
688
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
689
clean-cscope:
 
690
        -rm -f cscope.files
 
691
cscope.files: clean-cscope cscopelist
 
692
cscopelist: cscopelist-recursive
 
693
 
 
694
cscopelist-am: $(am__tagged_files)
 
695
        list='$(am__tagged_files)'; \
 
696
        case "$(srcdir)" in \
 
697
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
698
          *) sdir=$(subdir)/$(srcdir) ;; \
 
699
        esac; \
 
700
        for i in $$list; do \
 
701
          if test -f "$$i"; then \
 
702
            echo "$(subdir)/$$i"; \
 
703
          else \
 
704
            echo "$$sdir/$$i"; \
 
705
          fi; \
 
706
        done >> $(top_builddir)/cscope.files
639
707
 
640
708
distclean-tags:
641
709
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
710
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
642
711
 
643
712
distdir: $(DISTFILES)
644
713
        $(am__remove_distdir)
674
743
        done
675
744
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
676
745
          if test "$$subdir" = .; then :; else \
677
 
            test -d "$(distdir)/$$subdir" \
678
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
679
 
            || exit 1; \
680
 
          fi; \
681
 
        done
682
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
683
 
          if test "$$subdir" = .; then :; else \
 
746
            $(am__make_dryrun) \
 
747
              || test -d "$(distdir)/$$subdir" \
 
748
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
749
              || exit 1; \
684
750
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
685
751
            $(am__relativize); \
686
752
            new_distdir=$$reldir; \
712
778
        || chmod -R a+r "$(distdir)"
713
779
dist-gzip: distdir
714
780
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
715
 
        $(am__remove_distdir)
 
781
        $(am__post_remove_distdir)
716
782
dist-bzip2: distdir
717
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
718
 
        $(am__remove_distdir)
 
783
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
784
        $(am__post_remove_distdir)
719
785
 
720
 
dist-lzma: distdir
721
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
722
 
        $(am__remove_distdir)
 
786
dist-lzip: distdir
 
787
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
788
        $(am__post_remove_distdir)
723
789
 
724
790
dist-xz: distdir
725
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
726
 
        $(am__remove_distdir)
 
791
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
792
        $(am__post_remove_distdir)
727
793
 
728
794
dist-tarZ: distdir
 
795
        @echo WARNING: "Support for shar distribution archives is" \
 
796
                       "deprecated." >&2
 
797
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
729
798
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
730
 
        $(am__remove_distdir)
 
799
        $(am__post_remove_distdir)
731
800
 
732
801
dist-shar: distdir
 
802
        @echo WARNING: "Support for distribution archives compressed with" \
 
803
                       "legacy program 'compress' is deprecated." >&2
 
804
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
733
805
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
734
 
        $(am__remove_distdir)
 
806
        $(am__post_remove_distdir)
735
807
 
736
808
dist-zip: distdir
737
809
        -rm -f $(distdir).zip
738
810
        zip -rq $(distdir).zip $(distdir)
739
 
        $(am__remove_distdir)
 
811
        $(am__post_remove_distdir)
740
812
 
741
 
dist dist-all: distdir
742
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
743
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
744
 
        $(am__remove_distdir)
 
813
dist dist-all:
 
814
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
815
        $(am__post_remove_distdir)
745
816
 
746
817
# This target untars the dist file and tries a VPATH configuration.  Then
747
818
# it guarantees that the distribution is self-contained by making another
752
823
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
753
824
        *.tar.bz2*) \
754
825
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
755
 
        *.tar.lzma*) \
756
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
826
        *.tar.lz*) \
 
827
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
757
828
        *.tar.xz*) \
758
829
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
759
830
        *.tar.Z*) \
763
834
        *.zip*) \
764
835
          unzip $(distdir).zip ;;\
765
836
        esac
766
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
767
 
        mkdir $(distdir)/_build
768
 
        mkdir $(distdir)/_inst
 
837
        chmod -R a-w $(distdir)
 
838
        chmod u+w $(distdir)
 
839
        mkdir $(distdir)/_build $(distdir)/_inst
769
840
        chmod a-w $(distdir)
770
841
        test -d $(distdir)/_build || exit 0; \
771
842
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
773
844
          && am__cwd=`pwd` \
774
845
          && $(am__cd) $(distdir)/_build \
775
846
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
847
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
776
848
            $(DISTCHECK_CONFIGURE_FLAGS) \
777
849
          && $(MAKE) $(AM_MAKEFLAGS) \
778
850
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
796
868
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
797
869
          && cd "$$am__cwd" \
798
870
          || exit 1
799
 
        $(am__remove_distdir)
 
871
        $(am__post_remove_distdir)
800
872
        @(echo "$(distdir) archives ready for distribution: "; \
801
873
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
802
874
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
803
875
distuninstallcheck:
804
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
805
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
876
        @test -n '$(distuninstallcheck_dir)' || { \
 
877
          echo 'ERROR: trying to run $@ with an empty' \
 
878
               '$$(distuninstallcheck_dir)' >&2; \
 
879
          exit 1; \
 
880
        }; \
 
881
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
882
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
883
          exit 1; \
 
884
        }; \
 
885
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
806
886
           || { echo "ERROR: files left after uninstall:" ; \
807
887
                if test -n "$(DESTDIR)"; then \
808
888
                  echo "  (check DESTDIR support)"; \
836
916
 
837
917
installcheck: installcheck-recursive
838
918
install-strip:
839
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
840
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
841
 
          `test -z '$(STRIP)' || \
842
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
919
        if test -z '$(STRIP)'; then \
 
920
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
921
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
922
              install; \
 
923
        else \
 
924
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
925
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
926
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
927
        fi
843
928
mostlyclean-generic:
844
929
 
845
930
clean-generic:
925
1010
uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \
926
1011
        uninstall-dist_helpDATA
927
1012
 
928
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
929
 
        ctags-recursive install-am install-strip tags-recursive
 
1013
.MAKE: $(am__recursive_targets) all install-am install-strip
930
1014
 
931
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
932
 
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
933
 
        clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
934
 
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
935
 
        dist-zip distcheck distclean distclean-compile \
936
 
        distclean-generic distclean-hdr distclean-tags distcleancheck \
937
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
938
 
        info-am install install-am install-binPROGRAMS install-data \
939
 
        install-data-am install-dist_appdefaultDATA \
940
 
        install-dist_helpDATA install-dvi install-dvi-am install-exec \
941
 
        install-exec-am install-html install-html-am install-info \
942
 
        install-info-am install-man install-pdf install-pdf-am \
943
 
        install-ps install-ps-am install-strip installcheck \
944
 
        installcheck-am installdirs installdirs-am maintainer-clean \
945
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
946
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
947
 
        uninstall uninstall-am uninstall-binPROGRAMS \
948
 
        uninstall-dist_appdefaultDATA uninstall-dist_helpDATA
 
1015
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
1016
        am--refresh check check-am clean clean-binPROGRAMS \
 
1017
        clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
 
1018
        dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
 
1019
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
 
1020
        distclean-compile distclean-generic distclean-hdr \
 
1021
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
1022
        dvi-am html html-am info info-am install install-am \
 
1023
        install-binPROGRAMS install-data install-data-am \
 
1024
        install-dist_appdefaultDATA install-dist_helpDATA install-dvi \
 
1025
        install-dvi-am install-exec install-exec-am install-html \
 
1026
        install-html-am install-info install-info-am install-man \
 
1027
        install-pdf install-pdf-am install-ps install-ps-am \
 
1028
        install-strip installcheck installcheck-am installdirs \
 
1029
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1030
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
 
1031
        ps ps-am tags tags-am uninstall uninstall-am \
 
1032
        uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \
 
1033
        uninstall-dist_helpDATA
949
1034
 
950
1035
 
951
1036
.PHONY: ChangeLog INSTALL