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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 538 julius
# Makefile.in generated by automake 1.11 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
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
MKDIR_P = @MKDIR_P@
175
NM = @NM@
176
NMEDIT = @NMEDIT@
177
OBJDUMP = @OBJDUMP@
178
OBJEXT = @OBJEXT@
179
OTOOL = @OTOOL@
180
OTOOL64 = @OTOOL64@
181
PACKAGE = @PACKAGE@
182
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183
PACKAGE_NAME = @PACKAGE_NAME@
184
PACKAGE_STRING = @PACKAGE_STRING@
185
PACKAGE_TARNAME = @PACKAGE_TARNAME@
186 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
187 82 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
188
PATH_SEPARATOR = @PATH_SEPARATOR@
189 90 jeremybenn
POW_LIB = @POW_LIB@
190 82 jeremybenn
RANLIB = @RANLIB@
191 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
192 82 jeremybenn
SED = @SED@
193
SET_MAKE = @SET_MAKE@
194
SHELL = @SHELL@
195
STRIP = @STRIP@
196 90 jeremybenn
SUMVERSION = @SUMVERSION@
197
TERMCAP_LIB = @TERMCAP_LIB@
198 82 jeremybenn
VERSION = @VERSION@
199
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 95 jeremybenn
EXTRA_DIST = global-conf.exp
267 82 jeremybenn
 
268
# Setup for DejaGNU
269
AUTOMAKE_OPTIONS = dejagnu
270 90 jeremybenn
DEJATOOL = libsim  \
271
                      or1ksim
272
 
273
all: all-recursive
274 82 jeremybenn
 
275
.SUFFIXES:
276
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
277
        @for dep in $?; do \
278
          case '$(am__configure_deps)' in \
279
            *$$dep*) \
280 90 jeremybenn
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
281
                && { if test -f $@; then exit 0; else break; fi; }; \
282 82 jeremybenn
              exit 1;; \
283
          esac; \
284
        done; \
285 90 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/Makefile'; \
286 82 jeremybenn
        $(am__cd) $(top_srcdir) && \
287 90 jeremybenn
          $(AUTOMAKE) --gnu testsuite/Makefile
288 82 jeremybenn
.PRECIOUS: Makefile
289
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290
        @case '$?' in \
291
          *config.status*) \
292 90 jeremybenn
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293 82 jeremybenn
          *) \
294 90 jeremybenn
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
295
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
296 82 jeremybenn
        esac;
297
 
298
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300 82 jeremybenn
 
301
$(top_srcdir)/configure:  $(am__configure_deps)
302 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 82 jeremybenn
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
304 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 82 jeremybenn
$(am__aclocal_m4_deps):
306
 
307
mostlyclean-libtool:
308
        -rm -f *.lo
309
 
310
clean-libtool:
311
        -rm -rf .libs _libs
312
 
313
# This directory's subdirectories are mostly independent; you can cd
314
# into them and run `make' without going through this Makefile.
315
# To change the values of `make' variables: instead of editing Makefiles,
316
# (1) if the variable is set in `config.status', edit `config.status'
317
#     (which will cause the Makefiles to be regenerated when you run `make');
318
# (2) otherwise, pass the desired values on the `make' command line.
319
$(RECURSIVE_TARGETS):
320 538 julius
        @failcom='exit 1'; \
321 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
322
          case $$f in \
323
            *=* | --[!k]*);; \
324
            *k*) failcom='fail=yes';; \
325
          esac; \
326
        done; \
327
        dot_seen=no; \
328
        target=`echo $@ | sed s/-recursive//`; \
329
        list='$(SUBDIRS)'; for subdir in $$list; do \
330
          echo "Making $$target in $$subdir"; \
331
          if test "$$subdir" = "."; then \
332
            dot_seen=yes; \
333
            local_target="$$target-am"; \
334
          else \
335
            local_target="$$target"; \
336
          fi; \
337
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338
          || eval $$failcom; \
339
        done; \
340
        if test "$$dot_seen" = "no"; then \
341
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
342
        fi; test -z "$$fail"
343
 
344
$(RECURSIVE_CLEAN_TARGETS):
345 538 julius
        @failcom='exit 1'; \
346 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
347
          case $$f in \
348
            *=* | --[!k]*);; \
349
            *k*) failcom='fail=yes';; \
350
          esac; \
351
        done; \
352
        dot_seen=no; \
353
        case "$@" in \
354
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
355
          *) list='$(SUBDIRS)' ;; \
356
        esac; \
357
        rev=''; for subdir in $$list; do \
358
          if test "$$subdir" = "."; then :; else \
359
            rev="$$subdir $$rev"; \
360
          fi; \
361
        done; \
362
        rev="$$rev ."; \
363
        target=`echo $@ | sed s/-recursive//`; \
364
        for subdir in $$rev; do \
365
          echo "Making $$target in $$subdir"; \
366
          if test "$$subdir" = "."; then \
367
            local_target="$$target-am"; \
368
          else \
369
            local_target="$$target"; \
370
          fi; \
371
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372
          || eval $$failcom; \
373
        done && test -z "$$fail"
374
tags-recursive:
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
376
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
377
        done
378
ctags-recursive:
379
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
381
        done
382
 
383
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
384
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
385
        unique=`for i in $$list; do \
386
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387
          done | \
388
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
        mkid -fID $$unique
391
tags: TAGS
392
 
393 90 jeremybenn
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394 82 jeremybenn
                $(TAGS_FILES) $(LISP)
395
        set x; \
396
        here=`pwd`; \
397
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
398
          include_option=--etags-include; \
399
          empty_fix=.; \
400
        else \
401
          include_option=--include; \
402
          empty_fix=; \
403
        fi; \
404
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
          if test "$$subdir" = .; then :; else \
406
            test ! -f $$subdir/TAGS || \
407
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
408
          fi; \
409
        done; \
410 90 jeremybenn
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
411 82 jeremybenn
        unique=`for i in $$list; do \
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413
          done | \
414
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
416
        shift; \
417
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418
          test -n "$$unique" || unique=$$empty_fix; \
419
          if test $$# -gt 0; then \
420
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421
              "$$@" $$unique; \
422
          else \
423
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424
              $$unique; \
425
          fi; \
426
        fi
427
ctags: CTAGS
428 90 jeremybenn
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
429 82 jeremybenn
                $(TAGS_FILES) $(LISP)
430 90 jeremybenn
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
431 82 jeremybenn
        unique=`for i in $$list; do \
432
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433
          done | \
434
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435
              END { if (nonempty) { for (i in files) print i; }; }'`; \
436
        test -z "$(CTAGS_ARGS)$$unique" \
437
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438
             $$unique
439
 
440
GTAGS:
441
        here=`$(am__cd) $(top_builddir) && pwd` \
442
          && $(am__cd) $(top_srcdir) \
443
          && gtags -i $(GTAGS_ARGS) "$$here"
444
 
445
distclean-tags:
446
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447
 
448
check-DEJAGNU: site.exp
449
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
450
        EXPECT=$(EXPECT); export EXPECT; \
451
        runtest=$(RUNTEST); \
452
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
453
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
454
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
455
            then :; else exit_status=1; fi; \
456
          done; \
457
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
458
        fi; \
459
        exit $$exit_status
460
site.exp: Makefile
461
        @echo 'Making a new site.exp file...'
462
        @echo '## these variables are automatically generated by make ##' >site.tmp
463
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
464
        @echo '# edit the last section' >>site.tmp
465
        @echo 'set srcdir $(srcdir)' >>site.tmp
466
        @echo "set objdir `pwd`" >>site.tmp
467
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
468
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
469
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
470
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
471 90 jeremybenn
        @echo 'set target_alias "$(target_alias)"' >>site.tmp
472
        @echo 'set target_triplet $(target_triplet)' >>site.tmp
473 82 jeremybenn
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
474
        @test ! -f site.exp || \
475
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
476
        @-rm -f site.bak
477
        @test ! -f site.exp || mv site.exp site.bak
478
        @mv site.tmp site.exp
479
 
480
distclean-DEJAGNU:
481
        -rm -f site.exp site.bak
482
        -l='$(DEJATOOL)'; for tool in $$l; do \
483
          rm -f $$tool.sum $$tool.log; \
484
        done
485
 
486
distdir: $(DISTFILES)
487
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489
        list='$(DISTFILES)'; \
490
          dist_files=`for file in $$list; do echo $$file; done | \
491
          sed -e "s|^$$srcdirstrip/||;t" \
492
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493
        case $$dist_files in \
494
          */*) $(MKDIR_P) `echo "$$dist_files" | \
495
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496
                           sort -u` ;; \
497
        esac; \
498
        for file in $$dist_files; do \
499
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500
          if test -d $$d/$$file; then \
501
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502
            if test -d "$(distdir)/$$file"; then \
503
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504
            fi; \
505
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
506
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
507
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508
            fi; \
509
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510
          else \
511
            test -f "$(distdir)/$$file" \
512
            || cp -p $$d/$$file "$(distdir)/$$file" \
513
            || exit 1; \
514
          fi; \
515
        done
516
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517
          if test "$$subdir" = .; then :; else \
518
            test -d "$(distdir)/$$subdir" \
519
            || $(MKDIR_P) "$(distdir)/$$subdir" \
520
            || exit 1; \
521
          fi; \
522
        done
523
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524
          if test "$$subdir" = .; then :; else \
525
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
526
            $(am__relativize); \
527
            new_distdir=$$reldir; \
528
            dir1=$$subdir; dir2="$(top_distdir)"; \
529
            $(am__relativize); \
530
            new_top_distdir=$$reldir; \
531
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
532
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
533
            ($(am__cd) $$subdir && \
534
              $(MAKE) $(AM_MAKEFLAGS) \
535
                top_distdir="$$new_top_distdir" \
536
                distdir="$$new_distdir" \
537
                am__remove_distdir=: \
538
                am__skip_length_check=: \
539
                am__skip_mode_fix=: \
540
                distdir) \
541
              || exit 1; \
542
          fi; \
543
        done
544
check-am: all-am
545
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
546
check: check-recursive
547 90 jeremybenn
all-am: Makefile
548 82 jeremybenn
installdirs: installdirs-recursive
549
installdirs-am:
550
install: install-recursive
551
install-exec: install-exec-recursive
552
install-data: install-data-recursive
553
uninstall: uninstall-recursive
554
 
555
install-am: all-am
556
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
557
 
558
installcheck: installcheck-recursive
559
install-strip:
560
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562
          `test -z '$(STRIP)' || \
563
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
564
mostlyclean-generic:
565
 
566
clean-generic:
567
 
568
distclean-generic:
569
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
 
572
maintainer-clean-generic:
573
        @echo "This command is intended for maintainers to use"
574
        @echo "it deletes files that may require special tools to rebuild."
575
clean: clean-recursive
576
 
577
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
578
 
579
distclean: distclean-recursive
580
        -rm -f Makefile
581
distclean-am: clean-am distclean-DEJAGNU distclean-generic \
582 90 jeremybenn
        distclean-tags
583 82 jeremybenn
 
584
dvi: dvi-recursive
585
 
586
dvi-am:
587
 
588
html: html-recursive
589
 
590
html-am:
591
 
592
info: info-recursive
593
 
594
info-am:
595
 
596
install-data-am:
597
 
598
install-dvi: install-dvi-recursive
599
 
600
install-dvi-am:
601
 
602
install-exec-am:
603
 
604
install-html: install-html-recursive
605
 
606
install-html-am:
607
 
608
install-info: install-info-recursive
609
 
610
install-info-am:
611
 
612
install-man:
613
 
614
install-pdf: install-pdf-recursive
615
 
616
install-pdf-am:
617
 
618
install-ps: install-ps-recursive
619
 
620
install-ps-am:
621
 
622
installcheck-am:
623
 
624
maintainer-clean: maintainer-clean-recursive
625
        -rm -f Makefile
626
maintainer-clean-am: distclean-am maintainer-clean-generic
627
 
628
mostlyclean: mostlyclean-recursive
629
 
630
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
631
 
632
pdf: pdf-recursive
633
 
634
pdf-am:
635
 
636
ps: ps-recursive
637
 
638
ps-am:
639
 
640
uninstall-am:
641
 
642 90 jeremybenn
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
643 82 jeremybenn
        ctags-recursive install-am install-strip tags-recursive
644
 
645
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
646 90 jeremybenn
        all all-am check check-DEJAGNU check-am clean clean-generic \
647
        clean-libtool clean-local ctags ctags-recursive distclean \
648
        distclean-DEJAGNU distclean-generic distclean-libtool \
649
        distclean-tags distdir dvi dvi-am html html-am info info-am \
650 82 jeremybenn
        install install-am install-data install-data-am install-dvi \
651
        install-dvi-am install-exec install-exec-am install-html \
652
        install-html-am install-info install-info-am install-man \
653
        install-pdf install-pdf-am install-ps install-ps-am \
654
        install-strip installcheck installcheck-am installdirs \
655
        installdirs-am maintainer-clean maintainer-clean-generic \
656
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
657
        ps ps-am tags tags-recursive uninstall uninstall-am
658
 
659
 
660
export DEJAGNU
661
 
662
# Clean up the junk left by the tests
663
clean-local:
664
        @$(RM) eth0.tx eth0.rx
665
        @$(RM) kbdtest.rx
666
        @$(RM) primary????.bmp
667
 
668
# Tell versions [3.59,3.63) of GNU make to not export all variables.
669
# Otherwise a system limit (for SysV at least) may be exceeded.
670
.NOEXPORT:

powered by: WebSVN 2.1.0

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