2006-08-05 01:10:59 +02:00
|
|
|
# Process this file with automake to generate Makefile.in
|
|
|
|
|
2009-08-22 17:59:24 +02:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2006-08-05 01:10:59 +02:00
|
|
|
|
2006-12-01 00:52:50 +01:00
|
|
|
SUBDIRS = po testsuite
|
2006-08-05 01:10:59 +02:00
|
|
|
|
|
|
|
tooldir = $(exec_prefix)/$(target_alias)
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I ../bfd -I ../config
|
|
|
|
|
2008-07-21 07:55:27 +02:00
|
|
|
AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
|
|
|
|
AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)
|
2006-08-05 01:10:59 +02:00
|
|
|
|
Cleanups in binutils makefiles.
ld/:
* Makefile.am (bin_PROGRAMS): Renamed from ...
(noinst_PROGRAMS): ... this.
(transform): Override, including the renaming of ld-new to ld.
(install-exec-local): Installation of ld in $(bindir) not needed
here any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(MAINTAINERCLEANFILES): Add ld.1.
* Makefile.in: Regenerate.
gold/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
(AM_CPPFLAGS): Renamed from ...
(INCLUDE): ... this.
* Makefile.in, testsuite/Makefile.in: Regenerate.
bfd/:
* Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow
appending.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES, bfdinclude_HEADERS): Set
only in this condition.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES, libbfd_la_LDFLAGS): New,
to build but not install libbfd.la in this condition.
(install-bfdlibLTLIBRARIES, uninstall-bfdlibLTLIBRARIES)
(install_libbfd, install_libbfd): Remove.
* Makefile.in: Regenerate.
binutils/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
(installcheck-local): Renamed from ...
(installcheck): ... this.
* Makefile.in: Regenerate.
gas/:
* Makefile.am (YFLAGS): Remove, not needed any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
gprof/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
opcodes/:
* Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
[INSTALL_LIBBFD] (bfdinclude_DATA): New.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
[!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
is built shared even if it is not to be installed.
(install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
(install_libopcodes, uninstall_libopcodes): Remove.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
2009-08-22 21:02:57 +02:00
|
|
|
AM_CPPFLAGS = \
|
2006-08-05 01:10:59 +02:00
|
|
|
-I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
|
|
|
|
-DLOCALEDIR="\"$(datadir)/locale\"" \
|
2007-10-04 07:49:04 +02:00
|
|
|
-DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \
|
2006-08-05 01:10:59 +02:00
|
|
|
@INCINTL@
|
|
|
|
|
2007-10-04 07:49:04 +02:00
|
|
|
LIBIBERTY = ../libiberty/libiberty.a
|
|
|
|
|
2008-09-20 00:54:57 +02:00
|
|
|
if PLUGINS
|
|
|
|
LIBDL = -ldl
|
|
|
|
endif
|
|
|
|
|
2007-10-17 08:24:50 +02:00
|
|
|
if THREADS
|
|
|
|
THREADSLIB = -lpthread
|
|
|
|
endif
|
|
|
|
|
2007-09-23 00:44:04 +02:00
|
|
|
AM_YFLAGS = -d
|
2006-11-14 20:21:05 +01:00
|
|
|
|
2009-08-24 07:55:55 +02:00
|
|
|
# Automake 1.10+ disables lex and yacc output file regeneration if
|
|
|
|
# maintainer mode is disabled. Avoid this.
|
|
|
|
am__skiplex =
|
|
|
|
am__skipyacc =
|
|
|
|
|
2009-11-25 01:10:05 +01:00
|
|
|
noinst_PROGRAMS = ld-new incremental-dump
|
2006-12-01 00:52:50 +01:00
|
|
|
noinst_LIBRARIES = libgold.a
|
2006-08-05 01:10:59 +02:00
|
|
|
|
2006-08-19 00:29:20 +02:00
|
|
|
CCFILES = \
|
2006-09-29 21:58:17 +02:00
|
|
|
archive.cc \
|
2009-12-09 04:02:28 +01:00
|
|
|
attributes.cc \
|
2008-02-08 08:06:58 +01:00
|
|
|
binary.cc \
|
2006-11-03 19:26:11 +01:00
|
|
|
common.cc \
|
2007-11-30 01:35:27 +01:00
|
|
|
compressed_output.cc \
|
2008-04-17 00:54:29 +02:00
|
|
|
copy-relocs.cc \
|
2008-07-23 00:08:43 +02:00
|
|
|
cref.cc \
|
2006-11-03 19:26:11 +01:00
|
|
|
defstd.cc \
|
2008-07-25 06:25:49 +02:00
|
|
|
descriptors.cc \
|
2006-08-05 01:10:59 +02:00
|
|
|
dirsearch.cc \
|
2006-11-14 20:21:05 +01:00
|
|
|
dynobj.cc \
|
2007-11-03 00:02:44 +01:00
|
|
|
dwarf_reader.cc \
|
2007-09-26 07:44:38 +02:00
|
|
|
ehframe.cc \
|
2007-10-14 08:49:14 +02:00
|
|
|
errors.cc \
|
2008-01-09 20:57:45 +01:00
|
|
|
expression.cc \
|
2006-08-05 01:10:59 +02:00
|
|
|
fileread.cc \
|
2009-01-28 03:25:33 +01:00
|
|
|
gc.cc \
|
2006-08-05 01:10:59 +02:00
|
|
|
gold.cc \
|
|
|
|
gold-threads.cc \
|
2009-08-05 22:51:56 +02:00
|
|
|
icf.cc \
|
2009-03-21 00:37:51 +01:00
|
|
|
incremental.cc \
|
2009-12-09 04:02:28 +01:00
|
|
|
int_encoding.cc \
|
2006-09-22 00:13:18 +02:00
|
|
|
layout.cc \
|
2008-05-21 23:37:44 +02:00
|
|
|
mapfile.cc \
|
2007-05-16 19:42:48 +02:00
|
|
|
merge.cc \
|
2006-08-05 01:10:59 +02:00
|
|
|
object.cc \
|
|
|
|
options.cc \
|
2006-09-22 00:13:18 +02:00
|
|
|
output.cc \
|
2007-09-21 09:20:01 +02:00
|
|
|
parameters.cc \
|
2008-09-20 00:54:57 +02:00
|
|
|
plugin.cc \
|
2006-08-05 01:10:59 +02:00
|
|
|
readsyms.cc \
|
2008-05-28 22:48:16 +02:00
|
|
|
reduced_debug_output.cc \
|
2006-09-29 21:58:17 +02:00
|
|
|
reloc.cc \
|
2006-08-19 00:29:20 +02:00
|
|
|
resolve.cc \
|
2008-01-23 02:31:13 +01:00
|
|
|
script-sections.cc \
|
2006-11-14 20:21:05 +01:00
|
|
|
script.cc \
|
2006-08-19 00:29:20 +02:00
|
|
|
stringpool.cc \
|
2007-12-01 07:50:09 +01:00
|
|
|
symtab.cc \
|
2009-06-05 23:32:57 +02:00
|
|
|
target.cc \
|
2006-08-19 00:29:20 +02:00
|
|
|
target-select.cc \
|
2009-12-17 17:02:03 +01:00
|
|
|
timer.cc \
|
2007-10-07 20:06:27 +02:00
|
|
|
version.cc \
|
2007-11-22 01:05:51 +01:00
|
|
|
workqueue.cc \
|
|
|
|
workqueue-threads.cc
|
2006-08-05 01:10:59 +02:00
|
|
|
|
|
|
|
HFILES = \
|
2010-02-03 06:36:55 +01:00
|
|
|
arm-reloc-property.h \
|
2006-09-29 21:58:17 +02:00
|
|
|
archive.h \
|
2009-12-09 04:02:28 +01:00
|
|
|
attributes.h \
|
2008-02-08 08:06:58 +01:00
|
|
|
binary.h \
|
2006-11-03 19:26:11 +01:00
|
|
|
common.h \
|
2007-11-30 01:35:27 +01:00
|
|
|
compressed_output.h \
|
2008-04-17 00:54:29 +02:00
|
|
|
copy-relocs.h \
|
2008-07-23 00:08:43 +02:00
|
|
|
cref.h \
|
2006-11-03 19:26:11 +01:00
|
|
|
defstd.h \
|
2006-08-05 01:10:59 +02:00
|
|
|
dirsearch.h \
|
2008-07-25 06:25:49 +02:00
|
|
|
descriptors.h \
|
2006-11-14 20:21:05 +01:00
|
|
|
dynobj.h \
|
2007-11-03 00:02:44 +01:00
|
|
|
dwarf_reader.h \
|
2007-09-26 07:44:38 +02:00
|
|
|
ehframe.h \
|
2007-10-14 08:49:14 +02:00
|
|
|
errors.h \
|
2006-08-05 01:10:59 +02:00
|
|
|
fileread.h \
|
2009-03-24 01:31:29 +01:00
|
|
|
freebsd.h \
|
2009-01-28 03:25:33 +01:00
|
|
|
gc.h \
|
2006-08-05 01:10:59 +02:00
|
|
|
gold.h \
|
|
|
|
gold-threads.h \
|
2009-08-05 22:51:56 +02:00
|
|
|
icf.h \
|
2009-12-09 04:02:28 +01:00
|
|
|
int_encoding.h \
|
2006-09-22 00:13:18 +02:00
|
|
|
layout.h \
|
2008-05-21 23:37:44 +02:00
|
|
|
mapfile.h \
|
2007-05-16 19:42:48 +02:00
|
|
|
merge.h \
|
2006-08-05 01:10:59 +02:00
|
|
|
object.h \
|
|
|
|
options.h \
|
2006-09-22 00:13:18 +02:00
|
|
|
output.h \
|
2007-09-21 09:20:01 +02:00
|
|
|
parameters.h \
|
2008-09-20 00:54:57 +02:00
|
|
|
plugin.h \
|
2006-08-05 01:10:59 +02:00
|
|
|
readsyms.h \
|
2008-05-28 22:48:16 +02:00
|
|
|
reduced_debug_output.h \
|
2006-09-29 21:58:17 +02:00
|
|
|
reloc.h \
|
2006-11-16 01:38:25 +01:00
|
|
|
reloc-types.h \
|
|
|
|
script-c.h \
|
2008-01-23 02:31:13 +01:00
|
|
|
script-sections.h \
|
|
|
|
script.h \
|
2006-08-19 00:29:20 +02:00
|
|
|
stringpool.h \
|
2006-08-05 01:10:59 +02:00
|
|
|
symtab.h \
|
|
|
|
target.h \
|
2006-09-29 21:58:17 +02:00
|
|
|
target-reloc.h \
|
2006-08-19 00:29:20 +02:00
|
|
|
target-select.h \
|
2009-12-17 17:02:03 +01:00
|
|
|
timer.h \
|
2007-10-08 07:12:59 +02:00
|
|
|
tls.h \
|
2007-12-14 20:00:21 +01:00
|
|
|
token.h \
|
2007-11-22 01:05:51 +01:00
|
|
|
workqueue.h \
|
|
|
|
workqueue-internal.h
|
2006-08-05 01:10:59 +02:00
|
|
|
|
2006-11-14 20:21:05 +01:00
|
|
|
YFILES = \
|
|
|
|
yyscript.y
|
|
|
|
|
2010-02-03 06:36:55 +01:00
|
|
|
DEFFILES = arm-reloc.def
|
|
|
|
|
2006-11-14 20:21:05 +01:00
|
|
|
EXTRA_DIST = yyscript.c yyscript.h
|
2006-08-05 01:10:59 +02:00
|
|
|
|
2007-10-01 01:41:32 +02:00
|
|
|
TARGETSOURCES = \
|
2010-02-03 06:36:55 +01:00
|
|
|
i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc
|
2007-10-01 01:41:32 +02:00
|
|
|
|
|
|
|
ALL_TARGETOBJS = \
|
2009-05-29 02:15:12 +02:00
|
|
|
i386.$(OBJEXT) x86_64.$(OBJEXT) sparc.$(OBJEXT) powerpc.$(OBJEXT) \
|
2010-02-03 06:36:55 +01:00
|
|
|
arm.$(OBJEXT) arm-reloc-property.$(OBJEXT)
|
2007-10-01 01:41:32 +02:00
|
|
|
|
2010-02-03 06:36:55 +01:00
|
|
|
libgold_a_SOURCES = $(CCFILES) $(HFILES) $(YFILES) $(DEFFILES)
|
2009-06-23 20:10:42 +02:00
|
|
|
libgold_a_LIBADD = $(LIBOBJS)
|
2006-08-05 01:10:59 +02:00
|
|
|
|
2007-10-01 01:41:32 +02:00
|
|
|
sources_var = main.cc
|
2007-10-04 07:49:04 +02:00
|
|
|
deps_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL_DEP)
|
2011-09-23 17:02:32 +02:00
|
|
|
ldadd_var = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) \
|
2008-09-20 00:54:57 +02:00
|
|
|
$(THREADSLIB) $(LIBDL)
|
2011-09-23 17:02:32 +02:00
|
|
|
ldflags_var = $(GOLD_LDFLAGS)
|
2007-09-22 22:11:12 +02:00
|
|
|
|
|
|
|
ld_new_SOURCES = $(sources_var)
|
2009-06-23 20:10:42 +02:00
|
|
|
ld_new_DEPENDENCIES = $(deps_var)
|
|
|
|
ld_new_LDADD = $(ldadd_var)
|
2011-09-23 17:02:32 +02:00
|
|
|
ld_new_LDFLAGS = $(ldflags_var)
|
2006-08-05 01:10:59 +02:00
|
|
|
|
2007-10-01 01:41:32 +02:00
|
|
|
EXTRA_ld_new_SOURCES = $(TARGETSOURCES)
|
|
|
|
|
2009-11-25 01:10:05 +01:00
|
|
|
incremental_dump_SOURCES = incremental-dump.cc
|
2010-01-11 20:38:22 +01:00
|
|
|
incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY) \
|
|
|
|
$(LIBINTL_DEP)
|
|
|
|
incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \
|
2009-11-27 03:05:34 +01:00
|
|
|
$(THREADSLIB) $(LIBDL)
|
2009-11-25 01:10:05 +01:00
|
|
|
|
2006-11-14 20:21:05 +01:00
|
|
|
# Use an explicit dependency for the bison generated header file.
|
2008-01-23 03:13:38 +01:00
|
|
|
expression.$(OBJEXT): yyscript.h
|
|
|
|
script-sections.$(OBJEXT): yyscript.h
|
2006-11-14 20:21:05 +01:00
|
|
|
script.$(OBJEXT): yyscript.h
|
|
|
|
|
2006-12-01 00:52:50 +01:00
|
|
|
# We have to build libgold.a before we run the tests.
|
|
|
|
check: libgold.a
|
|
|
|
|
2006-08-05 01:10:59 +02:00
|
|
|
.PHONY: install-exec-local
|
|
|
|
|
|
|
|
install-exec-local: ld-new$(EXEEXT)
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(tooldir)/bin
|
2010-04-27 16:12:32 +02:00
|
|
|
n=`echo $(installed_linker) | sed '$(transform)'`; \
|
2006-08-05 01:10:59 +02:00
|
|
|
$(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${n}$(EXEEXT); \
|
|
|
|
if test "$(bindir)" != "$(tooldir)/bin"; then \
|
2010-04-27 16:12:32 +02:00
|
|
|
rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
|
|
|
|
ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null \
|
|
|
|
|| $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
|
|
|
|
fi; \
|
|
|
|
if test "x$(install_as_default)" = "xyes"; then \
|
2010-04-27 18:05:54 +02:00
|
|
|
ld=`echo ld | sed '$(transform)'`; \
|
|
|
|
rm -f $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \
|
|
|
|
ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT) >/dev/null 2>/dev/null \
|
|
|
|
|| $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$${ld}$(EXEEXT); \
|
2010-04-27 16:12:32 +02:00
|
|
|
if test "$(bindir)" != "$(tooldir)/bin"; then \
|
|
|
|
rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
|
|
|
|
ln $(DESTDIR)$(bindir)/$${n}$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
|
2006-08-05 01:10:59 +02:00
|
|
|
|| $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
|
2010-04-27 16:12:32 +02:00
|
|
|
fi; \
|
2006-08-05 01:10:59 +02:00
|
|
|
fi
|
|
|
|
|
|
|
|
# We want install to imply install-info as per GNU standards, despite
|
|
|
|
# the cygnus option.
|
|
|
|
install-data-local: install-info
|
2006-12-01 00:52:50 +01:00
|
|
|
|
2007-10-01 01:41:32 +02:00
|
|
|
POTFILES= $(CCFILES) $(HFILES) $(TARGETSOURCES)
|
2006-12-01 00:52:50 +01:00
|
|
|
|
|
|
|
po/POTFILES.in: @MAINT@ Makefile
|
2008-08-04 08:55:33 +02:00
|
|
|
for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
|
2006-12-01 00:52:50 +01:00
|
|
|
&& mv tmp $(srcdir)/po/POTFILES.in
|
2007-09-22 22:11:12 +02:00
|
|
|
|
|
|
|
# Bootstrap test support. We use ld-new to build ld1, then use ld1 to
|
|
|
|
# build ld2. ld1 and ld2 should be identical. ld-new need not be
|
|
|
|
# identical to ld1, since it was linked with the host linker.
|
|
|
|
|
|
|
|
if GCC
|
|
|
|
if NATIVE_LINKER
|
|
|
|
|
|
|
|
gcctestdir1/ld: ld-new
|
|
|
|
test -d gcctestdir1 || mkdir -p gcctestdir1
|
|
|
|
rm -f gcctestdir1/ld
|
|
|
|
(cd gcctestdir1 && $(LN_S) ../ld-new ld)
|
|
|
|
|
|
|
|
ld1_SOURCES = $(sources_var)
|
|
|
|
ld1_DEPENDENCIES = $(deps_var) gcctestdir1/ld
|
|
|
|
ld1_LDADD = $(ldadd_var)
|
|
|
|
ld1_LDFLAGS = -Bgcctestdir1/
|
|
|
|
|
|
|
|
gcctestdir2/ld: ld1
|
|
|
|
test -d gcctestdir2 || mkdir -p gcctestdir2
|
|
|
|
rm -f gcctestdir2/ld
|
|
|
|
(cd gcctestdir2 && $(LN_S) ../ld1 ld)
|
|
|
|
|
|
|
|
ld2_SOURCES = $(sources_var)
|
|
|
|
ld2_DEPENDENCIES = $(deps_var) gcctestdir2/ld
|
|
|
|
ld2_LDADD = $(ldadd_var)
|
|
|
|
ld2_LDFLAGS = -Bgcctestdir2/
|
|
|
|
|
|
|
|
bootstrap-test: ld2
|
|
|
|
rm -f $@
|
|
|
|
echo "#!/bin/sh" > $@
|
|
|
|
echo "cmp ld1 ld2" > $@
|
|
|
|
chmod +x $@
|
|
|
|
|
2008-02-06 20:32:32 +01:00
|
|
|
libgold-1-r.o: gcctestdir1/ld libgold.a
|
|
|
|
gcctestdir1/ld -o $@ -r --whole-archive libgold.a
|
|
|
|
|
|
|
|
ld1_r_SOURCES = $(sources_var)
|
|
|
|
ld1_r_DEPENDENCIES = libgold-1-r.o $(deps_var) gcctestdir1/ld
|
|
|
|
ld1_r_LDADD = libgold-1-r.o $(ldadd_var)
|
|
|
|
ld1_r_LDFLAGS = -Bgcctestdir1/
|
|
|
|
|
|
|
|
gcctestdir2-r/ld: ld1-r
|
|
|
|
test -d gcctestdir2-r || mkdir -p gcctestdir2-r
|
|
|
|
rm -f gcctestdir2-r/ld
|
|
|
|
(cd gcctestdir2-r && $(LN_S) ../ld1-r ld)
|
|
|
|
|
|
|
|
libgold-2-r.o: gcctestdir2-r/ld libgold.a
|
|
|
|
gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
|
|
|
|
|
|
|
|
ld2_r_SOURCES = $(sources_var)
|
|
|
|
ld2_r_DEPENDENCIES = libgold-2-r.o $(deps_var) gcctestdir2-r/ld
|
|
|
|
ld2_r_LDADD = libgold-2-r.o $(ldadd_var)
|
|
|
|
ld2_r_LDFLAGS = -Bgcctestdir2-r/
|
|
|
|
|
|
|
|
bootstrap-test-r: ld2-r
|
|
|
|
rm -f $@
|
|
|
|
echo "#!/bin/sh" > $@
|
|
|
|
echo "cmp ld1-r ld2-r" > $@
|
|
|
|
chmod +x $@
|
|
|
|
|
|
|
|
check_PROGRAMS = ld1 ld2 ld1-r ld2-r
|
|
|
|
TESTS = bootstrap-test bootstrap-test-r
|
2007-09-22 22:11:12 +02:00
|
|
|
|
|
|
|
endif
|
|
|
|
endif
|