OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [machine/] [mips/] [Makefile.in] - Blame information for rev 345

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
# Makefile.in generated by automake 1.11 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
35
build_triplet = @build@
36
host_triplet = @host@
37
subdir = .
38
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39
        $(top_srcdir)/configure $(am__configure_deps) \
40
        $(srcdir)/../../../../mkinstalldirs
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
43
        $(top_srcdir)/configure.in
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
        $(ACLOCAL_M4)
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47
 configure.lineno config.status.lineno
48
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
49
CONFIG_CLEAN_FILES =
50
CONFIG_CLEAN_VPATH_FILES =
51
LIBRARIES = $(noinst_LIBRARIES)
52
ARFLAGS = cru
53
lib_a_AR = $(AR) $(ARFLAGS)
54
lib_a_LIBADD =
55
am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT) lib_a-strlen.$(OBJEXT) \
56
        lib_a-strcmp.$(OBJEXT) lib_a-strncpy.$(OBJEXT) \
57
        lib_a-memset.$(OBJEXT) lib_a-memcpy.$(OBJEXT)
58
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
59
DEFAULT_INCLUDES = -I.@am__isrc@
60
depcomp =
61
am__depfiles_maybe =
62
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
CCLD = $(CC)
67
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
68
SOURCES = $(lib_a_SOURCES)
69
ETAGS = etags
70
CTAGS = ctags
71
ACLOCAL = @ACLOCAL@
72
AMTAR = @AMTAR@
73
AR = @AR@
74
AS = @AS@
75
AUTOCONF = @AUTOCONF@
76
AUTOHEADER = @AUTOHEADER@
77
AUTOMAKE = @AUTOMAKE@
78
AWK = @AWK@
79
CC = @CC@
80
CCAS = @CCAS@
81
CCASFLAGS = @CCASFLAGS@
82
CCDEPMODE = @CCDEPMODE@
83
CYGPATH_W = @CYGPATH_W@
84
DEFS = @DEFS@
85
DEPDIR = @DEPDIR@
86
ECHO_C = @ECHO_C@
87
ECHO_N = @ECHO_N@
88
ECHO_T = @ECHO_T@
89
INSTALL = @INSTALL@
90
INSTALL_DATA = @INSTALL_DATA@
91
INSTALL_PROGRAM = @INSTALL_PROGRAM@
92
INSTALL_SCRIPT = @INSTALL_SCRIPT@
93
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94
LDFLAGS = @LDFLAGS@
95
LIBOBJS = @LIBOBJS@
96
LIBS = @LIBS@
97
LTLIBOBJS = @LTLIBOBJS@
98
MAINT = @MAINT@
99
MAKEINFO = @MAKEINFO@
100
MKDIR_P = @MKDIR_P@
101
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
102
OBJEXT = @OBJEXT@
103
PACKAGE = @PACKAGE@
104
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
105
PACKAGE_NAME = @PACKAGE_NAME@
106
PACKAGE_STRING = @PACKAGE_STRING@
107
PACKAGE_TARNAME = @PACKAGE_TARNAME@
108
PACKAGE_VERSION = @PACKAGE_VERSION@
109
PATH_SEPARATOR = @PATH_SEPARATOR@
110
RANLIB = @RANLIB@
111
READELF = @READELF@
112
SET_MAKE = @SET_MAKE@
113
SHELL = @SHELL@
114
STRIP = @STRIP@
115
VERSION = @VERSION@
116
abs_builddir = @abs_builddir@
117
abs_srcdir = @abs_srcdir@
118
abs_top_builddir = @abs_top_builddir@
119
abs_top_srcdir = @abs_top_srcdir@
120
aext = @aext@
121
am__include = @am__include@
122
am__leading_dot = @am__leading_dot@
123
am__quote = @am__quote@
124
am__tar = @am__tar@
125
am__untar = @am__untar@
126
bindir = @bindir@
127
build = @build@
128
build_alias = @build_alias@
129
build_cpu = @build_cpu@
130
build_os = @build_os@
131
build_vendor = @build_vendor@
132
builddir = @builddir@
133
datadir = @datadir@
134
datarootdir = @datarootdir@
135
docdir = @docdir@
136
dvidir = @dvidir@
137
exec_prefix = @exec_prefix@
138
host = @host@
139
host_alias = @host_alias@
140
host_cpu = @host_cpu@
141
host_os = @host_os@
142
host_vendor = @host_vendor@
143
htmldir = @htmldir@
144
includedir = @includedir@
145
infodir = @infodir@
146
install_sh = @install_sh@
147
libdir = @libdir@
148
libexecdir = @libexecdir@
149
libm_machine_dir = @libm_machine_dir@
150
localedir = @localedir@
151
localstatedir = @localstatedir@
152
lpfx = @lpfx@
153
machine_dir = @machine_dir@
154
mandir = @mandir@
155
mkdir_p = @mkdir_p@
156
newlib_basedir = @newlib_basedir@
157
oext = @oext@
158
oldincludedir = @oldincludedir@
159
pdfdir = @pdfdir@
160
prefix = @prefix@
161
program_transform_name = @program_transform_name@
162
psdir = @psdir@
163
sbindir = @sbindir@
164
sharedstatedir = @sharedstatedir@
165
srcdir = @srcdir@
166
sys_dir = @sys_dir@
167
sysconfdir = @sysconfdir@
168
target_alias = @target_alias@
169
top_build_prefix = @top_build_prefix@
170
top_builddir = @top_builddir@
171
top_srcdir = @top_srcdir@
172
AUTOMAKE_OPTIONS = cygnus
173
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
174
AM_CCASFLAGS = $(INCLUDES)
175
noinst_LIBRARIES = lib.a
176
lib_a_SOURCES = setjmp.S strlen.c strcmp.c strncpy.c memset.c memcpy.c
177
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
178
lib_a_CFLAGS = $(AM_CFLAGS)
179
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
180
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
181
all: all-am
182
 
183
.SUFFIXES:
184
.SUFFIXES: .S .c .o .obj
185
am--refresh:
186
        @:
187
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
188
        @for dep in $?; do \
189
          case '$(am__configure_deps)' in \
190
            *$$dep*) \
191
              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
192
              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
193
                && exit 0; \
194
              exit 1;; \
195
          esac; \
196
        done; \
197
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
198
        $(am__cd) $(top_srcdir) && \
199
          $(AUTOMAKE) --cygnus Makefile
200
.PRECIOUS: Makefile
201
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202
        @case '$?' in \
203
          *config.status*) \
204
            echo ' $(SHELL) ./config.status'; \
205
            $(SHELL) ./config.status;; \
206
          *) \
207
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
208
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
209
        esac;
210
 
211
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212
        $(SHELL) ./config.status --recheck
213
 
214
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
215
        $(am__cd) $(srcdir) && $(AUTOCONF)
216
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
218
$(am__aclocal_m4_deps):
219
 
220
clean-noinstLIBRARIES:
221
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
222
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
223
        -rm -f lib.a
224
        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
225
        $(RANLIB) lib.a
226
 
227
mostlyclean-compile:
228
        -rm -f *.$(OBJEXT)
229
 
230
distclean-compile:
231
        -rm -f *.tab.c
232
 
233
.S.o:
234
        $(CPPASCOMPILE) -c -o $@ $<
235
 
236
.S.obj:
237
        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
238
 
239
lib_a-setjmp.o: setjmp.S
240
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
241
 
242
lib_a-setjmp.obj: setjmp.S
243
        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
244
 
245
.c.o:
246
        $(COMPILE) -c $<
247
 
248
.c.obj:
249
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
250
 
251
lib_a-strlen.o: strlen.c
252
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strlen.o `test -f 'strlen.c' || echo '$(srcdir)/'`strlen.c
253
 
254
lib_a-strlen.obj: strlen.c
255
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strlen.obj `if test -f 'strlen.c'; then $(CYGPATH_W) 'strlen.c'; else $(CYGPATH_W) '$(srcdir)/strlen.c'; fi`
256
 
257
lib_a-strcmp.o: strcmp.c
258
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strcmp.o `test -f 'strcmp.c' || echo '$(srcdir)/'`strcmp.c
259
 
260
lib_a-strcmp.obj: strcmp.c
261
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strcmp.obj `if test -f 'strcmp.c'; then $(CYGPATH_W) 'strcmp.c'; else $(CYGPATH_W) '$(srcdir)/strcmp.c'; fi`
262
 
263
lib_a-strncpy.o: strncpy.c
264
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strncpy.o `test -f 'strncpy.c' || echo '$(srcdir)/'`strncpy.c
265
 
266
lib_a-strncpy.obj: strncpy.c
267
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-strncpy.obj `if test -f 'strncpy.c'; then $(CYGPATH_W) 'strncpy.c'; else $(CYGPATH_W) '$(srcdir)/strncpy.c'; fi`
268
 
269
lib_a-memset.o: memset.c
270
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memset.o `test -f 'memset.c' || echo '$(srcdir)/'`memset.c
271
 
272
lib_a-memset.obj: memset.c
273
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memset.obj `if test -f 'memset.c'; then $(CYGPATH_W) 'memset.c'; else $(CYGPATH_W) '$(srcdir)/memset.c'; fi`
274
 
275
lib_a-memcpy.o: memcpy.c
276
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memcpy.o `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
277
 
278
lib_a-memcpy.obj: memcpy.c
279
        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-memcpy.obj `if test -f 'memcpy.c'; then $(CYGPATH_W) 'memcpy.c'; else $(CYGPATH_W) '$(srcdir)/memcpy.c'; fi`
280
 
281
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
282
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
283
        unique=`for i in $$list; do \
284
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285
          done | \
286
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
287
              END { if (nonempty) { for (i in files) print i; }; }'`; \
288
        mkid -fID $$unique
289
tags: TAGS
290
 
291
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
292
                $(TAGS_FILES) $(LISP)
293
        set x; \
294
        here=`pwd`; \
295
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
296
        unique=`for i in $$list; do \
297
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298
          done | \
299
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
300
              END { if (nonempty) { for (i in files) print i; }; }'`; \
301
        shift; \
302
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
303
          test -n "$$unique" || unique=$$empty_fix; \
304
          if test $$# -gt 0; then \
305
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
306
              "$$@" $$unique; \
307
          else \
308
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
309
              $$unique; \
310
          fi; \
311
        fi
312
ctags: CTAGS
313
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
314
                $(TAGS_FILES) $(LISP)
315
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
316
        unique=`for i in $$list; do \
317
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
          done | \
319
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320
              END { if (nonempty) { for (i in files) print i; }; }'`; \
321
        test -z "$(CTAGS_ARGS)$$unique" \
322
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
323
             $$unique
324
 
325
GTAGS:
326
        here=`$(am__cd) $(top_builddir) && pwd` \
327
          && $(am__cd) $(top_srcdir) \
328
          && gtags -i $(GTAGS_ARGS) "$$here"
329
 
330
distclean-tags:
331
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
332
check-am:
333
check: check-am
334
all-am: Makefile $(LIBRARIES)
335
installdirs:
336
install: install-am
337
install-exec: install-exec-am
338
install-data: install-data-am
339
uninstall: uninstall-am
340
 
341
install-am: all-am
342
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
343
 
344
installcheck: installcheck-am
345
install-strip:
346
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
348
          `test -z '$(STRIP)' || \
349
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
350
mostlyclean-generic:
351
 
352
clean-generic:
353
 
354
distclean-generic:
355
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
356
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
357
 
358
maintainer-clean-generic:
359
        @echo "This command is intended for maintainers to use"
360
        @echo "it deletes files that may require special tools to rebuild."
361
clean: clean-am
362
 
363
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
364
 
365
distclean: distclean-am
366
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
367
        -rm -f Makefile
368
distclean-am: clean-am distclean-compile distclean-generic \
369
        distclean-tags
370
 
371
dvi: dvi-am
372
 
373
dvi-am:
374
 
375
html: html-am
376
 
377
html-am:
378
 
379
info: info-am
380
 
381
info-am:
382
 
383
install-data-am:
384
 
385
install-dvi: install-dvi-am
386
 
387
install-dvi-am:
388
 
389
install-exec-am:
390
 
391
install-html: install-html-am
392
 
393
install-html-am:
394
 
395
install-info: install-info-am
396
 
397
install-info-am:
398
 
399
install-man:
400
 
401
install-pdf: install-pdf-am
402
 
403
install-pdf-am:
404
 
405
install-ps: install-ps-am
406
 
407
install-ps-am:
408
 
409
installcheck-am:
410
 
411
maintainer-clean: maintainer-clean-am
412
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
413
        -rm -rf $(top_srcdir)/autom4te.cache
414
        -rm -f Makefile
415
maintainer-clean-am: distclean-am maintainer-clean-generic
416
 
417
mostlyclean: mostlyclean-am
418
 
419
mostlyclean-am: mostlyclean-compile mostlyclean-generic
420
 
421
pdf: pdf-am
422
 
423
pdf-am:
424
 
425
ps: ps-am
426
 
427
ps-am:
428
 
429
uninstall-am:
430
 
431
.MAKE: install-am install-strip
432
 
433
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
434
        clean-generic clean-noinstLIBRARIES ctags distclean \
435
        distclean-compile distclean-generic distclean-tags dvi dvi-am \
436
        html html-am info info-am install install-am install-data \
437
        install-data-am install-dvi install-dvi-am install-exec \
438
        install-exec-am install-html install-html-am install-info \
439
        install-info-am install-man install-pdf install-pdf-am \
440
        install-ps install-ps-am install-strip installcheck \
441
        installcheck-am installdirs maintainer-clean \
442
        maintainer-clean-generic mostlyclean mostlyclean-compile \
443
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
444
        uninstall-am
445
 
446
 
447
# Tell versions [3.59,3.63) of GNU make to not export all variables.
448
# Otherwise a system limit (for SysV at least) may be exceeded.
449
.NOEXPORT:

powered by: WebSVN 2.1.0

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