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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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