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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [except/] [Makefile.in] - Blame information for rev 236

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

Line No. Rev Author Line
1 234 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 90 jeremybenn
# @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
# Makefile.am for or1ksim testsuite exception sub-module
19
 
20
# Copyright (C) Damjan Lampret  1999
21
# Copyright (C) Embecosm Limited, 2010
22
 
23
# Contributor Jeremy Bennett 
24
 
25
# This file is part of OpenRISC 1000 Architectural Simulator.
26
 
27
# This program is free software; you can redistribute it and/or modify it
28
# under the terms of the GNU General Public License as published by the Free
29
# Software Foundation; either version 3 of the License, or (at your option)
30
# any later version.
31
 
32
# This program is distributed in the hope that it will be useful, but WITHOUT
33
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
34
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
35
# more details.
36
 
37
# You should have received a copy of the GNU General Public License along
38
# with this program.  If not, see .  */
39
 
40
# -----------------------------------------------------------------------------
41
# This code is commented throughout for use with Doxygen.
42
# -----------------------------------------------------------------------------
43
VPATH = @srcdir@
44
pkgdatadir = $(datadir)/@PACKAGE@
45
pkgincludedir = $(includedir)/@PACKAGE@
46
pkglibdir = $(libdir)/@PACKAGE@
47
pkglibexecdir = $(libexecdir)/@PACKAGE@
48
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
install_sh_DATA = $(install_sh) -c -m 644
50
install_sh_PROGRAM = $(install_sh) -c
51
install_sh_SCRIPT = $(install_sh) -c
52
INSTALL_HEADER = $(INSTALL_DATA)
53
transform = $(program_transform_name)
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
build_triplet = @build@
61
host_triplet = @host@
62
subdir = except
63
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
66
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68
        $(top_srcdir)/configure.ac
69
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
        $(ACLOCAL_M4)
71
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
72
CONFIG_HEADER = $(top_builddir)/config.h
73
CONFIG_CLEAN_FILES =
74
CONFIG_CLEAN_VPATH_FILES =
75
libexcept_la_LIBADD =
76
am_libexcept_la_OBJECTS = except.lo
77
libexcept_la_OBJECTS = $(am_libexcept_la_OBJECTS)
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
80
am__depfiles_maybe = depfiles
81
am__mv = mv -f
82
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
83
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
84
LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85
        --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
CCLD = $(CC)
93
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
95
        $(LDFLAGS) -o $@
96
SOURCES = $(libexcept_la_SOURCES)
97
DIST_SOURCES = $(libexcept_la_SOURCES)
98
ETAGS = etags
99
CTAGS = ctags
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101
ACLOCAL = @ACLOCAL@
102
AMTAR = @AMTAR@
103
AR = @AR@
104
AUTOCONF = @AUTOCONF@
105
AUTOHEADER = @AUTOHEADER@
106
AUTOMAKE = @AUTOMAKE@
107
AWK = @AWK@
108
CC = @CC@
109
CCAS = @CCAS@
110
CCASDEPMODE = @CCASDEPMODE@
111
CCASFLAGS = @CCASFLAGS@
112
CCDEPMODE = @CCDEPMODE@
113
CFLAGS = @CFLAGS@
114
CPP = @CPP@
115
CPPFLAGS = @CPPFLAGS@
116
CYGPATH_W = @CYGPATH_W@
117
DEFS = @DEFS@
118
DEPDIR = @DEPDIR@
119
DSYMUTIL = @DSYMUTIL@
120
DUMPBIN = @DUMPBIN@
121
ECHO_C = @ECHO_C@
122
ECHO_N = @ECHO_N@
123
ECHO_T = @ECHO_T@
124
EGREP = @EGREP@
125
EXEEXT = @EXEEXT@
126
FGREP = @FGREP@
127
GREP = @GREP@
128
INSTALL = @INSTALL@
129
INSTALL_DATA = @INSTALL_DATA@
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133
LD = @LD@
134
LDFLAGS = @LDFLAGS@
135
LIBOBJS = @LIBOBJS@
136
LIBS = @LIBS@
137
LIBTOOL = @LIBTOOL@
138
LIPO = @LIPO@
139
LN_S = @LN_S@
140
LTLIBOBJS = @LTLIBOBJS@
141
MAKEINFO = @MAKEINFO@
142
MKDIR_P = @MKDIR_P@
143
NM = @NM@
144
NMEDIT = @NMEDIT@
145
OBJDUMP = @OBJDUMP@
146
OBJEXT = @OBJEXT@
147
OTOOL = @OTOOL@
148
OTOOL64 = @OTOOL64@
149
PACKAGE = @PACKAGE@
150
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151
PACKAGE_NAME = @PACKAGE_NAME@
152
PACKAGE_STRING = @PACKAGE_STRING@
153
PACKAGE_TARNAME = @PACKAGE_TARNAME@
154
PACKAGE_VERSION = @PACKAGE_VERSION@
155
PATH_SEPARATOR = @PATH_SEPARATOR@
156
RANLIB = @RANLIB@
157
SED = @SED@
158
SET_MAKE = @SET_MAKE@
159
SHELL = @SHELL@
160
SIM = @SIM@
161
STRIP = @STRIP@
162
VERSION = @VERSION@
163
abs_builddir = @abs_builddir@
164
abs_srcdir = @abs_srcdir@
165
abs_top_builddir = @abs_top_builddir@
166
abs_top_srcdir = @abs_top_srcdir@
167
ac_ct_CC = @ac_ct_CC@
168
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
169
am__include = @am__include@
170
am__leading_dot = @am__leading_dot@
171
am__quote = @am__quote@
172
am__tar = @am__tar@
173
am__untar = @am__untar@
174
bindir = @bindir@
175
build = @build@
176
build_alias = @build_alias@
177
build_cpu = @build_cpu@
178
build_os = @build_os@
179
build_vendor = @build_vendor@
180
builddir = @builddir@
181
datadir = @datadir@
182
datarootdir = @datarootdir@
183
docdir = @docdir@
184
dvidir = @dvidir@
185
exec_prefix = @exec_prefix@
186
host = @host@
187
host_alias = @host_alias@
188
host_cpu = @host_cpu@
189
host_os = @host_os@
190
host_vendor = @host_vendor@
191
htmldir = @htmldir@
192
includedir = @includedir@
193
infodir = @infodir@
194
install_sh = @install_sh@
195
libdir = @libdir@
196
libexecdir = @libexecdir@
197
localedir = @localedir@
198
localstatedir = @localstatedir@
199
lt_ECHO = @lt_ECHO@
200
mandir = @mandir@
201
mkdir_p = @mkdir_p@
202
oldincludedir = @oldincludedir@
203
pdfdir = @pdfdir@
204
prefix = @prefix@
205
program_transform_name = @program_transform_name@
206
psdir = @psdir@
207
sbindir = @sbindir@
208
sharedstatedir = @sharedstatedir@
209
srcdir = @srcdir@
210
sysconfdir = @sysconfdir@
211
target_alias = @target_alias@
212
top_build_prefix = @top_build_prefix@
213
top_builddir = @top_builddir@
214
top_srcdir = @top_srcdir@
215
 
216
# Exception library for use when testing. In practice we don't use the
217
# library, since it doesn't define any global variables, so as a library won't
218
# be included when linking, even though the linker script requires it. Instead
219
# we use the object file created as an intermediate.
220
check_LTLIBRARIES = libexcept.la
221
libexcept_la_SOURCES = except.S
222
all: all-am
223
 
224
.SUFFIXES:
225
.SUFFIXES: .S .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
                && { if test -f $@; then exit 0; else break; fi; }; \
232
              exit 1;; \
233
          esac; \
234
        done; \
235
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu except/Makefile'; \
236
        $(am__cd) $(top_srcdir) && \
237
          $(AUTOMAKE) --gnu except/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
$(am__aclocal_m4_deps):
256
 
257
clean-checkLTLIBRARIES:
258
        -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
259
        @list='$(check_LTLIBRARIES)'; for p in $$list; do \
260
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
261
          test "$$dir" != "$$p" || dir=.; \
262
          echo "rm -f \"$${dir}/so_locations\""; \
263
          rm -f "$${dir}/so_locations"; \
264
        done
265
libexcept.la: $(libexcept_la_OBJECTS) $(libexcept_la_DEPENDENCIES)
266
        $(LINK)  $(libexcept_la_OBJECTS) $(libexcept_la_LIBADD) $(LIBS)
267
 
268
mostlyclean-compile:
269
        -rm -f *.$(OBJEXT)
270
 
271
distclean-compile:
272
        -rm -f *.tab.c
273
 
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/except.Plo@am__quote@
275
 
276
.S.o:
277
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
278
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
279
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
282
 
283
.S.obj:
284
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
285
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
286
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
289
 
290
.S.lo:
291
@am__fastdepCCAS_TRUE@  $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
292
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
293
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
294
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
296
 
297
mostlyclean-libtool:
298
        -rm -f *.lo
299
 
300
clean-libtool:
301
        -rm -rf .libs _libs
302
 
303
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
304
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
305
        unique=`for i in $$list; do \
306
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307
          done | \
308
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
309
              END { if (nonempty) { for (i in files) print i; }; }'`; \
310
        mkid -fID $$unique
311
tags: TAGS
312
 
313
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
314
                $(TAGS_FILES) $(LISP)
315
        set x; \
316
        here=`pwd`; \
317
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
318
        unique=`for i in $$list; do \
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320
          done | \
321
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
322
              END { if (nonempty) { for (i in files) print i; }; }'`; \
323
        shift; \
324
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
325
          test -n "$$unique" || unique=$$empty_fix; \
326
          if test $$# -gt 0; then \
327
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328
              "$$@" $$unique; \
329
          else \
330
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331
              $$unique; \
332
          fi; \
333
        fi
334
ctags: CTAGS
335
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
336
                $(TAGS_FILES) $(LISP)
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338
        unique=`for i in $$list; do \
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340
          done | \
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
343
        test -z "$(CTAGS_ARGS)$$unique" \
344
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
345
             $$unique
346
 
347
GTAGS:
348
        here=`$(am__cd) $(top_builddir) && pwd` \
349
          && $(am__cd) $(top_srcdir) \
350
          && gtags -i $(GTAGS_ARGS) "$$here"
351
 
352
distclean-tags:
353
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
354
 
355
distdir: $(DISTFILES)
356
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
358
        list='$(DISTFILES)'; \
359
          dist_files=`for file in $$list; do echo $$file; done | \
360
          sed -e "s|^$$srcdirstrip/||;t" \
361
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
362
        case $$dist_files in \
363
          */*) $(MKDIR_P) `echo "$$dist_files" | \
364
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
365
                           sort -u` ;; \
366
        esac; \
367
        for file in $$dist_files; do \
368
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
369
          if test -d $$d/$$file; then \
370
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
371
            if test -d "$(distdir)/$$file"; then \
372
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373
            fi; \
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
376
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
377
            fi; \
378
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
379
          else \
380
            test -f "$(distdir)/$$file" \
381
            || cp -p $$d/$$file "$(distdir)/$$file" \
382
            || exit 1; \
383
          fi; \
384
        done
385
check-am: all-am
386
        $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES)
387
check: check-am
388
all-am: Makefile
389
installdirs:
390
install: install-am
391
install-exec: install-exec-am
392
install-data: install-data-am
393
uninstall: uninstall-am
394
 
395
install-am: all-am
396
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
397
 
398
installcheck: installcheck-am
399
install-strip:
400
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
401
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
402
          `test -z '$(STRIP)' || \
403
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
404
mostlyclean-generic:
405
 
406
clean-generic:
407
 
408
distclean-generic:
409
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
410
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
411
 
412
maintainer-clean-generic:
413
        @echo "This command is intended for maintainers to use"
414
        @echo "it deletes files that may require special tools to rebuild."
415
clean: clean-am
416
 
417
clean-am: clean-checkLTLIBRARIES clean-generic clean-libtool \
418
        mostlyclean-am
419
 
420
distclean: distclean-am
421
        -rm -rf ./$(DEPDIR)
422
        -rm -f Makefile
423
distclean-am: clean-am distclean-compile distclean-generic \
424
        distclean-tags
425
 
426
dvi: dvi-am
427
 
428
dvi-am:
429
 
430
html: html-am
431
 
432
html-am:
433
 
434
info: info-am
435
 
436
info-am:
437
 
438
install-data-am:
439
 
440
install-dvi: install-dvi-am
441
 
442
install-dvi-am:
443
 
444
install-exec-am:
445
 
446
install-html: install-html-am
447
 
448
install-html-am:
449
 
450
install-info: install-info-am
451
 
452
install-info-am:
453
 
454
install-man:
455
 
456
install-pdf: install-pdf-am
457
 
458
install-pdf-am:
459
 
460
install-ps: install-ps-am
461
 
462
install-ps-am:
463
 
464
installcheck-am:
465
 
466
maintainer-clean: maintainer-clean-am
467
        -rm -rf ./$(DEPDIR)
468
        -rm -f Makefile
469
maintainer-clean-am: distclean-am maintainer-clean-generic
470
 
471
mostlyclean: mostlyclean-am
472
 
473
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
474
        mostlyclean-libtool
475
 
476
pdf: pdf-am
477
 
478
pdf-am:
479
 
480
ps: ps-am
481
 
482
ps-am:
483
 
484
uninstall-am:
485
 
486
.MAKE: check-am install-am install-strip
487
 
488
.PHONY: CTAGS GTAGS all all-am check check-am clean \
489
        clean-checkLTLIBRARIES clean-generic clean-libtool ctags \
490
        distclean distclean-compile distclean-generic \
491
        distclean-libtool distclean-tags distdir dvi dvi-am html \
492
        html-am info info-am install install-am install-data \
493
        install-data-am install-dvi install-dvi-am install-exec \
494
        install-exec-am install-html install-html-am install-info \
495
        install-info-am install-man install-pdf install-pdf-am \
496
        install-ps install-ps-am install-strip installcheck \
497
        installcheck-am installdirs maintainer-clean \
498
        maintainer-clean-generic mostlyclean mostlyclean-compile \
499
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
500
        tags uninstall uninstall-am
501
 
502
 
503
# Tell versions [3.59,3.63) of GNU make to not export all variables.
504
# Otherwise a system limit (for SysV at least) may be exceeded.
505
.NOEXPORT:

powered by: WebSVN 2.1.0

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