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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [Makefile.in] - Blame information for rev 1778

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

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = .
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
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_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
DEPDIR = @DEPDIR@
71
ENDIF = @ENDIF@
72
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73
MAINT = @MAINT@
74
MAKE = @MAKE@
75
PACKAGE = @PACKAGE@
76
PROJECT_ROOT = @PROJECT_ROOT@
77
PROJECT_TOPdir = @PROJECT_TOPdir@
78
RTEMS_CPU = @RTEMS_CPU@
79
RTEMS_HOST = @RTEMS_HOST@
80
RTEMS_TOPdir = @RTEMS_TOPdir@
81
STRIP = @STRIP@
82
VERSION = @VERSION@
83
am__include = @am__include@
84
am__quote = @am__quote@
85
install_sh = @install_sh@
86
 
87
ACLOCAL_AMFLAGS = -I ../../../../aclocal
88
 
89
noinst_HEADERS = shared/include/cache.h shared/src/cache_aligned_malloc.c \
90
shared/src/cache_manager.c
91
 
92
 
93
SUBDIRS = @subdirs@
94
 
95
DIST_SUBDIRS = \
96
a29k \
97
hppa1.1 \
98
i386 \
99
i960 \
100
m68k \
101
mips \
102
mips64orion \
103
powerpc \
104
sh \
105
sparc
106
 
107
 
108
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
109
subdir = .
110
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
112
CONFIG_CLEAN_FILES =
113
DIST_SOURCES =
114
HEADERS = $(noinst_HEADERS)
115
 
116
 
117
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
118
        uninstall-info-recursive all-recursive install-data-recursive \
119
        install-exec-recursive installdirs-recursive install-recursive \
120
        uninstall-recursive check-recursive installcheck-recursive
121
DIST_COMMON = README $(noinst_HEADERS) ../../../../COPYING \
122
        ../../../../ChangeLog ../../../../INSTALL ../../../../README \
123
        ../../../../acinclude.m4 ../../../../config.guess \
124
        ../../../../config.sub ../../../../configure \
125
        ../../../../configure.ac ../../../../depcomp \
126
        ../../../../install-sh ../../../../missing \
127
        ../../../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
128
        aclocal.m4 configure configure.ac
129
all: all-recursive
130
 
131
.SUFFIXES:
132
 
133
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
134
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../automake/subdirs.am $(top_srcdir)/../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
135
        cd $(top_srcdir) && \
136
          $(AUTOMAKE) --foreign  Makefile
137
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
138
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
139
 
140
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
141
        $(SHELL) ./config.status --recheck
142
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
143
        cd $(srcdir) && $(AUTOCONF)
144
 
145
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../../../../aclocal/bsp-alias.m4 ../../../../aclocal/bsp-arg-enable.m4 ../../../../aclocal/bsp-configure.m4 ../../../../aclocal/bspopts.m4 ../../../../aclocal/canonical-host.m4 ../../../../aclocal/canonical-target-name.m4 ../../../../aclocal/canonicalize-tools.m4 ../../../../aclocal/check-bsp-cache.m4 ../../../../aclocal/check-bsps.m4 ../../../../aclocal/check-cpu.m4 ../../../../aclocal/check-cxx.m4 ../../../../aclocal/check-itron.m4 ../../../../aclocal/check-multiprocessing.m4 ../../../../aclocal/check-networking.m4 ../../../../aclocal/check-newlib.m4 ../../../../aclocal/check-posix.m4 ../../../../aclocal/check-rdbg.m4 ../../../../aclocal/check-tool.m4 ../../../../aclocal/config-subdirs.m4 ../../../../aclocal/enable-bare.m4 ../../../../aclocal/enable-cxx.m4 ../../../../aclocal/enable-inlines.m4 ../../../../aclocal/enable-itron.m4 ../../../../aclocal/enable-multiprocessing.m4 ../../../../aclocal/enable-networking.m4 ../../../../aclocal/enable-posix.m4 ../../../../aclocal/enable-rdbg.m4 ../../../../aclocal/enable-rtemsbsp.m4 ../../../../aclocal/enable-tests.m4 ../../../../aclocal/env-rtemsbsp.m4 ../../../../aclocal/gcc-pipe.m4 ../../../../aclocal/gcc-specs.m4 ../../../../aclocal/i386-gas-code16.m4 ../../../../aclocal/multilib.m4 ../../../../aclocal/path-ksh.m4 ../../../../aclocal/path-perl.m4 ../../../../aclocal/ppc.m4 ../../../../aclocal/prog-cc.m4 ../../../../aclocal/prog-cxx.m4 ../../../../aclocal/project-root.m4 ../../../../aclocal/rtems-cpu-subdirs.m4 ../../../../aclocal/rtems-debug.m4 ../../../../aclocal/rtems-test-no-pause.m4 ../../../../aclocal/rtems-top.m4 ../../../../aclocal/sysv-ipc.m4 ../../../../aclocal/target.m4 ../../../../aclocal/tool-paths.m4 ../../../../aclocal/version.m4
146
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
147
uninstall-info-am:
148
 
149
# This directory's subdirectories are mostly independent; you can cd
150
# into them and run `make' without going through this Makefile.
151
# To change the values of `make' variables: instead of editing Makefiles,
152
# (1) if the variable is set in `config.status', edit `config.status'
153
#     (which will cause the Makefiles to be regenerated when you run `make');
154
# (2) otherwise, pass the desired values on the `make' command line.
155
$(RECURSIVE_TARGETS):
156
        @set fnord $$MAKEFLAGS; amf=$$2; \
157
        dot_seen=no; \
158
        target=`echo $@ | sed s/-recursive//`; \
159
        list='$(SUBDIRS)'; for subdir in $$list; do \
160
          echo "Making $$target in $$subdir"; \
161
          if test "$$subdir" = "."; then \
162
            dot_seen=yes; \
163
            local_target="$$target-am"; \
164
          else \
165
            local_target="$$target"; \
166
          fi; \
167
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
168
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
169
        done; \
170
        if test "$$dot_seen" = "no"; then \
171
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
172
        fi; test -z "$$fail"
173
 
174
mostlyclean-recursive clean-recursive distclean-recursive \
175
maintainer-clean-recursive:
176
        @set fnord $$MAKEFLAGS; amf=$$2; \
177
        dot_seen=no; \
178
        case "$@" in \
179
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
180
          *) list='$(SUBDIRS)' ;; \
181
        esac; \
182
        rev=''; for subdir in $$list; do \
183
          if test "$$subdir" = "."; then :; else \
184
            rev="$$subdir $$rev"; \
185
          fi; \
186
        done; \
187
        rev="$$rev ."; \
188
        target=`echo $@ | sed s/-recursive//`; \
189
        for subdir in $$rev; do \
190
          echo "Making $$target in $$subdir"; \
191
          if test "$$subdir" = "."; then \
192
            local_target="$$target-am"; \
193
          else \
194
            local_target="$$target"; \
195
          fi; \
196
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
197
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
198
        done && test -z "$$fail"
199
tags-recursive:
200
        list='$(SUBDIRS)'; for subdir in $$list; do \
201
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
202
        done
203
 
204
ETAGS = etags
205
ETAGSFLAGS =
206
 
207
tags: TAGS
208
 
209
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
210
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
211
        unique=`for i in $$list; do \
212
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213
          done | \
214
          $(AWK) '    { files[$$0] = 1; } \
215
               END { for (i in files) print i; }'`; \
216
        mkid -fID $$unique
217
 
218
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
219
                $(TAGS_FILES) $(LISP)
220
        tags=; \
221
        here=`pwd`; \
222
        list='$(SUBDIRS)'; for subdir in $$list; do \
223
          if test "$$subdir" = .; then :; else \
224
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
225
          fi; \
226
        done; \
227
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
228
        unique=`for i in $$list; do \
229
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
230
          done | \
231
          $(AWK) '    { files[$$0] = 1; } \
232
               END { for (i in files) print i; }'`; \
233
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
234
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
235
             $$tags $$unique
236
 
237
GTAGS:
238
        here=`$(am__cd) $(top_builddir) && pwd` \
239
          && cd $(top_srcdir) \
240
          && gtags -i $(GTAGS_ARGS) $$here
241
 
242
distclean-tags:
243
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
244
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
245
 
246
top_distdir = .
247
distdir = $(PACKAGE)-$(VERSION)
248
 
249
am__remove_distdir = \
250
  { test ! -d $(distdir) \
251
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
252
         && rm -fr $(distdir); }; }
253
 
254
GZIP_ENV = --best
255
distcleancheck_listfiles = find . -type f -print
256
 
257
distdir: $(DISTFILES)
258
        $(am__remove_distdir)
259
        mkdir $(distdir)
260
        $(mkinstalldirs) $(distdir)/../../../.. $(distdir)/shared/include $(distdir)/shared/src
261
        @list='$(DISTFILES)'; for file in $$list; do \
262
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
264
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
265
            dir="/$$dir"; \
266
            $(mkinstalldirs) "$(distdir)$$dir"; \
267
          else \
268
            dir=''; \
269
          fi; \
270
          if test -d $$d/$$file; then \
271
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
272
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
273
            fi; \
274
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
275
          else \
276
            test -f $(distdir)/$$file \
277
            || cp -p $$d/$$file $(distdir)/$$file \
278
            || exit 1; \
279
          fi; \
280
        done
281
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
282
          if test "$$subdir" = .; then :; else \
283
            test -d $(distdir)/$$subdir \
284
            || mkdir $(distdir)/$$subdir \
285
            || exit 1; \
286
            (cd $$subdir && \
287
              $(MAKE) $(AM_MAKEFLAGS) \
288
                top_distdir="$(top_distdir)" \
289
                distdir=../$(distdir)/$$subdir \
290
                distdir) \
291
              || exit 1; \
292
          fi; \
293
        done
294
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
295
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
296
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
297
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
298
        || chmod -R a+r $(distdir)
299
dist-gzip: distdir
300
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
301
        $(am__remove_distdir)
302
 
303
dist dist-all: distdir
304
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
305
        $(am__remove_distdir)
306
 
307
# This target untars the dist file and tries a VPATH configuration.  Then
308
# it guarantees that the distribution is self-contained by making another
309
# tarfile.
310
distcheck: dist
311
        $(am__remove_distdir)
312
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
313
        chmod -R a-w $(distdir); chmod a+w $(distdir)
314
        mkdir $(distdir)/=build
315
        mkdir $(distdir)/=inst
316
        chmod a-w $(distdir)
317
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
318
          && cd $(distdir)/=build \
319
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
320
            $(DISTCHECK_CONFIGURE_FLAGS) \
321
          && $(MAKE) $(AM_MAKEFLAGS) \
322
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
323
          && $(MAKE) $(AM_MAKEFLAGS) check \
324
          && $(MAKE) $(AM_MAKEFLAGS) install \
325
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
326
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
327
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
328
              || { echo "ERROR: files left after uninstall:" ; \
329
                   find $$dc_install_base -type f -print ; \
330
                   exit 1; } >&2 ) \
331
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
332
          && rm -f $(distdir).tar.gz \
333
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
334
        $(am__remove_distdir)
335
        @echo "$(distdir).tar.gz is ready for distribution" | \
336
          sed 'h;s/./=/g;p;x;p;x'
337
distcleancheck: distclean
338
        if test '$(srcdir)' = . ; then \
339
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
340
          exit 1 ; \
341
        fi
342
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
343
          || { echo "ERROR: files left after distclean:" ; \
344
               $(distcleancheck_listfiles) ; \
345
               exit 1; } >&2
346
check-am: all-am
347
check: check-recursive
348
all-am: Makefile $(HEADERS)
349
installdirs: installdirs-recursive
350
installdirs-am:
351
 
352
install: install-recursive
353
install-exec: install-exec-recursive
354
install-data: install-data-recursive
355
uninstall: uninstall-recursive
356
 
357
install-am: all-am
358
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359
 
360
installcheck: installcheck-recursive
361
install-strip:
362
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
363
          INSTALL_STRIP_FLAG=-s \
364
          `test -z '$(STRIP)' || \
365
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
366
mostlyclean-generic:
367
 
368
clean-generic:
369
 
370
distclean-generic:
371
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
372
 
373
maintainer-clean-generic:
374
        @echo "This command is intended for maintainers to use"
375
        @echo "it deletes files that may require special tools to rebuild."
376
clean: clean-recursive
377
 
378
clean-am: clean-generic clean-local mostlyclean-am
379
 
380
distclean: distclean-recursive
381
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
382
distclean-am: clean-am distclean-generic distclean-local distclean-tags
383
 
384
dvi: dvi-recursive
385
 
386
dvi-am:
387
 
388
info: info-recursive
389
 
390
info-am:
391
 
392
install-data-am:
393
 
394
install-exec-am:
395
 
396
install-info: install-info-recursive
397
 
398
install-man:
399
 
400
installcheck-am:
401
 
402
maintainer-clean: maintainer-clean-recursive
403
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
404
        -rm -rf autom4te.cache
405
maintainer-clean-am: distclean-am maintainer-clean-generic
406
 
407
mostlyclean: mostlyclean-recursive
408
 
409
mostlyclean-am: mostlyclean-generic
410
 
411
uninstall-am: uninstall-info-am
412
 
413
uninstall-info: uninstall-info-recursive
414
 
415
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
416
        clean-generic clean-local clean-recursive dist dist-all \
417
        dist-gzip distcheck distclean distclean-generic distclean-local \
418
        distclean-recursive distclean-tags distcleancheck distdir dvi \
419
        dvi-am dvi-recursive info info-am info-recursive install \
420
        install-am install-data install-data-am install-data-recursive \
421
        install-exec install-exec-am install-exec-recursive \
422
        install-info install-info-am install-info-recursive install-man \
423
        install-recursive install-strip installcheck installcheck-am \
424
        installdirs installdirs-am installdirs-recursive \
425
        maintainer-clean maintainer-clean-generic \
426
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
427
        mostlyclean-recursive tags tags-recursive uninstall \
428
        uninstall-am uninstall-info-am uninstall-info-recursive \
429
        uninstall-recursive
430
 
431
 
432
depend-recursive \
433
preinstall-recursive:
434
        @set fnord $(MAKEFLAGS); amf=$$2; \
435
        dot_seen=no; \
436
        target=`echo $@ | sed s/-recursive//`; \
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
438
          echo "Making $$target in $$subdir"; \
439
          if test "$$subdir" = "."; then \
440
            dot_seen=yes; \
441
            local_target="$$target-am"; \
442
          else \
443
            local_target="$$target"; \
444
          fi; \
445
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
446
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
447
        done; \
448
        if test "$$dot_seen" = "no"; then \
449
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
450
        fi; test -z "$$fail"
451
 
452
preinstall: preinstall-recursive
453
.PHONY: preinstall-recursive
454
 
455
depend: depend-recursive
456
.PHONY: depend-recursive
457
 
458
debug:
459
        @echo
460
        @echo "\"make debug\" is obsolete, instead use:"
461
        @echo " make VARIANT=DEBUG"
462
        @echo
463
 
464
.PHONY: debug
465
 
466
profile:
467
        @echo
468
        @echo "\"make profile\" is obsolete, instead use:"
469
        @echo " make VARIANT=PROFILE"
470
        @echo
471
 
472
.PHONY: profile
473
 
474
preinstall-am: $(PREINSTALL_FILES)
475
preinstall: preinstall-am
476
.PHONY: preinstall preinstall-am
477
 
478
depend-am:
479
depend: depend-am
480
.PHONY: depend depend-am
481
 
482
${ARCH}:
483
        mkdir ${ARCH}
484
 
485
clean-local:
486
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
487
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
488
 
489
distclean-local:
490
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
491
# Tell versions [3.59,3.63) of GNU make to not export all variables.
492
# Otherwise a system limit (for SysV at least) may be exceeded.
493
.NOEXPORT:

powered by: WebSVN 2.1.0

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