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 538

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
          upcalls
300 90 jeremybenn
 
301
all: config.h
302
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
303
 
304
.SUFFIXES:
305
am--refresh:
306
        @:
307
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
308
        @for dep in $?; do \
309
          case '$(am__configure_deps)' in \
310
            *$$dep*) \
311
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
312
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
313
                && exit 0; \
314
              exit 1;; \
315
          esac; \
316
        done; \
317
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
318
        $(am__cd) $(top_srcdir) && \
319
          $(AUTOMAKE) --gnu Makefile
320
.PRECIOUS: Makefile
321
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322
        @case '$?' in \
323
          *config.status*) \
324
            echo ' $(SHELL) ./config.status'; \
325
            $(SHELL) ./config.status;; \
326
          *) \
327
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
328
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
329
        esac;
330
 
331
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332
        $(SHELL) ./config.status --recheck
333
 
334
$(top_srcdir)/configure:  $(am__configure_deps)
335
        $(am__cd) $(srcdir) && $(AUTOCONF)
336
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
338
$(am__aclocal_m4_deps):
339
 
340
config.h: stamp-h1
341
        @if test ! -f $@; then \
342
          rm -f stamp-h1; \
343
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
344
        else :; fi
345
 
346
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
347
        @rm -f stamp-h1
348
        cd $(top_builddir) && $(SHELL) ./config.status config.h
349
$(srcdir)/config.h.in:  $(am__configure_deps)
350
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
351
        rm -f stamp-h1
352
        touch $@
353
 
354
distclean-hdr:
355
        -rm -f config.h stamp-h1
356
 
357
mostlyclean-libtool:
358
        -rm -f *.lo
359
 
360
clean-libtool:
361
        -rm -rf .libs _libs
362
 
363
distclean-libtool:
364
        -rm -f libtool config.lt
365
 
366
# This directory's subdirectories are mostly independent; you can cd
367
# into them and run `make' without going through this Makefile.
368
# To change the values of `make' variables: instead of editing Makefiles,
369
# (1) if the variable is set in `config.status', edit `config.status'
370
#     (which will cause the Makefiles to be regenerated when you run `make');
371
# (2) otherwise, pass the desired values on the `make' command line.
372
$(RECURSIVE_TARGETS):
373 538 julius
        @failcom='exit 1'; \
374 90 jeremybenn
        for f in x $$MAKEFLAGS; do \
375
          case $$f in \
376
            *=* | --[!k]*);; \
377
            *k*) failcom='fail=yes';; \
378
          esac; \
379
        done; \
380
        dot_seen=no; \
381
        target=`echo $@ | sed s/-recursive//`; \
382
        list='$(SUBDIRS)'; for subdir in $$list; do \
383
          echo "Making $$target in $$subdir"; \
384
          if test "$$subdir" = "."; then \
385
            dot_seen=yes; \
386
            local_target="$$target-am"; \
387
          else \
388
            local_target="$$target"; \
389
          fi; \
390
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391
          || eval $$failcom; \
392
        done; \
393
        if test "$$dot_seen" = "no"; then \
394
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
395
        fi; test -z "$$fail"
396
 
397
$(RECURSIVE_CLEAN_TARGETS):
398 538 julius
        @failcom='exit 1'; \
399 90 jeremybenn
        for f in x $$MAKEFLAGS; do \
400
          case $$f in \
401
            *=* | --[!k]*);; \
402
            *k*) failcom='fail=yes';; \
403
          esac; \
404
        done; \
405
        dot_seen=no; \
406
        case "$@" in \
407
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
408
          *) list='$(SUBDIRS)' ;; \
409
        esac; \
410
        rev=''; for subdir in $$list; do \
411
          if test "$$subdir" = "."; then :; else \
412
            rev="$$subdir $$rev"; \
413
          fi; \
414
        done; \
415
        rev="$$rev ."; \
416
        target=`echo $@ | sed s/-recursive//`; \
417
        for subdir in $$rev; do \
418
          echo "Making $$target in $$subdir"; \
419
          if test "$$subdir" = "."; then \
420
            local_target="$$target-am"; \
421
          else \
422
            local_target="$$target"; \
423
          fi; \
424
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425
          || eval $$failcom; \
426
        done && test -z "$$fail"
427
tags-recursive:
428
        list='$(SUBDIRS)'; for subdir in $$list; do \
429
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
430
        done
431
ctags-recursive:
432
        list='$(SUBDIRS)'; for subdir in $$list; do \
433
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
434
        done
435
 
436
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
437
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
438
        unique=`for i in $$list; do \
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
          done | \
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
        mkid -fID $$unique
444
tags: TAGS
445
 
446
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
447
                $(TAGS_FILES) $(LISP)
448
        set x; \
449
        here=`pwd`; \
450
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
451
          include_option=--etags-include; \
452
          empty_fix=.; \
453
        else \
454
          include_option=--include; \
455
          empty_fix=; \
456
        fi; \
457
        list='$(SUBDIRS)'; for subdir in $$list; do \
458
          if test "$$subdir" = .; then :; else \
459
            test ! -f $$subdir/TAGS || \
460
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
461
          fi; \
462
        done; \
463
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
464
        unique=`for i in $$list; do \
465
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466
          done | \
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
469
        shift; \
470
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471
          test -n "$$unique" || unique=$$empty_fix; \
472
          if test $$# -gt 0; then \
473
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474
              "$$@" $$unique; \
475
          else \
476
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477
              $$unique; \
478
          fi; \
479
        fi
480
ctags: CTAGS
481
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
482
                $(TAGS_FILES) $(LISP)
483
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
484
        unique=`for i in $$list; do \
485
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486
          done | \
487
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488
              END { if (nonempty) { for (i in files) print i; }; }'`; \
489
        test -z "$(CTAGS_ARGS)$$unique" \
490
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491
             $$unique
492
 
493
GTAGS:
494
        here=`$(am__cd) $(top_builddir) && pwd` \
495
          && $(am__cd) $(top_srcdir) \
496
          && gtags -i $(GTAGS_ARGS) "$$here"
497
 
498
distclean-tags:
499
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500
 
501
distdir: $(DISTFILES)
502
        $(am__remove_distdir)
503
        test -d "$(distdir)" || mkdir "$(distdir)"
504
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506
        list='$(DISTFILES)'; \
507
          dist_files=`for file in $$list; do echo $$file; done | \
508
          sed -e "s|^$$srcdirstrip/||;t" \
509
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
510
        case $$dist_files in \
511
          */*) $(MKDIR_P) `echo "$$dist_files" | \
512
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513
                           sort -u` ;; \
514
        esac; \
515
        for file in $$dist_files; do \
516
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517
          if test -d $$d/$$file; then \
518
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
519
            if test -d "$(distdir)/$$file"; then \
520
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521
            fi; \
522
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
523
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
524
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525
            fi; \
526
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
527
          else \
528
            test -f "$(distdir)/$$file" \
529
            || cp -p $$d/$$file "$(distdir)/$$file" \
530
            || exit 1; \
531
          fi; \
532
        done
533
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
534
          if test "$$subdir" = .; then :; else \
535
            test -d "$(distdir)/$$subdir" \
536
            || $(MKDIR_P) "$(distdir)/$$subdir" \
537
            || exit 1; \
538
          fi; \
539
        done
540
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
541
          if test "$$subdir" = .; then :; else \
542
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
543
            $(am__relativize); \
544
            new_distdir=$$reldir; \
545
            dir1=$$subdir; dir2="$(top_distdir)"; \
546
            $(am__relativize); \
547
            new_top_distdir=$$reldir; \
548
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
549
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
550
            ($(am__cd) $$subdir && \
551
              $(MAKE) $(AM_MAKEFLAGS) \
552
                top_distdir="$$new_top_distdir" \
553
                distdir="$$new_distdir" \
554
                am__remove_distdir=: \
555
                am__skip_length_check=: \
556
                am__skip_mode_fix=: \
557
                distdir) \
558
              || exit 1; \
559
          fi; \
560
        done
561
        -test -n "$(am__skip_mode_fix)" \
562 538 julius
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
563 90 jeremybenn
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
564
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
565
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
566
        || chmod -R a+r "$(distdir)"
567
dist-gzip: distdir
568
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
569
        $(am__remove_distdir)
570
 
571
dist-bzip2: distdir
572
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
573
        $(am__remove_distdir)
574
 
575
dist-lzma: distdir
576
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
577
        $(am__remove_distdir)
578
 
579
dist-xz: distdir
580
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
581
        $(am__remove_distdir)
582
 
583
dist-tarZ: distdir
584
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
585
        $(am__remove_distdir)
586
 
587
dist-shar: distdir
588
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
589
        $(am__remove_distdir)
590
 
591
dist-zip: distdir
592
        -rm -f $(distdir).zip
593
        zip -rq $(distdir).zip $(distdir)
594
        $(am__remove_distdir)
595
 
596
dist dist-all: distdir
597
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
598
        $(am__remove_distdir)
599
 
600
# This target untars the dist file and tries a VPATH configuration.  Then
601
# it guarantees that the distribution is self-contained by making another
602
# tarfile.
603
distcheck: dist
604
        case '$(DIST_ARCHIVES)' in \
605
        *.tar.gz*) \
606 538 julius
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
607 90 jeremybenn
        *.tar.bz2*) \
608 538 julius
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
609 90 jeremybenn
        *.tar.lzma*) \
610 538 julius
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
611 90 jeremybenn
        *.tar.xz*) \
612
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
613
        *.tar.Z*) \
614
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
615
        *.shar.gz*) \
616 538 julius
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
617 90 jeremybenn
        *.zip*) \
618
          unzip $(distdir).zip ;;\
619
        esac
620
        chmod -R a-w $(distdir); chmod a+w $(distdir)
621
        mkdir $(distdir)/_build
622
        mkdir $(distdir)/_inst
623
        chmod a-w $(distdir)
624
        test -d $(distdir)/_build || exit 0; \
625
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
626
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
627
          && am__cwd=`pwd` \
628
          && $(am__cd) $(distdir)/_build \
629
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
630
            $(DISTCHECK_CONFIGURE_FLAGS) \
631
          && $(MAKE) $(AM_MAKEFLAGS) \
632
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
633
          && $(MAKE) $(AM_MAKEFLAGS) check \
634
          && $(MAKE) $(AM_MAKEFLAGS) install \
635
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
636
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
637
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
638
                distuninstallcheck \
639
          && chmod -R a-w "$$dc_install_base" \
640
          && ({ \
641
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
642
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
643
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
644
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
645
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
646
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
647
          && rm -rf "$$dc_destdir" \
648
          && $(MAKE) $(AM_MAKEFLAGS) dist \
649
          && rm -rf $(DIST_ARCHIVES) \
650
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
651
          && cd "$$am__cwd" \
652
          || exit 1
653
        $(am__remove_distdir)
654
        @(echo "$(distdir) archives ready for distribution: "; \
655
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
656
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
657
distuninstallcheck:
658
        @$(am__cd) '$(distuninstallcheck_dir)' \
659
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
660
           || { echo "ERROR: files left after uninstall:" ; \
661
                if test -n "$(DESTDIR)"; then \
662
                  echo "  (check DESTDIR support)"; \
663
                fi ; \
664
                $(distuninstallcheck_listfiles) ; \
665
                exit 1; } >&2
666
distcleancheck: distclean
667
        @if test '$(srcdir)' = . ; then \
668
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
669
          exit 1 ; \
670
        fi
671
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
672
          || { echo "ERROR: files left in build directory after distclean:" ; \
673
               $(distcleancheck_listfiles) ; \
674
               exit 1; } >&2
675
check-am: all-am
676
check: check-recursive
677
all-am: Makefile config.h
678
installdirs: installdirs-recursive
679
installdirs-am:
680
install: install-recursive
681
install-exec: install-exec-recursive
682
install-data: install-data-recursive
683
uninstall: uninstall-recursive
684
 
685
install-am: all-am
686
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
687
 
688
installcheck: installcheck-recursive
689
install-strip:
690
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
691
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
692
          `test -z '$(STRIP)' || \
693
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
694
mostlyclean-generic:
695
 
696
clean-generic:
697
 
698
distclean-generic:
699
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
700
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
701
 
702
maintainer-clean-generic:
703
        @echo "This command is intended for maintainers to use"
704
        @echo "it deletes files that may require special tools to rebuild."
705
clean: clean-recursive
706
 
707
clean-am: clean-generic clean-libtool mostlyclean-am
708
 
709
distclean: distclean-recursive
710
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
711
        -rm -f Makefile
712
distclean-am: clean-am distclean-generic distclean-hdr \
713
        distclean-libtool distclean-tags
714
 
715
dvi: dvi-recursive
716
 
717
dvi-am:
718
 
719
html: html-recursive
720
 
721
html-am:
722
 
723
info: info-recursive
724
 
725
info-am:
726
 
727
install-data-am:
728
 
729
install-dvi: install-dvi-recursive
730
 
731
install-dvi-am:
732
 
733
install-exec-am:
734
 
735
install-html: install-html-recursive
736
 
737
install-html-am:
738
 
739
install-info: install-info-recursive
740
 
741
install-info-am:
742
 
743
install-man:
744
 
745
install-pdf: install-pdf-recursive
746
 
747
install-pdf-am:
748
 
749
install-ps: install-ps-recursive
750
 
751
install-ps-am:
752
 
753
installcheck-am:
754
 
755
maintainer-clean: maintainer-clean-recursive
756
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
757
        -rm -rf $(top_srcdir)/autom4te.cache
758
        -rm -f Makefile
759
maintainer-clean-am: distclean-am maintainer-clean-generic
760
 
761
mostlyclean: mostlyclean-recursive
762
 
763
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
764
 
765
pdf: pdf-recursive
766
 
767
pdf-am:
768
 
769
ps: ps-recursive
770
 
771
ps-am:
772
 
773
uninstall-am:
774
 
775
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
776
        ctags-recursive install-am install-strip tags-recursive
777
 
778
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
779
        all all-am am--refresh check check-am clean clean-generic \
780
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
781
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
782
        distcheck distclean distclean-generic distclean-hdr \
783
        distclean-libtool distclean-tags distcleancheck distdir \
784
        distuninstallcheck dvi dvi-am html html-am info info-am \
785
        install install-am install-data install-data-am install-dvi \
786
        install-dvi-am install-exec install-exec-am install-html \
787
        install-html-am install-info install-info-am install-man \
788
        install-pdf install-pdf-am install-ps install-ps-am \
789
        install-strip installcheck installcheck-am installdirs \
790
        installdirs-am maintainer-clean maintainer-clean-generic \
791
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
792
        ps ps-am tags tags-recursive uninstall uninstall-am
793
 
794
 
795
# Tell versions [3.59,3.63) of GNU make to not export all variables.
796
# Otherwise a system limit (for SysV at least) may be exceeded.
797
.NOEXPORT:

powered by: WebSVN 2.1.0

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