~ubuntu-branches/ubuntu/precise/flac/precise-updates

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529225636-ljeff8xxip09qaap
Tags: 1.1.4-1
* New upstream release. closes: #405167, #411311
  - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
    remove their corresponding packages.
  - Because of the API changes required to effect the above, there has
    been yet another soname bump. libflac7 -> libflac8 and
    libflac++5 -> libflac++6. Emails have been dispatched to the
    maintainers of dependent packages.
* Some notes on patches that were removed:
  - 02_stdin_stdout, 06_manpage_mention_utf8_convert: merged upstream
  - 08_manpage_warnings: Upstream has changed the manpage so it defintely
    can't fit in in 80 cols, so just forget about it. We'll live.
  - 05_eof_warnings_are_errors: Upstream decided to add a -w option to
    flac to treat all warnings as errors. I am going to defer to that
    for now, but if people think it's stupid let me know and I'll port
    the patch forward.
  - 04_stack_smasher: was a backport from 1.1.3, so it's obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
#  FLAC - Free Lossless Audio Codec
18
 
#  Copyright (C) 2001,2002,2003,2004,2005  Josh Coalson
 
18
#  Copyright (C) 2001,2002,2003,2004,2005,2006,2007  Josh Coalson
19
19
#
20
20
#  This file is part the FLAC project.  FLAC is comprised of several
21
21
#  components distributed under difference licenses.  The codec libraries
30
30
#  it may be distributed under the Xiph.Org license, which is the least
31
31
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
32
32
#  distribution.
 
33
 
33
34
srcdir = @srcdir@
34
35
top_srcdir = @top_srcdir@
35
36
VPATH = @srcdir@
37
38
pkglibdir = $(libdir)/@PACKAGE@
38
39
pkgincludedir = $(includedir)/@PACKAGE@
39
40
top_builddir = ..
 
41
 
40
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
43
INSTALL = @INSTALL@
42
44
install_sh_DATA = $(install_sh) -c -m 644
51
53
PRE_UNINSTALL = :
52
54
POST_UNINSTALL = :
53
55
host_triplet = @host@
54
 
subdir = test
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
58
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
 
        $(ACLOCAL_M4)
60
 
mkinstalldirs = $(mkdir_p)
61
 
CONFIG_HEADER = $(top_builddir)/config.h
62
 
CONFIG_CLEAN_FILES =
63
 
SOURCES =
64
 
DIST_SOURCES =
65
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
 
        html-recursive info-recursive install-data-recursive \
67
 
        install-exec-recursive install-info-recursive \
68
 
        install-recursive installcheck-recursive installdirs-recursive \
69
 
        pdf-recursive ps-recursive uninstall-info-recursive \
70
 
        uninstall-recursive
71
 
ETAGS = etags
72
 
CTAGS = ctags
73
 
DIST_SUBDIRS = $(SUBDIRS)
74
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
76
58
AMDEP_FALSE = @AMDEP_FALSE@
77
59
AMDEP_TRUE = @AMDEP_TRUE@
78
60
AMTAR = @AMTAR@
 
61
AR = @AR@
79
62
AS = @AS@
80
63
AUTOCONF = @AUTOCONF@
81
64
AUTOHEADER = @AUTOHEADER@
89
72
CPP = @CPP@
90
73
CPPFLAGS = @CPPFLAGS@
91
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
92
76
CXXDEPMODE = @CXXDEPMODE@
93
77
CXXFLAGS = @CXXFLAGS@
94
78
CYGPATH_W = @CYGPATH_W@
104
88
ECHO_T = @ECHO_T@
105
89
EGREP = @EGREP@
106
90
EXEEXT = @EXEEXT@
 
91
F77 = @F77@
 
92
FFLAGS = @FFLAGS@
 
93
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
 
94
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
107
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
108
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
109
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
110
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
111
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
112
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
113
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
114
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
115
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
116
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
117
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
144
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
145
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
146
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
147
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
148
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
149
133
GAS = @GAS@
150
134
INSTALL_DATA = @INSTALL_DATA@
151
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
191
175
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
192
176
XMMS_VERSION = @XMMS_VERSION@
193
177
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
178
ac_ct_AR = @ac_ct_AR@
194
179
ac_ct_CC = @ac_ct_CC@
195
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
196
182
ac_ct_RANLIB = @ac_ct_RANLIB@
197
183
ac_ct_STRIP = @ac_ct_STRIP@
198
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
222
208
libexecdir = @libexecdir@
223
209
localstatedir = @localstatedir@
224
210
mandir = @mandir@
225
 
mkdir_p = @mkdir_p@
226
211
oldincludedir = @oldincludedir@
227
212
prefix = @prefix@
228
213
program_transform_name = @program_transform_name@
230
215
sharedstatedir = @sharedstatedir@
231
216
sysconfdir = @sysconfdir@
232
217
target_alias = @target_alias@
233
 
@FLaC__EXHAUSTIVE_TESTS_FALSE@FLAC__EXHAUSTIVE_TESTS = no
234
 
@FLaC__EXHAUSTIVE_TESTS_TRUE@FLAC__EXHAUSTIVE_TESTS = yes
235
 
@FLaC__VALGRIND_TESTING_FALSE@FLAC__VALGRIND = no
236
 
@FLaC__VALGRIND_TESTING_TRUE@FLAC__VALGRIND = yes
237
 
TESTS_ENVIRONMENT = FLAC__EXHAUSTIVE_TESTS=$(FLAC__EXHAUSTIVE_TESTS) FLAC__VALGRIND=$(FLAC__VALGRIND)
238
 
SUBDIRS = cuesheets
239
 
@FLaC__HAS_OGG_TRUE@OGG_TESTS = \
240
 
@FLaC__HAS_OGG_TRUE@    ./test_libOggFLAC.sh \
241
 
@FLaC__HAS_OGG_TRUE@    ./test_libOggFLAC++.sh
 
218
 
 
219
TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND=@FLAC__TEST_WITH_VALGRIND@
 
220
 
 
221
SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
242
222
 
243
223
TESTS = \
244
224
        ./test_libFLAC.sh \
245
225
        ./test_libFLAC++.sh \
246
 
        $(OGG_TESTS) \
 
226
        ./test_grabbag.sh \
247
227
        ./test_flac.sh \
248
228
        ./test_metaflac.sh \
249
 
        ./test_grabbag.sh \
250
229
        ./test_seeking.sh \
251
 
        ./test_streams.sh \
252
 
        ./test_bins.sh
 
230
        ./test_streams.sh
 
231
 
253
232
 
254
233
EXTRA_DIST = \
255
234
        Makefile.lite \
256
235
        cuesheet.ok \
257
236
        metaflac.flac.in \
258
237
        metaflac.flac.ok \
 
238
        picture.ok \
259
239
        test_libFLAC.sh \
260
240
        test_libFLAC++.sh \
261
 
        test_libOggFLAC.sh \
262
 
        test_libOggFLAC++.sh \
263
241
        test_flac.sh \
264
242
        test_metaflac.sh \
265
243
        test_grabbag.sh \
267
245
        test_streams.sh \
268
246
        test_bins.sh
269
247
 
 
248
 
270
249
CLEANFILES = \
271
250
        $(wildcard *.raw) \
272
251
        $(wildcard *.flac) \
279
258
        $(wildcard *.cue) \
280
259
        core
281
260
 
 
261
subdir = test
 
262
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
263
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
264
CONFIG_HEADER = $(top_builddir)/config.h
 
265
CONFIG_CLEAN_FILES =
 
266
DIST_SOURCES =
 
267
 
 
268
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
269
        ps-recursive install-info-recursive uninstall-info-recursive \
 
270
        all-recursive install-data-recursive install-exec-recursive \
 
271
        installdirs-recursive install-recursive uninstall-recursive \
 
272
        check-recursive installcheck-recursive
 
273
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
274
DIST_SUBDIRS = $(SUBDIRS)
282
275
all: all-recursive
283
276
 
284
277
.SUFFIXES:
285
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
286
 
        @for dep in $?; do \
287
 
          case '$(am__configure_deps)' in \
288
 
            *$$dep*) \
289
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
290
 
                && exit 0; \
291
 
              exit 1;; \
292
 
          esac; \
293
 
        done; \
294
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
 
278
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
295
279
        cd $(top_srcdir) && \
296
 
          $(AUTOMAKE) --foreign  test/Makefile
297
 
.PRECIOUS: Makefile
298
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299
 
        @case '$?' in \
300
 
          *config.status*) \
301
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
302
 
          *) \
303
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
304
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
305
 
        esac;
306
 
 
307
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
308
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309
 
 
310
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
311
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
313
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
280
          $(AUTOMAKE) --gnu  test/Makefile
 
281
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
282
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
314
283
 
315
284
mostlyclean-libtool:
316
285
        -rm -f *.lo
381
350
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
382
351
        done
383
352
 
 
353
ETAGS = etags
 
354
ETAGSFLAGS =
 
355
 
 
356
CTAGS = ctags
 
357
CTAGSFLAGS =
 
358
 
 
359
tags: TAGS
 
360
 
384
361
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
385
362
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
386
363
        unique=`for i in $$list; do \
389
366
          $(AWK) '    { files[$$0] = 1; } \
390
367
               END { for (i in files) print i; }'`; \
391
368
        mkid -fID $$unique
392
 
tags: TAGS
393
369
 
394
370
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
395
371
                $(TAGS_FILES) $(LISP)
396
372
        tags=; \
397
373
        here=`pwd`; \
398
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
374
        if (etags --etags-include --version) >/dev/null 2>&1; then \
399
375
          include_option=--etags-include; \
400
 
          empty_fix=.; \
401
376
        else \
402
377
          include_option=--include; \
403
 
          empty_fix=; \
404
378
        fi; \
405
379
        list='$(SUBDIRS)'; for subdir in $$list; do \
406
380
          if test "$$subdir" = .; then :; else \
407
 
            test ! -f $$subdir/TAGS || \
 
381
            test -f $$subdir/TAGS && \
408
382
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
409
383
          fi; \
410
384
        done; \
414
388
          done | \
415
389
          $(AWK) '    { files[$$0] = 1; } \
416
390
               END { for (i in files) print i; }'`; \
417
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
418
 
          test -n "$$unique" || unique=$$empty_fix; \
419
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420
 
            $$tags $$unique; \
421
 
        fi
 
391
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
392
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
393
             $$tags $$unique
 
394
 
422
395
ctags: CTAGS
423
396
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424
397
                $(TAGS_FILES) $(LISP)
455
428
              all=`expr $$all + 1`; \
456
429
              case " $(XFAIL_TESTS) " in \
457
430
              *" $$tst "*) \
458
 
                xpass=`expr $$xpass + 1`; \
459
 
                failed=`expr $$failed + 1`; \
460
 
                echo "XPASS: $$tst"; \
 
431
                xpass=`expr $$xpass + 1`; \
 
432
                failed=`expr $$failed + 1`; \
 
433
                echo "XPASS: $$tst"; \
461
434
              ;; \
462
435
              *) \
463
 
                echo "PASS: $$tst"; \
 
436
                echo "PASS: $$tst"; \
464
437
              ;; \
465
438
              esac; \
466
439
            elif test $$? -ne 77; then \
467
440
              all=`expr $$all + 1`; \
468
441
              case " $(XFAIL_TESTS) " in \
469
442
              *" $$tst "*) \
470
 
                xfail=`expr $$xfail + 1`; \
471
 
                echo "XFAIL: $$tst"; \
 
443
                xfail=`expr $$xfail + 1`; \
 
444
                echo "XFAIL: $$tst"; \
472
445
              ;; \
473
446
              *) \
474
 
                failed=`expr $$failed + 1`; \
475
 
                echo "FAIL: $$tst"; \
 
447
                failed=`expr $$failed + 1`; \
 
448
                echo "FAIL: $$tst"; \
476
449
              ;; \
477
450
              esac; \
478
451
            else \
497
470
          skipped=""; \
498
471
          if test "$$skip" -ne 0; then \
499
472
            skipped="($$skip tests were not run)"; \
500
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
473
            test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
501
474
              dashes="$$skipped"; \
502
475
          fi; \
503
476
          report=""; \
504
477
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
505
478
            report="Please report to $(PACKAGE_BUGREPORT)"; \
506
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
479
            test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
507
480
              dashes="$$report"; \
508
481
          fi; \
509
482
          dashes=`echo "$$dashes" | sed s/./=/g`; \
510
483
          echo "$$dashes"; \
511
484
          echo "$$banner"; \
512
 
          test -z "$$skipped" || echo "$$skipped"; \
513
 
          test -z "$$report" || echo "$$report"; \
 
485
          test -n "$$skipped" && echo "$$skipped"; \
 
486
          test -n "$$report" && echo "$$report"; \
514
487
          echo "$$dashes"; \
515
488
          test "$$failed" -eq 0; \
516
489
        else :; fi
 
490
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
491
 
 
492
top_distdir = ..
 
493
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
517
494
 
518
495
distdir: $(DISTFILES)
519
496
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
527
504
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
528
505
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
529
506
            dir="/$$dir"; \
530
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
507
            $(mkinstalldirs) "$(distdir)$$dir"; \
531
508
          else \
532
509
            dir=''; \
533
510
          fi; \
544
521
        done
545
522
        list='$(SUBDIRS)'; for subdir in $$list; do \
546
523
          if test "$$subdir" = .; then :; else \
547
 
            test -d "$(distdir)/$$subdir" \
548
 
            || mkdir "$(distdir)/$$subdir" \
 
524
            test -d $(distdir)/$$subdir \
 
525
            || mkdir $(distdir)/$$subdir \
549
526
            || exit 1; \
550
527
            (cd $$subdir && \
551
528
              $(MAKE) $(AM_MAKEFLAGS) \
552
 
                top_distdir="../$(top_distdir)" \
553
 
                distdir="../$(distdir)/$$subdir" \
 
529
                top_distdir="$(top_distdir)" \
 
530
                distdir=../$(distdir)/$$subdir \
554
531
                distdir) \
555
532
              || exit 1; \
556
533
          fi; \
561
538
all-am: Makefile
562
539
installdirs: installdirs-recursive
563
540
installdirs-am:
 
541
 
564
542
install: install-recursive
565
543
install-exec: install-exec-recursive
566
544
install-data: install-data-recursive
599
577
 
600
578
dvi-am:
601
579
 
602
 
html: html-recursive
603
 
 
604
580
info: info-recursive
605
581
 
606
582
info-am:
639
615
        check-am clean clean-generic clean-libtool clean-recursive \
640
616
        ctags ctags-recursive distclean distclean-generic \
641
617
        distclean-libtool distclean-recursive distclean-tags distdir \
642
 
        dvi dvi-am html html-am info info-am install install-am \
643
 
        install-data install-data-am install-exec install-exec-am \
644
 
        install-info install-info-am install-man install-strip \
645
 
        installcheck installcheck-am installdirs installdirs-am \
 
618
        dvi dvi-am dvi-recursive info info-am info-recursive install \
 
619
        install-am install-data install-data-am install-data-recursive \
 
620
        install-exec install-exec-am install-exec-recursive \
 
621
        install-info install-info-am install-info-recursive install-man \
 
622
        install-recursive install-strip installcheck installcheck-am \
 
623
        installdirs installdirs-am installdirs-recursive \
646
624
        maintainer-clean maintainer-clean-generic \
647
625
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
648
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
649
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
626
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
627
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
628
        uninstall uninstall-am uninstall-info-am \
 
629
        uninstall-info-recursive uninstall-recursive
650
630
 
651
631
# Tell versions [3.59,3.63) of GNU make to not export all variables.
652
632
# Otherwise a system limit (for SysV at least) may be exceeded.