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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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