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 556

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

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

powered by: WebSVN 2.1.0

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