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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [cpu/] [Makefile.in] - Blame information for rev 625

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

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

powered by: WebSVN 2.1.0

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