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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [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 82 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
19
 
20
# Copyright (C) Marko Mlinar, 2001
21
# Copyright (C) Embecosm Limited, 2010
22
 
23
# Contributor Jeremy Bennett 
24
 
25
# To add new test, edit between marked areas only
26
 
27
# This file is part of OpenRISC 1000 Architectural Simulator.
28
 
29
# This program is free software; you can redistribute it and/or modify it
30
# under the terms of the GNU General Public License as published by the Free
31
# Software Foundation; either version 3 of the License, or (at your option)
32
# any later version.
33
 
34
# This program is distributed in the hope that it will be useful, but WITHOUT
35
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
36
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
37
# more details.
38
 
39
# You should have received a copy of the GNU General Public License along
40
# with this program.  If not, see .  */
41
 
42
# -----------------------------------------------------------------------------
43
# This code is commented throughout for use with Doxygen.
44
# -----------------------------------------------------------------------------
45
VPATH = @srcdir@
46
pkgdatadir = $(datadir)/@PACKAGE@
47
pkgincludedir = $(includedir)/@PACKAGE@
48
pkglibdir = $(libdir)/@PACKAGE@
49
pkglibexecdir = $(libexecdir)/@PACKAGE@
50
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51
install_sh_DATA = $(install_sh) -c -m 644
52
install_sh_PROGRAM = $(install_sh) -c
53
install_sh_SCRIPT = $(install_sh) -c
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = $(program_transform_name)
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
build_triplet = @build@
63
host_triplet = @host@
64 90 jeremybenn
target_triplet = @target@
65
subdir = testsuite
66
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
67
        ChangeLog
68 82 jeremybenn
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
70
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
71
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
72
        $(top_srcdir)/configure.ac
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74
        $(ACLOCAL_M4)
75 90 jeremybenn
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76
CONFIG_HEADER = $(top_builddir)/config.h
77 82 jeremybenn
CONFIG_CLEAN_FILES =
78
CONFIG_CLEAN_VPATH_FILES =
79 625 jeremybenn
AM_V_GEN = $(am__v_GEN_$(V))
80
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
81
am__v_GEN_0 = @echo "  GEN   " $@;
82
AM_V_at = $(am__v_at_$(V))
83
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
84
am__v_at_0 = @
85 82 jeremybenn
SOURCES =
86
DIST_SOURCES =
87
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
88
        html-recursive info-recursive install-data-recursive \
89
        install-dvi-recursive install-exec-recursive \
90
        install-html-recursive install-info-recursive \
91
        install-pdf-recursive install-ps-recursive install-recursive \
92
        installcheck-recursive installdirs-recursive pdf-recursive \
93
        ps-recursive uninstall-recursive
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
  distclean-recursive maintainer-clean-recursive
96
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
98 90 jeremybenn
        distdir
99 82 jeremybenn
ETAGS = etags
100
CTAGS = ctags
101
EXPECT = expect
102
RUNTEST = runtest
103
DIST_SUBDIRS = $(SUBDIRS)
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
am__relativize = \
106
  dir0=`pwd`; \
107
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
108
  sed_rest='s,^[^/]*/*,,'; \
109
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
110
  sed_butlast='s,/*[^/]*$$,,'; \
111
  while test -n "$$dir1"; do \
112
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
113
    if test "$$first" != "."; then \
114
      if test "$$first" = ".."; then \
115
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
116
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
117
      else \
118
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
119
        if test "$$first2" = "$$first"; then \
120
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
121
        else \
122
          dir2="../$$dir2"; \
123
        fi; \
124
        dir0="$$dir0"/"$$first"; \
125
      fi; \
126
    fi; \
127
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
128
  done; \
129
  reldir="$$dir2"
130
ACLOCAL = @ACLOCAL@
131
AMTAR = @AMTAR@
132 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133 82 jeremybenn
AR = @AR@
134 90 jeremybenn
ARFLAGS = @ARFLAGS@
135 82 jeremybenn
AUTOCONF = @AUTOCONF@
136
AUTOHEADER = @AUTOHEADER@
137
AUTOMAKE = @AUTOMAKE@
138
AWK = @AWK@
139 90 jeremybenn
BUILD_DIR = @BUILD_DIR@
140 82 jeremybenn
CC = @CC@
141
CCAS = @CCAS@
142
CCASDEPMODE = @CCASDEPMODE@
143
CCASFLAGS = @CCASFLAGS@
144
CCDEPMODE = @CCDEPMODE@
145
CFLAGS = @CFLAGS@
146
CPP = @CPP@
147
CPPFLAGS = @CPPFLAGS@
148 90 jeremybenn
CPU_ARCH = @CPU_ARCH@
149 82 jeremybenn
CYGPATH_W = @CYGPATH_W@
150 90 jeremybenn
DEBUGFLAGS = @DEBUGFLAGS@
151 82 jeremybenn
DEFS = @DEFS@
152
DEJAGNU = @DEJAGNU@
153
DEPDIR = @DEPDIR@
154 784 jeremybenn
DLLTOOL = @DLLTOOL@
155 82 jeremybenn
DSYMUTIL = @DSYMUTIL@
156
DUMPBIN = @DUMPBIN@
157
ECHO_C = @ECHO_C@
158
ECHO_N = @ECHO_N@
159
ECHO_T = @ECHO_T@
160
EGREP = @EGREP@
161
EXEEXT = @EXEEXT@
162
FGREP = @FGREP@
163
GREP = @GREP@
164 90 jeremybenn
INCLUDES = @INCLUDES@
165 82 jeremybenn
INSTALL = @INSTALL@
166
INSTALL_DATA = @INSTALL_DATA@
167
INSTALL_PROGRAM = @INSTALL_PROGRAM@
168
INSTALL_SCRIPT = @INSTALL_SCRIPT@
169
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170
LD = @LD@
171
LDFLAGS = @LDFLAGS@
172
LIBOBJS = @LIBOBJS@
173
LIBS = @LIBS@
174
LIBTOOL = @LIBTOOL@
175
LIPO = @LIPO@
176
LN_S = @LN_S@
177 90 jeremybenn
LOCAL_CFLAGS = @LOCAL_CFLAGS@
178
LOCAL_DEFS = @LOCAL_DEFS@
179
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
180 82 jeremybenn
LTLIBOBJS = @LTLIBOBJS@
181
MAKEINFO = @MAKEINFO@
182 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
183 82 jeremybenn
MKDIR_P = @MKDIR_P@
184
NM = @NM@
185
NMEDIT = @NMEDIT@
186
OBJDUMP = @OBJDUMP@
187
OBJEXT = @OBJEXT@
188
OTOOL = @OTOOL@
189
OTOOL64 = @OTOOL64@
190
PACKAGE = @PACKAGE@
191
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192
PACKAGE_NAME = @PACKAGE_NAME@
193
PACKAGE_STRING = @PACKAGE_STRING@
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
196 82 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
197
PATH_SEPARATOR = @PATH_SEPARATOR@
198 90 jeremybenn
POW_LIB = @POW_LIB@
199 82 jeremybenn
RANLIB = @RANLIB@
200 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
201 82 jeremybenn
SED = @SED@
202
SET_MAKE = @SET_MAKE@
203
SHELL = @SHELL@
204
STRIP = @STRIP@
205 90 jeremybenn
SUMVERSION = @SUMVERSION@
206
TERMCAP_LIB = @TERMCAP_LIB@
207 82 jeremybenn
VERSION = @VERSION@
208
abs_builddir = @abs_builddir@
209
abs_srcdir = @abs_srcdir@
210
abs_top_builddir = @abs_top_builddir@
211
abs_top_srcdir = @abs_top_srcdir@
212 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
213 82 jeremybenn
ac_ct_CC = @ac_ct_CC@
214
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215
am__include = @am__include@
216
am__leading_dot = @am__leading_dot@
217
am__quote = @am__quote@
218
am__tar = @am__tar@
219
am__untar = @am__untar@
220
bindir = @bindir@
221
build = @build@
222
build_alias = @build_alias@
223
build_cpu = @build_cpu@
224
build_os = @build_os@
225
build_vendor = @build_vendor@
226
builddir = @builddir@
227
datadir = @datadir@
228
datarootdir = @datarootdir@
229
docdir = @docdir@
230
dvidir = @dvidir@
231
exec_prefix = @exec_prefix@
232
host = @host@
233
host_alias = @host_alias@
234
host_cpu = @host_cpu@
235
host_os = @host_os@
236
host_vendor = @host_vendor@
237
htmldir = @htmldir@
238
includedir = @includedir@
239
infodir = @infodir@
240
install_sh = @install_sh@
241
libdir = @libdir@
242
libexecdir = @libexecdir@
243
localedir = @localedir@
244
localstatedir = @localstatedir@
245
mandir = @mandir@
246
mkdir_p = @mkdir_p@
247
oldincludedir = @oldincludedir@
248
pdfdir = @pdfdir@
249
prefix = @prefix@
250
program_transform_name = @program_transform_name@
251
psdir = @psdir@
252
sbindir = @sbindir@
253
sharedstatedir = @sharedstatedir@
254
srcdir = @srcdir@
255 90 jeremybenn
subdirs = @subdirs@
256 82 jeremybenn
sysconfdir = @sysconfdir@
257 90 jeremybenn
target = @target@
258 82 jeremybenn
target_alias = @target_alias@
259 90 jeremybenn
target_cpu = @target_cpu@
260
target_os = @target_os@
261
target_vendor = @target_vendor@
262 82 jeremybenn
top_build_prefix = @top_build_prefix@
263
top_builddir = @top_builddir@
264
top_srcdir = @top_srcdir@
265
 
266
# C code for programs used only in testing is in 'test-code'. Other subdirs
267
# are only there to ensure DejaGNU code is distributed.
268 90 jeremybenn
SUBDIRS = config         \
269
          lib            \
270
          libsim.tests   \
271
          or1ksim.tests  \
272
          test-code      \
273
          test-code-or1k
274 82 jeremybenn
 
275 95 jeremybenn
EXTRA_DIST = global-conf.exp
276 82 jeremybenn
 
277
# Setup for DejaGNU
278
AUTOMAKE_OPTIONS = dejagnu
279 784 jeremybenn
 
280
# Without the "--status" flag, TCL syntax or runtime errors yield a zero exit
281
# code, which is then taken as an indication of success (!).
282
AM_RUNTESTFLAGS = --status
283 90 jeremybenn
DEJATOOL = libsim  \
284
                      or1ksim
285
 
286
all: all-recursive
287 82 jeremybenn
 
288
.SUFFIXES:
289
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
290
        @for dep in $?; do \
291
          case '$(am__configure_deps)' in \
292
            *$$dep*) \
293 90 jeremybenn
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
294
                && { if test -f $@; then exit 0; else break; fi; }; \
295 82 jeremybenn
              exit 1;; \
296
          esac; \
297
        done; \
298 90 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/Makefile'; \
299 82 jeremybenn
        $(am__cd) $(top_srcdir) && \
300 90 jeremybenn
          $(AUTOMAKE) --gnu testsuite/Makefile
301 82 jeremybenn
.PRECIOUS: Makefile
302
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303
        @case '$?' in \
304
          *config.status*) \
305 90 jeremybenn
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
306 82 jeremybenn
          *) \
307 90 jeremybenn
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
308
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
309 82 jeremybenn
        esac;
310
 
311
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 82 jeremybenn
 
314
$(top_srcdir)/configure:  $(am__configure_deps)
315 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316 82 jeremybenn
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
317 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 82 jeremybenn
$(am__aclocal_m4_deps):
319
 
320
mostlyclean-libtool:
321
        -rm -f *.lo
322
 
323
clean-libtool:
324
        -rm -rf .libs _libs
325
 
326
# This directory's subdirectories are mostly independent; you can cd
327
# into them and run `make' without going through this Makefile.
328
# To change the values of `make' variables: instead of editing Makefiles,
329
# (1) if the variable is set in `config.status', edit `config.status'
330
#     (which will cause the Makefiles to be regenerated when you run `make');
331
# (2) otherwise, pass the desired values on the `make' command line.
332
$(RECURSIVE_TARGETS):
333 625 jeremybenn
        @fail= failcom='exit 1'; \
334 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
335
          case $$f in \
336
            *=* | --[!k]*);; \
337
            *k*) failcom='fail=yes';; \
338
          esac; \
339
        done; \
340
        dot_seen=no; \
341
        target=`echo $@ | sed s/-recursive//`; \
342
        list='$(SUBDIRS)'; for subdir in $$list; do \
343
          echo "Making $$target in $$subdir"; \
344
          if test "$$subdir" = "."; then \
345
            dot_seen=yes; \
346
            local_target="$$target-am"; \
347
          else \
348
            local_target="$$target"; \
349
          fi; \
350
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351
          || eval $$failcom; \
352
        done; \
353
        if test "$$dot_seen" = "no"; then \
354
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
355
        fi; test -z "$$fail"
356
 
357
$(RECURSIVE_CLEAN_TARGETS):
358 625 jeremybenn
        @fail= failcom='exit 1'; \
359 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
360
          case $$f in \
361
            *=* | --[!k]*);; \
362
            *k*) failcom='fail=yes';; \
363
          esac; \
364
        done; \
365
        dot_seen=no; \
366
        case "$@" in \
367
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
368
          *) list='$(SUBDIRS)' ;; \
369
        esac; \
370
        rev=''; for subdir in $$list; do \
371
          if test "$$subdir" = "."; then :; else \
372
            rev="$$subdir $$rev"; \
373
          fi; \
374
        done; \
375
        rev="$$rev ."; \
376
        target=`echo $@ | sed s/-recursive//`; \
377
        for subdir in $$rev; do \
378
          echo "Making $$target in $$subdir"; \
379
          if test "$$subdir" = "."; then \
380
            local_target="$$target-am"; \
381
          else \
382
            local_target="$$target"; \
383
          fi; \
384
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385
          || eval $$failcom; \
386
        done && test -z "$$fail"
387
tags-recursive:
388
        list='$(SUBDIRS)'; for subdir in $$list; do \
389
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
390
        done
391
ctags-recursive:
392
        list='$(SUBDIRS)'; for subdir in $$list; do \
393
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
394
        done
395
 
396
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
397
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
398
        unique=`for i in $$list; do \
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400
          done | \
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
        mkid -fID $$unique
404
tags: TAGS
405
 
406 90 jeremybenn
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
407 82 jeremybenn
                $(TAGS_FILES) $(LISP)
408
        set x; \
409
        here=`pwd`; \
410
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
411
          include_option=--etags-include; \
412
          empty_fix=.; \
413
        else \
414
          include_option=--include; \
415
          empty_fix=; \
416
        fi; \
417
        list='$(SUBDIRS)'; for subdir in $$list; do \
418
          if test "$$subdir" = .; then :; else \
419
            test ! -f $$subdir/TAGS || \
420
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
421
          fi; \
422
        done; \
423 90 jeremybenn
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424 82 jeremybenn
        unique=`for i in $$list; do \
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
          done | \
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
429
        shift; \
430
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
431
          test -n "$$unique" || unique=$$empty_fix; \
432
          if test $$# -gt 0; then \
433
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434
              "$$@" $$unique; \
435
          else \
436
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437
              $$unique; \
438
          fi; \
439
        fi
440
ctags: CTAGS
441 90 jeremybenn
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
442 82 jeremybenn
                $(TAGS_FILES) $(LISP)
443 90 jeremybenn
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444 82 jeremybenn
        unique=`for i in $$list; do \
445
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
          done | \
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
449
        test -z "$(CTAGS_ARGS)$$unique" \
450
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451
             $$unique
452
 
453
GTAGS:
454
        here=`$(am__cd) $(top_builddir) && pwd` \
455
          && $(am__cd) $(top_srcdir) \
456
          && gtags -i $(GTAGS_ARGS) "$$here"
457
 
458
distclean-tags:
459
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
 
461
check-DEJAGNU: site.exp
462
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
463
        EXPECT=$(EXPECT); export EXPECT; \
464
        runtest=$(RUNTEST); \
465
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
466
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
467
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
468
            then :; else exit_status=1; fi; \
469
          done; \
470
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
471
        fi; \
472
        exit $$exit_status
473
site.exp: Makefile
474
        @echo 'Making a new site.exp file...'
475
        @echo '## these variables are automatically generated by make ##' >site.tmp
476
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
477
        @echo '# edit the last section' >>site.tmp
478
        @echo 'set srcdir $(srcdir)' >>site.tmp
479
        @echo "set objdir `pwd`" >>site.tmp
480
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
481
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
482
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
483
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
484 90 jeremybenn
        @echo 'set target_alias "$(target_alias)"' >>site.tmp
485
        @echo 'set target_triplet $(target_triplet)' >>site.tmp
486 82 jeremybenn
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
487
        @test ! -f site.exp || \
488
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
489
        @-rm -f site.bak
490
        @test ! -f site.exp || mv site.exp site.bak
491
        @mv site.tmp site.exp
492
 
493
distclean-DEJAGNU:
494
        -rm -f site.exp site.bak
495
        -l='$(DEJATOOL)'; for tool in $$l; do \
496
          rm -f $$tool.sum $$tool.log; \
497
        done
498
 
499
distdir: $(DISTFILES)
500
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502
        list='$(DISTFILES)'; \
503
          dist_files=`for file in $$list; do echo $$file; done | \
504
          sed -e "s|^$$srcdirstrip/||;t" \
505
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
506
        case $$dist_files in \
507
          */*) $(MKDIR_P) `echo "$$dist_files" | \
508
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
509
                           sort -u` ;; \
510
        esac; \
511
        for file in $$dist_files; do \
512
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513
          if test -d $$d/$$file; then \
514
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
515
            if test -d "$(distdir)/$$file"; then \
516
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517
            fi; \
518
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
520
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521
            fi; \
522
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523
          else \
524
            test -f "$(distdir)/$$file" \
525
            || cp -p $$d/$$file "$(distdir)/$$file" \
526
            || exit 1; \
527
          fi; \
528
        done
529
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
530
          if test "$$subdir" = .; then :; else \
531
            test -d "$(distdir)/$$subdir" \
532
            || $(MKDIR_P) "$(distdir)/$$subdir" \
533
            || exit 1; \
534
          fi; \
535
        done
536
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
537
          if test "$$subdir" = .; then :; else \
538
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
539
            $(am__relativize); \
540
            new_distdir=$$reldir; \
541
            dir1=$$subdir; dir2="$(top_distdir)"; \
542
            $(am__relativize); \
543
            new_top_distdir=$$reldir; \
544
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
545
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
546
            ($(am__cd) $$subdir && \
547
              $(MAKE) $(AM_MAKEFLAGS) \
548
                top_distdir="$$new_top_distdir" \
549
                distdir="$$new_distdir" \
550
                am__remove_distdir=: \
551
                am__skip_length_check=: \
552
                am__skip_mode_fix=: \
553
                distdir) \
554
              || exit 1; \
555
          fi; \
556
        done
557
check-am: all-am
558
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
559
check: check-recursive
560 90 jeremybenn
all-am: Makefile
561 82 jeremybenn
installdirs: installdirs-recursive
562
installdirs-am:
563
install: install-recursive
564
install-exec: install-exec-recursive
565
install-data: install-data-recursive
566
uninstall: uninstall-recursive
567
 
568
install-am: all-am
569
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570
 
571
installcheck: installcheck-recursive
572
install-strip:
573
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575
          `test -z '$(STRIP)' || \
576
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
577
mostlyclean-generic:
578
 
579
clean-generic:
580
 
581
distclean-generic:
582
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
583
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
584
 
585
maintainer-clean-generic:
586
        @echo "This command is intended for maintainers to use"
587
        @echo "it deletes files that may require special tools to rebuild."
588
clean: clean-recursive
589
 
590
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
591
 
592
distclean: distclean-recursive
593
        -rm -f Makefile
594
distclean-am: clean-am distclean-DEJAGNU distclean-generic \
595 90 jeremybenn
        distclean-tags
596 82 jeremybenn
 
597
dvi: dvi-recursive
598
 
599
dvi-am:
600
 
601
html: html-recursive
602
 
603
html-am:
604
 
605
info: info-recursive
606
 
607
info-am:
608
 
609
install-data-am:
610
 
611
install-dvi: install-dvi-recursive
612
 
613
install-dvi-am:
614
 
615
install-exec-am:
616
 
617
install-html: install-html-recursive
618
 
619
install-html-am:
620
 
621
install-info: install-info-recursive
622
 
623
install-info-am:
624
 
625
install-man:
626
 
627
install-pdf: install-pdf-recursive
628
 
629
install-pdf-am:
630
 
631
install-ps: install-ps-recursive
632
 
633
install-ps-am:
634
 
635
installcheck-am:
636
 
637
maintainer-clean: maintainer-clean-recursive
638
        -rm -f Makefile
639
maintainer-clean-am: distclean-am maintainer-clean-generic
640
 
641
mostlyclean: mostlyclean-recursive
642
 
643
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
644
 
645
pdf: pdf-recursive
646
 
647
pdf-am:
648
 
649
ps: ps-recursive
650
 
651
ps-am:
652
 
653
uninstall-am:
654
 
655 90 jeremybenn
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
656 82 jeremybenn
        ctags-recursive install-am install-strip tags-recursive
657
 
658
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
659 90 jeremybenn
        all all-am check check-DEJAGNU check-am clean clean-generic \
660
        clean-libtool clean-local ctags ctags-recursive distclean \
661
        distclean-DEJAGNU distclean-generic distclean-libtool \
662
        distclean-tags distdir dvi dvi-am html html-am info info-am \
663 82 jeremybenn
        install install-am install-data install-data-am install-dvi \
664
        install-dvi-am install-exec install-exec-am install-html \
665
        install-html-am install-info install-info-am install-man \
666
        install-pdf install-pdf-am install-ps install-ps-am \
667
        install-strip installcheck installcheck-am installdirs \
668
        installdirs-am maintainer-clean maintainer-clean-generic \
669
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
670
        ps ps-am tags tags-recursive uninstall uninstall-am
671
 
672
 
673
export DEJAGNU
674
 
675
# Clean up the junk left by the tests
676
clean-local:
677
        @$(RM) eth0.tx eth0.rx
678
        @$(RM) kbdtest.rx
679
        @$(RM) primary????.bmp
680
 
681
# Tell versions [3.59,3.63) of GNU make to not export all variables.
682
# Otherwise a system limit (for SysV at least) may be exceeded.
683
.NOEXPORT:

powered by: WebSVN 2.1.0

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