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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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