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

Subversion Repositories openrisc

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

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
subdir = .
65
DIST_COMMON = README $(am__configure_deps) $(srcdir)/../compile \
66
        $(srcdir)/../config.guess $(srcdir)/../config.sub \
67
        $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
68
        $(srcdir)/../missing $(srcdir)/../mkinstalldirs \
69
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
70
        $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
71
        ChangeLog INSTALL NEWS config.sub
72
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
74
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
75
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
76
        $(top_srcdir)/configure.ac
77
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78
        $(ACLOCAL_M4)
79
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
80
 configure.lineno config.status.lineno
81
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
82
CONFIG_HEADER = config.h
83
CONFIG_CLEAN_FILES =
84
CONFIG_CLEAN_VPATH_FILES =
85
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
        distdir dist dist-all distcheck
99
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
distdir = $(PACKAGE)-$(VERSION)
106
top_distdir = $(distdir)
107
am__remove_distdir = \
108
  { test ! -d "$(distdir)" \
109
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
110
         && rm -fr "$(distdir)"; }; }
111
am__relativize = \
112
  dir0=`pwd`; \
113
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
114
  sed_rest='s,^[^/]*/*,,'; \
115
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
116
  sed_butlast='s,/*[^/]*$$,,'; \
117
  while test -n "$$dir1"; do \
118
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
119
    if test "$$first" != "."; then \
120
      if test "$$first" = ".."; then \
121
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
122
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
123
      else \
124
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
125
        if test "$$first2" = "$$first"; then \
126
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
127
        else \
128
          dir2="../$$dir2"; \
129
        fi; \
130
        dir0="$$dir0"/"$$first"; \
131
      fi; \
132
    fi; \
133
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
134
  done; \
135
  reldir="$$dir2"
136
DIST_ARCHIVES = $(distdir).tar.gz
137
GZIP_ENV = --best
138
distuninstallcheck_listfiles = find . -type f -print
139
distcleancheck_listfiles = find . -type f -print
140
ACLOCAL = @ACLOCAL@
141
AMTAR = @AMTAR@
142
AR = @AR@
143
AUTOCONF = @AUTOCONF@
144
AUTOHEADER = @AUTOHEADER@
145
AUTOMAKE = @AUTOMAKE@
146
AWK = @AWK@
147
CC = @CC@
148
CCAS = @CCAS@
149
CCASDEPMODE = @CCASDEPMODE@
150
CCASFLAGS = @CCASFLAGS@
151
CCDEPMODE = @CCDEPMODE@
152
CFLAGS = @CFLAGS@
153
CPP = @CPP@
154
CPPFLAGS = @CPPFLAGS@
155
CYGPATH_W = @CYGPATH_W@
156
DEFS = @DEFS@
157
DEJAGNU = @DEJAGNU@
158
DEPDIR = @DEPDIR@
159
DSYMUTIL = @DSYMUTIL@
160
DUMPBIN = @DUMPBIN@
161
ECHO_C = @ECHO_C@
162
ECHO_N = @ECHO_N@
163
ECHO_T = @ECHO_T@
164
EGREP = @EGREP@
165
EXEEXT = @EXEEXT@
166
FGREP = @FGREP@
167
GREP = @GREP@
168
INSTALL = @INSTALL@
169
INSTALL_DATA = @INSTALL_DATA@
170
INSTALL_PROGRAM = @INSTALL_PROGRAM@
171
INSTALL_SCRIPT = @INSTALL_SCRIPT@
172
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173
LD = @LD@
174
LDFLAGS = @LDFLAGS@
175
LIBOBJS = @LIBOBJS@
176
LIBS = @LIBS@
177
LIBTOOL = @LIBTOOL@
178
LIPO = @LIPO@
179
LN_S = @LN_S@
180
LTLIBOBJS = @LTLIBOBJS@
181
MAKEINFO = @MAKEINFO@
182
MKDIR_P = @MKDIR_P@
183
NM = @NM@
184
NMEDIT = @NMEDIT@
185
OBJDUMP = @OBJDUMP@
186
OBJEXT = @OBJEXT@
187
OTOOL = @OTOOL@
188
OTOOL64 = @OTOOL64@
189
PACKAGE = @PACKAGE@
190
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191
PACKAGE_NAME = @PACKAGE_NAME@
192
PACKAGE_STRING = @PACKAGE_STRING@
193
PACKAGE_TARNAME = @PACKAGE_TARNAME@
194
PACKAGE_VERSION = @PACKAGE_VERSION@
195
PATH_SEPARATOR = @PATH_SEPARATOR@
196
RANLIB = @RANLIB@
197
SED = @SED@
198
SET_MAKE = @SET_MAKE@
199
SHELL = @SHELL@
200
SIM = @SIM@
201
STRIP = @STRIP@
202
VERSION = @VERSION@
203
abs_builddir = @abs_builddir@
204
abs_srcdir = @abs_srcdir@
205
abs_top_builddir = @abs_top_builddir@
206
abs_top_srcdir = @abs_top_srcdir@
207
ac_ct_CC = @ac_ct_CC@
208
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209
am__include = @am__include@
210
am__leading_dot = @am__leading_dot@
211
am__quote = @am__quote@
212
am__tar = @am__tar@
213
am__untar = @am__untar@
214
bindir = @bindir@
215
build = @build@
216
build_alias = @build_alias@
217
build_cpu = @build_cpu@
218
build_os = @build_os@
219
build_vendor = @build_vendor@
220
builddir = @builddir@
221
datadir = @datadir@
222
datarootdir = @datarootdir@
223
docdir = @docdir@
224
dvidir = @dvidir@
225
exec_prefix = @exec_prefix@
226
host = @host@
227
host_alias = @host_alias@
228
host_cpu = @host_cpu@
229
host_os = @host_os@
230
host_vendor = @host_vendor@
231
htmldir = @htmldir@
232
includedir = @includedir@
233
infodir = @infodir@
234
install_sh = @install_sh@
235
libdir = @libdir@
236
libexecdir = @libexecdir@
237
localedir = @localedir@
238
localstatedir = @localstatedir@
239
lt_ECHO = @lt_ECHO@
240
mandir = @mandir@
241
mkdir_p = @mkdir_p@
242
oldincludedir = @oldincludedir@
243
pdfdir = @pdfdir@
244
prefix = @prefix@
245
program_transform_name = @program_transform_name@
246
psdir = @psdir@
247
sbindir = @sbindir@
248
sharedstatedir = @sharedstatedir@
249
srcdir = @srcdir@
250
sysconfdir = @sysconfdir@
251
target_alias = @target_alias@
252
top_build_prefix = @top_build_prefix@
253
top_builddir = @top_builddir@
254
top_srcdir = @top_srcdir@
255
 
256
# Local macros
257
ACLOCAL_AMFLAGS = -I m4
258
 
259
# C code for programs used only in testing is in 'test-code'. Other subdirs
260
# are only there to ensure DejaGNU code is distributed.
261
SUBDIRS = config        \
262
          lib           \
263
          or1ksim.tests \
264
          test-code
265
 
266
EXTRA_DIST = default-global-conf.exp
267
 
268
# Setup for DejaGNU
269
AUTOMAKE_OPTIONS = dejagnu
270
DEJATOOL = or1ksim
271
RUNTESTDEFAULTFLAGS = --tool $$tool          \
272
                      --srcdir $(top_srcdir) \
273
                      --outdir $(builddir)
274
 
275
all: config.h
276
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
277
 
278
.SUFFIXES:
279
am--refresh:
280
        @:
281
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
282
        @for dep in $?; do \
283
          case '$(am__configure_deps)' in \
284
            *$$dep*) \
285
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
286
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
287
                && exit 0; \
288
              exit 1;; \
289
          esac; \
290
        done; \
291
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
292
        $(am__cd) $(top_srcdir) && \
293
          $(AUTOMAKE) --gnu Makefile
294
.PRECIOUS: Makefile
295
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296
        @case '$?' in \
297
          *config.status*) \
298
            echo ' $(SHELL) ./config.status'; \
299
            $(SHELL) ./config.status;; \
300
          *) \
301
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
302
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
303
        esac;
304
 
305
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306
        $(SHELL) ./config.status --recheck
307
 
308
$(top_srcdir)/configure:  $(am__configure_deps)
309
        $(am__cd) $(srcdir) && $(AUTOCONF)
310
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
311
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
312
$(am__aclocal_m4_deps):
313
 
314
config.h: stamp-h1
315
        @if test ! -f $@; then \
316
          rm -f stamp-h1; \
317
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
318
        else :; fi
319
 
320
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
321
        @rm -f stamp-h1
322
        cd $(top_builddir) && $(SHELL) ./config.status config.h
323
$(srcdir)/config.h.in:  $(am__configure_deps)
324
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
325
        rm -f stamp-h1
326
        touch $@
327
 
328
distclean-hdr:
329
        -rm -f config.h stamp-h1
330
 
331
mostlyclean-libtool:
332
        -rm -f *.lo
333
 
334
clean-libtool:
335
        -rm -rf .libs _libs
336
 
337
distclean-libtool:
338
        -rm -f libtool config.lt
339
 
340
# This directory's subdirectories are mostly independent; you can cd
341
# into them and run `make' without going through this Makefile.
342
# To change the values of `make' variables: instead of editing Makefiles,
343
# (1) if the variable is set in `config.status', edit `config.status'
344
#     (which will cause the Makefiles to be regenerated when you run `make');
345
# (2) otherwise, pass the desired values on the `make' command line.
346
$(RECURSIVE_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
        target=`echo $@ | sed s/-recursive//`; \
356
        list='$(SUBDIRS)'; for subdir in $$list; do \
357
          echo "Making $$target in $$subdir"; \
358
          if test "$$subdir" = "."; then \
359
            dot_seen=yes; \
360
            local_target="$$target-am"; \
361
          else \
362
            local_target="$$target"; \
363
          fi; \
364
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365
          || eval $$failcom; \
366
        done; \
367
        if test "$$dot_seen" = "no"; then \
368
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369
        fi; test -z "$$fail"
370
 
371
$(RECURSIVE_CLEAN_TARGETS):
372
        @fail= failcom='exit 1'; \
373
        for f in x $$MAKEFLAGS; do \
374
          case $$f in \
375
            *=* | --[!k]*);; \
376
            *k*) failcom='fail=yes';; \
377
          esac; \
378
        done; \
379
        dot_seen=no; \
380
        case "$@" in \
381
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382
          *) list='$(SUBDIRS)' ;; \
383
        esac; \
384
        rev=''; for subdir in $$list; do \
385
          if test "$$subdir" = "."; then :; else \
386
            rev="$$subdir $$rev"; \
387
          fi; \
388
        done; \
389
        rev="$$rev ."; \
390
        target=`echo $@ | sed s/-recursive//`; \
391
        for subdir in $$rev; do \
392
          echo "Making $$target in $$subdir"; \
393
          if test "$$subdir" = "."; then \
394
            local_target="$$target-am"; \
395
          else \
396
            local_target="$$target"; \
397
          fi; \
398
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399
          || eval $$failcom; \
400
        done && test -z "$$fail"
401
tags-recursive:
402
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404
        done
405
ctags-recursive:
406
        list='$(SUBDIRS)'; for subdir in $$list; do \
407
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408
        done
409
 
410
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412
        unique=`for i in $$list; do \
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
          done | \
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
417
        mkid -fID $$unique
418
tags: TAGS
419
 
420
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
421
                $(TAGS_FILES) $(LISP)
422
        set x; \
423
        here=`pwd`; \
424
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425
          include_option=--etags-include; \
426
          empty_fix=.; \
427
        else \
428
          include_option=--include; \
429
          empty_fix=; \
430
        fi; \
431
        list='$(SUBDIRS)'; for subdir in $$list; do \
432
          if test "$$subdir" = .; then :; else \
433
            test ! -f $$subdir/TAGS || \
434
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435
          fi; \
436
        done; \
437
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
438
        unique=`for i in $$list; do \
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
          done | \
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
        shift; \
444
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
445
          test -n "$$unique" || unique=$$empty_fix; \
446
          if test $$# -gt 0; then \
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448
              "$$@" $$unique; \
449
          else \
450
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451
              $$unique; \
452
          fi; \
453
        fi
454
ctags: CTAGS
455
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
456
                $(TAGS_FILES) $(LISP)
457
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
458
        unique=`for i in $$list; do \
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460
          done | \
461
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462
              END { if (nonempty) { for (i in files) print i; }; }'`; \
463
        test -z "$(CTAGS_ARGS)$$unique" \
464
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465
             $$unique
466
 
467
GTAGS:
468
        here=`$(am__cd) $(top_builddir) && pwd` \
469
          && $(am__cd) $(top_srcdir) \
470
          && gtags -i $(GTAGS_ARGS) "$$here"
471
 
472
distclean-tags:
473
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474
 
475
check-DEJAGNU: site.exp
476
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
477
        EXPECT=$(EXPECT); export EXPECT; \
478
        runtest=$(RUNTEST); \
479
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
480
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
481
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
482
            then :; else exit_status=1; fi; \
483
          done; \
484
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
485
        fi; \
486
        exit $$exit_status
487
site.exp: Makefile
488
        @echo 'Making a new site.exp file...'
489
        @echo '## these variables are automatically generated by make ##' >site.tmp
490
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
491
        @echo '# edit the last section' >>site.tmp
492
        @echo 'set srcdir $(srcdir)' >>site.tmp
493
        @echo "set objdir `pwd`" >>site.tmp
494
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
495
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
496
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
497
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
498
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
499
        @test ! -f site.exp || \
500
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
501
        @-rm -f site.bak
502
        @test ! -f site.exp || mv site.exp site.bak
503
        @mv site.tmp site.exp
504
 
505
distclean-DEJAGNU:
506
        -rm -f site.exp site.bak
507
        -l='$(DEJATOOL)'; for tool in $$l; do \
508
          rm -f $$tool.sum $$tool.log; \
509
        done
510
 
511
distdir: $(DISTFILES)
512
        $(am__remove_distdir)
513
        test -d "$(distdir)" || mkdir "$(distdir)"
514
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516
        list='$(DISTFILES)'; \
517
          dist_files=`for file in $$list; do echo $$file; done | \
518
          sed -e "s|^$$srcdirstrip/||;t" \
519
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
520
        case $$dist_files in \
521
          */*) $(MKDIR_P) `echo "$$dist_files" | \
522
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
523
                           sort -u` ;; \
524
        esac; \
525
        for file in $$dist_files; do \
526
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
527
          if test -d $$d/$$file; then \
528
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
529
            if test -d "$(distdir)/$$file"; then \
530
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531
            fi; \
532
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
534
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535
            fi; \
536
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
537
          else \
538
            test -f "$(distdir)/$$file" \
539
            || cp -p $$d/$$file "$(distdir)/$$file" \
540
            || exit 1; \
541
          fi; \
542
        done
543
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544
          if test "$$subdir" = .; then :; else \
545
            test -d "$(distdir)/$$subdir" \
546
            || $(MKDIR_P) "$(distdir)/$$subdir" \
547
            || exit 1; \
548
          fi; \
549
        done
550
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
551
          if test "$$subdir" = .; then :; else \
552
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
553
            $(am__relativize); \
554
            new_distdir=$$reldir; \
555
            dir1=$$subdir; dir2="$(top_distdir)"; \
556
            $(am__relativize); \
557
            new_top_distdir=$$reldir; \
558
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
559
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
560
            ($(am__cd) $$subdir && \
561
              $(MAKE) $(AM_MAKEFLAGS) \
562
                top_distdir="$$new_top_distdir" \
563
                distdir="$$new_distdir" \
564
                am__remove_distdir=: \
565
                am__skip_length_check=: \
566
                am__skip_mode_fix=: \
567
                distdir) \
568
              || exit 1; \
569
          fi; \
570
        done
571
        -test -n "$(am__skip_mode_fix)" \
572
        || find "$(distdir)" -type d ! -perm -755 \
573
                -exec chmod u+rwx,go+rx {} \; -o \
574
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
575
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
576
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
577
        || chmod -R a+r "$(distdir)"
578
dist-gzip: distdir
579
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
580
        $(am__remove_distdir)
581
 
582
dist-bzip2: distdir
583
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
584
        $(am__remove_distdir)
585
 
586
dist-lzma: distdir
587
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
588
        $(am__remove_distdir)
589
 
590
dist-xz: distdir
591
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
592
        $(am__remove_distdir)
593
 
594
dist-tarZ: distdir
595
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
596
        $(am__remove_distdir)
597
 
598
dist-shar: distdir
599
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
600
        $(am__remove_distdir)
601
 
602
dist-zip: distdir
603
        -rm -f $(distdir).zip
604
        zip -rq $(distdir).zip $(distdir)
605
        $(am__remove_distdir)
606
 
607
dist dist-all: distdir
608
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
609
        $(am__remove_distdir)
610
 
611
# This target untars the dist file and tries a VPATH configuration.  Then
612
# it guarantees that the distribution is self-contained by making another
613
# tarfile.
614
distcheck: dist
615
        case '$(DIST_ARCHIVES)' in \
616
        *.tar.gz*) \
617
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
618
        *.tar.bz2*) \
619
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
620
        *.tar.lzma*) \
621
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
622
        *.tar.xz*) \
623
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
624
        *.tar.Z*) \
625
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
626
        *.shar.gz*) \
627
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
628
        *.zip*) \
629
          unzip $(distdir).zip ;;\
630
        esac
631
        chmod -R a-w $(distdir); chmod a+w $(distdir)
632
        mkdir $(distdir)/_build
633
        mkdir $(distdir)/_inst
634
        chmod a-w $(distdir)
635
        test -d $(distdir)/_build || exit 0; \
636
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
637
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
638
          && am__cwd=`pwd` \
639
          && $(am__cd) $(distdir)/_build \
640
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
641
            $(DISTCHECK_CONFIGURE_FLAGS) \
642
          && $(MAKE) $(AM_MAKEFLAGS) \
643
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
644
          && $(MAKE) $(AM_MAKEFLAGS) check \
645
          && $(MAKE) $(AM_MAKEFLAGS) install \
646
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
647
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
648
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
649
                distuninstallcheck \
650
          && chmod -R a-w "$$dc_install_base" \
651
          && ({ \
652
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
653
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
654
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
655
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
656
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
657
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
658
          && rm -rf "$$dc_destdir" \
659
          && $(MAKE) $(AM_MAKEFLAGS) dist \
660
          && rm -rf $(DIST_ARCHIVES) \
661
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
662
          && cd "$$am__cwd" \
663
          || exit 1
664
        $(am__remove_distdir)
665
        @(echo "$(distdir) archives ready for distribution: "; \
666
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
667
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
668
distuninstallcheck:
669
        @$(am__cd) '$(distuninstallcheck_dir)' \
670
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
671
           || { echo "ERROR: files left after uninstall:" ; \
672
                if test -n "$(DESTDIR)"; then \
673
                  echo "  (check DESTDIR support)"; \
674
                fi ; \
675
                $(distuninstallcheck_listfiles) ; \
676
                exit 1; } >&2
677
distcleancheck: distclean
678
        @if test '$(srcdir)' = . ; then \
679
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
680
          exit 1 ; \
681
        fi
682
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
683
          || { echo "ERROR: files left in build directory after distclean:" ; \
684
               $(distcleancheck_listfiles) ; \
685
               exit 1; } >&2
686
check-am: all-am
687
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
688
check: check-recursive
689
all-am: Makefile config.h
690
installdirs: installdirs-recursive
691
installdirs-am:
692
install: install-recursive
693
install-exec: install-exec-recursive
694
install-data: install-data-recursive
695
uninstall: uninstall-recursive
696
 
697
install-am: all-am
698
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
699
 
700
installcheck: installcheck-recursive
701
install-strip:
702
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704
          `test -z '$(STRIP)' || \
705
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
706
mostlyclean-generic:
707
 
708
clean-generic:
709
 
710
distclean-generic:
711
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
712
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
713
 
714
maintainer-clean-generic:
715
        @echo "This command is intended for maintainers to use"
716
        @echo "it deletes files that may require special tools to rebuild."
717
clean: clean-recursive
718
 
719
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
720
 
721
distclean: distclean-recursive
722
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
723
        -rm -f Makefile
724
distclean-am: clean-am distclean-DEJAGNU distclean-generic \
725
        distclean-hdr distclean-libtool distclean-tags
726
 
727
dvi: dvi-recursive
728
 
729
dvi-am:
730
 
731
html: html-recursive
732
 
733
html-am:
734
 
735
info: info-recursive
736
 
737
info-am:
738
 
739
install-data-am:
740
 
741
install-dvi: install-dvi-recursive
742
 
743
install-dvi-am:
744
 
745
install-exec-am:
746
 
747
install-html: install-html-recursive
748
 
749
install-html-am:
750
 
751
install-info: install-info-recursive
752
 
753
install-info-am:
754
 
755
install-man:
756
 
757
install-pdf: install-pdf-recursive
758
 
759
install-pdf-am:
760
 
761
install-ps: install-ps-recursive
762
 
763
install-ps-am:
764
 
765
installcheck-am:
766
 
767
maintainer-clean: maintainer-clean-recursive
768
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
769
        -rm -rf $(top_srcdir)/autom4te.cache
770
        -rm -f Makefile
771
maintainer-clean-am: distclean-am maintainer-clean-generic
772
 
773
mostlyclean: mostlyclean-recursive
774
 
775
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
776
 
777
pdf: pdf-recursive
778
 
779
pdf-am:
780
 
781
ps: ps-recursive
782
 
783
ps-am:
784
 
785
uninstall-am:
786
 
787
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
788
        ctags-recursive install-am install-strip tags-recursive
789
 
790
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
791
        all all-am am--refresh check check-DEJAGNU check-am clean \
792
        clean-generic clean-libtool clean-local ctags ctags-recursive \
793
        dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
794
        dist-tarZ dist-xz dist-zip distcheck distclean \
795
        distclean-DEJAGNU distclean-generic distclean-hdr \
796
        distclean-libtool distclean-tags distcleancheck distdir \
797
        distuninstallcheck dvi dvi-am html html-am info info-am \
798
        install install-am install-data install-data-am install-dvi \
799
        install-dvi-am install-exec install-exec-am install-html \
800
        install-html-am install-info install-info-am install-man \
801
        install-pdf install-pdf-am install-ps install-ps-am \
802
        install-strip installcheck installcheck-am installdirs \
803
        installdirs-am maintainer-clean maintainer-clean-generic \
804
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
805
        ps ps-am tags tags-recursive uninstall uninstall-am
806
 
807
 
808
export DEJAGNU
809
 
810
# Clean up the junk left by the tests
811
clean-local:
812
        @$(RM) eth0.tx eth0.rx
813
        @$(RM) kbdtest.rx
814
        @$(RM) primary????.bmp
815
 
816
# Tell versions [3.59,3.63) of GNU make to not export all variables.
817
# Otherwise a system limit (for SysV at least) may be exceeded.
818
.NOEXPORT:

powered by: WebSVN 2.1.0

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