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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.3.0/] [build/] [support/] [Makefile] - Blame information for rev 403

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# support/Makefile.  Generated from Makefile.in by configure.
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  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
 
16
 
17
# Makefile -- Makefile for cpu architecture independent simulation
18
#
19
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
20
# Copyright (C) 2008 Embecosm Limited
21
#
22
# Contributor Jeremy Bennett 
23
#
24
# This file is part of OpenRISC 1000 Architectural Simulator.
25
#
26
# This program is free software; you can redistribute it and/or modify it
27
# under the terms of the GNU General Public License as published by the Free
28
# Software Foundation; either version 3 of the License, or (at your option)
29
# any later version.
30
#
31
# This program is distributed in the hope that it will be useful, but WITHOUT
32
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
34
# more details.
35
#
36
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .
38
 
39
VPATH = ../../support
40
pkgdatadir = $(datadir)/or1ksim
41
pkglibdir = $(libdir)/or1ksim
42
pkgincludedir = $(includedir)/or1ksim
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
install_sh_DATA = $(install_sh) -c -m 644
45
install_sh_PROGRAM = $(install_sh) -c
46
install_sh_SCRIPT = $(install_sh) -c
47
INSTALL_HEADER = $(INSTALL_DATA)
48
transform = $(program_transform_name)
49
NORMAL_INSTALL = :
50
PRE_INSTALL = :
51
POST_INSTALL = :
52
NORMAL_UNINSTALL = :
53
PRE_UNINSTALL = :
54
POST_UNINSTALL = :
55
build_triplet = i686-pc-linux-gnu
56
host_triplet = i686-pc-linux-gnu
57
target_triplet = or32-unknown-uclinux
58
subdir = support
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
        $(ACLOCAL_M4)
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
CONFIG_HEADER = $(top_builddir)/config.h
66
CONFIG_CLEAN_FILES =
67
LTLIBRARIES = $(noinst_LTLIBRARIES)
68
libsupport_la_LIBADD =
69
am_libsupport_la_OBJECTS = simprintf.lo dumpverilog.lo profile.lo \
70
        sched.lo debug.lo misc.lo
71
libsupport_la_OBJECTS = $(am_libsupport_la_OBJECTS)
72
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
73
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
am__depfiles_maybe = depfiles
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
CCLD = $(CC)
81
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
82
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83
        $(LDFLAGS) -o $@
84
SOURCES = $(libsupport_la_SOURCES)
85
DIST_SOURCES = $(libsupport_la_SOURCES)
86
ETAGS = etags
87
CTAGS = ctags
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
ACLOCAL = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run aclocal-1.10
90
AMTAR = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run tar
91
AR = ar
92
ARFLAGS = cr
93
AUTOCONF = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoconf
94
AUTOHEADER = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run autoheader
95
AUTOMAKE = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run automake-1.10
96
AWK = gawk
97
BUILD_DIR = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
98
CC = gcc
99
CCDEPMODE = depmode=gcc3
100
CFLAGS = -g -O2
101
CPP = gcc -E
102
CPPFLAGS =
103
CPU_ARCH = or32
104
CXX = g++
105
CXXCPP = g++ -E
106
CXXDEPMODE = depmode=gcc3
107
CXXFLAGS = -g -O2
108
CYGPATH_W = echo
109
DEBUGFLAGS = -DNDEBUG
110
DEFS = -DHAVE_CONFIG_H
111
DEPDIR = .deps
112
ECHO = echo
113
ECHO_C =
114
ECHO_N = -n
115
ECHO_T =
116
EGREP = /bin/grep -E
117
EXEEXT =
118
F77 = gfortran
119
FFLAGS = -g -O2
120
GREP = /bin/grep
121
INCLUDES = -I${top_builddir}/cpu/or32 -I${top_srcdir} -I${top_srcdir}/cpu/common -I${top_srcdir}/cpu/or1k -I${top_srcdir}/cache -I${top_srcdir}/mmu -I${top_srcdir}/bpb -I${top_srcdir}/peripheral -I${top_srcdir}/tick -I${top_srcdir}/peripheral/channels -I${top_srcdir}/pm -I${top_srcdir}/pic -I${top_srcdir}/debug -I${top_srcdir}/vapi -I${top_srcdir}/support -I${top_srcdir}/cuc -I${top_srcdir}/port -I${top_srcdir}/argtable2
122
INSTALL = /usr/bin/install -c
123
INSTALL_DATA = ${INSTALL} -m 644
124
INSTALL_PROGRAM = ${INSTALL}
125
INSTALL_SCRIPT = ${INSTALL}
126
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
127
LDFLAGS =
128
LIBOBJS =
129
LIBS = -lreadline
130
LIBTOOL = $(SHELL) $(top_builddir)/libtool
131
LN_S = ln -s
132
LOCAL_CFLAGS =
133
LOCAL_DEFS =
134
LOCAL_LDFLAGS =
135
LTLIBOBJS =
136
MAKEINFO = ${SHELL} /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/missing --run makeinfo
137
MAKE_SHELL = /bin/sh
138
MKDIR_P = /bin/mkdir -p
139
OBJEXT = o
140
PACKAGE = or1ksim
141
PACKAGE_BUGREPORT = openrisc@opencores.org
142
PACKAGE_NAME = or1ksim
143
PACKAGE_STRING = or1ksim 0.3.0rc1
144
PACKAGE_TARNAME = or1ksim
145
PACKAGE_VERSION = 0.3.0rc1
146
PATH_SEPARATOR = :
147
POW_LIB =
148
RANLIB = ranlib
149
SED = /bin/sed
150
SET_MAKE =
151
SHELL = /bin/sh
152
STRIP = strip
153
SUMVERSION =
154
TERMCAP_LIB =
155
VERSION = 0.3.0rc1
156
abs_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/support
157
abs_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/../support
158
abs_top_builddir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build
159
abs_top_srcdir = /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/build/..
160
ac_ct_CC = gcc
161
ac_ct_CXX = g++
162
ac_ct_F77 = gfortran
163
am__include = include
164
am__leading_dot = .
165
am__quote =
166
am__tar = ${AMTAR} chof - "$$tardir"
167
am__untar = ${AMTAR} xf -
168
bindir = ${exec_prefix}/bin
169
build = i686-pc-linux-gnu
170
build_alias =
171
build_cpu = i686
172
build_os = linux-gnu
173
build_vendor = pc
174
builddir = .
175
datadir = ${datarootdir}
176
datarootdir = ${prefix}/share
177
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
178
dvidir = ${docdir}
179
exec_prefix = ${prefix}
180
host = i686-pc-linux-gnu
181
host_alias =
182
host_cpu = i686
183
host_os = linux-gnu
184
host_vendor = pc
185
htmldir = ${docdir}
186
includedir = ${prefix}/include
187
infodir = ${datarootdir}/info
188
install_sh = $(SHELL) /home/jeremy/partners/OpenCores/cvstrees/or1k/or1ksim/install-sh
189
libdir = ${exec_prefix}/lib
190
libexecdir = ${exec_prefix}/libexec
191
localedir = ${datarootdir}/locale
192
localstatedir = ${prefix}/var
193
mandir = ${datarootdir}/man
194
mkdir_p = /bin/mkdir -p
195
oldincludedir = /usr/include
196
pdfdir = ${docdir}
197
prefix = /opt/or1ksim
198
program_transform_name = s&^&or32-uclinux-&
199
psdir = ${docdir}
200
sbindir = ${exec_prefix}/sbin
201
sharedstatedir = ${prefix}/com
202
srcdir = ../../support
203
sysconfdir = ${prefix}/etc
204
target = or32-unknown-uclinux
205
target_alias = or32-uclinux
206
target_cpu = or32
207
target_os = uclinux
208
target_vendor = unknown
209
top_builddir = ..
210
top_srcdir = ../..
211
noinst_LTLIBRARIES = libsupport.la
212
libsupport_la_SOURCES = simprintf.c   \
213
                         dumpverilog.c \
214
                         profile.c     \
215
                         sched.c       \
216
                         debug.c       \
217
                         misc.c        \
218
                         dbchs.h       \
219
                         debug.h       \
220
                         dumpverilog.h \
221
                         misc.h        \
222
                         profile.h     \
223
                         sched.h       \
224
                         simprintf.h
225
 
226
all: all-am
227
 
228
.SUFFIXES:
229
.SUFFIXES: .c .lo .o .obj
230
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
231
        @for dep in $?; do \
232
          case '$(am__configure_deps)' in \
233
            *$$dep*) \
234
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
235
                && exit 0; \
236
              exit 1;; \
237
          esac; \
238
        done; \
239
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  support/Makefile'; \
240
        cd $(top_srcdir) && \
241
          $(AUTOMAKE) --gnu  support/Makefile
242
.PRECIOUS: Makefile
243
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244
        @case '$?' in \
245
          *config.status*) \
246
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
247
          *) \
248
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
249
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
250
        esac;
251
 
252
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
 
255
$(top_srcdir)/configure:  $(am__configure_deps)
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
 
260
clean-noinstLTLIBRARIES:
261
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
262
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
263
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
264
          test "$$dir" != "$$p" || dir=.; \
265
          echo "rm -f \"$${dir}/so_locations\""; \
266
          rm -f "$${dir}/so_locations"; \
267
        done
268
libsupport.la: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES)
269
        $(LINK)  $(libsupport_la_OBJECTS) $(libsupport_la_LIBADD) $(LIBS)
270
 
271
mostlyclean-compile:
272
        -rm -f *.$(OBJEXT)
273
 
274
distclean-compile:
275
        -rm -f *.tab.c
276
 
277
include ./$(DEPDIR)/debug.Plo
278
include ./$(DEPDIR)/dumpverilog.Plo
279
include ./$(DEPDIR)/misc.Plo
280
include ./$(DEPDIR)/profile.Plo
281
include ./$(DEPDIR)/sched.Plo
282
include ./$(DEPDIR)/simprintf.Plo
283
 
284
.c.o:
285
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
286
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287
#       source='$<' object='$@' libtool=no \
288
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
289
#       $(COMPILE) -c $<
290
 
291
.c.obj:
292
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
293
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294
#       source='$<' object='$@' libtool=no \
295
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
296
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
297
 
298
.c.lo:
299
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
301
#       source='$<' object='$@' libtool=yes \
302
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
303
#       $(LTCOMPILE) -c -o $@ $<
304
 
305
mostlyclean-libtool:
306
        -rm -f *.lo
307
 
308
clean-libtool:
309
        -rm -rf .libs _libs
310
 
311
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313
        unique=`for i in $$list; do \
314
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
          done | \
316
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
317
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
        mkid -fID $$unique
319
tags: TAGS
320
 
321
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322
                $(TAGS_FILES) $(LISP)
323
        tags=; \
324
        here=`pwd`; \
325
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326
        unique=`for i in $$list; do \
327
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328
          done | \
329
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
332
          test -n "$$unique" || unique=$$empty_fix; \
333
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334
            $$tags $$unique; \
335
        fi
336
ctags: CTAGS
337
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
                $(TAGS_FILES) $(LISP)
339
        tags=; \
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341
        unique=`for i in $$list; do \
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
          done | \
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
346
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
347
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348
             $$tags $$unique
349
 
350
GTAGS:
351
        here=`$(am__cd) $(top_builddir) && pwd` \
352
          && cd $(top_srcdir) \
353
          && gtags -i $(GTAGS_ARGS) $$here
354
 
355
distclean-tags:
356
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
 
358
distdir: $(DISTFILES)
359
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361
        list='$(DISTFILES)'; \
362
          dist_files=`for file in $$list; do echo $$file; done | \
363
          sed -e "s|^$$srcdirstrip/||;t" \
364
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365
        case $$dist_files in \
366
          */*) $(MKDIR_P) `echo "$$dist_files" | \
367
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368
                           sort -u` ;; \
369
        esac; \
370
        for file in $$dist_files; do \
371
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372
          if test -d $$d/$$file; then \
373
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
376
            fi; \
377
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
378
          else \
379
            test -f $(distdir)/$$file \
380
            || cp -p $$d/$$file $(distdir)/$$file \
381
            || exit 1; \
382
          fi; \
383
        done
384
check-am: all-am
385
check: check-am
386
all-am: Makefile $(LTLIBRARIES)
387
installdirs:
388
install: install-am
389
install-exec: install-exec-am
390
install-data: install-data-am
391
uninstall: uninstall-am
392
 
393
install-am: all-am
394
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395
 
396
installcheck: installcheck-am
397
install-strip:
398
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400
          `test -z '$(STRIP)' || \
401
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
402
mostlyclean-generic:
403
 
404
clean-generic:
405
 
406
distclean-generic:
407
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
408
 
409
maintainer-clean-generic:
410
        @echo "This command is intended for maintainers to use"
411
        @echo "it deletes files that may require special tools to rebuild."
412
clean: clean-am
413
 
414
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
415
        mostlyclean-am
416
 
417
distclean: distclean-am
418
        -rm -rf ./$(DEPDIR)
419
        -rm -f Makefile
420
distclean-am: clean-am distclean-compile distclean-generic \
421
        distclean-tags
422
 
423
dvi: dvi-am
424
 
425
dvi-am:
426
 
427
html: html-am
428
 
429
info: info-am
430
 
431
info-am:
432
 
433
install-data-am:
434
 
435
install-dvi: install-dvi-am
436
 
437
install-exec-am:
438
 
439
install-html: install-html-am
440
 
441
install-info: install-info-am
442
 
443
install-man:
444
 
445
install-pdf: install-pdf-am
446
 
447
install-ps: install-ps-am
448
 
449
installcheck-am:
450
 
451
maintainer-clean: maintainer-clean-am
452
        -rm -rf ./$(DEPDIR)
453
        -rm -f Makefile
454
maintainer-clean-am: distclean-am maintainer-clean-generic
455
 
456
mostlyclean: mostlyclean-am
457
 
458
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
459
        mostlyclean-libtool
460
 
461
pdf: pdf-am
462
 
463
pdf-am:
464
 
465
ps: ps-am
466
 
467
ps-am:
468
 
469
uninstall-am:
470
 
471
.MAKE: install-am install-strip
472
 
473
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
474
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
475
        distclean-compile distclean-generic distclean-libtool \
476
        distclean-tags distdir dvi dvi-am html html-am info info-am \
477
        install install-am install-data install-data-am install-dvi \
478
        install-dvi-am install-exec install-exec-am install-html \
479
        install-html-am install-info install-info-am install-man \
480
        install-pdf install-pdf-am install-ps install-ps-am \
481
        install-strip installcheck installcheck-am installdirs \
482
        maintainer-clean maintainer-clean-generic mostlyclean \
483
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
484
        pdf pdf-am ps ps-am tags uninstall uninstall-am
485
 
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
487
# Otherwise a system limit (for SysV at least) may be exceeded.
488
.NOEXPORT:

powered by: WebSVN 2.1.0

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