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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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