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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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