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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 625 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 82 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
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
 
43 90 jeremybenn
# Subdirs for each test program.
44 82 jeremybenn
VPATH = @srcdir@
45
pkgdatadir = $(datadir)/@PACKAGE@
46
pkgincludedir = $(includedir)/@PACKAGE@
47
pkglibdir = $(libdir)/@PACKAGE@
48
pkglibexecdir = $(libexecdir)/@PACKAGE@
49
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_HEADER = $(INSTALL_DATA)
54
transform = $(program_transform_name)
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
build_triplet = @build@
62
host_triplet = @host@
63 90 jeremybenn
target_triplet = @target@
64
subdir = testsuite/test-code
65 82 jeremybenn
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
68
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
69
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
70
        $(top_srcdir)/configure.ac
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72
        $(ACLOCAL_M4)
73 90 jeremybenn
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74 82 jeremybenn
CONFIG_HEADER = $(top_builddir)/config.h
75
CONFIG_CLEAN_FILES =
76
CONFIG_CLEAN_VPATH_FILES =
77 625 jeremybenn
AM_V_GEN = $(am__v_GEN_$(V))
78
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
79
am__v_GEN_0 = @echo "  GEN   " $@;
80
AM_V_at = $(am__v_at_$(V))
81
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
82
am__v_at_0 = @
83 82 jeremybenn
SOURCES =
84
DIST_SOURCES =
85
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86
        html-recursive info-recursive install-data-recursive \
87
        install-dvi-recursive install-exec-recursive \
88
        install-html-recursive install-info-recursive \
89
        install-pdf-recursive install-ps-recursive install-recursive \
90
        installcheck-recursive installdirs-recursive pdf-recursive \
91
        ps-recursive uninstall-recursive
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
93
  distclean-recursive maintainer-clean-recursive
94
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
95
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
96
        distdir
97
ETAGS = etags
98
CTAGS = ctags
99
DIST_SUBDIRS = $(SUBDIRS)
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101
am__relativize = \
102
  dir0=`pwd`; \
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
104
  sed_rest='s,^[^/]*/*,,'; \
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
106
  sed_butlast='s,/*[^/]*$$,,'; \
107
  while test -n "$$dir1"; do \
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
109
    if test "$$first" != "."; then \
110
      if test "$$first" = ".."; then \
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
113
      else \
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
115
        if test "$$first2" = "$$first"; then \
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
117
        else \
118
          dir2="../$$dir2"; \
119
        fi; \
120
        dir0="$$dir0"/"$$first"; \
121
      fi; \
122
    fi; \
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
124
  done; \
125
  reldir="$$dir2"
126
ACLOCAL = @ACLOCAL@
127
AMTAR = @AMTAR@
128 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129 82 jeremybenn
AR = @AR@
130 90 jeremybenn
ARFLAGS = @ARFLAGS@
131 82 jeremybenn
AUTOCONF = @AUTOCONF@
132
AUTOHEADER = @AUTOHEADER@
133
AUTOMAKE = @AUTOMAKE@
134
AWK = @AWK@
135 90 jeremybenn
BUILD_DIR = @BUILD_DIR@
136 82 jeremybenn
CC = @CC@
137
CCAS = @CCAS@
138
CCASDEPMODE = @CCASDEPMODE@
139
CCASFLAGS = @CCASFLAGS@
140
CCDEPMODE = @CCDEPMODE@
141
CFLAGS = @CFLAGS@
142
CPP = @CPP@
143
CPPFLAGS = @CPPFLAGS@
144 90 jeremybenn
CPU_ARCH = @CPU_ARCH@
145 82 jeremybenn
CYGPATH_W = @CYGPATH_W@
146 90 jeremybenn
DEBUGFLAGS = @DEBUGFLAGS@
147 82 jeremybenn
DEFS = @DEFS@
148
DEJAGNU = @DEJAGNU@
149
DEPDIR = @DEPDIR@
150
DSYMUTIL = @DSYMUTIL@
151
DUMPBIN = @DUMPBIN@
152
ECHO_C = @ECHO_C@
153
ECHO_N = @ECHO_N@
154
ECHO_T = @ECHO_T@
155
EGREP = @EGREP@
156
EXEEXT = @EXEEXT@
157
FGREP = @FGREP@
158
GREP = @GREP@
159 90 jeremybenn
INCLUDES = @INCLUDES@
160 82 jeremybenn
INSTALL = @INSTALL@
161
INSTALL_DATA = @INSTALL_DATA@
162
INSTALL_PROGRAM = @INSTALL_PROGRAM@
163
INSTALL_SCRIPT = @INSTALL_SCRIPT@
164
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165
LD = @LD@
166
LDFLAGS = @LDFLAGS@
167
LIBOBJS = @LIBOBJS@
168
LIBS = @LIBS@
169
LIBTOOL = @LIBTOOL@
170
LIPO = @LIPO@
171
LN_S = @LN_S@
172 90 jeremybenn
LOCAL_CFLAGS = @LOCAL_CFLAGS@
173
LOCAL_DEFS = @LOCAL_DEFS@
174
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
175 82 jeremybenn
LTLIBOBJS = @LTLIBOBJS@
176
MAKEINFO = @MAKEINFO@
177
MKDIR_P = @MKDIR_P@
178
NM = @NM@
179
NMEDIT = @NMEDIT@
180
OBJDUMP = @OBJDUMP@
181
OBJEXT = @OBJEXT@
182
OTOOL = @OTOOL@
183
OTOOL64 = @OTOOL64@
184
PACKAGE = @PACKAGE@
185
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186
PACKAGE_NAME = @PACKAGE_NAME@
187
PACKAGE_STRING = @PACKAGE_STRING@
188
PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
190 82 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
191
PATH_SEPARATOR = @PATH_SEPARATOR@
192 90 jeremybenn
POW_LIB = @POW_LIB@
193 82 jeremybenn
RANLIB = @RANLIB@
194 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
195 82 jeremybenn
SED = @SED@
196
SET_MAKE = @SET_MAKE@
197
SHELL = @SHELL@
198
STRIP = @STRIP@
199 90 jeremybenn
SUMVERSION = @SUMVERSION@
200
TERMCAP_LIB = @TERMCAP_LIB@
201 82 jeremybenn
VERSION = @VERSION@
202
abs_builddir = @abs_builddir@
203
abs_srcdir = @abs_srcdir@
204
abs_top_builddir = @abs_top_builddir@
205
abs_top_srcdir = @abs_top_srcdir@
206
ac_ct_CC = @ac_ct_CC@
207
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208
am__include = @am__include@
209
am__leading_dot = @am__leading_dot@
210
am__quote = @am__quote@
211
am__tar = @am__tar@
212
am__untar = @am__untar@
213
bindir = @bindir@
214
build = @build@
215
build_alias = @build_alias@
216
build_cpu = @build_cpu@
217
build_os = @build_os@
218
build_vendor = @build_vendor@
219
builddir = @builddir@
220
datadir = @datadir@
221
datarootdir = @datarootdir@
222
docdir = @docdir@
223
dvidir = @dvidir@
224
exec_prefix = @exec_prefix@
225
host = @host@
226
host_alias = @host_alias@
227
host_cpu = @host_cpu@
228
host_os = @host_os@
229
host_vendor = @host_vendor@
230
htmldir = @htmldir@
231
includedir = @includedir@
232
infodir = @infodir@
233
install_sh = @install_sh@
234
libdir = @libdir@
235
libexecdir = @libexecdir@
236
localedir = @localedir@
237
localstatedir = @localstatedir@
238
lt_ECHO = @lt_ECHO@
239
mandir = @mandir@
240
mkdir_p = @mkdir_p@
241
oldincludedir = @oldincludedir@
242
pdfdir = @pdfdir@
243
prefix = @prefix@
244
program_transform_name = @program_transform_name@
245
psdir = @psdir@
246
sbindir = @sbindir@
247
sharedstatedir = @sharedstatedir@
248
srcdir = @srcdir@
249 90 jeremybenn
subdirs = @subdirs@
250 82 jeremybenn
sysconfdir = @sysconfdir@
251 90 jeremybenn
target = @target@
252 82 jeremybenn
target_alias = @target_alias@
253 90 jeremybenn
target_cpu = @target_cpu@
254
target_os = @target_os@
255
target_vendor = @target_vendor@
256 82 jeremybenn
top_build_prefix = @top_build_prefix@
257
top_builddir = @top_builddir@
258
top_srcdir = @top_srcdir@
259 93 jeremybenn
SUBDIRS = lib-iftest  \
260
          lib-inttest \
261 97 jeremybenn
          lib-jtag    \
262 93 jeremybenn
          lib-upcalls
263
 
264 82 jeremybenn
all: all-recursive
265
 
266
.SUFFIXES:
267
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
268
        @for dep in $?; do \
269
          case '$(am__configure_deps)' in \
270
            *$$dep*) \
271
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
272
                && { if test -f $@; then exit 0; else break; fi; }; \
273
              exit 1;; \
274
          esac; \
275
        done; \
276 90 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/test-code/Makefile'; \
277 82 jeremybenn
        $(am__cd) $(top_srcdir) && \
278 90 jeremybenn
          $(AUTOMAKE) --gnu testsuite/test-code/Makefile
279 82 jeremybenn
.PRECIOUS: Makefile
280
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281
        @case '$?' in \
282
          *config.status*) \
283
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
284
          *) \
285
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
286
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
287
        esac;
288
 
289
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
 
292
$(top_srcdir)/configure:  $(am__configure_deps)
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
295
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
$(am__aclocal_m4_deps):
297
 
298
mostlyclean-libtool:
299
        -rm -f *.lo
300
 
301
clean-libtool:
302
        -rm -rf .libs _libs
303
 
304
# This directory's subdirectories are mostly independent; you can cd
305
# into them and run `make' without going through this Makefile.
306
# To change the values of `make' variables: instead of editing Makefiles,
307
# (1) if the variable is set in `config.status', edit `config.status'
308
#     (which will cause the Makefiles to be regenerated when you run `make');
309
# (2) otherwise, pass the desired values on the `make' command line.
310
$(RECURSIVE_TARGETS):
311 625 jeremybenn
        @fail= failcom='exit 1'; \
312 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
313
          case $$f in \
314
            *=* | --[!k]*);; \
315
            *k*) failcom='fail=yes';; \
316
          esac; \
317
        done; \
318
        dot_seen=no; \
319
        target=`echo $@ | sed s/-recursive//`; \
320
        list='$(SUBDIRS)'; for subdir in $$list; do \
321
          echo "Making $$target in $$subdir"; \
322
          if test "$$subdir" = "."; then \
323
            dot_seen=yes; \
324
            local_target="$$target-am"; \
325
          else \
326
            local_target="$$target"; \
327
          fi; \
328
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329
          || eval $$failcom; \
330
        done; \
331
        if test "$$dot_seen" = "no"; then \
332
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
333
        fi; test -z "$$fail"
334
 
335
$(RECURSIVE_CLEAN_TARGETS):
336 625 jeremybenn
        @fail= failcom='exit 1'; \
337 82 jeremybenn
        for f in x $$MAKEFLAGS; do \
338
          case $$f in \
339
            *=* | --[!k]*);; \
340
            *k*) failcom='fail=yes';; \
341
          esac; \
342
        done; \
343
        dot_seen=no; \
344
        case "$@" in \
345
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
346
          *) list='$(SUBDIRS)' ;; \
347
        esac; \
348
        rev=''; for subdir in $$list; do \
349
          if test "$$subdir" = "."; then :; else \
350
            rev="$$subdir $$rev"; \
351
          fi; \
352
        done; \
353
        rev="$$rev ."; \
354
        target=`echo $@ | sed s/-recursive//`; \
355
        for subdir in $$rev; do \
356
          echo "Making $$target in $$subdir"; \
357
          if test "$$subdir" = "."; then \
358
            local_target="$$target-am"; \
359
          else \
360
            local_target="$$target"; \
361
          fi; \
362
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363
          || eval $$failcom; \
364
        done && test -z "$$fail"
365
tags-recursive:
366
        list='$(SUBDIRS)'; for subdir in $$list; do \
367
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
368
        done
369
ctags-recursive:
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
371
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
372
        done
373
 
374
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376
        unique=`for i in $$list; do \
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
          done | \
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
        mkid -fID $$unique
382
tags: TAGS
383
 
384
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385
                $(TAGS_FILES) $(LISP)
386
        set x; \
387
        here=`pwd`; \
388
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
389
          include_option=--etags-include; \
390
          empty_fix=.; \
391
        else \
392
          include_option=--include; \
393
          empty_fix=; \
394
        fi; \
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
396
          if test "$$subdir" = .; then :; else \
397
            test ! -f $$subdir/TAGS || \
398
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
399
          fi; \
400
        done; \
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
        unique=`for i in $$list; do \
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
          done | \
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
        shift; \
408
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409
          test -n "$$unique" || unique=$$empty_fix; \
410
          if test $$# -gt 0; then \
411
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412
              "$$@" $$unique; \
413
          else \
414
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415
              $$unique; \
416
          fi; \
417
        fi
418
ctags: CTAGS
419
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420
                $(TAGS_FILES) $(LISP)
421
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
        unique=`for i in $$list; do \
423
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
          done | \
425
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
        test -z "$(CTAGS_ARGS)$$unique" \
428
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429
             $$unique
430
 
431
GTAGS:
432
        here=`$(am__cd) $(top_builddir) && pwd` \
433
          && $(am__cd) $(top_srcdir) \
434
          && gtags -i $(GTAGS_ARGS) "$$here"
435
 
436
distclean-tags:
437
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
 
439
distdir: $(DISTFILES)
440
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
442
        list='$(DISTFILES)'; \
443
          dist_files=`for file in $$list; do echo $$file; done | \
444
          sed -e "s|^$$srcdirstrip/||;t" \
445
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
446
        case $$dist_files in \
447
          */*) $(MKDIR_P) `echo "$$dist_files" | \
448
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
449
                           sort -u` ;; \
450
        esac; \
451
        for file in $$dist_files; do \
452
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
453
          if test -d $$d/$$file; then \
454
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
455
            if test -d "$(distdir)/$$file"; then \
456
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457
            fi; \
458
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
459
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
460
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461
            fi; \
462
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
463
          else \
464
            test -f "$(distdir)/$$file" \
465
            || cp -p $$d/$$file "$(distdir)/$$file" \
466
            || exit 1; \
467
          fi; \
468
        done
469
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
470
          if test "$$subdir" = .; then :; else \
471
            test -d "$(distdir)/$$subdir" \
472
            || $(MKDIR_P) "$(distdir)/$$subdir" \
473
            || exit 1; \
474
          fi; \
475
        done
476
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
477
          if test "$$subdir" = .; then :; else \
478
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
479
            $(am__relativize); \
480
            new_distdir=$$reldir; \
481
            dir1=$$subdir; dir2="$(top_distdir)"; \
482
            $(am__relativize); \
483
            new_top_distdir=$$reldir; \
484
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
485
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
486
            ($(am__cd) $$subdir && \
487
              $(MAKE) $(AM_MAKEFLAGS) \
488
                top_distdir="$$new_top_distdir" \
489
                distdir="$$new_distdir" \
490
                am__remove_distdir=: \
491
                am__skip_length_check=: \
492
                am__skip_mode_fix=: \
493
                distdir) \
494
              || exit 1; \
495
          fi; \
496
        done
497
check-am: all-am
498
check: check-recursive
499
all-am: Makefile
500
installdirs: installdirs-recursive
501
installdirs-am:
502
install: install-recursive
503
install-exec: install-exec-recursive
504
install-data: install-data-recursive
505
uninstall: uninstall-recursive
506
 
507
install-am: all-am
508
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
509
 
510
installcheck: installcheck-recursive
511
install-strip:
512
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
513
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
514
          `test -z '$(STRIP)' || \
515
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
516
mostlyclean-generic:
517
 
518
clean-generic:
519
 
520
distclean-generic:
521
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
522
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
523
 
524
maintainer-clean-generic:
525
        @echo "This command is intended for maintainers to use"
526
        @echo "it deletes files that may require special tools to rebuild."
527
clean: clean-recursive
528
 
529
clean-am: clean-generic clean-libtool mostlyclean-am
530
 
531
distclean: distclean-recursive
532
        -rm -f Makefile
533
distclean-am: clean-am distclean-generic distclean-tags
534
 
535
dvi: dvi-recursive
536
 
537
dvi-am:
538
 
539
html: html-recursive
540
 
541
html-am:
542
 
543
info: info-recursive
544
 
545
info-am:
546
 
547
install-data-am:
548
 
549
install-dvi: install-dvi-recursive
550
 
551
install-dvi-am:
552
 
553
install-exec-am:
554
 
555
install-html: install-html-recursive
556
 
557
install-html-am:
558
 
559
install-info: install-info-recursive
560
 
561
install-info-am:
562
 
563
install-man:
564
 
565
install-pdf: install-pdf-recursive
566
 
567
install-pdf-am:
568
 
569
install-ps: install-ps-recursive
570
 
571
install-ps-am:
572
 
573
installcheck-am:
574
 
575
maintainer-clean: maintainer-clean-recursive
576
        -rm -f Makefile
577
maintainer-clean-am: distclean-am maintainer-clean-generic
578
 
579
mostlyclean: mostlyclean-recursive
580
 
581
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
582
 
583
pdf: pdf-recursive
584
 
585
pdf-am:
586
 
587
ps: ps-recursive
588
 
589
ps-am:
590
 
591
uninstall-am:
592
 
593
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
594
        install-am install-strip tags-recursive
595
 
596
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
597
        all all-am check check-am clean clean-generic clean-libtool \
598
        ctags ctags-recursive distclean distclean-generic \
599
        distclean-libtool distclean-tags distdir dvi dvi-am html \
600
        html-am info info-am install install-am install-data \
601
        install-data-am install-dvi install-dvi-am install-exec \
602
        install-exec-am install-html install-html-am install-info \
603
        install-info-am install-man install-pdf install-pdf-am \
604
        install-ps install-ps-am install-strip installcheck \
605
        installcheck-am installdirs installdirs-am maintainer-clean \
606
        maintainer-clean-generic mostlyclean mostlyclean-generic \
607
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
608
        uninstall uninstall-am
609
 
610
 
611
# Tell versions [3.59,3.63) of GNU make to not export all variables.
612
# Otherwise a system limit (for SysV at least) may be exceeded.
613
.NOEXPORT:

powered by: WebSVN 2.1.0

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