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 101

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

Line No. Rev Author Line
1 90 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
# @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
PACKAGE_VERSION = @PACKAGE_VERSION@
189
PATH_SEPARATOR = @PATH_SEPARATOR@
190
RANLIB = @RANLIB@
191
SED = @SED@
192
SET_MAKE = @SET_MAKE@
193
SHELL = @SHELL@
194
SIM = @SIM@
195
STRIP = @STRIP@
196
VERSION = @VERSION@
197
abs_builddir = @abs_builddir@
198
abs_srcdir = @abs_srcdir@
199
abs_top_builddir = @abs_top_builddir@
200
abs_top_srcdir = @abs_top_srcdir@
201
ac_ct_CC = @ac_ct_CC@
202
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203
am__include = @am__include@
204
am__leading_dot = @am__leading_dot@
205
am__quote = @am__quote@
206
am__tar = @am__tar@
207
am__untar = @am__untar@
208
bindir = @bindir@
209
build = @build@
210
build_alias = @build_alias@
211
build_cpu = @build_cpu@
212
build_os = @build_os@
213
build_vendor = @build_vendor@
214
builddir = @builddir@
215
datadir = @datadir@
216
datarootdir = @datarootdir@
217
docdir = @docdir@
218
dvidir = @dvidir@
219
exec_prefix = @exec_prefix@
220
host = @host@
221
host_alias = @host_alias@
222
host_cpu = @host_cpu@
223
host_os = @host_os@
224
host_vendor = @host_vendor@
225
htmldir = @htmldir@
226
includedir = @includedir@
227
infodir = @infodir@
228
install_sh = @install_sh@
229
libdir = @libdir@
230
libexecdir = @libexecdir@
231
localedir = @localedir@
232
localstatedir = @localstatedir@
233
lt_ECHO = @lt_ECHO@
234
mandir = @mandir@
235
mkdir_p = @mkdir_p@
236
oldincludedir = @oldincludedir@
237
pdfdir = @pdfdir@
238
prefix = @prefix@
239
program_transform_name = @program_transform_name@
240
psdir = @psdir@
241
sbindir = @sbindir@
242
sharedstatedir = @sharedstatedir@
243
srcdir = @srcdir@
244
sysconfdir = @sysconfdir@
245
target_alias = @target_alias@
246
top_build_prefix = @top_build_prefix@
247
top_builddir = @top_builddir@
248
top_srcdir = @top_srcdir@
249
 
250
# Local macros
251
ACLOCAL_AMFLAGS = -I m4
252
 
253
# Subdirs for each test program. Support, exception and common machine code
254
# handling libraries must be first.
255
 
256
# The following test will not build without warning, so its Makefile does
257
# nothing, unless the --enable-all-tests flag is used with configure.
258
# - inst-set-test
259
EXTRA_DIST = default.ld   \
260
             except-mc.ld
261
 
262
SUBDIRS = support       \
263
          except        \
264
          mc-common     \
265
          acv-gpio      \
266
          acv-uart      \
267
          basic         \
268
          cache         \
269
          cbasic        \
270
          cfg           \
271
          dhry          \
272
          dmatest       \
273
          eth           \
274
          except-test   \
275
          exit          \
276
          ext           \
277
          fbtest        \
278
          functest      \
279
          flag          \
280
          inst-set-test \
281 93 jeremybenn
          int-logger    \
282 90 jeremybenn
          int-test      \
283
          kbdtest       \
284
          local-global  \
285
          loop          \
286
          mc-async      \
287
          mc-dram       \
288
          mc-ssram      \
289
          mc-sync       \
290
          mem-test      \
291
          mmu           \
292
          mul           \
293
          mycompress    \
294
          tick          \
295 93 jeremybenn
          uos           \
296
          upcalls
297 90 jeremybenn
 
298
all: config.h
299
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
300
 
301
.SUFFIXES:
302
am--refresh:
303
        @:
304
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
305
        @for dep in $?; do \
306
          case '$(am__configure_deps)' in \
307
            *$$dep*) \
308
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
309
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
310
                && exit 0; \
311
              exit 1;; \
312
          esac; \
313
        done; \
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
315
        $(am__cd) $(top_srcdir) && \
316
          $(AUTOMAKE) --gnu Makefile
317
.PRECIOUS: Makefile
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319
        @case '$?' in \
320
          *config.status*) \
321
            echo ' $(SHELL) ./config.status'; \
322
            $(SHELL) ./config.status;; \
323
          *) \
324
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
325
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
326
        esac;
327
 
328
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329
        $(SHELL) ./config.status --recheck
330
 
331
$(top_srcdir)/configure:  $(am__configure_deps)
332
        $(am__cd) $(srcdir) && $(AUTOCONF)
333
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
334
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
335
$(am__aclocal_m4_deps):
336
 
337
config.h: stamp-h1
338
        @if test ! -f $@; then \
339
          rm -f stamp-h1; \
340
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
341
        else :; fi
342
 
343
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
344
        @rm -f stamp-h1
345
        cd $(top_builddir) && $(SHELL) ./config.status config.h
346
$(srcdir)/config.h.in:  $(am__configure_deps)
347
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
348
        rm -f stamp-h1
349
        touch $@
350
 
351
distclean-hdr:
352
        -rm -f config.h stamp-h1
353
 
354
mostlyclean-libtool:
355
        -rm -f *.lo
356
 
357
clean-libtool:
358
        -rm -rf .libs _libs
359
 
360
distclean-libtool:
361
        -rm -f libtool config.lt
362
 
363
# This directory's subdirectories are mostly independent; you can cd
364
# into them and run `make' without going through this Makefile.
365
# To change the values of `make' variables: instead of editing Makefiles,
366
# (1) if the variable is set in `config.status', edit `config.status'
367
#     (which will cause the Makefiles to be regenerated when you run `make');
368
# (2) otherwise, pass the desired values on the `make' command line.
369
$(RECURSIVE_TARGETS):
370
        @fail= failcom='exit 1'; \
371
        for f in x $$MAKEFLAGS; do \
372
          case $$f in \
373
            *=* | --[!k]*);; \
374
            *k*) failcom='fail=yes';; \
375
          esac; \
376
        done; \
377
        dot_seen=no; \
378
        target=`echo $@ | sed s/-recursive//`; \
379
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
          echo "Making $$target in $$subdir"; \
381
          if test "$$subdir" = "."; then \
382
            dot_seen=yes; \
383
            local_target="$$target-am"; \
384
          else \
385
            local_target="$$target"; \
386
          fi; \
387
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388
          || eval $$failcom; \
389
        done; \
390
        if test "$$dot_seen" = "no"; then \
391
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392
        fi; test -z "$$fail"
393
 
394
$(RECURSIVE_CLEAN_TARGETS):
395
        @fail= failcom='exit 1'; \
396
        for f in x $$MAKEFLAGS; do \
397
          case $$f in \
398
            *=* | --[!k]*);; \
399
            *k*) failcom='fail=yes';; \
400
          esac; \
401
        done; \
402
        dot_seen=no; \
403
        case "$@" in \
404
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405
          *) list='$(SUBDIRS)' ;; \
406
        esac; \
407
        rev=''; for subdir in $$list; do \
408
          if test "$$subdir" = "."; then :; else \
409
            rev="$$subdir $$rev"; \
410
          fi; \
411
        done; \
412
        rev="$$rev ."; \
413
        target=`echo $@ | sed s/-recursive//`; \
414
        for subdir in $$rev; do \
415
          echo "Making $$target in $$subdir"; \
416
          if test "$$subdir" = "."; then \
417
            local_target="$$target-am"; \
418
          else \
419
            local_target="$$target"; \
420
          fi; \
421
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422
          || eval $$failcom; \
423
        done && test -z "$$fail"
424
tags-recursive:
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
426
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427
        done
428
ctags-recursive:
429
        list='$(SUBDIRS)'; for subdir in $$list; do \
430
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
431
        done
432
 
433
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435
        unique=`for i in $$list; do \
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
          done | \
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
        mkid -fID $$unique
441
tags: TAGS
442
 
443
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
444
                $(TAGS_FILES) $(LISP)
445
        set x; \
446
        here=`pwd`; \
447
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448
          include_option=--etags-include; \
449
          empty_fix=.; \
450
        else \
451
          include_option=--include; \
452
          empty_fix=; \
453
        fi; \
454
        list='$(SUBDIRS)'; for subdir in $$list; do \
455
          if test "$$subdir" = .; then :; else \
456
            test ! -f $$subdir/TAGS || \
457
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458
          fi; \
459
        done; \
460
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
461
        unique=`for i in $$list; do \
462
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
          done | \
464
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465
              END { if (nonempty) { for (i in files) print i; }; }'`; \
466
        shift; \
467
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468
          test -n "$$unique" || unique=$$empty_fix; \
469
          if test $$# -gt 0; then \
470
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471
              "$$@" $$unique; \
472
          else \
473
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474
              $$unique; \
475
          fi; \
476
        fi
477
ctags: CTAGS
478
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
479
                $(TAGS_FILES) $(LISP)
480
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
481
        unique=`for i in $$list; do \
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
          done | \
484
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485
              END { if (nonempty) { for (i in files) print i; }; }'`; \
486
        test -z "$(CTAGS_ARGS)$$unique" \
487
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488
             $$unique
489
 
490
GTAGS:
491
        here=`$(am__cd) $(top_builddir) && pwd` \
492
          && $(am__cd) $(top_srcdir) \
493
          && gtags -i $(GTAGS_ARGS) "$$here"
494
 
495
distclean-tags:
496
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
 
498
distdir: $(DISTFILES)
499
        $(am__remove_distdir)
500
        test -d "$(distdir)" || mkdir "$(distdir)"
501
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503
        list='$(DISTFILES)'; \
504
          dist_files=`for file in $$list; do echo $$file; done | \
505
          sed -e "s|^$$srcdirstrip/||;t" \
506
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507
        case $$dist_files in \
508
          */*) $(MKDIR_P) `echo "$$dist_files" | \
509
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510
                           sort -u` ;; \
511
        esac; \
512
        for file in $$dist_files; do \
513
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514
          if test -d $$d/$$file; then \
515
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516
            if test -d "$(distdir)/$$file"; then \
517
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518
            fi; \
519
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522
            fi; \
523
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524
          else \
525
            test -f "$(distdir)/$$file" \
526
            || cp -p $$d/$$file "$(distdir)/$$file" \
527
            || exit 1; \
528
          fi; \
529
        done
530
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531
          if test "$$subdir" = .; then :; else \
532
            test -d "$(distdir)/$$subdir" \
533
            || $(MKDIR_P) "$(distdir)/$$subdir" \
534
            || exit 1; \
535
          fi; \
536
        done
537
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
538
          if test "$$subdir" = .; then :; else \
539
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
540
            $(am__relativize); \
541
            new_distdir=$$reldir; \
542
            dir1=$$subdir; dir2="$(top_distdir)"; \
543
            $(am__relativize); \
544
            new_top_distdir=$$reldir; \
545
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
546
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
547
            ($(am__cd) $$subdir && \
548
              $(MAKE) $(AM_MAKEFLAGS) \
549
                top_distdir="$$new_top_distdir" \
550
                distdir="$$new_distdir" \
551
                am__remove_distdir=: \
552
                am__skip_length_check=: \
553
                am__skip_mode_fix=: \
554
                distdir) \
555
              || exit 1; \
556
          fi; \
557
        done
558
        -test -n "$(am__skip_mode_fix)" \
559
        || find "$(distdir)" -type d ! -perm -755 \
560
                -exec chmod u+rwx,go+rx {} \; -o \
561
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
562
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
563
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
564
        || chmod -R a+r "$(distdir)"
565
dist-gzip: distdir
566
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
567
        $(am__remove_distdir)
568
 
569
dist-bzip2: distdir
570
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
571
        $(am__remove_distdir)
572
 
573
dist-lzma: distdir
574
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
575
        $(am__remove_distdir)
576
 
577
dist-xz: distdir
578
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
579
        $(am__remove_distdir)
580
 
581
dist-tarZ: distdir
582
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
583
        $(am__remove_distdir)
584
 
585
dist-shar: distdir
586
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
587
        $(am__remove_distdir)
588
 
589
dist-zip: distdir
590
        -rm -f $(distdir).zip
591
        zip -rq $(distdir).zip $(distdir)
592
        $(am__remove_distdir)
593
 
594
dist dist-all: distdir
595
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
596
        $(am__remove_distdir)
597
 
598
# This target untars the dist file and tries a VPATH configuration.  Then
599
# it guarantees that the distribution is self-contained by making another
600
# tarfile.
601
distcheck: dist
602
        case '$(DIST_ARCHIVES)' in \
603
        *.tar.gz*) \
604
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
605
        *.tar.bz2*) \
606
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
607
        *.tar.lzma*) \
608
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
609
        *.tar.xz*) \
610
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
611
        *.tar.Z*) \
612
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
613
        *.shar.gz*) \
614
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
615
        *.zip*) \
616
          unzip $(distdir).zip ;;\
617
        esac
618
        chmod -R a-w $(distdir); chmod a+w $(distdir)
619
        mkdir $(distdir)/_build
620
        mkdir $(distdir)/_inst
621
        chmod a-w $(distdir)
622
        test -d $(distdir)/_build || exit 0; \
623
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
624
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
625
          && am__cwd=`pwd` \
626
          && $(am__cd) $(distdir)/_build \
627
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
628
            $(DISTCHECK_CONFIGURE_FLAGS) \
629
          && $(MAKE) $(AM_MAKEFLAGS) \
630
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
631
          && $(MAKE) $(AM_MAKEFLAGS) check \
632
          && $(MAKE) $(AM_MAKEFLAGS) install \
633
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
634
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
635
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
636
                distuninstallcheck \
637
          && chmod -R a-w "$$dc_install_base" \
638
          && ({ \
639
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
640
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
641
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
642
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
643
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
644
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
645
          && rm -rf "$$dc_destdir" \
646
          && $(MAKE) $(AM_MAKEFLAGS) dist \
647
          && rm -rf $(DIST_ARCHIVES) \
648
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
649
          && cd "$$am__cwd" \
650
          || exit 1
651
        $(am__remove_distdir)
652
        @(echo "$(distdir) archives ready for distribution: "; \
653
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
654
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
655
distuninstallcheck:
656
        @$(am__cd) '$(distuninstallcheck_dir)' \
657
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
658
           || { echo "ERROR: files left after uninstall:" ; \
659
                if test -n "$(DESTDIR)"; then \
660
                  echo "  (check DESTDIR support)"; \
661
                fi ; \
662
                $(distuninstallcheck_listfiles) ; \
663
                exit 1; } >&2
664
distcleancheck: distclean
665
        @if test '$(srcdir)' = . ; then \
666
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
667
          exit 1 ; \
668
        fi
669
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
670
          || { echo "ERROR: files left in build directory after distclean:" ; \
671
               $(distcleancheck_listfiles) ; \
672
               exit 1; } >&2
673
check-am: all-am
674
check: check-recursive
675
all-am: Makefile config.h
676
installdirs: installdirs-recursive
677
installdirs-am:
678
install: install-recursive
679
install-exec: install-exec-recursive
680
install-data: install-data-recursive
681
uninstall: uninstall-recursive
682
 
683
install-am: all-am
684
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
685
 
686
installcheck: installcheck-recursive
687
install-strip:
688
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690
          `test -z '$(STRIP)' || \
691
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
692
mostlyclean-generic:
693
 
694
clean-generic:
695
 
696
distclean-generic:
697
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
699
 
700
maintainer-clean-generic:
701
        @echo "This command is intended for maintainers to use"
702
        @echo "it deletes files that may require special tools to rebuild."
703
clean: clean-recursive
704
 
705
clean-am: clean-generic clean-libtool mostlyclean-am
706
 
707
distclean: distclean-recursive
708
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
709
        -rm -f Makefile
710
distclean-am: clean-am distclean-generic distclean-hdr \
711
        distclean-libtool distclean-tags
712
 
713
dvi: dvi-recursive
714
 
715
dvi-am:
716
 
717
html: html-recursive
718
 
719
html-am:
720
 
721
info: info-recursive
722
 
723
info-am:
724
 
725
install-data-am:
726
 
727
install-dvi: install-dvi-recursive
728
 
729
install-dvi-am:
730
 
731
install-exec-am:
732
 
733
install-html: install-html-recursive
734
 
735
install-html-am:
736
 
737
install-info: install-info-recursive
738
 
739
install-info-am:
740
 
741
install-man:
742
 
743
install-pdf: install-pdf-recursive
744
 
745
install-pdf-am:
746
 
747
install-ps: install-ps-recursive
748
 
749
install-ps-am:
750
 
751
installcheck-am:
752
 
753
maintainer-clean: maintainer-clean-recursive
754
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
755
        -rm -rf $(top_srcdir)/autom4te.cache
756
        -rm -f Makefile
757
maintainer-clean-am: distclean-am maintainer-clean-generic
758
 
759
mostlyclean: mostlyclean-recursive
760
 
761
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
762
 
763
pdf: pdf-recursive
764
 
765
pdf-am:
766
 
767
ps: ps-recursive
768
 
769
ps-am:
770
 
771
uninstall-am:
772
 
773
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
774
        ctags-recursive install-am install-strip tags-recursive
775
 
776
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
777
        all all-am am--refresh check check-am clean clean-generic \
778
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
779
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
780
        distcheck distclean distclean-generic distclean-hdr \
781
        distclean-libtool distclean-tags distcleancheck distdir \
782
        distuninstallcheck dvi dvi-am html html-am info info-am \
783
        install install-am install-data install-data-am install-dvi \
784
        install-dvi-am install-exec install-exec-am install-html \
785
        install-html-am install-info install-info-am install-man \
786
        install-pdf install-pdf-am install-ps install-ps-am \
787
        install-strip installcheck installcheck-am installdirs \
788
        installdirs-am maintainer-clean maintainer-clean-generic \
789
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
790
        ps ps-am tags tags-recursive uninstall uninstall-am
791
 
792
 
793
# Tell versions [3.59,3.63) of GNU make to not export all variables.
794
# Otherwise a system limit (for SysV at least) may be exceeded.
795
.NOEXPORT:

powered by: WebSVN 2.1.0

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