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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [Makefile.in] - Blame information for rev 625

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

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

powered by: WebSVN 2.1.0

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