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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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