~ubuntu-branches/debian/wheezy/gpe-expenses/wheezy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2011-04-05 21:16:24 UTC
  • mfrom: (1.1.7 upstream) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110405211624-90dqmvjzg75m1sz9
* New upstream release supporting -Wl,--no-add-needed tests.
  (Closes: #554729)
* Drop the .la file (release goal) - already tested with pilot-qof.
 (Closes: #620738)

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
39
41
        $(srcdir)/expensesobjects.symbols.in \
40
42
        $(srcdir)/qofexpenses.pc.in $(top_srcdir)/configure ABOUT-NLS \
41
43
        AUTHORS COPYING ChangeLog INSTALL NEWS TODO config.guess \
42
 
        config.rpath config.sub depcomp install-sh ltmain.sh missing \
43
 
        mkinstalldirs
 
44
        config.rpath config.sub depcomp install-sh ltmain.sh missing
44
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
46
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
46
47
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
54
55
        $(ACLOCAL_M4)
55
56
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56
57
 configure.lineno config.status.lineno
57
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
58
mkinstalldirs = $(install_sh) -d
58
59
CONFIG_HEADER = config.h
59
60
CONFIG_CLEAN_FILES = qofexpenses.pc expensesobjects.symbols
 
61
CONFIG_CLEAN_VPATH_FILES =
60
62
SOURCES =
61
63
DIST_SOURCES =
62
64
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71
73
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72
74
    *) f=$$p;; \
73
75
  esac;
74
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
76
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
77
am__install_max = 40
 
78
am__nobase_strip_setup = \
 
79
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
80
am__nobase_strip = \
 
81
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
82
am__nobase_list = $(am__nobase_strip_setup); \
 
83
  for p in $$list; do echo "$$p $$p"; done | \
 
84
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
85
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
86
    if (++n[$$2] == $(am__install_max)) \
 
87
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
88
    END { for (dir in files) print dir, files[dir] }'
 
89
am__base_list = \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
91
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75
92
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
76
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
77
93
DATA = $(pkgconfig_DATA)
78
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79
95
  distclean-recursive maintainer-clean-recursive
 
96
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
97
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
98
        distdir dist dist-all distcheck
80
99
ETAGS = etags
81
100
CTAGS = ctags
82
101
DIST_SUBDIRS = $(SUBDIRS)
84
103
distdir = $(PACKAGE)-$(VERSION)
85
104
top_distdir = $(distdir)
86
105
am__remove_distdir = \
87
 
  { test ! -d $(distdir) \
88
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
89
 
         && rm -fr $(distdir); }; }
 
106
  { test ! -d "$(distdir)" \
 
107
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
108
         && rm -fr "$(distdir)"; }; }
 
109
am__relativize = \
 
110
  dir0=`pwd`; \
 
111
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
112
  sed_rest='s,^[^/]*/*,,'; \
 
113
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
114
  sed_butlast='s,/*[^/]*$$,,'; \
 
115
  while test -n "$$dir1"; do \
 
116
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
117
    if test "$$first" != "."; then \
 
118
      if test "$$first" = ".."; then \
 
119
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
120
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
121
      else \
 
122
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
123
        if test "$$first2" = "$$first"; then \
 
124
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
125
        else \
 
126
          dir2="../$$dir2"; \
 
127
        fi; \
 
128
        dir0="$$dir0"/"$$first"; \
 
129
      fi; \
 
130
    fi; \
 
131
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
132
  done; \
 
133
  reldir="$$dir2"
90
134
DIST_ARCHIVES = $(distdir).tar.gz
91
135
GZIP_ENV = --best
92
136
distuninstallcheck_listfiles = find . -type f -print
111
155
DATADIRNAME = @DATADIRNAME@
112
156
DEFS = @DEFS@
113
157
DEPDIR = @DEPDIR@
 
158
DLLTOOL = @DLLTOOL@
114
159
DOCBOOK_ROOT = @DOCBOOK_ROOT@
115
160
DOT = @DOT@
116
161
DOXYGEN = @DOXYGEN@
162
207
LTLIBINTL = @LTLIBINTL@
163
208
LTLIBOBJS = @LTLIBOBJS@
164
209
MAKEINFO = @MAKEINFO@
 
210
MANIFEST_TOOL = @MANIFEST_TOOL@
165
211
MKDIR_P = @MKDIR_P@
166
212
MSGFMT = @MSGFMT@
167
213
MSGFMT_015 = @MSGFMT_015@
179
225
PACKAGE_NAME = @PACKAGE_NAME@
180
226
PACKAGE_STRING = @PACKAGE_STRING@
181
227
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
228
PACKAGE_URL = @PACKAGE_URL@
182
229
PACKAGE_VERSION = @PACKAGE_VERSION@
183
230
PATH_SEPARATOR = @PATH_SEPARATOR@
184
231
PERL = @PERL@
185
232
PIC_LIBS = @PIC_LIBS@
186
233
PKG_CONFIG = @PKG_CONFIG@
 
234
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
235
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
187
236
POPT_LIBS = @POPT_LIBS@
188
237
POSUB = @POSUB@
189
238
POW_LIB = @POW_LIB@
213
262
abs_srcdir = @abs_srcdir@
214
263
abs_top_builddir = @abs_top_builddir@
215
264
abs_top_srcdir = @abs_top_srcdir@
 
265
ac_ct_AR = @ac_ct_AR@
216
266
ac_ct_CC = @ac_ct_CC@
217
267
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218
268
am__include = @am__include@
248
298
libexecdir = @libexecdir@
249
299
localedir = @localedir@
250
300
localstatedir = @localstatedir@
251
 
lt_ECHO = @lt_ECHO@
252
301
mandir = @mandir@
253
302
mkdir_p = @mkdir_p@
254
303
oldincludedir = @oldincludedir@
290
339
        @for dep in $?; do \
291
340
          case '$(am__configure_deps)' in \
292
341
            *$$dep*) \
293
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
294
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
342
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
343
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
295
344
                && exit 0; \
296
345
              exit 1;; \
297
346
          esac; \
298
347
        done; \
299
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
300
 
        cd $(top_srcdir) && \
301
 
          $(AUTOMAKE) --gnu  Makefile
 
348
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
349
        $(am__cd) $(top_srcdir) && \
 
350
          $(AUTOMAKE) --gnu Makefile
302
351
.PRECIOUS: Makefile
303
352
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304
353
        @case '$?' in \
314
363
        $(SHELL) ./config.status --recheck
315
364
 
316
365
$(top_srcdir)/configure:  $(am__configure_deps)
317
 
        cd $(srcdir) && $(AUTOCONF)
 
366
        $(am__cd) $(srcdir) && $(AUTOCONF)
318
367
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
319
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
368
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
369
$(am__aclocal_m4_deps):
320
370
 
321
371
config.h: stamp-h1
322
372
        @if test ! -f $@; then \
328
378
        @rm -f stamp-h1
329
379
        cd $(top_builddir) && $(SHELL) ./config.status config.h
330
380
$(srcdir)/config.h.in:  $(am__configure_deps) 
331
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
381
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
332
382
        rm -f stamp-h1
333
383
        touch $@
334
384
 
350
400
install-pkgconfigDATA: $(pkgconfig_DATA)
351
401
        @$(NORMAL_INSTALL)
352
402
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
353
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
403
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
404
        for p in $$list; do \
354
405
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
355
 
          f=$(am__strip_dir) \
356
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
357
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
406
          echo "$$d$$p"; \
 
407
        done | $(am__base_list) | \
 
408
        while read files; do \
 
409
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
410
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
358
411
        done
359
412
 
360
413
uninstall-pkgconfigDATA:
361
414
        @$(NORMAL_UNINSTALL)
362
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
363
 
          f=$(am__strip_dir) \
364
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
365
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
366
 
        done
 
415
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
416
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
417
        test -n "$$files" || exit 0; \
 
418
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
419
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
367
420
 
368
421
# This directory's subdirectories are mostly independent; you can cd
369
422
# into them and run `make' without going through this Makefile.
372
425
#     (which will cause the Makefiles to be regenerated when you run `make');
373
426
# (2) otherwise, pass the desired values on the `make' command line.
374
427
$(RECURSIVE_TARGETS):
375
 
        @failcom='exit 1'; \
 
428
        @fail= failcom='exit 1'; \
376
429
        for f in x $$MAKEFLAGS; do \
377
430
          case $$f in \
378
431
            *=* | --[!k]*);; \
389
442
          else \
390
443
            local_target="$$target"; \
391
444
          fi; \
392
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
445
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
393
446
          || eval $$failcom; \
394
447
        done; \
395
448
        if test "$$dot_seen" = "no"; then \
397
450
        fi; test -z "$$fail"
398
451
 
399
452
$(RECURSIVE_CLEAN_TARGETS):
400
 
        @failcom='exit 1'; \
 
453
        @fail= failcom='exit 1'; \
401
454
        for f in x $$MAKEFLAGS; do \
402
455
          case $$f in \
403
456
            *=* | --[!k]*);; \
423
476
          else \
424
477
            local_target="$$target"; \
425
478
          fi; \
426
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
479
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
427
480
          || eval $$failcom; \
428
481
        done && test -z "$$fail"
429
482
tags-recursive:
430
483
        list='$(SUBDIRS)'; for subdir in $$list; do \
431
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
484
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
432
485
        done
433
486
ctags-recursive:
434
487
        list='$(SUBDIRS)'; for subdir in $$list; do \
435
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
488
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
436
489
        done
437
490
 
438
491
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
447
500
 
448
501
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
449
502
                $(TAGS_FILES) $(LISP)
450
 
        tags=; \
 
503
        set x; \
451
504
        here=`pwd`; \
452
505
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
453
506
          include_option=--etags-include; \
459
512
        list='$(SUBDIRS)'; for subdir in $$list; do \
460
513
          if test "$$subdir" = .; then :; else \
461
514
            test ! -f $$subdir/TAGS || \
462
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
515
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
463
516
          fi; \
464
517
        done; \
465
518
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
468
521
          done | \
469
522
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470
523
              END { if (nonempty) { for (i in files) print i; }; }'`; \
471
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
524
        shift; \
 
525
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
472
526
          test -n "$$unique" || unique=$$empty_fix; \
473
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474
 
            $$tags $$unique; \
 
527
          if test $$# -gt 0; then \
 
528
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
529
              "$$@" $$unique; \
 
530
          else \
 
531
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
532
              $$unique; \
 
533
          fi; \
475
534
        fi
476
535
ctags: CTAGS
477
536
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
478
537
                $(TAGS_FILES) $(LISP)
479
 
        tags=; \
480
538
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
481
539
        unique=`for i in $$list; do \
482
540
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
541
          done | \
484
542
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485
543
              END { if (nonempty) { for (i in files) print i; }; }'`; \
486
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
544
        test -z "$(CTAGS_ARGS)$$unique" \
487
545
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488
 
             $$tags $$unique
 
546
             $$unique
489
547
 
490
548
GTAGS:
491
549
        here=`$(am__cd) $(top_builddir) && pwd` \
492
 
          && cd $(top_srcdir) \
493
 
          && gtags -i $(GTAGS_ARGS) $$here
 
550
          && $(am__cd) $(top_srcdir) \
 
551
          && gtags -i $(GTAGS_ARGS) "$$here"
494
552
 
495
553
distclean-tags:
496
554
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
555
 
498
556
distdir: $(DISTFILES)
499
557
        $(am__remove_distdir)
500
 
        test -d $(distdir) || mkdir $(distdir)
 
558
        test -d "$(distdir)" || mkdir "$(distdir)"
501
559
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502
560
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503
561
        list='$(DISTFILES)'; \
513
571
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514
572
          if test -d $$d/$$file; then \
515
573
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
574
            if test -d "$(distdir)/$$file"; then \
 
575
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
576
            fi; \
516
577
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
517
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
578
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
579
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518
580
            fi; \
519
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
581
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
520
582
          else \
521
 
            test -f $(distdir)/$$file \
522
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
583
            test -f "$(distdir)/$$file" \
 
584
            || cp -p $$d/$$file "$(distdir)/$$file" \
523
585
            || exit 1; \
524
586
          fi; \
525
587
        done
526
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
588
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
527
589
          if test "$$subdir" = .; then :; else \
528
590
            test -d "$(distdir)/$$subdir" \
529
591
            || $(MKDIR_P) "$(distdir)/$$subdir" \
530
592
            || exit 1; \
531
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
532
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
533
 
            (cd $$subdir && \
 
593
          fi; \
 
594
        done
 
595
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
596
          if test "$$subdir" = .; then :; else \
 
597
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
598
            $(am__relativize); \
 
599
            new_distdir=$$reldir; \
 
600
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
601
            $(am__relativize); \
 
602
            new_top_distdir=$$reldir; \
 
603
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
604
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
605
            ($(am__cd) $$subdir && \
534
606
              $(MAKE) $(AM_MAKEFLAGS) \
535
 
                top_distdir="$$top_distdir" \
536
 
                distdir="$$distdir/$$subdir" \
 
607
                top_distdir="$$new_top_distdir" \
 
608
                distdir="$$new_distdir" \
537
609
                am__remove_distdir=: \
538
610
                am__skip_length_check=: \
 
611
                am__skip_mode_fix=: \
539
612
                distdir) \
540
613
              || exit 1; \
541
614
          fi; \
542
615
        done
543
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
616
        -test -n "$(am__skip_mode_fix)" \
 
617
        || find "$(distdir)" -type d ! -perm -755 \
 
618
                -exec chmod u+rwx,go+rx {} \; -o \
544
619
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
545
620
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
546
621
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
547
 
        || chmod -R a+r $(distdir)
 
622
        || chmod -R a+r "$(distdir)"
548
623
dist-gzip: distdir
549
624
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
550
625
        $(am__remove_distdir)
557
632
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
558
633
        $(am__remove_distdir)
559
634
 
 
635
dist-xz: distdir
 
636
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
637
        $(am__remove_distdir)
 
638
 
560
639
dist-tarZ: distdir
561
640
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
562
641
        $(am__remove_distdir)
580
659
distcheck: dist
581
660
        case '$(DIST_ARCHIVES)' in \
582
661
        *.tar.gz*) \
583
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
662
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
584
663
        *.tar.bz2*) \
585
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
664
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
586
665
        *.tar.lzma*) \
587
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
666
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
667
        *.tar.xz*) \
 
668
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
588
669
        *.tar.Z*) \
589
670
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590
671
        *.shar.gz*) \
591
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
672
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
592
673
        *.zip*) \
593
674
          unzip $(distdir).zip ;;\
594
675
        esac
596
677
        mkdir $(distdir)/_build
597
678
        mkdir $(distdir)/_inst
598
679
        chmod a-w $(distdir)
 
680
        test -d $(distdir)/_build || exit 0; \
599
681
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
600
682
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
601
 
          && cd $(distdir)/_build \
 
683
          && am__cwd=`pwd` \
 
684
          && $(am__cd) $(distdir)/_build \
602
685
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
603
686
            $(DISTCHECK_CONFIGURE_FLAGS) \
604
687
          && $(MAKE) $(AM_MAKEFLAGS) \
620
703
          && rm -rf "$$dc_destdir" \
621
704
          && $(MAKE) $(AM_MAKEFLAGS) dist \
622
705
          && rm -rf $(DIST_ARCHIVES) \
623
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
706
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
707
          && cd "$$am__cwd" \
 
708
          || exit 1
624
709
        $(am__remove_distdir)
625
710
        @(echo "$(distdir) archives ready for distribution: "; \
626
711
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
627
712
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
628
713
distuninstallcheck:
629
 
        @cd $(distuninstallcheck_dir) \
 
714
        @$(am__cd) '$(distuninstallcheck_dir)' \
630
715
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
631
716
           || { echo "ERROR: files left after uninstall:" ; \
632
717
                if test -n "$(DESTDIR)"; then \
671
756
 
672
757
distclean-generic:
673
758
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
759
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
674
760
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
675
761
 
676
762
maintainer-clean-generic:
692
778
 
693
779
html: html-recursive
694
780
 
 
781
html-am:
 
782
 
695
783
info: info-recursive
696
784
 
697
785
info-am:
700
788
 
701
789
install-dvi: install-dvi-recursive
702
790
 
 
791
install-dvi-am:
 
792
 
703
793
install-exec-am:
704
794
 
705
795
install-html: install-html-recursive
706
796
 
 
797
install-html-am:
 
798
 
707
799
install-info: install-info-recursive
708
800
 
 
801
install-info-am:
 
802
 
709
803
install-man:
710
804
 
711
805
install-pdf: install-pdf-recursive
712
806
 
 
807
install-pdf-am:
 
808
 
713
809
install-ps: install-ps-recursive
714
810
 
 
811
install-ps-am:
 
812
 
715
813
installcheck-am:
716
814
 
717
815
maintainer-clean: maintainer-clean-recursive
734
832
 
735
833
uninstall-am: uninstall-pkgconfigDATA
736
834
 
737
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
738
 
        install-strip
 
835
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
836
        ctags-recursive install-am install-strip tags-recursive
739
837
 
740
838
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
741
839
        all all-am am--refresh check check-am clean clean-generic \
742
840
        clean-libtool clean-local ctags ctags-recursive dist dist-all \
743
 
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \
744
 
        distcheck distclean distclean-generic distclean-hdr \
 
841
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
 
842
        dist-zip distcheck distclean distclean-generic distclean-hdr \
745
843
        distclean-libtool distclean-tags distcleancheck distdir \
746
844
        distuninstallcheck dvi dvi-am html html-am info info-am \
747
845
        install install-am install-data install-data-am install-dvi \
763
861
 
764
862
clean-local:
765
863
        find . -name '*~'|xargs rm -f
 
864
 
766
865
# Tell versions [3.59,3.63) of GNU make to not export all variables.
767
866
# Otherwise a system limit (for SysV at least) may be exceeded.
768
867
.NOEXPORT: