~ubuntu-branches/ubuntu/trusty/libgsecuredelete/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): intrigeri
  • Date: 2014-01-24 15:38:08 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140124153808-vtw0ktpvae100sbw
Tags: 0.2.1-1
* Imported Upstream version 0.2.1
* Invoke dh_install with --fail-missing, and explicitly exclude .la files.
* Use dh-autoreconf to get new libtool macros for ppc64el.
  Thanks to Logan Rosen <logan@ubuntu.com> for the patch.
* Drop override for buggy Lintian warning that was fixed since then.
* Reformat debian/control with cme.
* Declare compliance with standards 3.9.5.
* Add OpenPGP signature checking support to debian/watch.
* Use canonical URL for Vcs-Git.
* Make libgsecuredelete-dev depend on a real package first,
  that is libc6-dev | libc-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, 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.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
23
32
    case $$MAKEFLAGS in \
24
33
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
64
pkgdatadir = $(datadir)/@PACKAGE@
38
65
pkgincludedir = $(includedir)/@PACKAGE@
39
66
pkglibdir = $(libdir)/@PACKAGE@
53
80
build_triplet = @build@
54
81
host_triplet = @host@
55
82
subdir = .
56
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
57
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
58
 
        $(srcdir)/gsecuredelete.pc.in $(top_srcdir)/configure AUTHORS \
59
 
        COPYING INSTALL NEWS TODO build/aux/config.guess \
60
 
        build/aux/config.sub build/aux/depcomp build/aux/install-sh \
61
 
        build/aux/ltmain.sh build/aux/missing
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/configure $(am__configure_deps) \
 
85
        $(srcdir)/config.h.in $(srcdir)/gsecuredelete.pc.in AUTHORS \
 
86
        COPYING INSTALL NEWS README TODO build/aux/ar-lib \
 
87
        build/aux/compile build/aux/config.guess build/aux/config.sub \
 
88
        build/aux/install-sh build/aux/missing build/aux/ltmain.sh \
 
89
        $(top_srcdir)/build/aux/ar-lib $(top_srcdir)/build/aux/compile \
 
90
        $(top_srcdir)/build/aux/config.guess \
 
91
        $(top_srcdir)/build/aux/config.sub \
 
92
        $(top_srcdir)/build/aux/install-sh \
 
93
        $(top_srcdir)/build/aux/ltmain.sh \
 
94
        $(top_srcdir)/build/aux/missing
62
95
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
96
am__aclocal_m4_deps = $(top_srcdir)/build/gsd-path-prog.m4 \
64
97
        $(top_srcdir)/build/gsd-valadoc.m4 \
106
139
am__installdirs = "$(DESTDIR)$(pkglibexecdir)" \
107
140
        "$(DESTDIR)$(pkgconfigdir)"
108
141
SCRIPTS = $(pkglibexec_SCRIPTS)
 
142
AM_V_P = $(am__v_P_@AM_V@)
 
143
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
144
am__v_P_0 = false
 
145
am__v_P_1 = :
109
146
AM_V_GEN = $(am__v_GEN_@AM_V@)
110
147
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
148
am__v_GEN_0 = @echo "  GEN     " $@;
 
149
am__v_GEN_1 = 
112
150
AM_V_at = $(am__v_at_@AM_V@)
113
151
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114
152
am__v_at_0 = @
 
153
am__v_at_1 = 
115
154
SOURCES =
116
155
DIST_SOURCES =
117
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118
 
        html-recursive info-recursive install-data-recursive \
119
 
        install-dvi-recursive install-exec-recursive \
120
 
        install-html-recursive install-info-recursive \
121
 
        install-pdf-recursive install-ps-recursive install-recursive \
122
 
        installcheck-recursive installdirs-recursive pdf-recursive \
123
 
        ps-recursive uninstall-recursive
 
156
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
157
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
158
        install-data-recursive install-dvi-recursive \
 
159
        install-exec-recursive install-html-recursive \
 
160
        install-info-recursive install-pdf-recursive \
 
161
        install-ps-recursive install-recursive installcheck-recursive \
 
162
        installdirs-recursive pdf-recursive ps-recursive \
 
163
        tags-recursive uninstall-recursive
124
164
am__can_run_installinfo = \
125
165
  case $$AM_UPDATE_INFO_DIR in \
126
166
    n|no|NO) false;; \
129
169
DATA = $(pkgconfig_DATA)
130
170
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131
171
  distclean-recursive maintainer-clean-recursive
132
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
133
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
134
 
        distdir dist dist-all distcheck
 
172
am__recursive_targets = \
 
173
  $(RECURSIVE_TARGETS) \
 
174
  $(RECURSIVE_CLEAN_TARGETS) \
 
175
  $(am__extra_recursive_targets)
 
176
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
177
        cscope distdir dist dist-all distcheck
 
178
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
179
        $(LISP)config.h.in
 
180
# Read a list of newline-separated strings from the standard input,
 
181
# and print each of them once, without duplicates.  Input order is
 
182
# *not* preserved.
 
183
am__uniquify_input = $(AWK) '\
 
184
  BEGIN { nonempty = 0; } \
 
185
  { items[$$0] = 1; nonempty = 1; } \
 
186
  END { if (nonempty) { for (i in items) print i; }; } \
 
187
'
 
188
# Make sure the list of sources is unique.  This is necessary because,
 
189
# e.g., the same source file might be shared among _SOURCES variables
 
190
# for different programs/libraries.
 
191
am__define_uniq_tagged_files = \
 
192
  list='$(am__tagged_files)'; \
 
193
  unique=`for i in $$list; do \
 
194
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
195
  done | $(am__uniquify_input)`
135
196
ETAGS = etags
136
197
CTAGS = ctags
 
198
CSCOPE = cscope
137
199
DIST_SUBDIRS = $(SUBDIRS)
138
200
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
139
201
distdir = $(PACKAGE)-$(VERSION)
144
206
      && rm -rf "$(distdir)" \
145
207
      || { sleep 5 && rm -rf "$(distdir)"; }; \
146
208
  else :; fi
 
209
am__post_remove_distdir = $(am__remove_distdir)
147
210
am__relativize = \
148
211
  dir0=`pwd`; \
149
212
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
171
234
  reldir="$$dir2"
172
235
DIST_ARCHIVES = $(distdir).tar.gz
173
236
GZIP_ENV = --best
 
237
DIST_TARGETS = dist-gzip
174
238
distuninstallcheck_listfiles = find . -type f -print
175
239
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
176
240
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
316
380
pkgconfig_DATA = gsecuredelete.pc
317
381
pkglibexec_SCRIPTS = gsd-sfill-helper
318
382
CLEANFILES = $(pkglibexec_SCRIPTS)
319
 
compile_script = sed -e 's%[@]SRM_PATH[@]%$(SRM_PATH)%g' \
320
 
                     -e 's%[@]SFILL_PATH[@]%$(SFILL_PATH)%g'
 
383
compile_script = $(SED) -e 's%[@]SRM_PATH[@]%$(SRM_PATH)%g' \
 
384
                        -e 's%[@]SFILL_PATH[@]%$(SFILL_PATH)%g'
321
385
 
322
386
all: config.h
323
387
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
359
423
$(am__aclocal_m4_deps):
360
424
 
361
425
config.h: stamp-h1
362
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
363
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
426
        @test -f $@ || rm -f stamp-h1
 
427
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
364
428
 
365
429
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
366
430
        @rm -f stamp-h1
441
505
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
442
506
 
443
507
# This directory's subdirectories are mostly independent; you can cd
444
 
# into them and run `make' without going through this Makefile.
445
 
# To change the values of `make' variables: instead of editing Makefiles,
446
 
# (1) if the variable is set in `config.status', edit `config.status'
447
 
#     (which will cause the Makefiles to be regenerated when you run `make');
448
 
# (2) otherwise, pass the desired values on the `make' command line.
449
 
$(RECURSIVE_TARGETS):
450
 
        @fail= failcom='exit 1'; \
451
 
        for f in x $$MAKEFLAGS; do \
452
 
          case $$f in \
453
 
            *=* | --[!k]*);; \
454
 
            *k*) failcom='fail=yes';; \
455
 
          esac; \
456
 
        done; \
 
508
# into them and run 'make' without going through this Makefile.
 
509
# To change the values of 'make' variables: instead of editing Makefiles,
 
510
# (1) if the variable is set in 'config.status', edit 'config.status'
 
511
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
512
# (2) otherwise, pass the desired values on the 'make' command line.
 
513
$(am__recursive_targets):
 
514
        @fail=; \
 
515
        if $(am__make_keepgoing); then \
 
516
          failcom='fail=yes'; \
 
517
        else \
 
518
          failcom='exit 1'; \
 
519
        fi; \
457
520
        dot_seen=no; \
458
521
        target=`echo $@ | sed s/-recursive//`; \
459
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
522
        case "$@" in \
 
523
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
524
          *) list='$(SUBDIRS)' ;; \
 
525
        esac; \
 
526
        for subdir in $$list; do \
460
527
          echo "Making $$target in $$subdir"; \
461
528
          if test "$$subdir" = "."; then \
462
529
            dot_seen=yes; \
471
538
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
472
539
        fi; test -z "$$fail"
473
540
 
474
 
$(RECURSIVE_CLEAN_TARGETS):
475
 
        @fail= failcom='exit 1'; \
476
 
        for f in x $$MAKEFLAGS; do \
477
 
          case $$f in \
478
 
            *=* | --[!k]*);; \
479
 
            *k*) failcom='fail=yes';; \
480
 
          esac; \
481
 
        done; \
482
 
        dot_seen=no; \
483
 
        case "$@" in \
484
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
485
 
          *) list='$(SUBDIRS)' ;; \
486
 
        esac; \
487
 
        rev=''; for subdir in $$list; do \
488
 
          if test "$$subdir" = "."; then :; else \
489
 
            rev="$$subdir $$rev"; \
490
 
          fi; \
491
 
        done; \
492
 
        rev="$$rev ."; \
493
 
        target=`echo $@ | sed s/-recursive//`; \
494
 
        for subdir in $$rev; do \
495
 
          echo "Making $$target in $$subdir"; \
496
 
          if test "$$subdir" = "."; then \
497
 
            local_target="$$target-am"; \
498
 
          else \
499
 
            local_target="$$target"; \
500
 
          fi; \
501
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
502
 
          || eval $$failcom; \
503
 
        done && test -z "$$fail"
504
 
tags-recursive:
505
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
506
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
507
 
        done
508
 
ctags-recursive:
509
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
510
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
511
 
        done
512
 
 
513
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
514
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515
 
        unique=`for i in $$list; do \
516
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517
 
          done | \
518
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
520
 
        mkid -fID $$unique
521
 
tags: TAGS
522
 
 
523
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
524
 
                $(TAGS_FILES) $(LISP)
 
541
ID: $(am__tagged_files)
 
542
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
543
tags: tags-recursive
 
544
TAGS: tags
 
545
 
 
546
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
525
547
        set x; \
526
548
        here=`pwd`; \
527
549
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
537
559
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
538
560
          fi; \
539
561
        done; \
540
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
541
 
        unique=`for i in $$list; do \
542
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543
 
          done | \
544
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
545
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
562
        $(am__define_uniq_tagged_files); \
546
563
        shift; \
547
564
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
548
565
          test -n "$$unique" || unique=$$empty_fix; \
554
571
              $$unique; \
555
572
          fi; \
556
573
        fi
557
 
ctags: CTAGS
558
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
559
 
                $(TAGS_FILES) $(LISP)
560
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
561
 
        unique=`for i in $$list; do \
562
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563
 
          done | \
564
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
565
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
574
ctags: ctags-recursive
 
575
 
 
576
CTAGS: ctags
 
577
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
578
        $(am__define_uniq_tagged_files); \
566
579
        test -z "$(CTAGS_ARGS)$$unique" \
567
580
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
568
581
             $$unique
571
584
        here=`$(am__cd) $(top_builddir) && pwd` \
572
585
          && $(am__cd) $(top_srcdir) \
573
586
          && gtags -i $(GTAGS_ARGS) "$$here"
 
587
cscope: cscope.files
 
588
        test ! -s cscope.files \
 
589
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
590
clean-cscope:
 
591
        -rm -f cscope.files
 
592
cscope.files: clean-cscope cscopelist
 
593
cscopelist: cscopelist-recursive
 
594
 
 
595
cscopelist-am: $(am__tagged_files)
 
596
        list='$(am__tagged_files)'; \
 
597
        case "$(srcdir)" in \
 
598
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
599
          *) sdir=$(subdir)/$(srcdir) ;; \
 
600
        esac; \
 
601
        for i in $$list; do \
 
602
          if test -f "$$i"; then \
 
603
            echo "$(subdir)/$$i"; \
 
604
          else \
 
605
            echo "$$sdir/$$i"; \
 
606
          fi; \
 
607
        done >> $(top_builddir)/cscope.files
574
608
 
575
609
distclean-tags:
576
610
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
611
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
577
612
 
578
613
distdir: $(DISTFILES)
579
614
        $(am__remove_distdir)
641
676
        || chmod -R a+r "$(distdir)"
642
677
dist-gzip: distdir
643
678
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
644
 
        $(am__remove_distdir)
 
679
        $(am__post_remove_distdir)
645
680
 
646
681
dist-bzip2: distdir
647
682
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
648
 
        $(am__remove_distdir)
 
683
        $(am__post_remove_distdir)
649
684
 
650
685
dist-lzip: distdir
651
686
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
652
 
        $(am__remove_distdir)
653
 
 
654
 
dist-lzma: distdir
655
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
656
 
        $(am__remove_distdir)
 
687
        $(am__post_remove_distdir)
657
688
 
658
689
dist-xz: distdir
659
690
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
660
 
        $(am__remove_distdir)
 
691
        $(am__post_remove_distdir)
661
692
 
662
693
dist-tarZ: distdir
 
694
        @echo WARNING: "Support for shar distribution archives is" \
 
695
                       "deprecated." >&2
 
696
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
663
697
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
664
 
        $(am__remove_distdir)
 
698
        $(am__post_remove_distdir)
665
699
 
666
700
dist-shar: distdir
 
701
        @echo WARNING: "Support for distribution archives compressed with" \
 
702
                       "legacy program 'compress' is deprecated." >&2
 
703
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
667
704
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
668
 
        $(am__remove_distdir)
 
705
        $(am__post_remove_distdir)
669
706
 
670
707
dist-zip: distdir
671
708
        -rm -f $(distdir).zip
672
709
        zip -rq $(distdir).zip $(distdir)
673
 
        $(am__remove_distdir)
 
710
        $(am__post_remove_distdir)
674
711
 
675
 
dist dist-all: distdir
676
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
677
 
        $(am__remove_distdir)
 
712
dist dist-all:
 
713
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
714
        $(am__post_remove_distdir)
678
715
 
679
716
# This target untars the dist file and tries a VPATH configuration.  Then
680
717
# it guarantees that the distribution is self-contained by making another
685
722
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
686
723
        *.tar.bz2*) \
687
724
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
688
 
        *.tar.lzma*) \
689
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
690
725
        *.tar.lz*) \
691
726
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
692
727
        *.tar.xz*) \
698
733
        *.zip*) \
699
734
          unzip $(distdir).zip ;;\
700
735
        esac
701
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
702
 
        mkdir $(distdir)/_build
703
 
        mkdir $(distdir)/_inst
 
736
        chmod -R a-w $(distdir)
 
737
        chmod u+w $(distdir)
 
738
        mkdir $(distdir)/_build $(distdir)/_inst
704
739
        chmod a-w $(distdir)
705
740
        test -d $(distdir)/_build || exit 0; \
706
741
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
707
742
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
708
743
          && am__cwd=`pwd` \
709
744
          && $(am__cd) $(distdir)/_build \
710
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
745
          && ../configure \
711
746
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
712
747
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
748
            --srcdir=.. --prefix="$$dc_install_base" \
713
749
          && $(MAKE) $(AM_MAKEFLAGS) \
714
750
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
715
751
          && $(MAKE) $(AM_MAKEFLAGS) check \
732
768
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
733
769
          && cd "$$am__cwd" \
734
770
          || exit 1
735
 
        $(am__remove_distdir)
 
771
        $(am__post_remove_distdir)
736
772
        @(echo "$(distdir) archives ready for distribution: "; \
737
773
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
738
774
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
871
907
 
872
908
uninstall-am: uninstall-pkgconfigDATA uninstall-pkglibexecSCRIPTS
873
909
 
874
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
875
 
        ctags-recursive install-am install-strip tags-recursive
 
910
.MAKE: $(am__recursive_targets) all install-am install-strip
876
911
 
877
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
878
 
        all all-am am--refresh check check-am clean clean-generic \
879
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
880
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
881
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
882
 
        distclean-libtool distclean-tags distcleancheck distdir \
883
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
884
 
        install install-am install-data install-data-am install-dvi \
885
 
        install-dvi-am install-exec install-exec-am install-html \
886
 
        install-html-am install-info install-info-am install-man \
887
 
        install-pdf install-pdf-am install-pkgconfigDATA \
 
912
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
913
        am--refresh check check-am clean clean-cscope clean-generic \
 
914
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
915
        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
 
916
        dist-xz dist-zip distcheck distclean distclean-generic \
 
917
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
918
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
919
        info-am install install-am install-data install-data-am \
 
920
        install-dvi install-dvi-am install-exec install-exec-am \
 
921
        install-html install-html-am install-info install-info-am \
 
922
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
888
923
        install-pkglibexecSCRIPTS install-ps install-ps-am \
889
924
        install-strip installcheck installcheck-am installdirs \
890
925
        installdirs-am maintainer-clean maintainer-clean-generic \
891
926
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
892
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
927
        ps ps-am tags tags-am uninstall uninstall-am \
893
928
        uninstall-pkgconfigDATA uninstall-pkglibexecSCRIPTS
894
929
 
895
930
 
896
931
gsd-sfill-helper: gsd-sfill-helper.in Makefile
897
932
        $(AM_V_GEN) \
898
 
        $(compile_script) < $(srcdir)/$< > $@ && \
 
933
        $(compile_script) < $(srcdir)/gsd-sfill-helper.in > $@ && \
899
934
        chmod +x $@
900
935
 
901
936
# Tell versions [3.59,3.63) of GNU make to not export all variables.