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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [libc/] [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
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = ..
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
 
73
CC = @CC@ $(GCCSPECS)
74
CPP = @CPP@ $(GCCSPECS)
75
DEPDIR = @DEPDIR@
76
ENDIF = @ENDIF@
77
GCCSED = @GCCSED@
78
GCC_SPECS = @GCC_SPECS@
79
HAS_NETWORKING = @HAS_NETWORKING@
80
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81
MAINT = @MAINT@
82
MAKE = @MAKE@
83
MULTIBUILDTOP = @MULTIBUILDTOP@
84
MULTISUBDIR = @MULTISUBDIR@
85
PACKAGE = @PACKAGE@
86
PROJECT_INCLUDE = @PROJECT_INCLUDE@
87
PROJECT_ROOT = @PROJECT_ROOT@
88
PROJECT_TOPdir = @PROJECT_TOPdir@
89
RANLIB = @RANLIB@
90
RTEMS_BSP = @RTEMS_BSP@
91
RTEMS_CPU = @RTEMS_CPU@
92
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
93
RTEMS_HOST = @RTEMS_HOST@
94
RTEMS_ROOT = @RTEMS_ROOT@
95
RTEMS_TOPdir = @RTEMS_TOPdir@
96
STRIP = @STRIP@
97
VERSION = @VERSION@
98
am__include = @am__include@
99
am__quote = @am__quote@
100
install_sh = @install_sh@
101
multilib_basedir = @multilib_basedir@
102
project_libdir = @project_libdir@
103
 
104
LIB = $(ARCH)/lib.a
105
 
106
C_FILES = addr2ascii.c ascii2addr.c base64.c gethostbydns.c gethostbyht.c \
107
    gethostbynis.c gethostnamadr.c getnetbydns.c getnetbyht.c getnetbynis.c \
108
    getnetnamadr.c getproto.c getprotoent.c getprotoname.c getservbyname.c \
109
    getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \
110
    inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
111
    inet_pton.c linkaddr.c map_v4v6.c nsap_addr.c ns_name.c ns_netint.c \
112
    ns_parse.c ns_print.c ns_ttl.c res_comp.c res_data.c res_debug.c \
113
    res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c \
114
    res_stubs.c res_update.c strsep.c rcmd.c
115
 
116
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
117
 
118
OBJS = $(C_O_FILES)
119
 
120
@MULTILIB_TRUE@MULTISRCTOP =
121
@MULTILIB_TRUE@MULTIDIRS =
122
@MULTILIB_TRUE@MULTIDO = true
123
@MULTILIB_TRUE@MULTICLEAN = true
124
 
125
@RTEMS_USE_GCC_TRUE@CFLAGS_DEFAULT = -g -Wall
126
@RTEMS_USE_GCC_TRUE@GCCSPECS = $(GCC_SPECS)
127
 
128
DEFS = @DEFS@
129
 
130
CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) \
131
   $(DEFINES) $(XCPPFLAGS) $(CPPFLAGS_GCC)
132
 
133
CFLAGS = $(CFLAGS_DEFAULT) $(CPU_CFLAGS) $(XCFLAGS)
134
ASFLAGS = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS)
135
 
136
# when debugging, optimize flag: typically empty
137
# some compilers do allow optimization with their "-g"
138
CFLAGS_DEBUG_OPTIMIZE_V = -g
139
 
140
# profile flag; use gprof(1)
141
CFLAGS_PROFILE_V = -pg
142
 
143
 
144
#
145
# How to compile stuff into ${ARCH} subdirectory
146
#
147
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
148
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149
 
150
CCLD = $(CC)
151
 
152
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
153
 
154
 
155
# Dependency files for use by gmake
156
# NOTE: we don't put them into $(ARCH)
157
#       so that 'make clean' doesn't blow it away
158
DEPEND = Depends-${ARCH}
159
 
160
CLEAN_DEPEND = $(DEPEND).tmp
161
CLOBBER_DEPEND = $(DEPEND)
162
 
163
VARIANT = OPTIMIZE
164
 
165
VARIANT_OPTIMIZE_V = OPTIMIZE
166
VARIANT_DEBUG_V = DEBUG
167
VARIANT_PROFILE_V = PROFILE
168
VARIANT_optimize_V = OPTIMIZE
169
VARIANT_debug_V = DEBUG
170
VARIANT_profile_V = PROFILE
171
 
172
VARIANT_V = $(VARIANT_$(VARIANT)_V)
173
 
174
ARCH_OPTIMIZE_V = o-optimize
175
ARCH_DEBUG_V = o-debug
176
ARCH_PROFILE_V = o-profile
177
 
178
ARCH__V = $(ARCH_OPTIMIZE_V)
179
ARCH = $(ARCH_$(VARIANT_V)_V)
180
 
181
LIBSUFFIX_OPTIMIZE_V =
182
LIBSUFFIX_DEBUG_V = _g
183
LIBSUFFIX_PROFILE_V = _p
184
LIBSUFFIX__V = $(LIBSUFFIX_OPTIMIZE_V)
185
 
186
LIB_VARIANT = $(LIBSUFFIX_$(VARIANT_V)_V)
187
LIBSUFFIX_VA = $(LIB_VARIANT).a
188
 
189
CFLAGS__V = $(CFLAGS_OPTIMIZE_V)
190
 
191
@RTEMS_USE_GCC_TRUE@RTEMS_CFLAGS_OPTIMIZE_V =
192
@RTEMS_USE_GCC_TRUE@RTEMS_CFLAGS_DEBUG_V = -Wno-unused
193
@RTEMS_USE_GCC_TRUE@RTEMS_CFLAGS_PROFILE_V =
194
 
195
RTEMS_CFLAGS__V = $(RTEMS_CFLAGS_OPTIMIZE_V)
196
 
197
 
198
#
199
# Add local stuff here using +=
200
#
201
AM_CPPFLAGS = $(RTEMS_CPPFLAGS) -DNOPOLL -DNOSELECT
202
 
203
AM_CFLAGS = $(RTEMS_CFLAGS_$(VARIANT_V)_V) $(CFLAGS_$(VARIANT_V)_V)
204
 
205
# AM_CFLAGS = $(RTEMS_BSP_CFLAGS) $(RTEMS_CFLAGS)
206
AM_CCASFLAGS = $(RTEMS_BSP_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)
207
 
208
AR = @AR@
209
 
210
ARFLAGS = ruv
211
 
212
TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR)
213
 
214
man_MANS = addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 getnetent.3 \
215
    getprotoent.3 getservent.3 inet.3 iso_addr.3 linkaddr.3 ns.3 rcmd.3 \
216
    resolver.3
217
 
218
 
219
EXTRA_DIST = addr2ascii.3 addr2ascii.c ascii2addr.c base64.c byteorder.3 \
220
    ether_addr.c ethers.3 gethostbydns.c gethostbyht.c gethostbyname.3 \
221
    gethostbynis.c gethostnamadr.c gethostname.c getnetbydns.c getnetbyht.c \
222
    getnetbynis.c getnetent.3 getnetnamadr.c getproto.c getprotoent.3 \
223
    getprotoent.c getprotoname.c getservbyname.c getservbyport.c \
224
    getservent.3 getservent.c herror.c inet.3 inet_addr.c inet_lnaof.c \
225
    inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c \
226
    inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c map_v4v6.c linkaddr.3 \
227
    linkaddr.c ns.3 ns_addr.c ns_name.c ns_netint.c ns_ntoa.c ns_parse.c \
228
    ns_print.c ns_ttl.c nsap_addr.c rcmd.3 rcmd.c recv.c res_comp.c \
229
    res_config.h res_data.c res_debug.c res_init.c res_mkquery.c \
230
    res_mkupdate.c res_query.c res_send.c res_stubs.c res_update.c \
231
    resolver.3 send.c strsep.c
232
 
233
 
234
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
235
subdir = libc
236
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
237
CONFIG_CLEAN_FILES =
238
DIST_SOURCES =
239
 
240
NROFF = nroff
241
MANS = $(man_MANS)
242
DIST_COMMON = Makefile.am Makefile.in
243
all: all-am
244
 
245
.SUFFIXES:
246
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../automake/multilib.am $(top_srcdir)/../automake/compile.am $(top_srcdir)/../automake/lib.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
247
        cd $(top_srcdir) && \
248
          $(AUTOMAKE) --foreign  libc/Makefile
249
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
250
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
251
uninstall-info-am:
252
 
253
man3dir = $(mandir)/man3
254
install-man3: $(man3_MANS) $(man_MANS)
255
        @$(NORMAL_INSTALL)
256
        $(mkinstalldirs) $(DESTDIR)$(man3dir)
257
        @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
258
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
259
        for i in $$l2; do \
260
          case "$$i" in \
261
            *.3*) list="$$list $$i" ;; \
262
          esac; \
263
        done; \
264
        for i in $$list; do \
265
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
266
          else file=$$i; fi; \
267
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
268
          case "$$ext" in \
269
            3*) ;; \
270
            *) ext='3' ;; \
271
          esac; \
272
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
273
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
274
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
275
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
276
          $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
277
        done
278
uninstall-man3:
279
        @$(NORMAL_UNINSTALL)
280
        @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
281
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
282
        for i in $$l2; do \
283
          case "$$i" in \
284
            *.3*) list="$$list $$i" ;; \
285
          esac; \
286
        done; \
287
        for i in $$list; do \
288
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
289
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
290
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
291
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
292
          echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \
293
          rm -f $(DESTDIR)$(man3dir)/$$inst; \
294
        done
295
tags: TAGS
296
TAGS:
297
 
298
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
299
 
300
top_distdir = ..
301
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
302
 
303
distdir: $(DISTFILES)
304
        @list='$(DISTFILES)'; for file in $$list; do \
305
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
306
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
307
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
308
            dir="/$$dir"; \
309
            $(mkinstalldirs) "$(distdir)$$dir"; \
310
          else \
311
            dir=''; \
312
          fi; \
313
          if test -d $$d/$$file; then \
314
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
315
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
316
            fi; \
317
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
318
          else \
319
            test -f $(distdir)/$$file \
320
            || cp -p $$d/$$file $(distdir)/$$file \
321
            || exit 1; \
322
          fi; \
323
        done
324
check-am: all-am
325
check: check-am
326
all-am: Makefile $(MANS) all-local
327
 
328
installdirs:
329
        $(mkinstalldirs) $(DESTDIR)$(man3dir)
330
 
331
install: install-am
332
install-exec: install-exec-am
333
install-data: install-data-am
334
uninstall: uninstall-am
335
 
336
install-am: all-am
337
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338
 
339
installcheck: installcheck-am
340
install-strip:
341
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
342
          INSTALL_STRIP_FLAG=-s \
343
          `test -z '$(STRIP)' || \
344
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
345
mostlyclean-generic:
346
 
347
clean-generic:
348
 
349
distclean-generic:
350
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
351
 
352
maintainer-clean-generic:
353
        @echo "This command is intended for maintainers to use"
354
        @echo "it deletes files that may require special tools to rebuild."
355
clean: clean-am
356
 
357
clean-am: clean-generic clean-local mostlyclean-am
358
 
359
distclean: distclean-am
360
 
361
distclean-am: clean-am distclean-generic distclean-local
362
 
363
dvi: dvi-am
364
 
365
dvi-am:
366
 
367
info: info-am
368
 
369
info-am:
370
 
371
install-data-am: install-man
372
 
373
install-exec-am:
374
 
375
install-info: install-info-am
376
 
377
install-man: install-man3
378
 
379
installcheck-am:
380
 
381
maintainer-clean: maintainer-clean-am
382
 
383
maintainer-clean-am: distclean-am maintainer-clean-generic
384
 
385
mostlyclean: mostlyclean-am
386
 
387
mostlyclean-am: mostlyclean-generic
388
 
389
uninstall-am: uninstall-info-am uninstall-man
390
 
391
uninstall-man: uninstall-man3
392
 
393
.PHONY: all all-am all-local check check-am clean clean-generic \
394
        clean-local distclean distclean-generic distclean-local distdir \
395
        dvi dvi-am info info-am install install-am install-data \
396
        install-data-am install-exec install-exec-am install-info \
397
        install-info-am install-man install-man3 install-strip \
398
        installcheck installcheck-am installdirs maintainer-clean \
399
        maintainer-clean-generic mostlyclean mostlyclean-generic \
400
        uninstall uninstall-am uninstall-info-am uninstall-man \
401
        uninstall-man3
402
 
403
 
404
# Multilib support rules
405
.PHONY: all-multi install-multi mostlyclean-multi clean-multi distclean-multi \
406
        maintainer-clean-multi
407
 
408
@MULTILIB_TRUE@all-recursive: all-multi
409
@MULTILIB_TRUE@install-recursive: install-multi
410
 
411
@MULTILIB_TRUE@mostlyclean-recursive: mostlyclean-multi
412
@MULTILIB_TRUE@clean-recursive: clean-multi
413
@MULTILIB_TRUE@distclean-recursive: distclean-multi
414
@MULTILIB_TRUE@maintainer-clean-recursive: maintainer-clean-multi
415
 
416
@MULTILIB_TRUE@all-multi:
417
@MULTILIB_TRUE@ $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
418
@MULTILIB_TRUE@install-multi:
419
@MULTILIB_TRUE@ $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
420
 
421
@MULTILIB_TRUE@mostlyclean-multi:
422
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
423
@MULTILIB_TRUE@clean-multi:
424
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
425
@MULTILIB_TRUE@distclean-multi:
426
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
427
@MULTILIB_TRUE@maintainer-clean-multi:
428
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
429
@MULTILIB_FALSE@include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
430
@RTEMS_USE_GCC_FALSE@include $(CONFIG.CC)
431
 
432
${ARCH}/%.$(OBJEXT): %.c
433
        ${COMPILE} -o $@ -c $<
434
 
435
${ARCH}/%.$(OBJEXT): %.S
436
        ${CCASCOMPILE} -o $@ -c $<
437
 
438
# Make foo.rel from foo.$(OBJEXT)
439
${ARCH}/%.rel: ${ARCH}/%.$(OBJEXT)
440
        ${make-rel}
441
 
442
# We deliberately don't have anything depend on the
443
# $(DEPEND) file; otherwise it will get rebuilt even
444
# on 'make clean'
445
#
446
 
447
depend-am: $(C_FILES) $(CC_FILES) $(S_FILES)
448
        $(COMPILE) -M   $^    |  \
449
        sed -e 's?^\(.*\)\.o[ ]*:?$$(ARCH)/\1.o:?' \
450
            -e 's?$(ARCH)/?$$(ARCH)/?'   >$(DEPEND).tmp
451
        mv $(DEPEND).tmp $(DEPEND)
452
depend: depend-am
453
 
454
# pull in dependencies if they exist
455
ifeq (${DEPEND},$(wildcard ${DEPEND}))
456
include ${DEPEND}
457
@ENDIF@
458
 
459
define make-library
460
$(RM) $@
461
$(AR) $(ARFLAGS) $@ $^
462
$(RANLIB) $@
463
endef
464
 
465
$(project_libdir)$(MULTISUBDIR):
466
        @$(mkinstalldirs) $@
467
 
468
.PRECIOUS: $(LIB)
469
 
470
$(LIB): $(OBJS)
471
        $(make-library)
472
 
473
all-local: $(ARCH) $(OBJS) $(LIB)
474
 
475
.PRECIOUS: $(LIB)
476
 
477
debug:
478
        @echo
479
        @echo "\"make debug\" is obsolete, instead use:"
480
        @echo " make VARIANT=DEBUG"
481
        @echo
482
 
483
.PHONY: debug
484
 
485
profile:
486
        @echo
487
        @echo "\"make profile\" is obsolete, instead use:"
488
        @echo " make VARIANT=PROFILE"
489
        @echo
490
 
491
.PHONY: profile
492
 
493
preinstall-am: $(PREINSTALL_FILES)
494
preinstall: preinstall-am
495
.PHONY: preinstall preinstall-am
496
 
497
depend-am:
498
depend: depend-am
499
.PHONY: depend depend-am
500
 
501
${ARCH}:
502
        mkdir ${ARCH}
503
 
504
clean-local:
505
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
506
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
507
 
508
distclean-local:
509
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
510
# Tell versions [3.59,3.63) of GNU make to not export all variables.
511
# Otherwise a system limit (for SysV at least) may be exceeded.
512
.NOEXPORT:

powered by: WebSVN 2.1.0

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