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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sh/] [gensh4/] [Makefile.in] - Blame information for rev 1765

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
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_MP = @HAS_MP@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
PACKAGE = @PACKAGE@
83
PACKHEX = @PACKHEX@
84
PROJECT_INCLUDE = @PROJECT_INCLUDE@
85
PROJECT_RELEASE = @PROJECT_RELEASE@
86
PROJECT_ROOT = @PROJECT_ROOT@
87
PROJECT_TOPdir = @PROJECT_TOPdir@
88
RTEMS_BSP = @RTEMS_BSP@
89
RTEMS_BSP_FAMILY = @RTEMS_BSP_FAMILY@
90
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
91
RTEMS_CPU = @RTEMS_CPU@
92
RTEMS_CPU_MODEL = @RTEMS_CPU_MODEL@
93
RTEMS_HOST = @RTEMS_HOST@
94
RTEMS_ROOT = @RTEMS_ROOT@
95
RTEMS_TOPdir = @RTEMS_TOPdir@
96
STRIP = @STRIP@
97
VERSION = @VERSION@
98
am__include = @am__include@
99
am__quote = @am__quote@
100
bsplibdir = @bsplibdir@
101
install_sh = @install_sh@
102
 
103
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
104
 
105
SUBDIRS = include start startup console hw_init wrapup
106
 
107
PREINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/lib \
108
  $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
109
 
110
 
111
bsplib_DATA = bsp_specs
112
 
113
EXTRA_DIST = bsp_specs times
114
 
115
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
116
subdir = .
117
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
119
CONFIG_HEADER = $(top_builddir)/include/bspopts.h
120
CONFIG_CLEAN_FILES =
121
DIST_SOURCES =
122
DATA = $(bsplib_DATA)
123
 
124
 
125
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
126
        uninstall-info-recursive all-recursive install-data-recursive \
127
        install-exec-recursive installdirs-recursive install-recursive \
128
        uninstall-recursive check-recursive installcheck-recursive
129
DIST_COMMON = README ../../../../../../COPYING \
130
        ../../../../../../ChangeLog ../../../../../../INSTALL \
131
        ../../../../../../README ../../../../../../acinclude.m4 \
132
        ../../../../../../config.guess ../../../../../../config.sub \
133
        ../../../../../../configure ../../../../../../configure.ac \
134
        ../../../../../../depcomp ../../../../../../install-sh \
135
        ../../../../../../missing ../../../../../../mkinstalldirs \
136
        ChangeLog Makefile.am Makefile.in aclocal.m4 configure \
137
        configure.ac
138
DIST_SUBDIRS = $(SUBDIRS)
139
all: all-recursive
140
 
141
.SUFFIXES:
142
 
143
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
144
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../bsp.am $(top_srcdir)/../../../../../../automake/subdirs.am $(top_srcdir)/../../../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
145
        cd $(top_srcdir) && \
146
          $(AUTOMAKE) --foreign  Makefile
147
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
148
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
149
 
150
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
151
        $(SHELL) ./config.status --recheck
152
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
153
        cd $(srcdir) && $(AUTOCONF)
154
 
155
$(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
156
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
157
uninstall-info-am:
158
bsplibDATA_INSTALL = $(INSTALL_DATA)
159
install-bsplibDATA: $(bsplib_DATA)
160
        @$(NORMAL_INSTALL)
161
        $(mkinstalldirs) $(DESTDIR)$(bsplibdir)
162
        @list='$(bsplib_DATA)'; for p in $$list; do \
163
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
164
          f="`echo $$p | sed -e 's|^.*/||'`"; \
165
          echo " $(bsplibDATA_INSTALL) $$d$$p $(DESTDIR)$(bsplibdir)/$$f"; \
166
          $(bsplibDATA_INSTALL) $$d$$p $(DESTDIR)$(bsplibdir)/$$f; \
167
        done
168
 
169
uninstall-bsplibDATA:
170
        @$(NORMAL_UNINSTALL)
171
        @list='$(bsplib_DATA)'; for p in $$list; do \
172
          f="`echo $$p | sed -e 's|^.*/||'`"; \
173
          echo " rm -f $(DESTDIR)$(bsplibdir)/$$f"; \
174
          rm -f $(DESTDIR)$(bsplibdir)/$$f; \
175
        done
176
 
177
# This directory's subdirectories are mostly independent; you can cd
178
# into them and run `make' without going through this Makefile.
179
# To change the values of `make' variables: instead of editing Makefiles,
180
# (1) if the variable is set in `config.status', edit `config.status'
181
#     (which will cause the Makefiles to be regenerated when you run `make');
182
# (2) otherwise, pass the desired values on the `make' command line.
183
$(RECURSIVE_TARGETS):
184
        @set fnord $$MAKEFLAGS; amf=$$2; \
185
        dot_seen=no; \
186
        target=`echo $@ | sed s/-recursive//`; \
187
        list='$(SUBDIRS)'; for subdir in $$list; do \
188
          echo "Making $$target in $$subdir"; \
189
          if test "$$subdir" = "."; then \
190
            dot_seen=yes; \
191
            local_target="$$target-am"; \
192
          else \
193
            local_target="$$target"; \
194
          fi; \
195
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
196
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
197
        done; \
198
        if test "$$dot_seen" = "no"; then \
199
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
200
        fi; test -z "$$fail"
201
 
202
mostlyclean-recursive clean-recursive distclean-recursive \
203
maintainer-clean-recursive:
204
        @set fnord $$MAKEFLAGS; amf=$$2; \
205
        dot_seen=no; \
206
        case "$@" in \
207
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
208
          *) list='$(SUBDIRS)' ;; \
209
        esac; \
210
        rev=''; for subdir in $$list; do \
211
          if test "$$subdir" = "."; then :; else \
212
            rev="$$subdir $$rev"; \
213
          fi; \
214
        done; \
215
        rev="$$rev ."; \
216
        target=`echo $@ | sed s/-recursive//`; \
217
        for subdir in $$rev; do \
218
          echo "Making $$target in $$subdir"; \
219
          if test "$$subdir" = "."; then \
220
            local_target="$$target-am"; \
221
          else \
222
            local_target="$$target"; \
223
          fi; \
224
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
225
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
226
        done && test -z "$$fail"
227
tags-recursive:
228
        list='$(SUBDIRS)'; for subdir in $$list; do \
229
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
230
        done
231
 
232
ETAGS = etags
233
ETAGSFLAGS =
234
 
235
tags: TAGS
236
 
237
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
238
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
239
        unique=`for i in $$list; do \
240
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241
          done | \
242
          $(AWK) '    { files[$$0] = 1; } \
243
               END { for (i in files) print i; }'`; \
244
        mkid -fID $$unique
245
 
246
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
247
                $(TAGS_FILES) $(LISP)
248
        tags=; \
249
        here=`pwd`; \
250
        list='$(SUBDIRS)'; for subdir in $$list; do \
251
          if test "$$subdir" = .; then :; else \
252
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
253
          fi; \
254
        done; \
255
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
256
        unique=`for i in $$list; do \
257
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
258
          done | \
259
          $(AWK) '    { files[$$0] = 1; } \
260
               END { for (i in files) print i; }'`; \
261
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
262
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
263
             $$tags $$unique
264
 
265
GTAGS:
266
        here=`$(am__cd) $(top_builddir) && pwd` \
267
          && cd $(top_srcdir) \
268
          && gtags -i $(GTAGS_ARGS) $$here
269
 
270
distclean-tags:
271
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
272
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
273
 
274
top_distdir = .
275
distdir = $(PACKAGE)-$(VERSION)
276
 
277
am__remove_distdir = \
278
  { test ! -d $(distdir) \
279
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
280
         && rm -fr $(distdir); }; }
281
 
282
GZIP_ENV = --best
283
distcleancheck_listfiles = find . -type f -print
284
 
285
distdir: $(DISTFILES)
286
        $(am__remove_distdir)
287
        mkdir $(distdir)
288
        $(mkinstalldirs) $(distdir)/../../../../../..
289
        @list='$(DISTFILES)'; for file in $$list; do \
290
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
291
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
292
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
293
            dir="/$$dir"; \
294
            $(mkinstalldirs) "$(distdir)$$dir"; \
295
          else \
296
            dir=''; \
297
          fi; \
298
          if test -d $$d/$$file; then \
299
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
300
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
301
            fi; \
302
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
303
          else \
304
            test -f $(distdir)/$$file \
305
            || cp -p $$d/$$file $(distdir)/$$file \
306
            || exit 1; \
307
          fi; \
308
        done
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
310
          if test "$$subdir" = .; then :; else \
311
            test -d $(distdir)/$$subdir \
312
            || mkdir $(distdir)/$$subdir \
313
            || exit 1; \
314
            (cd $$subdir && \
315
              $(MAKE) $(AM_MAKEFLAGS) \
316
                top_distdir="$(top_distdir)" \
317
                distdir=../$(distdir)/$$subdir \
318
                distdir) \
319
              || exit 1; \
320
          fi; \
321
        done
322
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
323
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
324
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
325
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
326
        || chmod -R a+r $(distdir)
327
dist-gzip: distdir
328
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
329
        $(am__remove_distdir)
330
 
331
dist dist-all: distdir
332
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
333
        $(am__remove_distdir)
334
 
335
# This target untars the dist file and tries a VPATH configuration.  Then
336
# it guarantees that the distribution is self-contained by making another
337
# tarfile.
338
distcheck: dist
339
        $(am__remove_distdir)
340
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
341
        chmod -R a-w $(distdir); chmod a+w $(distdir)
342
        mkdir $(distdir)/=build
343
        mkdir $(distdir)/=inst
344
        chmod a-w $(distdir)
345
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
346
          && cd $(distdir)/=build \
347
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
348
            $(DISTCHECK_CONFIGURE_FLAGS) \
349
          && $(MAKE) $(AM_MAKEFLAGS) \
350
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
351
          && $(MAKE) $(AM_MAKEFLAGS) check \
352
          && $(MAKE) $(AM_MAKEFLAGS) install \
353
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
354
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
355
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
356
              || { echo "ERROR: files left after uninstall:" ; \
357
                   find $$dc_install_base -type f -print ; \
358
                   exit 1; } >&2 ) \
359
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
360
          && rm -f $(distdir).tar.gz \
361
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
362
        $(am__remove_distdir)
363
        @echo "$(distdir).tar.gz is ready for distribution" | \
364
          sed 'h;s/./=/g;p;x;p;x'
365
distcleancheck: distclean
366
        if test '$(srcdir)' = . ; then \
367
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
368
          exit 1 ; \
369
        fi
370
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
371
          || { echo "ERROR: files left after distclean:" ; \
372
               $(distcleancheck_listfiles) ; \
373
               exit 1; } >&2
374
check-am: all-am
375
check: check-recursive
376
all-am: Makefile $(DATA)
377
installdirs: installdirs-recursive
378
installdirs-am:
379
        $(mkinstalldirs) $(DESTDIR)$(bsplibdir)
380
 
381
install: install-recursive
382
install-exec: install-exec-recursive
383
install-data: install-data-recursive
384
uninstall: uninstall-recursive
385
 
386
install-am: all-am
387
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
 
389
installcheck: installcheck-recursive
390
install-strip:
391
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392
          INSTALL_STRIP_FLAG=-s \
393
          `test -z '$(STRIP)' || \
394
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
395
mostlyclean-generic:
396
 
397
clean-generic:
398
 
399
distclean-generic:
400
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
401
 
402
maintainer-clean-generic:
403
        @echo "This command is intended for maintainers to use"
404
        @echo "it deletes files that may require special tools to rebuild."
405
clean: clean-recursive
406
 
407
clean-am: clean-generic clean-local mostlyclean-am
408
 
409
distclean: distclean-recursive
410
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
411
distclean-am: clean-am distclean-generic distclean-local distclean-tags
412
 
413
dvi: dvi-recursive
414
 
415
dvi-am:
416
 
417
info: info-recursive
418
 
419
info-am:
420
 
421
install-data-am: install-bsplibDATA
422
 
423
install-exec-am:
424
 
425
install-info: install-info-recursive
426
 
427
install-man:
428
 
429
installcheck-am:
430
 
431
maintainer-clean: maintainer-clean-recursive
432
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
433
        -rm -rf autom4te.cache
434
maintainer-clean-am: distclean-am maintainer-clean-generic
435
 
436
mostlyclean: mostlyclean-recursive
437
 
438
mostlyclean-am: mostlyclean-generic
439
 
440
uninstall-am: uninstall-bsplibDATA uninstall-info-am
441
 
442
uninstall-info: uninstall-info-recursive
443
 
444
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
445
        clean-generic clean-local clean-recursive dist dist-all \
446
        dist-gzip distcheck distclean distclean-generic distclean-local \
447
        distclean-recursive distclean-tags distcleancheck distdir dvi \
448
        dvi-am dvi-recursive info info-am info-recursive install \
449
        install-am install-bsplibDATA install-data install-data-am \
450
        install-data-recursive install-exec install-exec-am \
451
        install-exec-recursive install-info install-info-am \
452
        install-info-recursive install-man install-recursive \
453
        install-strip installcheck installcheck-am installdirs \
454
        installdirs-am installdirs-recursive maintainer-clean \
455
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
456
        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
457
        uninstall uninstall-am uninstall-bsplibDATA uninstall-info-am \
458
        uninstall-info-recursive uninstall-recursive
459
 
460
 
461
$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
462
        @$(mkinstalldirs) $@
463
 
464
$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
465
        $(INSTALL_DATA) $< $@
466
 
467
depend-recursive \
468
preinstall-recursive:
469
        @set fnord $(MAKEFLAGS); amf=$$2; \
470
        dot_seen=no; \
471
        target=`echo $@ | sed s/-recursive//`; \
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
473
          echo "Making $$target in $$subdir"; \
474
          if test "$$subdir" = "."; then \
475
            dot_seen=yes; \
476
            local_target="$$target-am"; \
477
          else \
478
            local_target="$$target"; \
479
          fi; \
480
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
481
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
482
        done; \
483
        if test "$$dot_seen" = "no"; then \
484
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
485
        fi; test -z "$$fail"
486
 
487
preinstall: preinstall-recursive
488
.PHONY: preinstall-recursive
489
 
490
depend: depend-recursive
491
.PHONY: depend-recursive
492
 
493
debug:
494
        @echo
495
        @echo "\"make debug\" is obsolete, instead use:"
496
        @echo " make VARIANT=DEBUG"
497
        @echo
498
 
499
.PHONY: debug
500
 
501
profile:
502
        @echo
503
        @echo "\"make profile\" is obsolete, instead use:"
504
        @echo " make VARIANT=PROFILE"
505
        @echo
506
 
507
.PHONY: profile
508
 
509
preinstall-am: $(PREINSTALL_FILES)
510
preinstall: preinstall-am
511
.PHONY: preinstall preinstall-am
512
 
513
depend-am:
514
depend: depend-am
515
.PHONY: depend depend-am
516
 
517
${ARCH}:
518
        mkdir ${ARCH}
519
 
520
clean-local:
521
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
522
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
523
 
524
distclean-local:
525
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
526
# Tell versions [3.59,3.63) of GNU make to not export all variables.
527
# Otherwise a system limit (for SysV at least) may be exceeded.
528
.NOEXPORT:

powered by: WebSVN 2.1.0

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