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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [cpu/] [common/] [Makefile.in] - Blame information for rev 80

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

Line No. Rev Author Line
1 80 jeremybenn
# Makefile.in generated by automake 1.10.1 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  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
# 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 = @srcdir@
40
pkgdatadir = $(datadir)/@PACKAGE@
41
pkglibdir = $(libdir)/@PACKAGE@
42
pkgincludedir = $(includedir)/@PACKAGE@
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 = @build@
56
host_triplet = @host@
57
target_triplet = @target@
58
subdir = cpu/common
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
libcommon_la_LIBADD =
69
am_libcommon_la_OBJECTS = abstract.lo parse.lo stats.lo trace.lo \
70
        labels.lo
71
libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
72
DEFAULT_INCLUDES = -I.@am__isrc@ -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 = $(libcommon_la_SOURCES)
85
DIST_SOURCES = $(libcommon_la_SOURCES)
86
ETAGS = etags
87
CTAGS = ctags
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
ACLOCAL = @ACLOCAL@
90
AMTAR = @AMTAR@
91
AR = @AR@
92
ARFLAGS = @ARFLAGS@
93
AUTOCONF = @AUTOCONF@
94
AUTOHEADER = @AUTOHEADER@
95
AUTOMAKE = @AUTOMAKE@
96
AWK = @AWK@
97
BUILD_DIR = @BUILD_DIR@
98
CC = @CC@
99
CCDEPMODE = @CCDEPMODE@
100
CFLAGS = @CFLAGS@
101
CPP = @CPP@
102
CPPFLAGS = @CPPFLAGS@
103
CPU_ARCH = @CPU_ARCH@
104
CXX = @CXX@
105
CXXCPP = @CXXCPP@
106
CXXDEPMODE = @CXXDEPMODE@
107
CXXFLAGS = @CXXFLAGS@
108
CYGPATH_W = @CYGPATH_W@
109
DEBUGFLAGS = @DEBUGFLAGS@
110
DEFS = @DEFS@
111
DEPDIR = @DEPDIR@
112
ECHO = @ECHO@
113
ECHO_C = @ECHO_C@
114
ECHO_N = @ECHO_N@
115
ECHO_T = @ECHO_T@
116
EGREP = @EGREP@
117
EXEEXT = @EXEEXT@
118
F77 = @F77@
119
FFLAGS = @FFLAGS@
120
GREP = @GREP@
121
INCLUDES = @INCLUDES@
122
INSTALL = @INSTALL@
123
INSTALL_DATA = @INSTALL_DATA@
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
125
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127
LDFLAGS = @LDFLAGS@
128
LIBOBJS = @LIBOBJS@
129
LIBS = @LIBS@
130
LIBTOOL = @LIBTOOL@
131
LN_S = @LN_S@
132
LOCAL_CFLAGS = @LOCAL_CFLAGS@
133
LOCAL_DEFS = @LOCAL_DEFS@
134
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
135
LTLIBOBJS = @LTLIBOBJS@
136
MAKEINFO = @MAKEINFO@
137
MAKE_SHELL = @MAKE_SHELL@
138
MKDIR_P = @MKDIR_P@
139
OBJEXT = @OBJEXT@
140
PACKAGE = @PACKAGE@
141
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142
PACKAGE_NAME = @PACKAGE_NAME@
143
PACKAGE_STRING = @PACKAGE_STRING@
144
PACKAGE_TARNAME = @PACKAGE_TARNAME@
145
PACKAGE_VERSION = @PACKAGE_VERSION@
146
PATH_SEPARATOR = @PATH_SEPARATOR@
147
POW_LIB = @POW_LIB@
148
RANLIB = @RANLIB@
149
SED = @SED@
150
SET_MAKE = @SET_MAKE@
151
SHELL = @SHELL@
152
STRIP = @STRIP@
153
SUMVERSION = @SUMVERSION@
154
TERMCAP_LIB = @TERMCAP_LIB@
155
VERSION = @VERSION@
156
abs_builddir = @abs_builddir@
157
abs_srcdir = @abs_srcdir@
158
abs_top_builddir = @abs_top_builddir@
159
abs_top_srcdir = @abs_top_srcdir@
160
ac_ct_CC = @ac_ct_CC@
161
ac_ct_CXX = @ac_ct_CXX@
162
ac_ct_F77 = @ac_ct_F77@
163
am__include = @am__include@
164
am__leading_dot = @am__leading_dot@
165
am__quote = @am__quote@
166
am__tar = @am__tar@
167
am__untar = @am__untar@
168
bindir = @bindir@
169
build = @build@
170
build_alias = @build_alias@
171
build_cpu = @build_cpu@
172
build_os = @build_os@
173
build_vendor = @build_vendor@
174
builddir = @builddir@
175
datadir = @datadir@
176
datarootdir = @datarootdir@
177
docdir = @docdir@
178
dvidir = @dvidir@
179
exec_prefix = @exec_prefix@
180
host = @host@
181
host_alias = @host_alias@
182
host_cpu = @host_cpu@
183
host_os = @host_os@
184
host_vendor = @host_vendor@
185
htmldir = @htmldir@
186
includedir = @includedir@
187
infodir = @infodir@
188
install_sh = @install_sh@
189
libdir = @libdir@
190
libexecdir = @libexecdir@
191
localedir = @localedir@
192
localstatedir = @localstatedir@
193
mandir = @mandir@
194
mkdir_p = @mkdir_p@
195
oldincludedir = @oldincludedir@
196
pdfdir = @pdfdir@
197
prefix = @prefix@
198
program_transform_name = @program_transform_name@
199
psdir = @psdir@
200
sbindir = @sbindir@
201
sharedstatedir = @sharedstatedir@
202
srcdir = @srcdir@
203
sysconfdir = @sysconfdir@
204
target = @target@
205
target_alias = @target_alias@
206
target_cpu = @target_cpu@
207
target_os = @target_os@
208
target_vendor = @target_vendor@
209
top_builddir = @top_builddir@
210
top_srcdir = @top_srcdir@
211
noinst_LTLIBRARIES = libcommon.la
212
libcommon_la_SOURCES = abstract.c \
213
                       parse.c    \
214
                       stats.c    \
215
                       trace.c    \
216
                       labels.c   \
217
                       abstract.h \
218
                       coff.h     \
219
                       elf.h      \
220
                       execute.h  \
221
                       labels.h   \
222
                       parse.h    \
223
                       stats.h    \
224
                       trace.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  cpu/common/Makefile'; \
240
        cd $(top_srcdir) && \
241
          $(AUTOMAKE) --gnu  cpu/common/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
libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES)
269
        $(LINK)  $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS)
270
 
271
mostlyclean-compile:
272
        -rm -f *.$(OBJEXT)
273
 
274
distclean-compile:
275
        -rm -f *.tab.c
276
 
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abstract.Plo@am__quote@
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/labels.Plo@am__quote@
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Plo@am__quote@
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Plo@am__quote@
282
 
283
.c.o:
284
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
285
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
289
 
290
.c.obj:
291
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
292
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
296
 
297
.c.lo:
298
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
303
 
304
mostlyclean-libtool:
305
        -rm -f *.lo
306
 
307
clean-libtool:
308
        -rm -rf .libs _libs
309
 
310
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
311
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
312
        unique=`for i in $$list; do \
313
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314
          done | \
315
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
316
              END { if (nonempty) { for (i in files) print i; }; }'`; \
317
        mkid -fID $$unique
318
tags: TAGS
319
 
320
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
321
                $(TAGS_FILES) $(LISP)
322
        tags=; \
323
        here=`pwd`; \
324
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
325
        unique=`for i in $$list; do \
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327
          done | \
328
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
329
              END { if (nonempty) { for (i in files) print i; }; }'`; \
330
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
331
          test -n "$$unique" || unique=$$empty_fix; \
332
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
333
            $$tags $$unique; \
334
        fi
335
ctags: CTAGS
336
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
337
                $(TAGS_FILES) $(LISP)
338
        tags=; \
339
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
340
        unique=`for i in $$list; do \
341
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
342
          done | \
343
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
344
              END { if (nonempty) { for (i in files) print i; }; }'`; \
345
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
346
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
347
             $$tags $$unique
348
 
349
GTAGS:
350
        here=`$(am__cd) $(top_builddir) && pwd` \
351
          && cd $(top_srcdir) \
352
          && gtags -i $(GTAGS_ARGS) $$here
353
 
354
distclean-tags:
355
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
356
 
357
distdir: $(DISTFILES)
358
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
359
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360
        list='$(DISTFILES)'; \
361
          dist_files=`for file in $$list; do echo $$file; done | \
362
          sed -e "s|^$$srcdirstrip/||;t" \
363
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
364
        case $$dist_files in \
365
          */*) $(MKDIR_P) `echo "$$dist_files" | \
366
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
367
                           sort -u` ;; \
368
        esac; \
369
        for file in $$dist_files; do \
370
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
371
          if test -d $$d/$$file; then \
372
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
373
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
375
            fi; \
376
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
377
          else \
378
            test -f $(distdir)/$$file \
379
            || cp -p $$d/$$file $(distdir)/$$file \
380
            || exit 1; \
381
          fi; \
382
        done
383
check-am: all-am
384
check: check-am
385
all-am: Makefile $(LTLIBRARIES)
386
installdirs:
387
install: install-am
388
install-exec: install-exec-am
389
install-data: install-data-am
390
uninstall: uninstall-am
391
 
392
install-am: all-am
393
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
 
395
installcheck: installcheck-am
396
install-strip:
397
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399
          `test -z '$(STRIP)' || \
400
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
401
mostlyclean-generic:
402
 
403
clean-generic:
404
 
405
distclean-generic:
406
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
407
 
408
maintainer-clean-generic:
409
        @echo "This command is intended for maintainers to use"
410
        @echo "it deletes files that may require special tools to rebuild."
411
clean: clean-am
412
 
413
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
414
        mostlyclean-am
415
 
416
distclean: distclean-am
417
        -rm -rf ./$(DEPDIR)
418
        -rm -f Makefile
419
distclean-am: clean-am distclean-compile distclean-generic \
420
        distclean-tags
421
 
422
dvi: dvi-am
423
 
424
dvi-am:
425
 
426
html: html-am
427
 
428
info: info-am
429
 
430
info-am:
431
 
432
install-data-am:
433
 
434
install-dvi: install-dvi-am
435
 
436
install-exec-am:
437
 
438
install-html: install-html-am
439
 
440
install-info: install-info-am
441
 
442
install-man:
443
 
444
install-pdf: install-pdf-am
445
 
446
install-ps: install-ps-am
447
 
448
installcheck-am:
449
 
450
maintainer-clean: maintainer-clean-am
451
        -rm -rf ./$(DEPDIR)
452
        -rm -f Makefile
453
maintainer-clean-am: distclean-am maintainer-clean-generic
454
 
455
mostlyclean: mostlyclean-am
456
 
457
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
458
        mostlyclean-libtool
459
 
460
pdf: pdf-am
461
 
462
pdf-am:
463
 
464
ps: ps-am
465
 
466
ps-am:
467
 
468
uninstall-am:
469
 
470
.MAKE: install-am install-strip
471
 
472
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
473
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
474
        distclean-compile distclean-generic distclean-libtool \
475
        distclean-tags distdir dvi dvi-am html html-am info info-am \
476
        install install-am install-data install-data-am install-dvi \
477
        install-dvi-am install-exec install-exec-am install-html \
478
        install-html-am install-info install-info-am install-man \
479
        install-pdf install-pdf-am install-ps install-ps-am \
480
        install-strip installcheck installcheck-am installdirs \
481
        maintainer-clean maintainer-clean-generic mostlyclean \
482
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
483
        pdf pdf-am ps ps-am tags uninstall uninstall-am
484
 
485
# Tell versions [3.59,3.63) of GNU make to not export all variables.
486
# Otherwise a system limit (for SysV at least) may be exceeded.
487
.NOEXPORT:

powered by: WebSVN 2.1.0

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