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 784

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 784 jeremybenn
DLLTOOL = @DLLTOOL@
161 90 jeremybenn
DSYMUTIL = @DSYMUTIL@
162
DUMPBIN = @DUMPBIN@
163
ECHO_C = @ECHO_C@
164
ECHO_N = @ECHO_N@
165
ECHO_T = @ECHO_T@
166
EGREP = @EGREP@
167
EXEEXT = @EXEEXT@
168
FGREP = @FGREP@
169
GREP = @GREP@
170
INSTALL = @INSTALL@
171
INSTALL_DATA = @INSTALL_DATA@
172
INSTALL_PROGRAM = @INSTALL_PROGRAM@
173
INSTALL_SCRIPT = @INSTALL_SCRIPT@
174
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175
LD = @LD@
176
LDFLAGS = @LDFLAGS@
177
LIBOBJS = @LIBOBJS@
178
LIBS = @LIBS@
179
LIBTOOL = @LIBTOOL@
180
LIPO = @LIPO@
181
LN_S = @LN_S@
182
LTLIBOBJS = @LTLIBOBJS@
183
MAKEINFO = @MAKEINFO@
184 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
185 90 jeremybenn
MKDIR_P = @MKDIR_P@
186
NM = @NM@
187
NMEDIT = @NMEDIT@
188
OBJDUMP = @OBJDUMP@
189
OBJEXT = @OBJEXT@
190
OTOOL = @OTOOL@
191
OTOOL64 = @OTOOL64@
192
PACKAGE = @PACKAGE@
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
194
PACKAGE_NAME = @PACKAGE_NAME@
195
PACKAGE_STRING = @PACKAGE_STRING@
196
PACKAGE_TARNAME = @PACKAGE_TARNAME@
197 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
198 90 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
199
PATH_SEPARATOR = @PATH_SEPARATOR@
200
RANLIB = @RANLIB@
201
SED = @SED@
202
SET_MAKE = @SET_MAKE@
203
SHELL = @SHELL@
204
SIM = @SIM@
205
STRIP = @STRIP@
206
VERSION = @VERSION@
207
abs_builddir = @abs_builddir@
208
abs_srcdir = @abs_srcdir@
209
abs_top_builddir = @abs_top_builddir@
210
abs_top_srcdir = @abs_top_srcdir@
211 784 jeremybenn
ac_ct_AR = @ac_ct_AR@
212 90 jeremybenn
ac_ct_CC = @ac_ct_CC@
213
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214
am__include = @am__include@
215
am__leading_dot = @am__leading_dot@
216
am__quote = @am__quote@
217
am__tar = @am__tar@
218
am__untar = @am__untar@
219
bindir = @bindir@
220
build = @build@
221
build_alias = @build_alias@
222
build_cpu = @build_cpu@
223
build_os = @build_os@
224
build_vendor = @build_vendor@
225
builddir = @builddir@
226
datadir = @datadir@
227
datarootdir = @datarootdir@
228
docdir = @docdir@
229
dvidir = @dvidir@
230
exec_prefix = @exec_prefix@
231
host = @host@
232
host_alias = @host_alias@
233
host_cpu = @host_cpu@
234
host_os = @host_os@
235
host_vendor = @host_vendor@
236
htmldir = @htmldir@
237
includedir = @includedir@
238
infodir = @infodir@
239
install_sh = @install_sh@
240
libdir = @libdir@
241
libexecdir = @libexecdir@
242
localedir = @localedir@
243
localstatedir = @localstatedir@
244
mandir = @mandir@
245
mkdir_p = @mkdir_p@
246
oldincludedir = @oldincludedir@
247
pdfdir = @pdfdir@
248
prefix = @prefix@
249
program_transform_name = @program_transform_name@
250
psdir = @psdir@
251
sbindir = @sbindir@
252
sharedstatedir = @sharedstatedir@
253
srcdir = @srcdir@
254
sysconfdir = @sysconfdir@
255
target_alias = @target_alias@
256
top_build_prefix = @top_build_prefix@
257
top_builddir = @top_builddir@
258
top_srcdir = @top_srcdir@
259
 
260
# Local macros
261
ACLOCAL_AMFLAGS = -I m4
262
 
263
# Subdirs for each test program. Support, exception and common machine code
264
# handling libraries must be first.
265
 
266
# The following test will not build without warning, so its Makefile does
267
# nothing, unless the --enable-all-tests flag is used with configure.
268
# - inst-set-test
269
EXTRA_DIST = default.ld   \
270
             except-mc.ld
271
 
272
SUBDIRS = support       \
273
          except        \
274
          mc-common     \
275
          acv-gpio      \
276
          acv-uart      \
277
          basic         \
278
          cache         \
279
          cbasic        \
280
          cfg           \
281
          dhry          \
282
          dmatest       \
283
          eth           \
284
          except-test   \
285
          exit          \
286
          ext           \
287
          fbtest        \
288 104 jeremybenn
          fp            \
289 233 julius
          testfloat     \
290 90 jeremybenn
          functest      \
291
          flag          \
292
          inst-set-test \
293 93 jeremybenn
          int-logger    \
294 90 jeremybenn
          int-test      \
295
          kbdtest       \
296
          local-global  \
297
          loop          \
298
          mc-async      \
299
          mc-dram       \
300
          mc-ssram      \
301
          mc-sync       \
302
          mem-test      \
303
          mmu           \
304
          mul           \
305
          mycompress    \
306
          tick          \
307 93 jeremybenn
          uos           \
308 556 julius
          upcalls       \
309
          pcu
310 90 jeremybenn
 
311
all: config.h
312
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
313
 
314
.SUFFIXES:
315
am--refresh:
316
        @:
317
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
318
        @for dep in $?; do \
319
          case '$(am__configure_deps)' in \
320
            *$$dep*) \
321
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
322
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
323
                && exit 0; \
324
              exit 1;; \
325
          esac; \
326
        done; \
327
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
328
        $(am__cd) $(top_srcdir) && \
329
          $(AUTOMAKE) --gnu Makefile
330
.PRECIOUS: Makefile
331
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332
        @case '$?' in \
333
          *config.status*) \
334
            echo ' $(SHELL) ./config.status'; \
335
            $(SHELL) ./config.status;; \
336
          *) \
337
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
338
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
339
        esac;
340
 
341
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342
        $(SHELL) ./config.status --recheck
343
 
344
$(top_srcdir)/configure:  $(am__configure_deps)
345
        $(am__cd) $(srcdir) && $(AUTOCONF)
346
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
347
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
348
$(am__aclocal_m4_deps):
349
 
350
config.h: stamp-h1
351
        @if test ! -f $@; then \
352
          rm -f stamp-h1; \
353
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
354
        else :; fi
355
 
356
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
357
        @rm -f stamp-h1
358
        cd $(top_builddir) && $(SHELL) ./config.status config.h
359
$(srcdir)/config.h.in:  $(am__configure_deps)
360
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
361
        rm -f stamp-h1
362
        touch $@
363
 
364
distclean-hdr:
365
        -rm -f config.h stamp-h1
366
 
367
mostlyclean-libtool:
368
        -rm -f *.lo
369
 
370
clean-libtool:
371
        -rm -rf .libs _libs
372
 
373
distclean-libtool:
374
        -rm -f libtool config.lt
375
 
376
# This directory's subdirectories are mostly independent; you can cd
377
# into them and run `make' without going through this Makefile.
378
# To change the values of `make' variables: instead of editing Makefiles,
379
# (1) if the variable is set in `config.status', edit `config.status'
380
#     (which will cause the Makefiles to be regenerated when you run `make');
381
# (2) otherwise, pass the desired values on the `make' command line.
382
$(RECURSIVE_TARGETS):
383 625 jeremybenn
        @fail= failcom='exit 1'; \
384 90 jeremybenn
        for f in x $$MAKEFLAGS; do \
385
          case $$f in \
386
            *=* | --[!k]*);; \
387
            *k*) failcom='fail=yes';; \
388
          esac; \
389
        done; \
390
        dot_seen=no; \
391
        target=`echo $@ | sed s/-recursive//`; \
392
        list='$(SUBDIRS)'; for subdir in $$list; do \
393
          echo "Making $$target in $$subdir"; \
394
          if test "$$subdir" = "."; then \
395
            dot_seen=yes; \
396
            local_target="$$target-am"; \
397
          else \
398
            local_target="$$target"; \
399
          fi; \
400
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401
          || eval $$failcom; \
402
        done; \
403
        if test "$$dot_seen" = "no"; then \
404
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
405
        fi; test -z "$$fail"
406
 
407
$(RECURSIVE_CLEAN_TARGETS):
408 625 jeremybenn
        @fail= failcom='exit 1'; \
409 90 jeremybenn
        for f in x $$MAKEFLAGS; do \
410
          case $$f in \
411
            *=* | --[!k]*);; \
412
            *k*) failcom='fail=yes';; \
413
          esac; \
414
        done; \
415
        dot_seen=no; \
416
        case "$@" in \
417
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
418
          *) list='$(SUBDIRS)' ;; \
419
        esac; \
420
        rev=''; for subdir in $$list; do \
421
          if test "$$subdir" = "."; then :; else \
422
            rev="$$subdir $$rev"; \
423
          fi; \
424
        done; \
425
        rev="$$rev ."; \
426
        target=`echo $@ | sed s/-recursive//`; \
427
        for subdir in $$rev; do \
428
          echo "Making $$target in $$subdir"; \
429
          if test "$$subdir" = "."; then \
430
            local_target="$$target-am"; \
431
          else \
432
            local_target="$$target"; \
433
          fi; \
434
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
435
          || eval $$failcom; \
436
        done && test -z "$$fail"
437
tags-recursive:
438
        list='$(SUBDIRS)'; for subdir in $$list; do \
439
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
440
        done
441
ctags-recursive:
442
        list='$(SUBDIRS)'; for subdir in $$list; do \
443
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
444
        done
445
 
446
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
447
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
448
        unique=`for i in $$list; do \
449
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450
          done | \
451
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452
              END { if (nonempty) { for (i in files) print i; }; }'`; \
453
        mkid -fID $$unique
454
tags: TAGS
455
 
456
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
457
                $(TAGS_FILES) $(LISP)
458
        set x; \
459
        here=`pwd`; \
460
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
461
          include_option=--etags-include; \
462
          empty_fix=.; \
463
        else \
464
          include_option=--include; \
465
          empty_fix=; \
466
        fi; \
467
        list='$(SUBDIRS)'; for subdir in $$list; do \
468
          if test "$$subdir" = .; then :; else \
469
            test ! -f $$subdir/TAGS || \
470
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
471
          fi; \
472
        done; \
473
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
474
        unique=`for i in $$list; do \
475
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
          done | \
477
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478
              END { if (nonempty) { for (i in files) print i; }; }'`; \
479
        shift; \
480
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481
          test -n "$$unique" || unique=$$empty_fix; \
482
          if test $$# -gt 0; then \
483
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484
              "$$@" $$unique; \
485
          else \
486
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487
              $$unique; \
488
          fi; \
489
        fi
490
ctags: CTAGS
491
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
492
                $(TAGS_FILES) $(LISP)
493
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
494
        unique=`for i in $$list; do \
495
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
          done | \
497
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
              END { if (nonempty) { for (i in files) print i; }; }'`; \
499
        test -z "$(CTAGS_ARGS)$$unique" \
500
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501
             $$unique
502
 
503
GTAGS:
504
        here=`$(am__cd) $(top_builddir) && pwd` \
505
          && $(am__cd) $(top_srcdir) \
506
          && gtags -i $(GTAGS_ARGS) "$$here"
507
 
508
distclean-tags:
509
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
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 625 jeremybenn
        || find "$(distdir)" -type d ! -perm -755 \
573
                -exec chmod u+rwx,go+rx {} \; -o \
574 90 jeremybenn
          ! -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 625 jeremybenn
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
618 90 jeremybenn
        *.tar.bz2*) \
619 625 jeremybenn
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
620 90 jeremybenn
        *.tar.lzma*) \
621 625 jeremybenn
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
622 90 jeremybenn
        *.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 625 jeremybenn
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
628 90 jeremybenn
        *.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
check: check-recursive
688
all-am: Makefile config.h
689
installdirs: installdirs-recursive
690
installdirs-am:
691
install: install-recursive
692
install-exec: install-exec-recursive
693
install-data: install-data-recursive
694
uninstall: uninstall-recursive
695
 
696
install-am: all-am
697
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698
 
699
installcheck: installcheck-recursive
700
install-strip:
701
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703
          `test -z '$(STRIP)' || \
704
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
705
mostlyclean-generic:
706
 
707
clean-generic:
708
 
709
distclean-generic:
710
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
711
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
712
 
713
maintainer-clean-generic:
714
        @echo "This command is intended for maintainers to use"
715
        @echo "it deletes files that may require special tools to rebuild."
716
clean: clean-recursive
717
 
718
clean-am: clean-generic clean-libtool mostlyclean-am
719
 
720
distclean: distclean-recursive
721
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
722
        -rm -f Makefile
723
distclean-am: clean-am distclean-generic distclean-hdr \
724
        distclean-libtool distclean-tags
725
 
726
dvi: dvi-recursive
727
 
728
dvi-am:
729
 
730
html: html-recursive
731
 
732
html-am:
733
 
734
info: info-recursive
735
 
736
info-am:
737
 
738
install-data-am:
739
 
740
install-dvi: install-dvi-recursive
741
 
742
install-dvi-am:
743
 
744
install-exec-am:
745
 
746
install-html: install-html-recursive
747
 
748
install-html-am:
749
 
750
install-info: install-info-recursive
751
 
752
install-info-am:
753
 
754
install-man:
755
 
756
install-pdf: install-pdf-recursive
757
 
758
install-pdf-am:
759
 
760
install-ps: install-ps-recursive
761
 
762
install-ps-am:
763
 
764
installcheck-am:
765
 
766
maintainer-clean: maintainer-clean-recursive
767
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
768
        -rm -rf $(top_srcdir)/autom4te.cache
769
        -rm -f Makefile
770
maintainer-clean-am: distclean-am maintainer-clean-generic
771
 
772
mostlyclean: mostlyclean-recursive
773
 
774
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
775
 
776
pdf: pdf-recursive
777
 
778
pdf-am:
779
 
780
ps: ps-recursive
781
 
782
ps-am:
783
 
784
uninstall-am:
785
 
786
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
787
        ctags-recursive install-am install-strip tags-recursive
788
 
789
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
790
        all all-am am--refresh check check-am clean clean-generic \
791
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
792
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
793
        distcheck distclean distclean-generic distclean-hdr \
794
        distclean-libtool distclean-tags distcleancheck distdir \
795
        distuninstallcheck dvi dvi-am html html-am info info-am \
796
        install install-am install-data install-data-am install-dvi \
797
        install-dvi-am install-exec install-exec-am install-html \
798
        install-html-am install-info install-info-am install-man \
799
        install-pdf install-pdf-am install-ps install-ps-am \
800
        install-strip installcheck installcheck-am installdirs \
801
        installdirs-am maintainer-clean maintainer-clean-generic \
802
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
803
        ps ps-am tags tags-recursive uninstall uninstall-am
804
 
805
 
806
# Tell versions [3.59,3.63) of GNU make to not export all variables.
807
# Otherwise a system limit (for SysV at least) may be exceeded.
808
.NOEXPORT:

powered by: WebSVN 2.1.0

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