~ubuntu-branches/ubuntu/saucy/cpptest/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-05-12 20:21:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100512202146-vwt55nfazbor3xvb
Tags: 1.1.1-0ubuntu1
* New upstream release.
* Switch to debhelper 7.
* Switch to debian 3.0 (quilt) format.
* Update debian/copyright.
* Refresh patches.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = $(top_builddir)/config/config.h
53
55
CONFIG_CLEAN_FILES = config/stamp-h INSTALL.quick libcpptest.pc README
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
SOURCES =
55
58
DIST_SOURCES =
56
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
69
    *) f=$$p;; \
67
70
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
87
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
70
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
71
88
DATA = $(pkgconfig_DATA)
72
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73
90
  distclean-recursive maintainer-clean-recursive
 
91
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
92
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
93
        distdir dist dist-all distcheck
74
94
ETAGS = etags
75
95
CTAGS = ctags
76
96
DIST_SUBDIRS = src test doc
78
98
distdir = $(PACKAGE)-$(VERSION)
79
99
top_distdir = $(distdir)
80
100
am__remove_distdir = \
81
 
  { test ! -d $(distdir) \
82
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
83
 
         && rm -fr $(distdir); }; }
 
101
  { test ! -d "$(distdir)" \
 
102
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
103
         && rm -fr "$(distdir)"; }; }
 
104
am__relativize = \
 
105
  dir0=`pwd`; \
 
106
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
107
  sed_rest='s,^[^/]*/*,,'; \
 
108
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
109
  sed_butlast='s,/*[^/]*$$,,'; \
 
110
  while test -n "$$dir1"; do \
 
111
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
112
    if test "$$first" != "."; then \
 
113
      if test "$$first" = ".."; then \
 
114
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
115
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
116
      else \
 
117
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
118
        if test "$$first2" = "$$first"; then \
 
119
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
120
        else \
 
121
          dir2="../$$dir2"; \
 
122
        fi; \
 
123
        dir0="$$dir0"/"$$first"; \
 
124
      fi; \
 
125
    fi; \
 
126
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
127
  done; \
 
128
  reldir="$$dir2"
84
129
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
85
130
GZIP_ENV = --best
86
131
distuninstallcheck_listfiles = find . -type f -print
105
150
DEFS = @DEFS@
106
151
DEPDIR = @DEPDIR@
107
152
DSYMUTIL = @DSYMUTIL@
108
 
ECHO = @ECHO@
 
153
DUMPBIN = @DUMPBIN@
109
154
ECHO_C = @ECHO_C@
110
155
ECHO_N = @ECHO_N@
111
156
ECHO_T = @ECHO_T@
112
157
EGREP = @EGREP@
113
158
EXEEXT = @EXEEXT@
114
 
F77 = @F77@
115
 
FFLAGS = @FFLAGS@
 
159
FGREP = @FGREP@
116
160
GREP = @GREP@
117
161
INSTALL = @INSTALL@
118
162
INSTALL_DATA = @INSTALL_DATA@
119
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
120
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
121
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
166
LD = @LD@
122
167
LDFLAGS = @LDFLAGS@
123
168
LIBOBJS = @LIBOBJS@
124
169
LIBS = @LIBS@
125
170
LIBTOOL = @LIBTOOL@
 
171
LIPO = @LIPO@
126
172
LN_S = @LN_S@
127
173
LTLIBOBJS = @LTLIBOBJS@
128
174
LT_VERSION = @LT_VERSION@
129
175
MAKEINFO = @MAKEINFO@
130
176
MKDIR_P = @MKDIR_P@
 
177
NM = @NM@
131
178
NMEDIT = @NMEDIT@
 
179
OBJDUMP = @OBJDUMP@
132
180
OBJEXT = @OBJEXT@
 
181
OTOOL = @OTOOL@
 
182
OTOOL64 = @OTOOL64@
133
183
PACKAGE = @PACKAGE@
134
184
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135
185
PACKAGE_NAME = @PACKAGE_NAME@
136
186
PACKAGE_STRING = @PACKAGE_STRING@
137
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_URL = @PACKAGE_URL@
138
189
PACKAGE_VERSION = @PACKAGE_VERSION@
139
190
PATH_SEPARATOR = @PATH_SEPARATOR@
140
191
RANLIB = @RANLIB@
149
200
abs_top_srcdir = @abs_top_srcdir@
150
201
ac_ct_CC = @ac_ct_CC@
151
202
ac_ct_CXX = @ac_ct_CXX@
152
 
ac_ct_F77 = @ac_ct_F77@
 
203
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
153
204
am__include = @am__include@
154
205
am__leading_dot = @am__leading_dot@
155
206
am__quote = @am__quote@
192
243
srcdir = @srcdir@
193
244
sysconfdir = @sysconfdir@
194
245
target_alias = @target_alias@
 
246
top_build_prefix = @top_build_prefix@
195
247
top_builddir = @top_builddir@
196
248
top_srcdir = @top_srcdir@
197
249
x_doxygen = @x_doxygen@
247
299
        @for dep in $?; do \
248
300
          case '$(am__configure_deps)' in \
249
301
            *$$dep*) \
250
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
251
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
302
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
303
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
252
304
                && exit 0; \
253
305
              exit 1;; \
254
306
          esac; \
255
307
        done; \
256
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
257
 
        cd $(top_srcdir) && \
258
 
          $(AUTOMAKE) --gnu  Makefile
 
308
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
309
        $(am__cd) $(top_srcdir) && \
 
310
          $(AUTOMAKE) --gnu Makefile
259
311
.PRECIOUS: Makefile
260
312
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261
313
        @case '$?' in \
271
323
        $(SHELL) ./config.status --recheck
272
324
 
273
325
$(top_srcdir)/configure:  $(am__configure_deps)
274
 
        cd $(srcdir) && $(AUTOCONF)
 
326
        $(am__cd) $(srcdir) && $(AUTOCONF)
275
327
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
276
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
328
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
329
$(am__aclocal_m4_deps):
277
330
 
278
331
config/config.h: config/stamp-h1
279
332
        @if test ! -f $@; then \
285
338
        @rm -f config/stamp-h1
286
339
        cd $(top_builddir) && $(SHELL) ./config.status config/config.h
287
340
$(top_srcdir)/config/config.h.in:  $(am__configure_deps) 
288
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
341
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
289
342
        rm -f config/stamp-h1
290
343
        touch $@
291
344
 
307
360
        -rm -rf .libs _libs
308
361
 
309
362
distclean-libtool:
310
 
        -rm -f libtool
 
363
        -rm -f libtool config.lt
311
364
install-pkgconfigDATA: $(pkgconfig_DATA)
312
365
        @$(NORMAL_INSTALL)
313
366
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
314
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
367
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
368
        for p in $$list; do \
315
369
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
316
 
          f=$(am__strip_dir) \
317
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
318
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
370
          echo "$$d$$p"; \
 
371
        done | $(am__base_list) | \
 
372
        while read files; do \
 
373
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
374
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
319
375
        done
320
376
 
321
377
uninstall-pkgconfigDATA:
322
378
        @$(NORMAL_UNINSTALL)
323
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
324
 
          f=$(am__strip_dir) \
325
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
326
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
327
 
        done
 
379
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
380
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
381
        test -n "$$files" || exit 0; \
 
382
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
383
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
328
384
 
329
385
# This directory's subdirectories are mostly independent; you can cd
330
386
# into them and run `make' without going through this Makefile.
333
389
#     (which will cause the Makefiles to be regenerated when you run `make');
334
390
# (2) otherwise, pass the desired values on the `make' command line.
335
391
$(RECURSIVE_TARGETS):
336
 
        @failcom='exit 1'; \
 
392
        @fail= failcom='exit 1'; \
337
393
        for f in x $$MAKEFLAGS; do \
338
394
          case $$f in \
339
395
            *=* | --[!k]*);; \
350
406
          else \
351
407
            local_target="$$target"; \
352
408
          fi; \
353
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
409
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354
410
          || eval $$failcom; \
355
411
        done; \
356
412
        if test "$$dot_seen" = "no"; then \
358
414
        fi; test -z "$$fail"
359
415
 
360
416
$(RECURSIVE_CLEAN_TARGETS):
361
 
        @failcom='exit 1'; \
 
417
        @fail= failcom='exit 1'; \
362
418
        for f in x $$MAKEFLAGS; do \
363
419
          case $$f in \
364
420
            *=* | --[!k]*);; \
384
440
          else \
385
441
            local_target="$$target"; \
386
442
          fi; \
387
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
443
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388
444
          || eval $$failcom; \
389
445
        done && test -z "$$fail"
390
446
tags-recursive:
391
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
392
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
448
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393
449
        done
394
450
ctags-recursive:
395
451
        list='$(SUBDIRS)'; for subdir in $$list; do \
396
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
452
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397
453
        done
398
454
 
399
455
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401
457
        unique=`for i in $$list; do \
402
458
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403
459
          done | \
404
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
460
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405
461
              END { if (nonempty) { for (i in files) print i; }; }'`; \
406
462
        mkid -fID $$unique
407
463
tags: TAGS
408
464
 
409
465
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410
466
                $(TAGS_FILES) $(LISP)
411
 
        tags=; \
 
467
        set x; \
412
468
        here=`pwd`; \
413
469
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
414
470
          include_option=--etags-include; \
420
476
        list='$(SUBDIRS)'; for subdir in $$list; do \
421
477
          if test "$$subdir" = .; then :; else \
422
478
            test ! -f $$subdir/TAGS || \
423
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
479
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
424
480
          fi; \
425
481
        done; \
426
482
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
429
485
          done | \
430
486
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
487
              END { if (nonempty) { for (i in files) print i; }; }'`; \
432
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
488
        shift; \
 
489
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
433
490
          test -n "$$unique" || unique=$$empty_fix; \
434
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435
 
            $$tags $$unique; \
 
491
          if test $$# -gt 0; then \
 
492
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
493
              "$$@" $$unique; \
 
494
          else \
 
495
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
496
              $$unique; \
 
497
          fi; \
436
498
        fi
437
499
ctags: CTAGS
438
500
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439
501
                $(TAGS_FILES) $(LISP)
440
 
        tags=; \
441
502
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
503
        unique=`for i in $$list; do \
443
504
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
505
          done | \
445
506
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446
507
              END { if (nonempty) { for (i in files) print i; }; }'`; \
447
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
508
        test -z "$(CTAGS_ARGS)$$unique" \
448
509
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449
 
             $$tags $$unique
 
510
             $$unique
450
511
 
451
512
GTAGS:
452
513
        here=`$(am__cd) $(top_builddir) && pwd` \
453
 
          && cd $(top_srcdir) \
454
 
          && gtags -i $(GTAGS_ARGS) $$here
 
514
          && $(am__cd) $(top_srcdir) \
 
515
          && gtags -i $(GTAGS_ARGS) "$$here"
455
516
 
456
517
distclean-tags:
457
518
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
519
 
459
520
distdir: $(DISTFILES)
460
521
        $(am__remove_distdir)
461
 
        test -d $(distdir) || mkdir $(distdir)
 
522
        test -d "$(distdir)" || mkdir "$(distdir)"
462
523
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463
524
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464
525
        list='$(DISTFILES)'; \
474
535
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
475
536
          if test -d $$d/$$file; then \
476
537
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
538
            if test -d "$(distdir)/$$file"; then \
 
539
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
540
            fi; \
477
541
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
542
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
543
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
479
544
            fi; \
480
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
545
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
481
546
          else \
482
 
            test -f $(distdir)/$$file \
483
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
547
            test -f "$(distdir)/$$file" \
 
548
            || cp -p $$d/$$file "$(distdir)/$$file" \
484
549
            || exit 1; \
485
550
          fi; \
486
551
        done
487
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
552
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
488
553
          if test "$$subdir" = .; then :; else \
489
554
            test -d "$(distdir)/$$subdir" \
490
555
            || $(MKDIR_P) "$(distdir)/$$subdir" \
491
556
            || exit 1; \
492
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
493
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
494
 
            (cd $$subdir && \
 
557
          fi; \
 
558
        done
 
559
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
560
          if test "$$subdir" = .; then :; else \
 
561
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
562
            $(am__relativize); \
 
563
            new_distdir=$$reldir; \
 
564
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
565
            $(am__relativize); \
 
566
            new_top_distdir=$$reldir; \
 
567
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
568
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
569
            ($(am__cd) $$subdir && \
495
570
              $(MAKE) $(AM_MAKEFLAGS) \
496
 
                top_distdir="$$top_distdir" \
497
 
                distdir="$$distdir/$$subdir" \
 
571
                top_distdir="$$new_top_distdir" \
 
572
                distdir="$$new_distdir" \
498
573
                am__remove_distdir=: \
499
574
                am__skip_length_check=: \
 
575
                am__skip_mode_fix=: \
500
576
                distdir) \
501
577
              || exit 1; \
502
578
          fi; \
503
579
        done
504
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
580
        -test -n "$(am__skip_mode_fix)" \
 
581
        || find "$(distdir)" -type d ! -perm -755 \
 
582
                -exec chmod u+rwx,go+rx {} \; -o \
505
583
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
506
584
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
507
585
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
508
 
        || chmod -R a+r $(distdir)
 
586
        || chmod -R a+r "$(distdir)"
509
587
dist-gzip: distdir
510
588
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
511
589
        $(am__remove_distdir)
518
596
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
519
597
        $(am__remove_distdir)
520
598
 
 
599
dist-xz: distdir
 
600
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
601
        $(am__remove_distdir)
 
602
 
521
603
dist-tarZ: distdir
522
604
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
523
605
        $(am__remove_distdir)
542
624
distcheck: dist
543
625
        case '$(DIST_ARCHIVES)' in \
544
626
        *.tar.gz*) \
545
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
627
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
546
628
        *.tar.bz2*) \
547
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
629
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
548
630
        *.tar.lzma*) \
549
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
631
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
632
        *.tar.xz*) \
 
633
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
550
634
        *.tar.Z*) \
551
635
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
552
636
        *.shar.gz*) \
553
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
637
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
554
638
        *.zip*) \
555
639
          unzip $(distdir).zip ;;\
556
640
        esac
558
642
        mkdir $(distdir)/_build
559
643
        mkdir $(distdir)/_inst
560
644
        chmod a-w $(distdir)
 
645
        test -d $(distdir)/_build || exit 0; \
561
646
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
562
647
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
563
 
          && cd $(distdir)/_build \
 
648
          && am__cwd=`pwd` \
 
649
          && $(am__cd) $(distdir)/_build \
564
650
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
565
651
            $(DISTCHECK_CONFIGURE_FLAGS) \
566
652
          && $(MAKE) $(AM_MAKEFLAGS) \
582
668
          && rm -rf "$$dc_destdir" \
583
669
          && $(MAKE) $(AM_MAKEFLAGS) dist \
584
670
          && rm -rf $(DIST_ARCHIVES) \
585
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
671
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
672
          && cd "$$am__cwd" \
 
673
          || exit 1
586
674
        $(am__remove_distdir)
587
675
        @(echo "$(distdir) archives ready for distribution: "; \
588
676
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
589
677
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
590
678
distuninstallcheck:
591
 
        @cd $(distuninstallcheck_dir) \
 
679
        @$(am__cd) '$(distuninstallcheck_dir)' \
592
680
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
593
681
           || { echo "ERROR: files left after uninstall:" ; \
594
682
                if test -n "$(DESTDIR)"; then \
635
723
 
636
724
distclean-generic:
637
725
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
726
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
638
727
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
639
728
 
640
729
maintainer-clean-generic:
657
746
 
658
747
html: html-recursive
659
748
 
 
749
html-am:
 
750
 
660
751
info: info-recursive
661
752
 
662
753
info-am:
665
756
 
666
757
install-dvi: install-dvi-recursive
667
758
 
 
759
install-dvi-am:
 
760
 
668
761
install-exec-am:
669
762
 
670
763
install-html: install-html-recursive
671
764
 
 
765
install-html-am:
 
766
 
672
767
install-info: install-info-recursive
673
768
 
 
769
install-info-am:
 
770
 
674
771
install-man:
675
772
 
676
773
install-pdf: install-pdf-recursive
677
774
 
 
775
install-pdf-am:
 
776
 
678
777
install-ps: install-ps-recursive
679
778
 
 
779
install-ps-am:
 
780
 
680
781
installcheck-am:
681
782
 
682
783
maintainer-clean: maintainer-clean-recursive
699
800
 
700
801
uninstall-am: uninstall-pkgconfigDATA
701
802
 
702
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
703
 
        install-strip
 
803
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
804
        install-am install-strip tags-recursive
704
805
 
705
806
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
706
807
        all all-am am--refresh check check-am clean clean-generic \
707
808
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
708
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
709
 
        distclean distclean-generic distclean-hdr distclean-libtool \
710
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
711
 
        dvi-am html html-am info info-am install install-am \
712
 
        install-data install-data-am install-dvi install-dvi-am \
713
 
        install-exec install-exec-am install-html install-html-am \
714
 
        install-info install-info-am install-man install-pdf \
715
 
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
716
 
        install-strip installcheck installcheck-am installdirs \
717
 
        installdirs-am maintainer-clean maintainer-clean-generic \
718
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
719
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
720
 
        uninstall-pkgconfigDATA
 
809
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
810
        distcheck distclean distclean-generic distclean-hdr \
 
811
        distclean-libtool distclean-tags distcleancheck distdir \
 
812
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
813
        install install-am install-data install-data-am install-dvi \
 
814
        install-dvi-am install-exec install-exec-am install-html \
 
815
        install-html-am install-info install-info-am install-man \
 
816
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
817
        install-ps-am install-strip installcheck installcheck-am \
 
818
        installdirs installdirs-am maintainer-clean \
 
819
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
820
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
821
        uninstall uninstall-am uninstall-pkgconfigDATA
 
822
 
721
823
 
722
824
# Tell versions [3.59,3.63) of GNU make to not export all variables.
723
825
# Otherwise a system limit (for SysV at least) may be exceeded.