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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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