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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [Makefile.in] - Blame information for rev 90

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

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

powered by: WebSVN 2.1.0

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