OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
#
18
#  Makefile.am,v 1.11 2002/04/08 18:29:33 joel Exp
19
#
20
SHELL = @SHELL@
21
 
22
srcdir = @srcdir@
23
top_srcdir = @top_srcdir@
24
VPATH = @srcdir@
25
prefix = @prefix@
26
exec_prefix = @exec_prefix@
27
 
28
bindir = @bindir@
29
sbindir = @sbindir@
30
libexecdir = @libexecdir@
31
datadir = @datadir@
32
sysconfdir = @sysconfdir@
33
sharedstatedir = @sharedstatedir@
34
localstatedir = @localstatedir@
35
libdir = @libdir@
36
infodir = @infodir@
37
mandir = @mandir@
38
includedir = @includedir@
39
oldincludedir = /usr/include
40
pkgdatadir = $(datadir)/@PACKAGE@
41
pkglibdir = $(libdir)/@PACKAGE@
42
pkgincludedir = $(includedir)/@PACKAGE@
43
top_builddir = .
44
 
45
ACLOCAL = @ACLOCAL@
46
AUTOCONF = @AUTOCONF@
47
AUTOMAKE = @AUTOMAKE@
48
AUTOHEADER = @AUTOHEADER@
49
 
50
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51
INSTALL = @INSTALL@
52
INSTALL_PROGRAM = @INSTALL_PROGRAM@
53
INSTALL_DATA = @INSTALL_DATA@
54
install_sh_DATA = $(install_sh) -c -m 644
55
install_sh_PROGRAM = $(install_sh) -c
56
install_sh_SCRIPT = $(install_sh) -c
57
INSTALL_SCRIPT = @INSTALL_SCRIPT@
58
INSTALL_HEADER = $(INSTALL_DATA)
59
transform = @program_transform_name@
60
NORMAL_INSTALL = :
61
PRE_INSTALL = :
62
POST_INSTALL = :
63
NORMAL_UNINSTALL = :
64
PRE_UNINSTALL = :
65
POST_UNINSTALL = :
66
 
67
EXEEXT = @EXEEXT@
68
OBJEXT = @OBJEXT@
69
PATH_SEPARATOR = @PATH_SEPARATOR@
70
AMTAR = @AMTAR@
71
AWK = @AWK@
72
BMENU2 = @BMENU2@
73
DEPDIR = @DEPDIR@
74
DVIPS = @DVIPS@
75
ENDIF = @ENDIF@
76
EPSTOPDF = @EPSTOPDF@
77
GS = @GS@
78
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79
LN_S = @LN_S@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
PACKAGE = @PACKAGE@
83
PERL = @PERL@
84
PROJECT_ROOT = @PROJECT_ROOT@
85
PROJECT_TOPdir = @PROJECT_TOPdir@
86
RTEMS_TOPdir = @RTEMS_TOPdir@
87
STRIP = @STRIP@
88
TEXI2DVI = @TEXI2DVI@
89
TEXI2PDF = @TEXI2PDF@
90
TEXI2WWW = @TEXI2WWW@
91
VERSION = @VERSION@
92
am__include = @am__include@
93
am__quote = @am__quote@
94
htmldir = @htmldir@
95
install_sh = @install_sh@
96
pkgdocdir = @pkgdocdir@
97
 
98
ACLOCAL_AMFLAGS = -I ../aclocal
99
 
100
 
101
# NOTE: The order of the directories is essential.
102
#       + tools, common and images are shared across many documents
103
SUBDIRS = tools common images FAQ started user bsp_howto porting develenv \
104
    posix_users posix1003.1 filesystem itron3.0 networking ada_user \
105
    started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \
106
    gnu_docs src2html
107
 
108
 
109
@USE_HTML_TRUE@html_DATA = index.html HELP.html
110
 
111
AUTOMAKE_FILES = project.am main.am
112
 
113
EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
114
    rtems_header.html.in rtems_footer.html.in
115
 
116
subdir = .
117
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
119
CONFIG_CLEAN_FILES = rtems_support.html index.html
120
DIST_SOURCES =
121
DATA = $(html_DATA)
122
 
123
 
124
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
125
        uninstall-info-recursive all-recursive install-data-recursive \
126
        install-exec-recursive installdirs-recursive install-recursive \
127
        uninstall-recursive check-recursive installcheck-recursive
128
DIST_COMMON = README ../COPYING ../ChangeLog ../INSTALL ../README \
129
        ../acinclude.m4 ../config.guess ../config.sub ../configure \
130
        ../configure.ac ../depcomp ../install-sh ../mdate-sh ../missing \
131
        ../mkinstalldirs ../texinfo.tex ChangeLog Makefile.am \
132
        Makefile.in TODO aclocal.m4 configure configure.ac \
133
        index.html.in rtems_support.html.in
134
DIST_SUBDIRS = $(SUBDIRS)
135
all: all-recursive
136
 
137
.SUFFIXES:
138
 
139
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
140
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
141
        cd $(top_srcdir) && \
142
          $(AUTOMAKE) --foreign  Makefile
143
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
144
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
145
 
146
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
147
        $(SHELL) ./config.status --recheck
148
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
149
        cd $(srcdir) && $(AUTOCONF)
150
 
151
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../aclocal/bsp-alias.m4 ../aclocal/bsp-arg-enable.m4 ../aclocal/bsp-configure.m4 ../aclocal/bspopts.m4 ../aclocal/canonical-host.m4 ../aclocal/canonical-target-name.m4 ../aclocal/canonicalize-tools.m4 ../aclocal/check-bsp-cache.m4 ../aclocal/check-bsps.m4 ../aclocal/check-cpu.m4 ../aclocal/check-cxx.m4 ../aclocal/check-itron.m4 ../aclocal/check-multiprocessing.m4 ../aclocal/check-networking.m4 ../aclocal/check-newlib.m4 ../aclocal/check-posix.m4 ../aclocal/check-rdbg.m4 ../aclocal/check-tool.m4 ../aclocal/config-subdirs.m4 ../aclocal/enable-bare.m4 ../aclocal/enable-cxx.m4 ../aclocal/enable-inlines.m4 ../aclocal/enable-itron.m4 ../aclocal/enable-multiprocessing.m4 ../aclocal/enable-networking.m4 ../aclocal/enable-posix.m4 ../aclocal/enable-rdbg.m4 ../aclocal/enable-rtemsbsp.m4 ../aclocal/enable-tests.m4 ../aclocal/env-rtemsbsp.m4 ../aclocal/gcc-pipe.m4 ../aclocal/gcc-specs.m4 ../aclocal/i386-gas-code16.m4 ../aclocal/multilib.m4 ../aclocal/path-ksh.m4 ../aclocal/path-perl.m4 ../aclocal/ppc.m4 ../aclocal/prog-cc.m4 ../aclocal/prog-cxx.m4 ../aclocal/project-root.m4 ../aclocal/rtems-cpu-subdirs.m4 ../aclocal/rtems-debug.m4 ../aclocal/rtems-test-no-pause.m4 ../aclocal/rtems-top.m4 ../aclocal/sysv-ipc.m4 ../aclocal/target.m4 ../aclocal/tool-paths.m4 ../aclocal/version.m4
152
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
153
rtems_support.html: $(top_builddir)/config.status rtems_support.html.in
154
        cd $(top_builddir) && $(SHELL) ./config.status $@
155
index.html: $(top_builddir)/config.status index.html.in
156
        cd $(top_builddir) && $(SHELL) ./config.status $@
157
uninstall-info-am:
158
htmlDATA_INSTALL = $(INSTALL_DATA)
159
install-htmlDATA: $(html_DATA)
160
        @$(NORMAL_INSTALL)
161
        $(mkinstalldirs) $(DESTDIR)$(htmldir)
162
        @list='$(html_DATA)'; for p in $$list; do \
163
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
164
          f="`echo $$p | sed -e 's|^.*/||'`"; \
165
          echo " $(htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f"; \
166
          $(htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f; \
167
        done
168
 
169
uninstall-htmlDATA:
170
        @$(NORMAL_UNINSTALL)
171
        @list='$(html_DATA)'; for p in $$list; do \
172
          f="`echo $$p | sed -e 's|^.*/||'`"; \
173
          echo " rm -f $(DESTDIR)$(htmldir)/$$f"; \
174
          rm -f $(DESTDIR)$(htmldir)/$$f; \
175
        done
176
 
177
# This directory's subdirectories are mostly independent; you can cd
178
# into them and run `make' without going through this Makefile.
179
# To change the values of `make' variables: instead of editing Makefiles,
180
# (1) if the variable is set in `config.status', edit `config.status'
181
#     (which will cause the Makefiles to be regenerated when you run `make');
182
# (2) otherwise, pass the desired values on the `make' command line.
183
$(RECURSIVE_TARGETS):
184
        @set fnord $$MAKEFLAGS; amf=$$2; \
185
        dot_seen=no; \
186
        target=`echo $@ | sed s/-recursive//`; \
187
        list='$(SUBDIRS)'; for subdir in $$list; do \
188
          echo "Making $$target in $$subdir"; \
189
          if test "$$subdir" = "."; then \
190
            dot_seen=yes; \
191
            local_target="$$target-am"; \
192
          else \
193
            local_target="$$target"; \
194
          fi; \
195
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
196
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
197
        done; \
198
        if test "$$dot_seen" = "no"; then \
199
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
200
        fi; test -z "$$fail"
201
 
202
mostlyclean-recursive clean-recursive distclean-recursive \
203
maintainer-clean-recursive:
204
        @set fnord $$MAKEFLAGS; amf=$$2; \
205
        dot_seen=no; \
206
        case "$@" in \
207
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
208
          *) list='$(SUBDIRS)' ;; \
209
        esac; \
210
        rev=''; for subdir in $$list; do \
211
          if test "$$subdir" = "."; then :; else \
212
            rev="$$subdir $$rev"; \
213
          fi; \
214
        done; \
215
        rev="$$rev ."; \
216
        target=`echo $@ | sed s/-recursive//`; \
217
        for subdir in $$rev; do \
218
          echo "Making $$target in $$subdir"; \
219
          if test "$$subdir" = "."; then \
220
            local_target="$$target-am"; \
221
          else \
222
            local_target="$$target"; \
223
          fi; \
224
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
225
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
226
        done && test -z "$$fail"
227
tags-recursive:
228
        list='$(SUBDIRS)'; for subdir in $$list; do \
229
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
230
        done
231
 
232
ETAGS = etags
233
ETAGSFLAGS =
234
 
235
tags: TAGS
236
 
237
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
238
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
239
        unique=`for i in $$list; do \
240
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241
          done | \
242
          $(AWK) '    { files[$$0] = 1; } \
243
               END { for (i in files) print i; }'`; \
244
        mkid -fID $$unique
245
 
246
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
247
                $(TAGS_FILES) $(LISP)
248
        tags=; \
249
        here=`pwd`; \
250
        list='$(SUBDIRS)'; for subdir in $$list; do \
251
          if test "$$subdir" = .; then :; else \
252
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
253
          fi; \
254
        done; \
255
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
256
        unique=`for i in $$list; do \
257
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
258
          done | \
259
          $(AWK) '    { files[$$0] = 1; } \
260
               END { for (i in files) print i; }'`; \
261
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
262
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
263
             $$tags $$unique
264
 
265
GTAGS:
266
        here=`$(am__cd) $(top_builddir) && pwd` \
267
          && cd $(top_srcdir) \
268
          && gtags -i $(GTAGS_ARGS) $$here
269
 
270
distclean-tags:
271
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
272
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
273
 
274
top_distdir = .
275
distdir = $(PACKAGE)-$(VERSION)
276
 
277
am__remove_distdir = \
278
  { test ! -d $(distdir) \
279
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
280
         && rm -fr $(distdir); }; }
281
 
282
GZIP_ENV = --best
283
distcleancheck_listfiles = find . -type f -print
284
 
285
distdir: $(DISTFILES)
286
        $(am__remove_distdir)
287
        mkdir $(distdir)
288
        $(mkinstalldirs) $(distdir)/. $(distdir)/..
289
        @list='$(DISTFILES)'; for file in $$list; do \
290
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
291
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
292
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
293
            dir="/$$dir"; \
294
            $(mkinstalldirs) "$(distdir)$$dir"; \
295
          else \
296
            dir=''; \
297
          fi; \
298
          if test -d $$d/$$file; then \
299
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
300
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
301
            fi; \
302
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
303
          else \
304
            test -f $(distdir)/$$file \
305
            || cp -p $$d/$$file $(distdir)/$$file \
306
            || exit 1; \
307
          fi; \
308
        done
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
310
          if test "$$subdir" = .; then :; else \
311
            test -d $(distdir)/$$subdir \
312
            || mkdir $(distdir)/$$subdir \
313
            || exit 1; \
314
            (cd $$subdir && \
315
              $(MAKE) $(AM_MAKEFLAGS) \
316
                top_distdir="$(top_distdir)" \
317
                distdir=../$(distdir)/$$subdir \
318
                distdir) \
319
              || exit 1; \
320
          fi; \
321
        done
322
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
323
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
324
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
325
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
326
        || chmod -R a+r $(distdir)
327
dist-gzip: distdir
328
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
329
        $(am__remove_distdir)
330
 
331
dist dist-all: distdir
332
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
333
        $(am__remove_distdir)
334
 
335
# This target untars the dist file and tries a VPATH configuration.  Then
336
# it guarantees that the distribution is self-contained by making another
337
# tarfile.
338
distcheck: dist
339
        $(am__remove_distdir)
340
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
341
        chmod -R a-w $(distdir); chmod a+w $(distdir)
342
        mkdir $(distdir)/=build
343
        mkdir $(distdir)/=inst
344
        chmod a-w $(distdir)
345
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
346
          && cd $(distdir)/=build \
347
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
348
            $(DISTCHECK_CONFIGURE_FLAGS) \
349
          && $(MAKE) $(AM_MAKEFLAGS) \
350
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
351
          && $(MAKE) $(AM_MAKEFLAGS) check \
352
          && $(MAKE) $(AM_MAKEFLAGS) install \
353
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
354
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
355
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
356
              || { echo "ERROR: files left after uninstall:" ; \
357
                   find $$dc_install_base -type f -print ; \
358
                   exit 1; } >&2 ) \
359
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
360
          && rm -f $(distdir).tar.gz \
361
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
362
        $(am__remove_distdir)
363
        @echo "$(distdir).tar.gz is ready for distribution" | \
364
          sed 'h;s/./=/g;p;x;p;x'
365
distcleancheck: distclean
366
        if test '$(srcdir)' = . ; then \
367
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
368
          exit 1 ; \
369
        fi
370
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
371
          || { echo "ERROR: files left after distclean:" ; \
372
               $(distcleancheck_listfiles) ; \
373
               exit 1; } >&2
374
check-am: all-am
375
check: check-recursive
376
all-am: Makefile $(DATA)
377
installdirs: installdirs-recursive
378
installdirs-am:
379
        $(mkinstalldirs) $(DESTDIR)$(htmldir)
380
 
381
install: install-recursive
382
install-exec: install-exec-recursive
383
install-data: install-data-recursive
384
uninstall: uninstall-recursive
385
 
386
install-am: all-am
387
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
 
389
installcheck: installcheck-recursive
390
install-strip:
391
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392
          INSTALL_STRIP_FLAG=-s \
393
          `test -z '$(STRIP)' || \
394
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
395
mostlyclean-generic:
396
 
397
clean-generic:
398
 
399
distclean-generic:
400
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
401
 
402
maintainer-clean-generic:
403
        @echo "This command is intended for maintainers to use"
404
        @echo "it deletes files that may require special tools to rebuild."
405
clean: clean-recursive
406
 
407
clean-am: clean-generic mostlyclean-am
408
 
409
distclean: distclean-recursive
410
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
411
distclean-am: clean-am distclean-generic distclean-tags
412
 
413
dvi: dvi-recursive
414
 
415
dvi-am:
416
 
417
info: info-recursive
418
 
419
info-am:
420
 
421
install-data-am: install-htmlDATA
422
 
423
install-exec-am:
424
 
425
install-info: install-info-recursive
426
 
427
install-man:
428
 
429
installcheck-am:
430
 
431
maintainer-clean: maintainer-clean-recursive
432
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
433
        -rm -rf autom4te.cache
434
maintainer-clean-am: distclean-am maintainer-clean-generic
435
 
436
mostlyclean: mostlyclean-recursive
437
 
438
mostlyclean-am: mostlyclean-generic
439
 
440
uninstall-am: uninstall-htmlDATA uninstall-info-am
441
 
442
uninstall-info: uninstall-info-recursive
443
 
444
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
445
        clean-generic clean-recursive dist dist-all dist-gzip distcheck \
446
        distclean distclean-generic distclean-recursive distclean-tags \
447
        distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
448
        info-recursive install install-am install-data install-data-am \
449
        install-data-recursive install-exec install-exec-am \
450
        install-exec-recursive install-htmlDATA install-info \
451
        install-info-am install-info-recursive install-man \
452
        install-recursive install-strip installcheck installcheck-am \
453
        installdirs installdirs-am installdirs-recursive \
454
        maintainer-clean maintainer-clean-generic \
455
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
456
        mostlyclean-recursive tags tags-recursive uninstall \
457
        uninstall-am uninstall-htmlDATA uninstall-info-am \
458
        uninstall-info-recursive uninstall-recursive
459
 
460
# Tell versions [3.59,3.63) of GNU make to not export all variables.
461
# Otherwise a system limit (for SysV at least) may be exceeded.
462
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.