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 784

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 625 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 625 jeremybenn
AM_V_lt = $(am__v_lt_$(V))
79
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
80
am__v_lt_0 = --silent
81 90 jeremybenn
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
83
am__depfiles_maybe = depfiles
84
am__mv = mv -f
85
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
87 625 jeremybenn
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
88
        $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
89
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
90
        $(AM_CCASFLAGS) $(CCASFLAGS)
91
AM_V_CPPAS = $(am__v_CPPAS_$(V))
92
am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY))
93
am__v_CPPAS_0 = @echo "  CPPAS " $@;
94
AM_V_at = $(am__v_at_$(V))
95
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
96
am__v_at_0 = @
97 90 jeremybenn
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 625 jeremybenn
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
100
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
101
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
102
        $(AM_CFLAGS) $(CFLAGS)
103
AM_V_CC = $(am__v_CC_$(V))
104
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
105
am__v_CC_0 = @echo "  CC    " $@;
106 90 jeremybenn
CCLD = $(CC)
107 625 jeremybenn
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
110
AM_V_CCLD = $(am__v_CCLD_$(V))
111
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
112
am__v_CCLD_0 = @echo "  CCLD  " $@;
113
AM_V_GEN = $(am__v_GEN_$(V))
114
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115
am__v_GEN_0 = @echo "  GEN   " $@;
116 90 jeremybenn
SOURCES = $(libexcept_la_SOURCES)
117
DIST_SOURCES = $(libexcept_la_SOURCES)
118
ETAGS = etags
119
CTAGS = ctags
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
ACLOCAL = @ACLOCAL@
122
AMTAR = @AMTAR@
123 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124 90 jeremybenn
AR = @AR@
125
AUTOCONF = @AUTOCONF@
126
AUTOHEADER = @AUTOHEADER@
127
AUTOMAKE = @AUTOMAKE@
128
AWK = @AWK@
129
CC = @CC@
130
CCAS = @CCAS@
131
CCASDEPMODE = @CCASDEPMODE@
132
CCASFLAGS = @CCASFLAGS@
133
CCDEPMODE = @CCDEPMODE@
134
CFLAGS = @CFLAGS@
135
CPP = @CPP@
136
CPPFLAGS = @CPPFLAGS@
137
CYGPATH_W = @CYGPATH_W@
138
DEFS = @DEFS@
139
DEPDIR = @DEPDIR@
140 784 jeremybenn
DLLTOOL = @DLLTOOL@
141 90 jeremybenn
DSYMUTIL = @DSYMUTIL@
142
DUMPBIN = @DUMPBIN@
143
ECHO_C = @ECHO_C@
144
ECHO_N = @ECHO_N@
145
ECHO_T = @ECHO_T@
146
EGREP = @EGREP@
147
EXEEXT = @EXEEXT@
148
FGREP = @FGREP@
149
GREP = @GREP@
150
INSTALL = @INSTALL@
151
INSTALL_DATA = @INSTALL_DATA@
152
INSTALL_PROGRAM = @INSTALL_PROGRAM@
153
INSTALL_SCRIPT = @INSTALL_SCRIPT@
154
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
155
LD = @LD@
156
LDFLAGS = @LDFLAGS@
157
LIBOBJS = @LIBOBJS@
158
LIBS = @LIBS@
159
LIBTOOL = @LIBTOOL@
160
LIPO = @LIPO@
161
LN_S = @LN_S@
162
LTLIBOBJS = @LTLIBOBJS@
163
MAKEINFO = @MAKEINFO@
164 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
165 90 jeremybenn
MKDIR_P = @MKDIR_P@
166
NM = @NM@
167
NMEDIT = @NMEDIT@
168
OBJDUMP = @OBJDUMP@
169
OBJEXT = @OBJEXT@
170
OTOOL = @OTOOL@
171
OTOOL64 = @OTOOL64@
172
PACKAGE = @PACKAGE@
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174
PACKAGE_NAME = @PACKAGE_NAME@
175
PACKAGE_STRING = @PACKAGE_STRING@
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
177 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
178 90 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
179
PATH_SEPARATOR = @PATH_SEPARATOR@
180
RANLIB = @RANLIB@
181
SED = @SED@
182
SET_MAKE = @SET_MAKE@
183
SHELL = @SHELL@
184
SIM = @SIM@
185
STRIP = @STRIP@
186
VERSION = @VERSION@
187
abs_builddir = @abs_builddir@
188
abs_srcdir = @abs_srcdir@
189
abs_top_builddir = @abs_top_builddir@
190
abs_top_srcdir = @abs_top_srcdir@
191 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
192 90 jeremybenn
ac_ct_CC = @ac_ct_CC@
193
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
194
am__include = @am__include@
195
am__leading_dot = @am__leading_dot@
196
am__quote = @am__quote@
197
am__tar = @am__tar@
198
am__untar = @am__untar@
199
bindir = @bindir@
200
build = @build@
201
build_alias = @build_alias@
202
build_cpu = @build_cpu@
203
build_os = @build_os@
204
build_vendor = @build_vendor@
205
builddir = @builddir@
206
datadir = @datadir@
207
datarootdir = @datarootdir@
208
docdir = @docdir@
209
dvidir = @dvidir@
210
exec_prefix = @exec_prefix@
211
host = @host@
212
host_alias = @host_alias@
213
host_cpu = @host_cpu@
214
host_os = @host_os@
215
host_vendor = @host_vendor@
216
htmldir = @htmldir@
217
includedir = @includedir@
218
infodir = @infodir@
219
install_sh = @install_sh@
220
libdir = @libdir@
221
libexecdir = @libexecdir@
222
localedir = @localedir@
223
localstatedir = @localstatedir@
224
mandir = @mandir@
225
mkdir_p = @mkdir_p@
226
oldincludedir = @oldincludedir@
227
pdfdir = @pdfdir@
228
prefix = @prefix@
229
program_transform_name = @program_transform_name@
230
psdir = @psdir@
231
sbindir = @sbindir@
232
sharedstatedir = @sharedstatedir@
233
srcdir = @srcdir@
234
sysconfdir = @sysconfdir@
235
target_alias = @target_alias@
236
top_build_prefix = @top_build_prefix@
237
top_builddir = @top_builddir@
238
top_srcdir = @top_srcdir@
239
 
240
# Exception library for use when testing. In practice we don't use the
241
# library, since it doesn't define any global variables, so as a library won't
242
# be included when linking, even though the linker script requires it. Instead
243
# we use the object file created as an intermediate.
244
check_LTLIBRARIES = libexcept.la
245
libexcept_la_SOURCES = except.S
246
all: all-am
247
 
248
.SUFFIXES:
249
.SUFFIXES: .S .lo .o .obj
250
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
251
        @for dep in $?; do \
252
          case '$(am__configure_deps)' in \
253
            *$$dep*) \
254
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
255
                && { if test -f $@; then exit 0; else break; fi; }; \
256
              exit 1;; \
257
          esac; \
258
        done; \
259
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu except/Makefile'; \
260
        $(am__cd) $(top_srcdir) && \
261
          $(AUTOMAKE) --gnu except/Makefile
262
.PRECIOUS: Makefile
263
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264
        @case '$?' in \
265
          *config.status*) \
266
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
267
          *) \
268
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
269
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
270
        esac;
271
 
272
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
 
275
$(top_srcdir)/configure:  $(am__configure_deps)
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
$(am__aclocal_m4_deps):
280
 
281
clean-checkLTLIBRARIES:
282
        -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
283
        @list='$(check_LTLIBRARIES)'; for p in $$list; do \
284
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
285
          test "$$dir" != "$$p" || dir=.; \
286
          echo "rm -f \"$${dir}/so_locations\""; \
287
          rm -f "$${dir}/so_locations"; \
288
        done
289
libexcept.la: $(libexcept_la_OBJECTS) $(libexcept_la_DEPENDENCIES)
290 625 jeremybenn
        $(AM_V_CCLD)$(LINK)  $(libexcept_la_OBJECTS) $(libexcept_la_LIBADD) $(LIBS)
291 90 jeremybenn
 
292
mostlyclean-compile:
293
        -rm -f *.$(OBJEXT)
294
 
295
distclean-compile:
296
        -rm -f *.tab.c
297
 
298
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/except.Plo@am__quote@
299
 
300
.S.o:
301 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
303
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
304 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
307
 
308
.S.obj:
309 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
310
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
311
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
312 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
315
 
316
.S.lo:
317 625 jeremybenn
@am__fastdepCCAS_TRUE@  $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
318
@am__fastdepCCAS_TRUE@  $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
319
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS) @AM_BACKSLASH@
320 90 jeremybenn
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
321
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
@am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
323
 
324
mostlyclean-libtool:
325
        -rm -f *.lo
326
 
327
clean-libtool:
328
        -rm -rf .libs _libs
329
 
330
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
331
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
332
        unique=`for i in $$list; do \
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334
          done | \
335
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
336
              END { if (nonempty) { for (i in files) print i; }; }'`; \
337
        mkid -fID $$unique
338
tags: TAGS
339
 
340
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
341
                $(TAGS_FILES) $(LISP)
342
        set x; \
343
        here=`pwd`; \
344
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
345
        unique=`for i in $$list; do \
346
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
          done | \
348
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
349
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
        shift; \
351
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
352
          test -n "$$unique" || unique=$$empty_fix; \
353
          if test $$# -gt 0; then \
354
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355
              "$$@" $$unique; \
356
          else \
357
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358
              $$unique; \
359
          fi; \
360
        fi
361
ctags: CTAGS
362
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363
                $(TAGS_FILES) $(LISP)
364
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
365
        unique=`for i in $$list; do \
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
          done | \
368
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369
              END { if (nonempty) { for (i in files) print i; }; }'`; \
370
        test -z "$(CTAGS_ARGS)$$unique" \
371
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
372
             $$unique
373
 
374
GTAGS:
375
        here=`$(am__cd) $(top_builddir) && pwd` \
376
          && $(am__cd) $(top_srcdir) \
377
          && gtags -i $(GTAGS_ARGS) "$$here"
378
 
379
distclean-tags:
380
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
381
 
382
distdir: $(DISTFILES)
383
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
384
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385
        list='$(DISTFILES)'; \
386
          dist_files=`for file in $$list; do echo $$file; done | \
387
          sed -e "s|^$$srcdirstrip/||;t" \
388
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
389
        case $$dist_files in \
390
          */*) $(MKDIR_P) `echo "$$dist_files" | \
391
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
392
                           sort -u` ;; \
393
        esac; \
394
        for file in $$dist_files; do \
395
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396
          if test -d $$d/$$file; then \
397
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
398
            if test -d "$(distdir)/$$file"; then \
399
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
400
            fi; \
401
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
403
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404
            fi; \
405
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
406
          else \
407
            test -f "$(distdir)/$$file" \
408
            || cp -p $$d/$$file "$(distdir)/$$file" \
409
            || exit 1; \
410
          fi; \
411
        done
412
check-am: all-am
413
        $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES)
414
check: check-am
415
all-am: Makefile
416
installdirs:
417
install: install-am
418
install-exec: install-exec-am
419
install-data: install-data-am
420
uninstall: uninstall-am
421
 
422
install-am: all-am
423
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
424
 
425
installcheck: installcheck-am
426
install-strip:
427
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
428
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429
          `test -z '$(STRIP)' || \
430
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
431
mostlyclean-generic:
432
 
433
clean-generic:
434
 
435
distclean-generic:
436
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
437
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
438
 
439
maintainer-clean-generic:
440
        @echo "This command is intended for maintainers to use"
441
        @echo "it deletes files that may require special tools to rebuild."
442
clean: clean-am
443
 
444
clean-am: clean-checkLTLIBRARIES clean-generic clean-libtool \
445
        mostlyclean-am
446
 
447
distclean: distclean-am
448
        -rm -rf ./$(DEPDIR)
449
        -rm -f Makefile
450
distclean-am: clean-am distclean-compile distclean-generic \
451
        distclean-tags
452
 
453
dvi: dvi-am
454
 
455
dvi-am:
456
 
457
html: html-am
458
 
459
html-am:
460
 
461
info: info-am
462
 
463
info-am:
464
 
465
install-data-am:
466
 
467
install-dvi: install-dvi-am
468
 
469
install-dvi-am:
470
 
471
install-exec-am:
472
 
473
install-html: install-html-am
474
 
475
install-html-am:
476
 
477
install-info: install-info-am
478
 
479
install-info-am:
480
 
481
install-man:
482
 
483
install-pdf: install-pdf-am
484
 
485
install-pdf-am:
486
 
487
install-ps: install-ps-am
488
 
489
install-ps-am:
490
 
491
installcheck-am:
492
 
493
maintainer-clean: maintainer-clean-am
494
        -rm -rf ./$(DEPDIR)
495
        -rm -f Makefile
496
maintainer-clean-am: distclean-am maintainer-clean-generic
497
 
498
mostlyclean: mostlyclean-am
499
 
500
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
501
        mostlyclean-libtool
502
 
503
pdf: pdf-am
504
 
505
pdf-am:
506
 
507
ps: ps-am
508
 
509
ps-am:
510
 
511
uninstall-am:
512
 
513
.MAKE: check-am install-am install-strip
514
 
515
.PHONY: CTAGS GTAGS all all-am check check-am clean \
516
        clean-checkLTLIBRARIES clean-generic clean-libtool ctags \
517
        distclean distclean-compile distclean-generic \
518
        distclean-libtool distclean-tags distdir dvi dvi-am html \
519
        html-am info info-am install install-am install-data \
520
        install-data-am install-dvi install-dvi-am install-exec \
521
        install-exec-am install-html install-html-am install-info \
522
        install-info-am install-man install-pdf install-pdf-am \
523
        install-ps install-ps-am install-strip installcheck \
524
        installcheck-am installdirs maintainer-clean \
525
        maintainer-clean-generic mostlyclean mostlyclean-compile \
526
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
527
        tags uninstall uninstall-am
528
 
529
 
530
# Tell versions [3.59,3.63) of GNU make to not export all variables.
531
# Otherwise a system limit (for SysV at least) may be exceeded.
532
.NOEXPORT:

powered by: WebSVN 2.1.0

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