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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [posix/] [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
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_POSIX_API = @HAS_POSIX_API@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
MULTIBUILDTOP = @MULTIBUILDTOP@
83
MULTISUBDIR = @MULTISUBDIR@
84
PACKAGE = @PACKAGE@
85
PROJECT_INCLUDE = @PROJECT_INCLUDE@
86
PROJECT_ROOT = @PROJECT_ROOT@
87
PROJECT_TOPdir = @PROJECT_TOPdir@
88
RANLIB = @RANLIB@
89
RTEMS_BSP = @RTEMS_BSP@
90
RTEMS_CPU = @RTEMS_CPU@
91
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
92
RTEMS_HOST = @RTEMS_HOST@
93
RTEMS_ROOT = @RTEMS_ROOT@
94
RTEMS_TOPdir = @RTEMS_TOPdir@
95
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
96
RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@
97
STRIP = @STRIP@
98
VERSION = @VERSION@
99
am__include = @am__include@
100
am__quote = @am__quote@
101
install_sh = @install_sh@
102
multilib_basedir = @multilib_basedir@
103
project_libdir = @project_libdir@
104
 
105
ACLOCAL_AMFLAGS = -I ../aclocal
106
 
107
SUBDIRS = include inline macros src
108
 
109
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
110
subdir = .
111
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
113
CONFIG_HEADER = $(top_builddir)/src/config.h
114
CONFIG_CLEAN_FILES =
115
DIST_SOURCES =
116
 
117
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
118
        uninstall-info-recursive all-recursive install-data-recursive \
119
        install-exec-recursive installdirs-recursive install-recursive \
120
        uninstall-recursive check-recursive installcheck-recursive
121
DIST_COMMON = ../../COPYING ../../ChangeLog ../../INSTALL ../../README \
122
        ../../acinclude.m4 ../../config.guess ../../config.sub \
123
        ../../configure ../../configure.ac ../../depcomp \
124
        ../../install-sh ../../missing ../../mkinstalldirs ChangeLog \
125
        Makefile.am Makefile.in aclocal.m4 configure configure.ac
126
DIST_SUBDIRS = $(SUBDIRS)
127
all: all-recursive
128
 
129
.SUFFIXES:
130
 
131
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
132
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../automake/subdirs.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
133
        cd $(top_srcdir) && \
134
          $(AUTOMAKE) --foreign  Makefile
135
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
136
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
137
 
138
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
139
        $(SHELL) ./config.status --recheck
140
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
141
        cd $(srcdir) && $(AUTOCONF)
142
 
143
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../aclocal/bsp-alias.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-itron.m4 ../aclocal/check-multiprocessing.m4 ../aclocal/check-networking.m4 ../aclocal/check-newlib.m4 ../aclocal/check-posix.m4 ../aclocal/check-tool.m4 ../aclocal/enable-bare.m4 ../aclocal/enable-inlines.m4 ../aclocal/enable-itron.m4 ../aclocal/enable-multiprocessing.m4 ../aclocal/enable-networking.m4 ../aclocal/enable-posix.m4 ../aclocal/enable-rtemsbsp.m4 ../aclocal/env-rtemsbsp.m4 ../aclocal/env-rtemscpu.m4 ../aclocal/gcc-pipe.m4 ../aclocal/gcc-specs.m4 ../aclocal/multi.m4 ../aclocal/multilib.m4 ../aclocal/prog-cc.m4 ../aclocal/prog-ccas.m4 ../aclocal/rtems-cpu-subdirs.m4 ../aclocal/rtems-debug.m4 ../aclocal/rtems-top.m4 ../aclocal/sysv-ipc.m4 ../aclocal/tool-paths.m4 ../aclocal/version.m4
144
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
145
uninstall-info-am:
146
 
147
# This directory's subdirectories are mostly independent; you can cd
148
# into them and run `make' without going through this Makefile.
149
# To change the values of `make' variables: instead of editing Makefiles,
150
# (1) if the variable is set in `config.status', edit `config.status'
151
#     (which will cause the Makefiles to be regenerated when you run `make');
152
# (2) otherwise, pass the desired values on the `make' command line.
153
$(RECURSIVE_TARGETS):
154
        @set fnord $$MAKEFLAGS; amf=$$2; \
155
        dot_seen=no; \
156
        target=`echo $@ | sed s/-recursive//`; \
157
        list='$(SUBDIRS)'; for subdir in $$list; do \
158
          echo "Making $$target in $$subdir"; \
159
          if test "$$subdir" = "."; then \
160
            dot_seen=yes; \
161
            local_target="$$target-am"; \
162
          else \
163
            local_target="$$target"; \
164
          fi; \
165
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
166
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
167
        done; \
168
        if test "$$dot_seen" = "no"; then \
169
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170
        fi; test -z "$$fail"
171
 
172
mostlyclean-recursive clean-recursive distclean-recursive \
173
maintainer-clean-recursive:
174
        @set fnord $$MAKEFLAGS; amf=$$2; \
175
        dot_seen=no; \
176
        case "$@" in \
177
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
178
          *) list='$(SUBDIRS)' ;; \
179
        esac; \
180
        rev=''; for subdir in $$list; do \
181
          if test "$$subdir" = "."; then :; else \
182
            rev="$$subdir $$rev"; \
183
          fi; \
184
        done; \
185
        rev="$$rev ."; \
186
        target=`echo $@ | sed s/-recursive//`; \
187
        for subdir in $$rev; do \
188
          echo "Making $$target in $$subdir"; \
189
          if test "$$subdir" = "."; then \
190
            local_target="$$target-am"; \
191
          else \
192
            local_target="$$target"; \
193
          fi; \
194
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
195
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
196
        done && test -z "$$fail"
197
tags-recursive:
198
        list='$(SUBDIRS)'; for subdir in $$list; do \
199
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
200
        done
201
 
202
ETAGS = etags
203
ETAGSFLAGS =
204
 
205
tags: TAGS
206
 
207
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
208
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
209
        unique=`for i in $$list; do \
210
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
211
          done | \
212
          $(AWK) '    { files[$$0] = 1; } \
213
               END { for (i in files) print i; }'`; \
214
        mkid -fID $$unique
215
 
216
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
217
                $(TAGS_FILES) $(LISP)
218
        tags=; \
219
        here=`pwd`; \
220
        list='$(SUBDIRS)'; for subdir in $$list; do \
221
          if test "$$subdir" = .; then :; else \
222
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
223
          fi; \
224
        done; \
225
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
226
        unique=`for i in $$list; do \
227
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228
          done | \
229
          $(AWK) '    { files[$$0] = 1; } \
230
               END { for (i in files) print i; }'`; \
231
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
232
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
233
             $$tags $$unique
234
 
235
GTAGS:
236
        here=`$(am__cd) $(top_builddir) && pwd` \
237
          && cd $(top_srcdir) \
238
          && gtags -i $(GTAGS_ARGS) $$here
239
 
240
distclean-tags:
241
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
242
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243
 
244
top_distdir = .
245
distdir = $(PACKAGE)-$(VERSION)
246
 
247
am__remove_distdir = \
248
  { test ! -d $(distdir) \
249
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
250
         && rm -fr $(distdir); }; }
251
 
252
GZIP_ENV = --best
253
distcleancheck_listfiles = find . -type f -print
254
 
255
distdir: $(DISTFILES)
256
        $(am__remove_distdir)
257
        mkdir $(distdir)
258
        $(mkinstalldirs) $(distdir)/../..
259
        @list='$(DISTFILES)'; for file in $$list; do \
260
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
261
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
262
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
263
            dir="/$$dir"; \
264
            $(mkinstalldirs) "$(distdir)$$dir"; \
265
          else \
266
            dir=''; \
267
          fi; \
268
          if test -d $$d/$$file; then \
269
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
270
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
271
            fi; \
272
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
273
          else \
274
            test -f $(distdir)/$$file \
275
            || cp -p $$d/$$file $(distdir)/$$file \
276
            || exit 1; \
277
          fi; \
278
        done
279
        list='$(SUBDIRS)'; for subdir in $$list; do \
280
          if test "$$subdir" = .; then :; else \
281
            test -d $(distdir)/$$subdir \
282
            || mkdir $(distdir)/$$subdir \
283
            || exit 1; \
284
            (cd $$subdir && \
285
              $(MAKE) $(AM_MAKEFLAGS) \
286
                top_distdir="$(top_distdir)" \
287
                distdir=../$(distdir)/$$subdir \
288
                distdir) \
289
              || exit 1; \
290
          fi; \
291
        done
292
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
293
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
294
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
295
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
296
        || chmod -R a+r $(distdir)
297
dist-gzip: distdir
298
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
299
        $(am__remove_distdir)
300
 
301
dist dist-all: distdir
302
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
303
        $(am__remove_distdir)
304
 
305
# This target untars the dist file and tries a VPATH configuration.  Then
306
# it guarantees that the distribution is self-contained by making another
307
# tarfile.
308
distcheck: dist
309
        $(am__remove_distdir)
310
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
311
        chmod -R a-w $(distdir); chmod a+w $(distdir)
312
        mkdir $(distdir)/=build
313
        mkdir $(distdir)/=inst
314
        chmod a-w $(distdir)
315
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
316
          && cd $(distdir)/=build \
317
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
318
            $(DISTCHECK_CONFIGURE_FLAGS) \
319
          && $(MAKE) $(AM_MAKEFLAGS) \
320
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
321
          && $(MAKE) $(AM_MAKEFLAGS) check \
322
          && $(MAKE) $(AM_MAKEFLAGS) install \
323
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
324
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
325
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
326
              || { echo "ERROR: files left after uninstall:" ; \
327
                   find $$dc_install_base -type f -print ; \
328
                   exit 1; } >&2 ) \
329
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
330
          && rm -f $(distdir).tar.gz \
331
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
332
        $(am__remove_distdir)
333
        @echo "$(distdir).tar.gz is ready for distribution" | \
334
          sed 'h;s/./=/g;p;x;p;x'
335
distcleancheck: distclean
336
        if test '$(srcdir)' = . ; then \
337
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
338
          exit 1 ; \
339
        fi
340
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
341
          || { echo "ERROR: files left after distclean:" ; \
342
               $(distcleancheck_listfiles) ; \
343
               exit 1; } >&2
344
check-am: all-am
345
check: check-recursive
346
all-am: Makefile
347
installdirs: installdirs-recursive
348
installdirs-am:
349
 
350
install: install-recursive
351
install-exec: install-exec-recursive
352
install-data: install-data-recursive
353
uninstall: uninstall-recursive
354
 
355
install-am: all-am
356
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357
 
358
installcheck: installcheck-recursive
359
install-strip:
360
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
361
          INSTALL_STRIP_FLAG=-s \
362
          `test -z '$(STRIP)' || \
363
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
364
mostlyclean-generic:
365
 
366
clean-generic:
367
 
368
distclean-generic:
369
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
370
 
371
maintainer-clean-generic:
372
        @echo "This command is intended for maintainers to use"
373
        @echo "it deletes files that may require special tools to rebuild."
374
clean: clean-recursive
375
 
376
clean-am: clean-generic clean-local mostlyclean-am
377
 
378
distclean: distclean-recursive
379
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
380
distclean-am: clean-am distclean-generic distclean-local distclean-tags
381
 
382
dvi: dvi-recursive
383
 
384
dvi-am:
385
 
386
info: info-recursive
387
 
388
info-am:
389
 
390
install-data-am:
391
 
392
install-exec-am:
393
 
394
install-info: install-info-recursive
395
 
396
install-man:
397
 
398
installcheck-am:
399
 
400
maintainer-clean: maintainer-clean-recursive
401
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
402
        -rm -rf autom4te.cache
403
maintainer-clean-am: distclean-am maintainer-clean-generic
404
 
405
mostlyclean: mostlyclean-recursive
406
 
407
mostlyclean-am: mostlyclean-generic
408
 
409
uninstall-am: uninstall-info-am
410
 
411
uninstall-info: uninstall-info-recursive
412
 
413
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
414
        clean-generic clean-local clean-recursive dist dist-all \
415
        dist-gzip distcheck distclean distclean-generic distclean-local \
416
        distclean-recursive distclean-tags distcleancheck distdir dvi \
417
        dvi-am dvi-recursive info info-am info-recursive install \
418
        install-am install-data install-data-am install-data-recursive \
419
        install-exec install-exec-am install-exec-recursive \
420
        install-info install-info-am install-info-recursive install-man \
421
        install-recursive install-strip installcheck installcheck-am \
422
        installdirs installdirs-am installdirs-recursive \
423
        maintainer-clean maintainer-clean-generic \
424
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
425
        mostlyclean-recursive tags tags-recursive uninstall \
426
        uninstall-am uninstall-info-am uninstall-info-recursive \
427
        uninstall-recursive
428
 
429
 
430
depend-recursive \
431
preinstall-recursive:
432
        @set fnord $(MAKEFLAGS); amf=$$2; \
433
        dot_seen=no; \
434
        target=`echo $@ | sed s/-recursive//`; \
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
436
          echo "Making $$target in $$subdir"; \
437
          if test "$$subdir" = "."; then \
438
            dot_seen=yes; \
439
            local_target="$$target-am"; \
440
          else \
441
            local_target="$$target"; \
442
          fi; \
443
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
445
        done; \
446
        if test "$$dot_seen" = "no"; then \
447
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
448
        fi; test -z "$$fail"
449
 
450
preinstall: preinstall-recursive
451
.PHONY: preinstall-recursive
452
 
453
depend: depend-recursive
454
.PHONY: depend-recursive
455
 
456
debug:
457
        @echo
458
        @echo "\"make debug\" is obsolete, instead use:"
459
        @echo " make VARIANT=DEBUG"
460
        @echo
461
 
462
.PHONY: debug
463
 
464
profile:
465
        @echo
466
        @echo "\"make profile\" is obsolete, instead use:"
467
        @echo " make VARIANT=PROFILE"
468
        @echo
469
 
470
.PHONY: profile
471
 
472
preinstall-am: $(PREINSTALL_FILES)
473
preinstall: preinstall-am
474
.PHONY: preinstall preinstall-am
475
 
476
depend-am:
477
depend: depend-am
478
.PHONY: depend depend-am
479
 
480
${ARCH}:
481
        mkdir ${ARCH}
482
 
483
clean-local:
484
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
485
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
486
 
487
distclean-local:
488
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
489
# Tell versions [3.59,3.63) of GNU make to not export all variables.
490
# Otherwise a system limit (for SysV at least) may be exceeded.
491
.NOEXPORT:

powered by: WebSVN 2.1.0

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