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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [i960/] [Makefile.in] - Blame information for rev 1780

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
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
 
73
CC = @CC@ $(GCCSPECS)
74
CCAS = @CCAS@
75
CCASFLAGS = @CCASFLAGS@
76
CPP = @CPP@ $(GCCSPECS)
77
DEPDIR = @DEPDIR@
78
ENDIF = @ENDIF@
79
GCCSED = @GCCSED@
80
GCC_SPECS = @GCC_SPECS@
81
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82
MAINT = @MAINT@
83
MAKE = @MAKE@
84
MULTIBUILDTOP = @MULTIBUILDTOP@
85
MULTISUBDIR = @MULTISUBDIR@
86
PACKAGE = @PACKAGE@
87
PROJECT_INCLUDE = @PROJECT_INCLUDE@
88
PROJECT_ROOT = @PROJECT_ROOT@
89
PROJECT_TOPdir = @PROJECT_TOPdir@
90
RANLIB = @RANLIB@
91
RTEMS_BSP = @RTEMS_BSP@
92
RTEMS_CPU = @RTEMS_CPU@
93
RTEMS_HOST = @RTEMS_HOST@
94
RTEMS_ROOT = @RTEMS_ROOT@
95
RTEMS_TOPdir = @RTEMS_TOPdir@
96
RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@
97
STRIP = @STRIP@
98
VERSION = @VERSION@
99
am__include = @am__include@
100
am__quote = @am__quote@
101
install_sh = @install_sh@
102
multilib_basedir = @multilib_basedir@
103
project_libdir = @project_libdir@
104
 
105
ACLOCAL_AMFLAGS = -I ../../../aclocal
106
 
107
@MULTILIB_TRUE@MULTISRCTOP =
108
@MULTILIB_TRUE@MULTIDIRS =
109
@MULTILIB_TRUE@MULTIDO = true
110
@MULTILIB_TRUE@MULTICLEAN = true
111
 
112
@RTEMS_USE_GCC_TRUE@CFLAGS_DEFAULT = -g -Wall
113
@RTEMS_USE_GCC_TRUE@GCCSPECS = $(GCC_SPECS)
114
 
115
DEFS = @DEFS@
116
 
117
CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) \
118
   $(DEFINES) $(XCPPFLAGS) $(CPPFLAGS_GCC)
119
 
120
CFLAGS = $(CFLAGS_DEFAULT) $(CPU_CFLAGS) $(XCFLAGS)
121
ASFLAGS = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS)
122
 
123
# when debugging, optimize flag: typically empty
124
# some compilers do allow optimization with their "-g"
125
CFLAGS_DEBUG_OPTIMIZE_V = -g
126
 
127
# profile flag; use gprof(1)
128
CFLAGS_PROFILE_V = -pg
129
 
130
 
131
#
132
# How to compile stuff into ${ARCH} subdirectory
133
#
134
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
135
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136
 
137
CCLD = $(CC)
138
 
139
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
140
 
141
 
142
# Dependency files for use by gmake
143
# NOTE: we don't put them into $(ARCH)
144
#       so that 'make clean' doesn't blow it away
145
DEPEND = Depends-${ARCH}
146
 
147
CLEAN_DEPEND = $(DEPEND).tmp
148
CLOBBER_DEPEND = $(DEPEND)
149
 
150
VARIANT = OPTIMIZE
151
 
152
VARIANT_OPTIMIZE_V = OPTIMIZE
153
VARIANT_DEBUG_V = DEBUG
154
VARIANT_PROFILE_V = PROFILE
155
VARIANT_optimize_V = OPTIMIZE
156
VARIANT_debug_V = DEBUG
157
VARIANT_profile_V = PROFILE
158
 
159
VARIANT_V = $(VARIANT_$(VARIANT)_V)
160
 
161
ARCH_OPTIMIZE_V = o-optimize
162
ARCH_DEBUG_V = o-debug
163
ARCH_PROFILE_V = o-profile
164
 
165
ARCH__V = $(ARCH_OPTIMIZE_V)
166
ARCH = $(ARCH_$(VARIANT_V)_V)
167
 
168
LIBSUFFIX_OPTIMIZE_V =
169
LIBSUFFIX_DEBUG_V = _g
170
LIBSUFFIX_PROFILE_V = _p
171
LIBSUFFIX__V = $(LIBSUFFIX_OPTIMIZE_V)
172
 
173
LIB_VARIANT = $(LIBSUFFIX_$(VARIANT_V)_V)
174
LIBSUFFIX_VA = $(LIB_VARIANT).a
175
 
176
CFLAGS__V = $(CFLAGS_OPTIMIZE_V)
177
 
178
@RTEMS_USE_GCC_TRUE@RTEMS_CFLAGS_OPTIMIZE_V =
179
@RTEMS_USE_GCC_TRUE@RTEMS_CFLAGS_DEBUG_V = -Wno-unused
180
@RTEMS_USE_GCC_TRUE@RTEMS_CFLAGS_PROFILE_V =
181
 
182
RTEMS_CFLAGS__V = $(RTEMS_CFLAGS_OPTIMIZE_V)
183
 
184
AM_CPPFLAGS = $(RTEMS_CPPFLAGS)
185
 
186
AM_CFLAGS = $(RTEMS_CFLAGS_$(VARIANT_V)_V) $(CFLAGS_$(VARIANT_V)_V)
187
 
188
# AM_CFLAGS = $(RTEMS_BSP_CFLAGS) $(RTEMS_CFLAGS)
189
AM_CCASFLAGS = $(RTEMS_BSP_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)
190
 
191
AR = @AR@
192
 
193
ARFLAGS = ruv
194
 
195
TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR)
196
 
197
include_HEADERS = asm.h
198
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(PROJECT_INCLUDE)/rtems/score \
199
    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
200
 
201
 
202
include_rtems_scoredir = $(includedir)/rtems/score
203
include_rtems_score_HEADERS = \
204
    rtems/score/cpu.h \
205
    rtems/score/i960.h \
206
    rtems/score/types.h
207
 
208
 
209
C_FILES = cpu.c
210
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
211
 
212
S_FILES = cpu_asm.S
213
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
214
 
215
LIB = $(ARCH)/libscorecpu.a
216
 
217
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
218
 
219
EXTRA_DIST = cpu.c cpu_asm.S i960RP.h
220
 
221
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
222
subdir = .
223
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
224
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
225
CONFIG_CLEAN_FILES =
226
DIST_SOURCES =
227
HEADERS = $(include_HEADERS) $(include_rtems_score_HEADERS)
228
 
229
DIST_COMMON = $(include_HEADERS) $(include_rtems_score_HEADERS) \
230
        ../../../../COPYING ../../../../ChangeLog ../../../../INSTALL \
231
        ../../../../README ../../../../acinclude.m4 \
232
        ../../../../config.guess ../../../../config.sub \
233
        ../../../../configure ../../../../configure.ac \
234
        ../../../../depcomp ../../../../install-sh ../../../../missing \
235
        ../../../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
236
        aclocal.m4 configure configure.ac
237
all: all-am
238
 
239
.SUFFIXES:
240
 
241
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
242
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../automake/multilib.am $(top_srcdir)/../../../automake/compile.am $(top_srcdir)/../../../automake/lib.am $(top_srcdir)/../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
243
        cd $(top_srcdir) && \
244
          $(AUTOMAKE) --foreign  Makefile
245
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
246
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
247
 
248
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249
        $(SHELL) ./config.status --recheck
250
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
251
        cd $(srcdir) && $(AUTOCONF)
252
 
253
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../../../aclocal/bsp-alias.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-itron.m4 ../../../aclocal/check-multiprocessing.m4 ../../../aclocal/check-networking.m4 ../../../aclocal/check-newlib.m4 ../../../aclocal/check-posix.m4 ../../../aclocal/check-tool.m4 ../../../aclocal/enable-bare.m4 ../../../aclocal/enable-inlines.m4 ../../../aclocal/enable-itron.m4 ../../../aclocal/enable-multiprocessing.m4 ../../../aclocal/enable-networking.m4 ../../../aclocal/enable-posix.m4 ../../../aclocal/enable-rtemsbsp.m4 ../../../aclocal/env-rtemsbsp.m4 ../../../aclocal/env-rtemscpu.m4 ../../../aclocal/gcc-pipe.m4 ../../../aclocal/gcc-specs.m4 ../../../aclocal/multi.m4 ../../../aclocal/multilib.m4 ../../../aclocal/prog-cc.m4 ../../../aclocal/prog-ccas.m4 ../../../aclocal/rtems-cpu-subdirs.m4 ../../../aclocal/rtems-debug.m4 ../../../aclocal/rtems-top.m4 ../../../aclocal/sysv-ipc.m4 ../../../aclocal/tool-paths.m4 ../../../aclocal/version.m4
254
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255
uninstall-info-am:
256
includeHEADERS_INSTALL = $(INSTALL_HEADER)
257
install-includeHEADERS: $(include_HEADERS)
258
        @$(NORMAL_INSTALL)
259
        $(mkinstalldirs) $(DESTDIR)$(includedir)
260
        @list='$(include_HEADERS)'; for p in $$list; do \
261
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
262
          f="`echo $$p | sed -e 's|^.*/||'`"; \
263
          echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
264
          $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
265
        done
266
 
267
uninstall-includeHEADERS:
268
        @$(NORMAL_UNINSTALL)
269
        @list='$(include_HEADERS)'; for p in $$list; do \
270
          f="`echo $$p | sed -e 's|^.*/||'`"; \
271
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
272
          rm -f $(DESTDIR)$(includedir)/$$f; \
273
        done
274
include_rtems_scoreHEADERS_INSTALL = $(INSTALL_HEADER)
275
install-include_rtems_scoreHEADERS: $(include_rtems_score_HEADERS)
276
        @$(NORMAL_INSTALL)
277
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_scoredir)
278
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
279
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
280
          f="`echo $$p | sed -e 's|^.*/||'`"; \
281
          echo " $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
282
          $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f; \
283
        done
284
 
285
uninstall-include_rtems_scoreHEADERS:
286
        @$(NORMAL_UNINSTALL)
287
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
288
          f="`echo $$p | sed -e 's|^.*/||'`"; \
289
          echo " rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
290
          rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f; \
291
        done
292
 
293
ETAGS = etags
294
ETAGSFLAGS =
295
 
296
tags: TAGS
297
 
298
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300
        unique=`for i in $$list; do \
301
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302
          done | \
303
          $(AWK) '    { files[$$0] = 1; } \
304
               END { for (i in files) print i; }'`; \
305
        mkid -fID $$unique
306
 
307
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
308
                $(TAGS_FILES) $(LISP)
309
        tags=; \
310
        here=`pwd`; \
311
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
312
        unique=`for i in $$list; do \
313
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314
          done | \
315
          $(AWK) '    { files[$$0] = 1; } \
316
               END { for (i in files) print i; }'`; \
317
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
318
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
319
             $$tags $$unique
320
 
321
GTAGS:
322
        here=`$(am__cd) $(top_builddir) && pwd` \
323
          && cd $(top_srcdir) \
324
          && gtags -i $(GTAGS_ARGS) $$here
325
 
326
distclean-tags:
327
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
328
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
329
 
330
top_distdir = .
331
distdir = $(PACKAGE)-$(VERSION)
332
 
333
am__remove_distdir = \
334
  { test ! -d $(distdir) \
335
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
336
         && rm -fr $(distdir); }; }
337
 
338
GZIP_ENV = --best
339
distcleancheck_listfiles = find . -type f -print
340
 
341
distdir: $(DISTFILES)
342
        $(am__remove_distdir)
343
        mkdir $(distdir)
344
        $(mkinstalldirs) $(distdir)/../../../.. $(distdir)/rtems/score
345
        @list='$(DISTFILES)'; for file in $$list; do \
346
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
347
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
348
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
349
            dir="/$$dir"; \
350
            $(mkinstalldirs) "$(distdir)$$dir"; \
351
          else \
352
            dir=''; \
353
          fi; \
354
          if test -d $$d/$$file; then \
355
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
356
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
357
            fi; \
358
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
359
          else \
360
            test -f $(distdir)/$$file \
361
            || cp -p $$d/$$file $(distdir)/$$file \
362
            || exit 1; \
363
          fi; \
364
        done
365
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
366
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
367
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
368
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
369
        || chmod -R a+r $(distdir)
370
dist-gzip: distdir
371
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
372
        $(am__remove_distdir)
373
 
374
dist dist-all: distdir
375
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
376
        $(am__remove_distdir)
377
 
378
# This target untars the dist file and tries a VPATH configuration.  Then
379
# it guarantees that the distribution is self-contained by making another
380
# tarfile.
381
distcheck: dist
382
        $(am__remove_distdir)
383
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
384
        chmod -R a-w $(distdir); chmod a+w $(distdir)
385
        mkdir $(distdir)/=build
386
        mkdir $(distdir)/=inst
387
        chmod a-w $(distdir)
388
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
389
          && cd $(distdir)/=build \
390
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
391
            $(DISTCHECK_CONFIGURE_FLAGS) \
392
          && $(MAKE) $(AM_MAKEFLAGS) \
393
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
394
          && $(MAKE) $(AM_MAKEFLAGS) check \
395
          && $(MAKE) $(AM_MAKEFLAGS) install \
396
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
397
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
398
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
399
              || { echo "ERROR: files left after uninstall:" ; \
400
                   find $$dc_install_base -type f -print ; \
401
                   exit 1; } >&2 ) \
402
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
403
          && rm -f $(distdir).tar.gz \
404
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
405
        $(am__remove_distdir)
406
        @echo "$(distdir).tar.gz is ready for distribution" | \
407
          sed 'h;s/./=/g;p;x;p;x'
408
distcleancheck: distclean
409
        if test '$(srcdir)' = . ; then \
410
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
411
          exit 1 ; \
412
        fi
413
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
414
          || { echo "ERROR: files left after distclean:" ; \
415
               $(distcleancheck_listfiles) ; \
416
               exit 1; } >&2
417
check-am: all-am
418
check: check-am
419
all-am: Makefile $(HEADERS) all-local
420
 
421
installdirs:
422
        $(mkinstalldirs) $(DESTDIR)$(includedir) $(DESTDIR)$(include_rtems_scoredir)
423
 
424
install: install-am
425
install-exec: install-exec-am
426
install-data: install-data-am
427
uninstall: uninstall-am
428
 
429
install-am: all-am
430
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
431
 
432
installcheck: installcheck-am
433
install-strip:
434
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
435
          INSTALL_STRIP_FLAG=-s \
436
          `test -z '$(STRIP)' || \
437
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
438
mostlyclean-generic:
439
 
440
clean-generic:
441
 
442
distclean-generic:
443
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
444
 
445
maintainer-clean-generic:
446
        @echo "This command is intended for maintainers to use"
447
        @echo "it deletes files that may require special tools to rebuild."
448
clean: clean-am
449
 
450
clean-am: clean-generic clean-local mostlyclean-am
451
 
452
distclean: distclean-am
453
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
454
distclean-am: clean-am distclean-generic distclean-local distclean-tags
455
 
456
dvi: dvi-am
457
 
458
dvi-am:
459
 
460
info: info-am
461
 
462
info-am:
463
 
464
install-data-am: install-includeHEADERS \
465
        install-include_rtems_scoreHEADERS
466
 
467
install-exec-am:
468
 
469
install-info: install-info-am
470
 
471
install-man:
472
 
473
installcheck-am:
474
 
475
maintainer-clean: maintainer-clean-am
476
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
477
        -rm -rf autom4te.cache
478
maintainer-clean-am: distclean-am maintainer-clean-generic
479
 
480
mostlyclean: mostlyclean-am
481
 
482
mostlyclean-am: mostlyclean-generic
483
 
484
uninstall-am: uninstall-includeHEADERS \
485
        uninstall-include_rtems_scoreHEADERS uninstall-info-am
486
 
487
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
488
        clean-local dist dist-all dist-gzip distcheck distclean \
489
        distclean-generic distclean-local distclean-tags distcleancheck \
490
        distdir dvi dvi-am info info-am install install-am install-data \
491
        install-data-am install-exec install-exec-am \
492
        install-includeHEADERS install-include_rtems_scoreHEADERS \
493
        install-info install-info-am install-man install-strip \
494
        installcheck installcheck-am installdirs maintainer-clean \
495
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
496
        uninstall uninstall-am uninstall-includeHEADERS \
497
        uninstall-include_rtems_scoreHEADERS uninstall-info-am
498
 
499
 
500
# Multilib support rules
501
.PHONY: all-multi install-multi mostlyclean-multi clean-multi distclean-multi \
502
        maintainer-clean-multi
503
 
504
@MULTILIB_TRUE@all-recursive: all-multi
505
@MULTILIB_TRUE@install-recursive: install-multi
506
 
507
@MULTILIB_TRUE@mostlyclean-recursive: mostlyclean-multi
508
@MULTILIB_TRUE@clean-recursive: clean-multi
509
@MULTILIB_TRUE@distclean-recursive: distclean-multi
510
@MULTILIB_TRUE@maintainer-clean-recursive: maintainer-clean-multi
511
 
512
@MULTILIB_TRUE@all-multi:
513
@MULTILIB_TRUE@ $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
514
@MULTILIB_TRUE@install-multi:
515
@MULTILIB_TRUE@ $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
516
 
517
@MULTILIB_TRUE@mostlyclean-multi:
518
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
519
@MULTILIB_TRUE@clean-multi:
520
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
521
@MULTILIB_TRUE@distclean-multi:
522
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
523
@MULTILIB_TRUE@maintainer-clean-multi:
524
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
525
@MULTILIB_FALSE@include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
526
@RTEMS_USE_GCC_FALSE@include $(CONFIG.CC)
527
 
528
${ARCH}/%.$(OBJEXT): %.c
529
        ${COMPILE} -o $@ -c $<
530
 
531
${ARCH}/%.$(OBJEXT): %.S
532
        ${CCASCOMPILE} -o $@ -c $<
533
 
534
# Make foo.rel from foo.$(OBJEXT)
535
${ARCH}/%.rel: ${ARCH}/%.$(OBJEXT)
536
        ${make-rel}
537
 
538
# We deliberately don't have anything depend on the
539
# $(DEPEND) file; otherwise it will get rebuilt even
540
# on 'make clean'
541
#
542
 
543
depend-am: $(C_FILES) $(CC_FILES) $(S_FILES)
544
        $(COMPILE) -M   $^    |  \
545
        sed -e 's?^\(.*\)\.o[ ]*:?$$(ARCH)/\1.o:?' \
546
            -e 's?$(ARCH)/?$$(ARCH)/?'   >$(DEPEND).tmp
547
        mv $(DEPEND).tmp $(DEPEND)
548
depend: depend-am
549
 
550
# pull in dependencies if they exist
551
ifeq (${DEPEND},$(wildcard ${DEPEND}))
552
include ${DEPEND}
553
@ENDIF@
554
 
555
define make-library
556
$(RM) $@
557
$(AR) $(ARFLAGS) $@ $^
558
$(RANLIB) $@
559
endef
560
 
561
$(project_libdir)$(MULTISUBDIR):
562
        @$(mkinstalldirs) $@
563
 
564
.PRECIOUS: $(LIB)
565
 
566
$(PROJECT_INCLUDE)/%.h: %.h
567
        $(INSTALL_DATA) $< $@
568
 
569
$(PROJECT_INCLUDE):
570
        $(mkinstalldirs) $@
571
 
572
$(PROJECT_INCLUDE)/rtems:
573
        $(mkinstalldirs) $@
574
 
575
$(PROJECT_INCLUDE)/rtems/score:
576
        $(mkinstalldirs) $@
577
 
578
$(LIB): $(libscorecpu_a_OBJECTS)
579
        $(make-library)
580
 
581
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
582
    $(TMPINSTALL_FILES)
583
 
584
debug:
585
        @echo
586
        @echo "\"make debug\" is obsolete, instead use:"
587
        @echo " make VARIANT=DEBUG"
588
        @echo
589
 
590
.PHONY: debug
591
 
592
profile:
593
        @echo
594
        @echo "\"make profile\" is obsolete, instead use:"
595
        @echo " make VARIANT=PROFILE"
596
        @echo
597
 
598
.PHONY: profile
599
 
600
preinstall-am: $(PREINSTALL_FILES)
601
preinstall: preinstall-am
602
.PHONY: preinstall preinstall-am
603
 
604
depend-am:
605
depend: depend-am
606
.PHONY: depend depend-am
607
 
608
${ARCH}:
609
        mkdir ${ARCH}
610
 
611
clean-local:
612
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
613
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
614
 
615
distclean-local:
616
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
617
# Tell versions [3.59,3.63) of GNU make to not export all variables.
618
# Otherwise a system limit (for SysV at least) may be exceeded.
619
.NOEXPORT:

powered by: WebSVN 2.1.0

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