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

Subversion Repositories openrisc

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

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

powered by: WebSVN 2.1.0

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