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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [cuc/] [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
# 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 = @srcdir@
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
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 = @build@
54
host_triplet = @host@
55
target_triplet = @target@
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.@am__isrc@ -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 = @ACLOCAL@
88
AMTAR = @AMTAR@
89
AR = @AR@
90
ARFLAGS = @ARFLAGS@
91
AUTOCONF = @AUTOCONF@
92
AUTOHEADER = @AUTOHEADER@
93
AUTOMAKE = @AUTOMAKE@
94
AWK = @AWK@
95
BUILD_DIR = @BUILD_DIR@
96
CC = @CC@
97
CCDEPMODE = @CCDEPMODE@
98
CFLAGS = @CFLAGS@
99
CPP = @CPP@
100
CPPFLAGS = @CPPFLAGS@
101
CPU_ARCH = @CPU_ARCH@
102
CXX = @CXX@
103
CXXCPP = @CXXCPP@
104
CXXDEPMODE = @CXXDEPMODE@
105
CXXFLAGS = @CXXFLAGS@
106
CYGPATH_W = @CYGPATH_W@
107
DEBUGFLAGS = @DEBUGFLAGS@
108
DEFS = @DEFS@
109
DEPDIR = @DEPDIR@
110
ECHO = @ECHO@
111
ECHO_C = @ECHO_C@
112
ECHO_N = @ECHO_N@
113
ECHO_T = @ECHO_T@
114
EGREP = @EGREP@
115
EXEEXT = @EXEEXT@
116
F77 = @F77@
117
FFLAGS = @FFLAGS@
118
GREP = @GREP@
119
INCLUDES = @INCLUDES@
120
INSTALL = @INSTALL@
121
INSTALL_DATA = @INSTALL_DATA@
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
124
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125
LDFLAGS = @LDFLAGS@
126
LIBOBJS = @LIBOBJS@
127
LIBS = @LIBS@
128
LIBTOOL = @LIBTOOL@
129
LN_S = @LN_S@
130
LOCAL_CFLAGS = @LOCAL_CFLAGS@
131
LOCAL_DEFS = @LOCAL_DEFS@
132
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
133
LTLIBOBJS = @LTLIBOBJS@
134
MAKEINFO = @MAKEINFO@
135
MAKE_SHELL = @MAKE_SHELL@
136
MKDIR_P = @MKDIR_P@
137
OBJEXT = @OBJEXT@
138
PACKAGE = @PACKAGE@
139
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
PACKAGE_NAME = @PACKAGE_NAME@
141
PACKAGE_STRING = @PACKAGE_STRING@
142
PACKAGE_TARNAME = @PACKAGE_TARNAME@
143
PACKAGE_VERSION = @PACKAGE_VERSION@
144
PATH_SEPARATOR = @PATH_SEPARATOR@
145
POW_LIB = @POW_LIB@
146
RANLIB = @RANLIB@
147
SED = @SED@
148
SET_MAKE = @SET_MAKE@
149
SHELL = @SHELL@
150
STRIP = @STRIP@
151
SUMVERSION = @SUMVERSION@
152
TERMCAP_LIB = @TERMCAP_LIB@
153
VERSION = @VERSION@
154
abs_builddir = @abs_builddir@
155
abs_srcdir = @abs_srcdir@
156
abs_top_builddir = @abs_top_builddir@
157
abs_top_srcdir = @abs_top_srcdir@
158
ac_ct_CC = @ac_ct_CC@
159
ac_ct_CXX = @ac_ct_CXX@
160
ac_ct_F77 = @ac_ct_F77@
161
am__include = @am__include@
162
am__leading_dot = @am__leading_dot@
163
am__quote = @am__quote@
164
am__tar = @am__tar@
165
am__untar = @am__untar@
166
bindir = @bindir@
167
build = @build@
168
build_alias = @build_alias@
169
build_cpu = @build_cpu@
170
build_os = @build_os@
171
build_vendor = @build_vendor@
172
builddir = @builddir@
173
datadir = @datadir@
174
datarootdir = @datarootdir@
175
docdir = @docdir@
176
dvidir = @dvidir@
177
exec_prefix = @exec_prefix@
178
host = @host@
179
host_alias = @host_alias@
180
host_cpu = @host_cpu@
181
host_os = @host_os@
182
host_vendor = @host_vendor@
183
htmldir = @htmldir@
184
includedir = @includedir@
185
infodir = @infodir@
186
install_sh = @install_sh@
187
libdir = @libdir@
188
libexecdir = @libexecdir@
189
localedir = @localedir@
190
localstatedir = @localstatedir@
191
mandir = @mandir@
192
mkdir_p = @mkdir_p@
193
oldincludedir = @oldincludedir@
194
pdfdir = @pdfdir@
195
prefix = @prefix@
196
program_transform_name = @program_transform_name@
197
psdir = @psdir@
198
sbindir = @sbindir@
199
sharedstatedir = @sharedstatedir@
200
srcdir = @srcdir@
201
sysconfdir = @sysconfdir@
202
target = @target@
203
target_alias = @target_alias@
204
target_cpu = @target_cpu@
205
target_os = @target_os@
206
target_vendor = @target_vendor@
207
top_builddir = @top_builddir@
208
top_srcdir = @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
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adv.Plo@am__quote@
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bb.Plo@am__quote@
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cuc.Plo@am__quote@
276
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn.Plo@am__quote@
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Plo@am__quote@
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Plo@am__quote@
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timings.Plo@am__quote@
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verilog.Plo@am__quote@
281
 
282
.c.o:
283
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
284
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
285
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
288
 
289
.c.obj:
290
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
291
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
295
 
296
.c.lo:
297
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
298
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301
@am__fastdepCC_FALSE@   $(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.