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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 234 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 82 jeremybenn
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
# Makefile.am for or1ksim testsuite
19
 
20
# Copyright (C) Marko Mlinar, 2001
21
# Copyright (C) Embecosm Limited, 2010
22
 
23
# Contributor Jeremy Bennett 
24
 
25
# To add new test, edit between marked areas only
26
 
27
# This file is part of OpenRISC 1000 Architectural Simulator.
28
 
29
# This program is free software; you can redistribute it and/or modify it
30
# under the terms of the GNU General Public License as published by the Free
31
# Software Foundation; either version 3 of the License, or (at your option)
32
# any later version.
33
 
34
# This program is distributed in the hope that it will be useful, but WITHOUT
35
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
36
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
37
# more details.
38
 
39
# You should have received a copy of the GNU General Public License along
40
# with this program.  If not, see .  */
41
 
42
# -----------------------------------------------------------------------------
43
# This code is commented throughout for use with Doxygen.
44
# -----------------------------------------------------------------------------
45
VPATH = @srcdir@
46
pkgdatadir = $(datadir)/@PACKAGE@
47
pkgincludedir = $(includedir)/@PACKAGE@
48
pkglibdir = $(libdir)/@PACKAGE@
49
pkglibexecdir = $(libexecdir)/@PACKAGE@
50
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51
install_sh_DATA = $(install_sh) -c -m 644
52
install_sh_PROGRAM = $(install_sh) -c
53
install_sh_SCRIPT = $(install_sh) -c
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = $(program_transform_name)
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
build_triplet = @build@
63
host_triplet = @host@
64 90 jeremybenn
target_triplet = @target@
65
subdir = testsuite
66
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
67
        ChangeLog
68 82 jeremybenn
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
70
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
71
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
72
        $(top_srcdir)/configure.ac
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74
        $(ACLOCAL_M4)
75 90 jeremybenn
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76
CONFIG_HEADER = $(top_builddir)/config.h
77 82 jeremybenn
CONFIG_CLEAN_FILES =
78
CONFIG_CLEAN_VPATH_FILES =
79
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 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
191 82 jeremybenn
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
abs_builddir = @abs_builddir@
199
abs_srcdir = @abs_srcdir@
200
abs_top_builddir = @abs_top_builddir@
201
abs_top_srcdir = @abs_top_srcdir@
202
ac_ct_CC = @ac_ct_CC@
203
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
204
am__include = @am__include@
205
am__leading_dot = @am__leading_dot@
206
am__quote = @am__quote@
207
am__tar = @am__tar@
208
am__untar = @am__untar@
209
bindir = @bindir@
210
build = @build@
211
build_alias = @build_alias@
212
build_cpu = @build_cpu@
213
build_os = @build_os@
214
build_vendor = @build_vendor@
215
builddir = @builddir@
216
datadir = @datadir@
217
datarootdir = @datarootdir@
218
docdir = @docdir@
219
dvidir = @dvidir@
220
exec_prefix = @exec_prefix@
221
host = @host@
222
host_alias = @host_alias@
223
host_cpu = @host_cpu@
224
host_os = @host_os@
225
host_vendor = @host_vendor@
226
htmldir = @htmldir@
227
includedir = @includedir@
228
infodir = @infodir@
229
install_sh = @install_sh@
230
libdir = @libdir@
231
libexecdir = @libexecdir@
232
localedir = @localedir@
233
localstatedir = @localstatedir@
234
lt_ECHO = @lt_ECHO@
235
mandir = @mandir@
236
mkdir_p = @mkdir_p@
237
oldincludedir = @oldincludedir@
238
pdfdir = @pdfdir@
239
prefix = @prefix@
240
program_transform_name = @program_transform_name@
241
psdir = @psdir@
242
sbindir = @sbindir@
243
sharedstatedir = @sharedstatedir@
244
srcdir = @srcdir@
245 90 jeremybenn
subdirs = @subdirs@
246 82 jeremybenn
sysconfdir = @sysconfdir@
247 90 jeremybenn
target = @target@
248 82 jeremybenn
target_alias = @target_alias@
249 90 jeremybenn
target_cpu = @target_cpu@
250
target_os = @target_os@
251
target_vendor = @target_vendor@
252 82 jeremybenn
top_build_prefix = @top_build_prefix@
253
top_builddir = @top_builddir@
254
top_srcdir = @top_srcdir@
255
 
256
# C code for programs used only in testing is in 'test-code'. Other subdirs
257
# are only there to ensure DejaGNU code is distributed.
258 90 jeremybenn
SUBDIRS = config         \
259
          lib            \
260
          libsim.tests   \
261
          or1ksim.tests  \
262
          test-code      \
263
          test-code-or1k
264 82 jeremybenn
 
265 95 jeremybenn
EXTRA_DIST = global-conf.exp
266 82 jeremybenn
 
267
# Setup for DejaGNU
268
AUTOMAKE_OPTIONS = dejagnu
269 90 jeremybenn
DEJATOOL = libsim  \
270
                      or1ksim
271
 
272
all: all-recursive
273 82 jeremybenn
 
274
.SUFFIXES:
275
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
276
        @for dep in $?; do \
277
          case '$(am__configure_deps)' in \
278
            *$$dep*) \
279 90 jeremybenn
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
280
                && { if test -f $@; then exit 0; else break; fi; }; \
281 82 jeremybenn
              exit 1;; \
282
          esac; \
283
        done; \
284 90 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/Makefile'; \
285 82 jeremybenn
        $(am__cd) $(top_srcdir) && \
286 90 jeremybenn
          $(AUTOMAKE) --gnu testsuite/Makefile
287 82 jeremybenn
.PRECIOUS: Makefile
288
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289
        @case '$?' in \
290
          *config.status*) \
291 90 jeremybenn
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
292 82 jeremybenn
          *) \
293 90 jeremybenn
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
294
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
295 82 jeremybenn
        esac;
296
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
298 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299 82 jeremybenn
 
300
$(top_srcdir)/configure:  $(am__configure_deps)
301 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302 82 jeremybenn
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
303 90 jeremybenn
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304 82 jeremybenn
$(am__aclocal_m4_deps):
305
 
306
mostlyclean-libtool:
307
        -rm -f *.lo
308
 
309
clean-libtool:
310
        -rm -rf .libs _libs
311
 
312
# This directory's subdirectories are mostly independent; you can cd
313
# into them and run `make' without going through this Makefile.
314
# To change the values of `make' variables: instead of editing Makefiles,
315
# (1) if the variable is set in `config.status', edit `config.status'
316
#     (which will cause the Makefiles to be regenerated when you run `make');
317
# (2) otherwise, pass the desired values on the `make' command line.
318
$(RECURSIVE_TARGETS):
319 234 jeremybenn
        @fail= failcom='exit 1'; \
320 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
321
          case $$f in \
322
            *=* | --[!k]*);; \
323
            *k*) failcom='fail=yes';; \
324
          esac; \
325
        done; \
326
        dot_seen=no; \
327
        target=`echo $@ | sed s/-recursive//`; \
328
        list='$(SUBDIRS)'; for subdir in $$list; do \
329
          echo "Making $$target in $$subdir"; \
330
          if test "$$subdir" = "."; then \
331
            dot_seen=yes; \
332
            local_target="$$target-am"; \
333
          else \
334
            local_target="$$target"; \
335
          fi; \
336
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337
          || eval $$failcom; \
338
        done; \
339
        if test "$$dot_seen" = "no"; then \
340
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
341
        fi; test -z "$$fail"
342
 
343
$(RECURSIVE_CLEAN_TARGETS):
344 234 jeremybenn
        @fail= failcom='exit 1'; \
345 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
346
          case $$f in \
347
            *=* | --[!k]*);; \
348
            *k*) failcom='fail=yes';; \
349
          esac; \
350
        done; \
351
        dot_seen=no; \
352
        case "$@" in \
353
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
354
          *) list='$(SUBDIRS)' ;; \
355
        esac; \
356
        rev=''; for subdir in $$list; do \
357
          if test "$$subdir" = "."; then :; else \
358
            rev="$$subdir $$rev"; \
359
          fi; \
360
        done; \
361
        rev="$$rev ."; \
362
        target=`echo $@ | sed s/-recursive//`; \
363
        for subdir in $$rev; do \
364
          echo "Making $$target in $$subdir"; \
365
          if test "$$subdir" = "."; then \
366
            local_target="$$target-am"; \
367
          else \
368
            local_target="$$target"; \
369
          fi; \
370
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371
          || eval $$failcom; \
372
        done && test -z "$$fail"
373
tags-recursive:
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
375
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376
        done
377
ctags-recursive:
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
379
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380
        done
381
 
382
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
383
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384
        unique=`for i in $$list; do \
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
          done | \
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
389
        mkid -fID $$unique
390
tags: TAGS
391
 
392 90 jeremybenn
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393 82 jeremybenn
                $(TAGS_FILES) $(LISP)
394
        set x; \
395
        here=`pwd`; \
396
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
397
          include_option=--etags-include; \
398
          empty_fix=.; \
399
        else \
400
          include_option=--include; \
401
          empty_fix=; \
402
        fi; \
403
        list='$(SUBDIRS)'; for subdir in $$list; do \
404
          if test "$$subdir" = .; then :; else \
405
            test ! -f $$subdir/TAGS || \
406
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
407
          fi; \
408
        done; \
409 90 jeremybenn
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
410 82 jeremybenn
        unique=`for i in $$list; do \
411
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412
          done | \
413
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414
              END { if (nonempty) { for (i in files) print i; }; }'`; \
415
        shift; \
416
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417
          test -n "$$unique" || unique=$$empty_fix; \
418
          if test $$# -gt 0; then \
419
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420
              "$$@" $$unique; \
421
          else \
422
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423
              $$unique; \
424
          fi; \
425
        fi
426
ctags: CTAGS
427 90 jeremybenn
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
428 82 jeremybenn
                $(TAGS_FILES) $(LISP)
429 90 jeremybenn
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
430 82 jeremybenn
        unique=`for i in $$list; do \
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432
          done | \
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
        test -z "$(CTAGS_ARGS)$$unique" \
436
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437
             $$unique
438
 
439
GTAGS:
440
        here=`$(am__cd) $(top_builddir) && pwd` \
441
          && $(am__cd) $(top_srcdir) \
442
          && gtags -i $(GTAGS_ARGS) "$$here"
443
 
444
distclean-tags:
445
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446
 
447
check-DEJAGNU: site.exp
448
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
449
        EXPECT=$(EXPECT); export EXPECT; \
450
        runtest=$(RUNTEST); \
451
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
452
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
453
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
454
            then :; else exit_status=1; fi; \
455
          done; \
456
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
457
        fi; \
458
        exit $$exit_status
459
site.exp: Makefile
460
        @echo 'Making a new site.exp file...'
461
        @echo '## these variables are automatically generated by make ##' >site.tmp
462
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
463
        @echo '# edit the last section' >>site.tmp
464
        @echo 'set srcdir $(srcdir)' >>site.tmp
465
        @echo "set objdir `pwd`" >>site.tmp
466
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
467
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
468
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
469
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
470 90 jeremybenn
        @echo 'set target_alias "$(target_alias)"' >>site.tmp
471
        @echo 'set target_triplet $(target_triplet)' >>site.tmp
472 82 jeremybenn
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
473
        @test ! -f site.exp || \
474
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
475
        @-rm -f site.bak
476
        @test ! -f site.exp || mv site.exp site.bak
477
        @mv site.tmp site.exp
478
 
479
distclean-DEJAGNU:
480
        -rm -f site.exp site.bak
481
        -l='$(DEJATOOL)'; for tool in $$l; do \
482
          rm -f $$tool.sum $$tool.log; \
483
        done
484
 
485
distdir: $(DISTFILES)
486
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488
        list='$(DISTFILES)'; \
489
          dist_files=`for file in $$list; do echo $$file; done | \
490
          sed -e "s|^$$srcdirstrip/||;t" \
491
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
492
        case $$dist_files in \
493
          */*) $(MKDIR_P) `echo "$$dist_files" | \
494
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
495
                           sort -u` ;; \
496
        esac; \
497
        for file in $$dist_files; do \
498
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499
          if test -d $$d/$$file; then \
500
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
501
            if test -d "$(distdir)/$$file"; then \
502
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503
            fi; \
504
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
506
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507
            fi; \
508
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509
          else \
510
            test -f "$(distdir)/$$file" \
511
            || cp -p $$d/$$file "$(distdir)/$$file" \
512
            || exit 1; \
513
          fi; \
514
        done
515
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
516
          if test "$$subdir" = .; then :; else \
517
            test -d "$(distdir)/$$subdir" \
518
            || $(MKDIR_P) "$(distdir)/$$subdir" \
519
            || exit 1; \
520
          fi; \
521
        done
522
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523
          if test "$$subdir" = .; then :; else \
524
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
525
            $(am__relativize); \
526
            new_distdir=$$reldir; \
527
            dir1=$$subdir; dir2="$(top_distdir)"; \
528
            $(am__relativize); \
529
            new_top_distdir=$$reldir; \
530
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
531
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
532
            ($(am__cd) $$subdir && \
533
              $(MAKE) $(AM_MAKEFLAGS) \
534
                top_distdir="$$new_top_distdir" \
535
                distdir="$$new_distdir" \
536
                am__remove_distdir=: \
537
                am__skip_length_check=: \
538
                am__skip_mode_fix=: \
539
                distdir) \
540
              || exit 1; \
541
          fi; \
542
        done
543
check-am: all-am
544
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
545
check: check-recursive
546 90 jeremybenn
all-am: Makefile
547 82 jeremybenn
installdirs: installdirs-recursive
548
installdirs-am:
549
install: install-recursive
550
install-exec: install-exec-recursive
551
install-data: install-data-recursive
552
uninstall: uninstall-recursive
553
 
554
install-am: all-am
555
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
556
 
557
installcheck: installcheck-recursive
558
install-strip:
559
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
560
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
561
          `test -z '$(STRIP)' || \
562
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
563
mostlyclean-generic:
564
 
565
clean-generic:
566
 
567
distclean-generic:
568
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
569
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
570
 
571
maintainer-clean-generic:
572
        @echo "This command is intended for maintainers to use"
573
        @echo "it deletes files that may require special tools to rebuild."
574
clean: clean-recursive
575
 
576
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
577
 
578
distclean: distclean-recursive
579
        -rm -f Makefile
580
distclean-am: clean-am distclean-DEJAGNU distclean-generic \
581 90 jeremybenn
        distclean-tags
582 82 jeremybenn
 
583
dvi: dvi-recursive
584
 
585
dvi-am:
586
 
587
html: html-recursive
588
 
589
html-am:
590
 
591
info: info-recursive
592
 
593
info-am:
594
 
595
install-data-am:
596
 
597
install-dvi: install-dvi-recursive
598
 
599
install-dvi-am:
600
 
601
install-exec-am:
602
 
603
install-html: install-html-recursive
604
 
605
install-html-am:
606
 
607
install-info: install-info-recursive
608
 
609
install-info-am:
610
 
611
install-man:
612
 
613
install-pdf: install-pdf-recursive
614
 
615
install-pdf-am:
616
 
617
install-ps: install-ps-recursive
618
 
619
install-ps-am:
620
 
621
installcheck-am:
622
 
623
maintainer-clean: maintainer-clean-recursive
624
        -rm -f Makefile
625
maintainer-clean-am: distclean-am maintainer-clean-generic
626
 
627
mostlyclean: mostlyclean-recursive
628
 
629
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
630
 
631
pdf: pdf-recursive
632
 
633
pdf-am:
634
 
635
ps: ps-recursive
636
 
637
ps-am:
638
 
639
uninstall-am:
640
 
641 90 jeremybenn
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
642 82 jeremybenn
        ctags-recursive install-am install-strip tags-recursive
643
 
644
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
645 90 jeremybenn
        all all-am check check-DEJAGNU check-am clean clean-generic \
646
        clean-libtool clean-local ctags ctags-recursive distclean \
647
        distclean-DEJAGNU distclean-generic distclean-libtool \
648
        distclean-tags distdir dvi dvi-am html html-am info info-am \
649 82 jeremybenn
        install install-am install-data install-data-am install-dvi \
650
        install-dvi-am install-exec install-exec-am install-html \
651
        install-html-am install-info install-info-am install-man \
652
        install-pdf install-pdf-am install-ps install-ps-am \
653
        install-strip installcheck installcheck-am installdirs \
654
        installdirs-am maintainer-clean maintainer-clean-generic \
655
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
656
        ps ps-am tags tags-recursive uninstall uninstall-am
657
 
658
 
659
export DEJAGNU
660
 
661
# Clean up the junk left by the tests
662
clean-local:
663
        @$(RM) eth0.tx eth0.rx
664
        @$(RM) kbdtest.rx
665
        @$(RM) primary????.bmp
666
 
667
# Tell versions [3.59,3.63) of GNU make to not export all variables.
668
# Otherwise a system limit (for SysV at least) may be exceeded.
669
.NOEXPORT:

powered by: WebSVN 2.1.0

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