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

Subversion Repositories openrisc

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

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

powered by: WebSVN 2.1.0

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