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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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