~ubuntu-branches/ubuntu/oneiric/gpp4/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2011-01-11 13:47:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111134736-2blfcoz9uoknpic7
Tags: 1.3.0-0ubuntu1
* New upstream release 1.3.0
* debian/control: Add ${misc:Depends}, bump standards-version
* Patched to address various compiler warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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
32
34
POST_UNINSTALL = :
33
35
build_triplet = @build@
34
36
host_triplet = @host@
 
37
@WANT_GPP4F_TRUE@am__append_1 = src_f
 
38
@WANT_GPP4F_TRUE@am__append_2 = gpp4f.pc
35
39
subdir = .
36
40
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \
37
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
53
57
 configure.lineno config.status.lineno
54
58
mkinstalldirs = $(install_sh) -d
55
59
CONFIG_CLEAN_FILES = gpp4.pc gpp4f.pc gpp4.spec gpp4.info Doxyfile
 
60
CONFIG_CLEAN_VPATH_FILES =
56
61
SOURCES =
57
62
DIST_SOURCES =
58
63
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68
73
    *) f=$$p;; \
69
74
  esac;
70
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
75
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
76
am__install_max = 40
 
77
am__nobase_strip_setup = \
 
78
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
79
am__nobase_strip = \
 
80
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
81
am__nobase_list = $(am__nobase_strip_setup); \
 
82
  for p in $$list; do echo "$$p $$p"; done | \
 
83
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
84
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
85
    if (++n[$$2] == $(am__install_max)) \
 
86
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
87
    END { for (dir in files) print dir, files[dir] }'
 
88
am__base_list = \
 
89
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71
91
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
72
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
73
92
DATA = $(pkgconfig_DATA)
74
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75
94
  distclean-recursive maintainer-clean-recursive
 
95
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
96
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
97
        distdir dist dist-all distcheck
76
98
ETAGS = etags
77
99
CTAGS = ctags
78
 
DIST_SUBDIRS = $(SUBDIRS)
 
100
DIST_SUBDIRS = src test data src_f
79
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80
102
distdir = $(PACKAGE)-$(VERSION)
81
103
top_distdir = $(distdir)
82
104
am__remove_distdir = \
83
 
  { test ! -d $(distdir) \
84
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85
 
         && rm -fr $(distdir); }; }
 
105
  { test ! -d "$(distdir)" \
 
106
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
107
         && rm -fr "$(distdir)"; }; }
 
108
am__relativize = \
 
109
  dir0=`pwd`; \
 
110
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
111
  sed_rest='s,^[^/]*/*,,'; \
 
112
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
113
  sed_butlast='s,/*[^/]*$$,,'; \
 
114
  while test -n "$$dir1"; do \
 
115
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
116
    if test "$$first" != "."; then \
 
117
      if test "$$first" = ".."; then \
 
118
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
119
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
120
      else \
 
121
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
122
        if test "$$first2" = "$$first"; then \
 
123
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
124
        else \
 
125
          dir2="../$$dir2"; \
 
126
        fi; \
 
127
        dir0="$$dir0"/"$$first"; \
 
128
      fi; \
 
129
    fi; \
 
130
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
131
  done; \
 
132
  reldir="$$dir2"
86
133
DIST_ARCHIVES = $(distdir).tar.gz
87
134
GZIP_ENV = --best
88
135
distuninstallcheck_listfiles = find . -type f -print
144
191
PACKAGE_NAME = @PACKAGE_NAME@
145
192
PACKAGE_STRING = @PACKAGE_STRING@
146
193
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
194
PACKAGE_URL = @PACKAGE_URL@
147
195
PACKAGE_VERSION = @PACKAGE_VERSION@
148
196
PATH_SEPARATOR = @PATH_SEPARATOR@
149
197
PKG_CONFIG = @PKG_CONFIG@
154
202
SHELL = @SHELL@
155
203
STRIP = @STRIP@
156
204
VERSION = @VERSION@
 
205
WANT_GPP4F = @WANT_GPP4F@
157
206
abs_builddir = @abs_builddir@
158
207
abs_srcdir = @abs_srcdir@
159
208
abs_top_builddir = @abs_top_builddir@
209
258
top_srcdir = @top_srcdir@
210
259
ACLOCAL_AMFLAGS = -I config
211
260
pkgconfigdir = $(libdir)/pkgconfig
212
 
pkgconfig_DATA = gpp4.pc gpp4f.pc
 
261
pkgconfig_DATA = gpp4.pc $(am__append_2)
213
262
 
214
263
# Also distribute these files:
215
264
EXTRA_DIST = bootstrap README gpp4.pc.in gpp4f.pc.in gpp4.spec.in       \
216
 
  gpp4.info.in COPYRIGHT Doxyfile.in
 
265
  gpp4.info.in COPYRIGHT Doxyfile.in gpp4.m4
217
266
 
218
267
 
219
268
# Build in these directories
220
 
SUBDIRS = src src_f test data
 
269
SUBDIRS = src test data $(am__append_1)
221
270
DISTCLEANFILES = gpp4.info gpp4.spec gpp4.pc gpp4f.pc Doxyfile
222
271
all: all-recursive
223
272
 
228
277
        @for dep in $?; do \
229
278
          case '$(am__configure_deps)' in \
230
279
            *$$dep*) \
231
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
232
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
280
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
281
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
233
282
                && exit 0; \
234
283
              exit 1;; \
235
284
          esac; \
236
285
        done; \
237
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
238
 
        cd $(top_srcdir) && \
239
 
          $(AUTOMAKE) --foreign  Makefile
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
287
        $(am__cd) $(top_srcdir) && \
 
288
          $(AUTOMAKE) --foreign Makefile
240
289
.PRECIOUS: Makefile
241
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242
291
        @case '$?' in \
252
301
        $(SHELL) ./config.status --recheck
253
302
 
254
303
$(top_srcdir)/configure:  $(am__configure_deps)
255
 
        cd $(srcdir) && $(AUTOCONF)
 
304
        $(am__cd) $(srcdir) && $(AUTOCONF)
256
305
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
257
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
306
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
307
$(am__aclocal_m4_deps):
258
308
gpp4.pc: $(top_builddir)/config.status $(srcdir)/gpp4.pc.in
259
309
        cd $(top_builddir) && $(SHELL) ./config.status $@
260
310
gpp4f.pc: $(top_builddir)/config.status $(srcdir)/gpp4f.pc.in
277
327
install-pkgconfigDATA: $(pkgconfig_DATA)
278
328
        @$(NORMAL_INSTALL)
279
329
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
280
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
330
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
331
        for p in $$list; do \
281
332
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
282
 
          f=$(am__strip_dir) \
283
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
284
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
333
          echo "$$d$$p"; \
 
334
        done | $(am__base_list) | \
 
335
        while read files; do \
 
336
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
337
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
285
338
        done
286
339
 
287
340
uninstall-pkgconfigDATA:
288
341
        @$(NORMAL_UNINSTALL)
289
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
290
 
          f=$(am__strip_dir) \
291
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
292
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
293
 
        done
 
342
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
343
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
344
        test -n "$$files" || exit 0; \
 
345
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
346
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
294
347
 
295
348
# This directory's subdirectories are mostly independent; you can cd
296
349
# into them and run `make' without going through this Makefile.
299
352
#     (which will cause the Makefiles to be regenerated when you run `make');
300
353
# (2) otherwise, pass the desired values on the `make' command line.
301
354
$(RECURSIVE_TARGETS):
302
 
        @failcom='exit 1'; \
 
355
        @fail= failcom='exit 1'; \
303
356
        for f in x $$MAKEFLAGS; do \
304
357
          case $$f in \
305
358
            *=* | --[!k]*);; \
316
369
          else \
317
370
            local_target="$$target"; \
318
371
          fi; \
319
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
372
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320
373
          || eval $$failcom; \
321
374
        done; \
322
375
        if test "$$dot_seen" = "no"; then \
324
377
        fi; test -z "$$fail"
325
378
 
326
379
$(RECURSIVE_CLEAN_TARGETS):
327
 
        @failcom='exit 1'; \
 
380
        @fail= failcom='exit 1'; \
328
381
        for f in x $$MAKEFLAGS; do \
329
382
          case $$f in \
330
383
            *=* | --[!k]*);; \
350
403
          else \
351
404
            local_target="$$target"; \
352
405
          fi; \
353
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
406
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354
407
          || eval $$failcom; \
355
408
        done && test -z "$$fail"
356
409
tags-recursive:
357
410
        list='$(SUBDIRS)'; for subdir in $$list; do \
358
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
411
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359
412
        done
360
413
ctags-recursive:
361
414
        list='$(SUBDIRS)'; for subdir in $$list; do \
362
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
415
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363
416
        done
364
417
 
365
418
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
374
427
 
375
428
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
429
                $(TAGS_FILES) $(LISP)
377
 
        tags=; \
 
430
        set x; \
378
431
        here=`pwd`; \
379
432
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380
433
          include_option=--etags-include; \
386
439
        list='$(SUBDIRS)'; for subdir in $$list; do \
387
440
          if test "$$subdir" = .; then :; else \
388
441
            test ! -f $$subdir/TAGS || \
389
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
442
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390
443
          fi; \
391
444
        done; \
392
445
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
448
          done | \
396
449
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
450
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
451
        shift; \
 
452
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399
453
          test -n "$$unique" || unique=$$empty_fix; \
400
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401
 
            $$tags $$unique; \
 
454
          if test $$# -gt 0; then \
 
455
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
456
              "$$@" $$unique; \
 
457
          else \
 
458
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
459
              $$unique; \
 
460
          fi; \
402
461
        fi
403
462
ctags: CTAGS
404
463
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
405
464
                $(TAGS_FILES) $(LISP)
406
 
        tags=; \
407
465
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
408
466
        unique=`for i in $$list; do \
409
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
468
          done | \
411
469
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
471
        test -z "$(CTAGS_ARGS)$$unique" \
414
472
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415
 
             $$tags $$unique
 
473
             $$unique
416
474
 
417
475
GTAGS:
418
476
        here=`$(am__cd) $(top_builddir) && pwd` \
419
 
          && cd $(top_srcdir) \
420
 
          && gtags -i $(GTAGS_ARGS) $$here
 
477
          && $(am__cd) $(top_srcdir) \
 
478
          && gtags -i $(GTAGS_ARGS) "$$here"
421
479
 
422
480
distclean-tags:
423
481
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424
482
 
425
483
distdir: $(DISTFILES)
426
484
        $(am__remove_distdir)
427
 
        test -d $(distdir) || mkdir $(distdir)
 
485
        test -d "$(distdir)" || mkdir "$(distdir)"
428
486
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429
487
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430
488
        list='$(DISTFILES)'; \
440
498
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441
499
          if test -d $$d/$$file; then \
442
500
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
501
            if test -d "$(distdir)/$$file"; then \
 
502
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
503
            fi; \
443
504
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
444
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
505
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
506
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445
507
            fi; \
446
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
508
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
447
509
          else \
448
 
            test -f $(distdir)/$$file \
449
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
510
            test -f "$(distdir)/$$file" \
 
511
            || cp -p $$d/$$file "$(distdir)/$$file" \
450
512
            || exit 1; \
451
513
          fi; \
452
514
        done
453
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
515
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
454
516
          if test "$$subdir" = .; then :; else \
455
517
            test -d "$(distdir)/$$subdir" \
456
518
            || $(MKDIR_P) "$(distdir)/$$subdir" \
457
519
            || exit 1; \
458
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
459
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
460
 
            (cd $$subdir && \
 
520
          fi; \
 
521
        done
 
522
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
523
          if test "$$subdir" = .; then :; else \
 
524
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
525
            $(am__relativize); \
 
526
            new_distdir=$$reldir; \
 
527
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
528
            $(am__relativize); \
 
529
            new_top_distdir=$$reldir; \
 
530
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
531
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
532
            ($(am__cd) $$subdir && \
461
533
              $(MAKE) $(AM_MAKEFLAGS) \
462
 
                top_distdir="$$top_distdir" \
463
 
                distdir="$$distdir/$$subdir" \
 
534
                top_distdir="$$new_top_distdir" \
 
535
                distdir="$$new_distdir" \
464
536
                am__remove_distdir=: \
465
537
                am__skip_length_check=: \
 
538
                am__skip_mode_fix=: \
466
539
                distdir) \
467
540
              || exit 1; \
468
541
          fi; \
469
542
        done
470
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
543
        -test -n "$(am__skip_mode_fix)" \
 
544
        || find "$(distdir)" -type d ! -perm -755 \
 
545
                -exec chmod u+rwx,go+rx {} \; -o \
471
546
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
472
547
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
473
548
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
474
 
        || chmod -R a+r $(distdir)
 
549
        || chmod -R a+r "$(distdir)"
475
550
dist-gzip: distdir
476
551
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
477
552
        $(am__remove_distdir)
484
559
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
485
560
        $(am__remove_distdir)
486
561
 
 
562
dist-xz: distdir
 
563
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
564
        $(am__remove_distdir)
 
565
 
487
566
dist-tarZ: distdir
488
567
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
489
568
        $(am__remove_distdir)
507
586
distcheck: dist
508
587
        case '$(DIST_ARCHIVES)' in \
509
588
        *.tar.gz*) \
510
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
589
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
511
590
        *.tar.bz2*) \
512
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
591
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
513
592
        *.tar.lzma*) \
514
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
593
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
594
        *.tar.xz*) \
 
595
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
515
596
        *.tar.Z*) \
516
597
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
517
598
        *.shar.gz*) \
518
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
599
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
519
600
        *.zip*) \
520
601
          unzip $(distdir).zip ;;\
521
602
        esac
523
604
        mkdir $(distdir)/_build
524
605
        mkdir $(distdir)/_inst
525
606
        chmod a-w $(distdir)
 
607
        test -d $(distdir)/_build || exit 0; \
526
608
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
527
609
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
528
 
          && cd $(distdir)/_build \
 
610
          && am__cwd=`pwd` \
 
611
          && $(am__cd) $(distdir)/_build \
529
612
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
530
613
            $(DISTCHECK_CONFIGURE_FLAGS) \
531
614
          && $(MAKE) $(AM_MAKEFLAGS) \
547
630
          && rm -rf "$$dc_destdir" \
548
631
          && $(MAKE) $(AM_MAKEFLAGS) dist \
549
632
          && rm -rf $(DIST_ARCHIVES) \
550
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
633
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
634
          && cd "$$am__cwd" \
 
635
          || exit 1
551
636
        $(am__remove_distdir)
552
637
        @(echo "$(distdir) archives ready for distribution: "; \
553
638
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
554
639
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
555
640
distuninstallcheck:
556
 
        @cd $(distuninstallcheck_dir) \
 
641
        @$(am__cd) '$(distuninstallcheck_dir)' \
557
642
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
558
643
           || { echo "ERROR: files left after uninstall:" ; \
559
644
                if test -n "$(DESTDIR)"; then \
598
683
 
599
684
distclean-generic:
600
685
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
686
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
601
687
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
602
688
 
603
689
maintainer-clean-generic:
619
705
 
620
706
html: html-recursive
621
707
 
 
708
html-am:
 
709
 
622
710
info: info-recursive
623
711
 
624
712
info-am:
627
715
 
628
716
install-dvi: install-dvi-recursive
629
717
 
 
718
install-dvi-am:
 
719
 
630
720
install-exec-am:
631
721
 
632
722
install-html: install-html-recursive
633
723
 
 
724
install-html-am:
 
725
 
634
726
install-info: install-info-recursive
635
727
 
 
728
install-info-am:
 
729
 
636
730
install-man:
637
731
 
638
732
install-pdf: install-pdf-recursive
639
733
 
 
734
install-pdf-am:
 
735
 
640
736
install-ps: install-ps-recursive
641
737
 
 
738
install-ps-am:
 
739
 
642
740
installcheck-am:
643
741
 
644
742
maintainer-clean: maintainer-clean-recursive
661
759
 
662
760
uninstall-am: uninstall-pkgconfigDATA
663
761
 
664
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
665
 
        install-strip
 
762
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
763
        install-am install-strip tags-recursive
666
764
 
667
765
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
668
766
        all all-am am--refresh check check-am clean clean-generic \
669
767
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
670
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
671
 
        distclean distclean-generic distclean-libtool distclean-tags \
672
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
673
 
        html-am info info-am install install-am install-data \
674
 
        install-data-am install-dvi install-dvi-am install-exec \
675
 
        install-exec-am install-html install-html-am install-info \
676
 
        install-info-am install-man install-pdf install-pdf-am \
677
 
        install-pkgconfigDATA install-ps install-ps-am install-strip \
678
 
        installcheck installcheck-am installdirs installdirs-am \
679
 
        maintainer-clean maintainer-clean-generic mostlyclean \
680
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
681
 
        tags tags-recursive uninstall uninstall-am \
 
768
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
769
        distcheck distclean distclean-generic distclean-libtool \
 
770
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
771
        dvi-am html html-am info info-am install install-am \
 
772
        install-data install-data-am install-dvi install-dvi-am \
 
773
        install-exec install-exec-am install-html install-html-am \
 
774
        install-info install-info-am install-man install-pdf \
 
775
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
776
        install-strip installcheck installcheck-am installdirs \
 
777
        installdirs-am maintainer-clean maintainer-clean-generic \
 
778
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
779
        ps ps-am tags tags-recursive uninstall uninstall-am \
682
780
        uninstall-pkgconfigDATA
683
781
 
684
782
 
685
783
####
 
784
 
686
785
# Tell versions [3.59,3.63) of GNU make to not export all variables.
687
786
# Otherwise a system limit (for SysV at least) may be exceeded.
688
787
.NOEXPORT: