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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [a29k/] [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
 
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 = amd.ah asm.h pswmacro.ah register.ah
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/a29k.h \
205
    rtems/score/types.h \
206
    rtems/score/cpu.h \
207
    rtems/score/cpu_asm.h
208
 
209
 
210
C_FILES = cpu.c
211
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
212
 
213
S_FILES = cpu_asm.S sig.S
214
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
215
 
216
LIB = $(ARCH)/libscorecpu.a
217
 
218
libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
219
 
220
EXTRA_DIST = cpu.c cpu_asm.S sig.S
221
 
222
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
223
subdir = .
224
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
225
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
226
CONFIG_CLEAN_FILES =
227
DIST_SOURCES =
228
HEADERS = $(include_HEADERS) $(include_rtems_score_HEADERS)
229
 
230
DIST_COMMON = $(include_HEADERS) $(include_rtems_score_HEADERS) \
231
        ../../../../COPYING ../../../../ChangeLog ../../../../INSTALL \
232
        ../../../../README ../../../../acinclude.m4 \
233
        ../../../../config.guess ../../../../config.sub \
234
        ../../../../configure ../../../../configure.ac \
235
        ../../../../depcomp ../../../../install-sh ../../../../missing \
236
        ../../../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
237
        aclocal.m4 configure configure.ac
238
all: all-am
239
 
240
.SUFFIXES:
241
 
242
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
243
$(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)
244
        cd $(top_srcdir) && \
245
          $(AUTOMAKE) --foreign  Makefile
246
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
247
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
248
 
249
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250
        $(SHELL) ./config.status --recheck
251
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
252
        cd $(srcdir) && $(AUTOCONF)
253
 
254
$(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
255
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
256
uninstall-info-am:
257
includeHEADERS_INSTALL = $(INSTALL_HEADER)
258
install-includeHEADERS: $(include_HEADERS)
259
        @$(NORMAL_INSTALL)
260
        $(mkinstalldirs) $(DESTDIR)$(includedir)
261
        @list='$(include_HEADERS)'; for p in $$list; do \
262
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
263
          f="`echo $$p | sed -e 's|^.*/||'`"; \
264
          echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
265
          $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
266
        done
267
 
268
uninstall-includeHEADERS:
269
        @$(NORMAL_UNINSTALL)
270
        @list='$(include_HEADERS)'; for p in $$list; do \
271
          f="`echo $$p | sed -e 's|^.*/||'`"; \
272
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
273
          rm -f $(DESTDIR)$(includedir)/$$f; \
274
        done
275
include_rtems_scoreHEADERS_INSTALL = $(INSTALL_HEADER)
276
install-include_rtems_scoreHEADERS: $(include_rtems_score_HEADERS)
277
        @$(NORMAL_INSTALL)
278
        $(mkinstalldirs) $(DESTDIR)$(include_rtems_scoredir)
279
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
280
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
281
          f="`echo $$p | sed -e 's|^.*/||'`"; \
282
          echo " $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
283
          $(include_rtems_scoreHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_rtems_scoredir)/$$f; \
284
        done
285
 
286
uninstall-include_rtems_scoreHEADERS:
287
        @$(NORMAL_UNINSTALL)
288
        @list='$(include_rtems_score_HEADERS)'; for p in $$list; do \
289
          f="`echo $$p | sed -e 's|^.*/||'`"; \
290
          echo " rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f"; \
291
          rm -f $(DESTDIR)$(include_rtems_scoredir)/$$f; \
292
        done
293
 
294
ETAGS = etags
295
ETAGSFLAGS =
296
 
297
tags: TAGS
298
 
299
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
300
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301
        unique=`for i in $$list; do \
302
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303
          done | \
304
          $(AWK) '    { files[$$0] = 1; } \
305
               END { for (i in files) print i; }'`; \
306
        mkid -fID $$unique
307
 
308
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309
                $(TAGS_FILES) $(LISP)
310
        tags=; \
311
        here=`pwd`; \
312
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
        unique=`for i in $$list; do \
314
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
          done | \
316
          $(AWK) '    { files[$$0] = 1; } \
317
               END { for (i in files) print i; }'`; \
318
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
319
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320
             $$tags $$unique
321
 
322
GTAGS:
323
        here=`$(am__cd) $(top_builddir) && pwd` \
324
          && cd $(top_srcdir) \
325
          && gtags -i $(GTAGS_ARGS) $$here
326
 
327
distclean-tags:
328
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
329
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
330
 
331
top_distdir = .
332
distdir = $(PACKAGE)-$(VERSION)
333
 
334
am__remove_distdir = \
335
  { test ! -d $(distdir) \
336
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
337
         && rm -fr $(distdir); }; }
338
 
339
GZIP_ENV = --best
340
distcleancheck_listfiles = find . -type f -print
341
 
342
distdir: $(DISTFILES)
343
        $(am__remove_distdir)
344
        mkdir $(distdir)
345
        $(mkinstalldirs) $(distdir)/../../../.. $(distdir)/rtems/score
346
        @list='$(DISTFILES)'; for file in $$list; do \
347
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
349
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
350
            dir="/$$dir"; \
351
            $(mkinstalldirs) "$(distdir)$$dir"; \
352
          else \
353
            dir=''; \
354
          fi; \
355
          if test -d $$d/$$file; then \
356
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
357
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
358
            fi; \
359
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
360
          else \
361
            test -f $(distdir)/$$file \
362
            || cp -p $$d/$$file $(distdir)/$$file \
363
            || exit 1; \
364
          fi; \
365
        done
366
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
367
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
368
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
369
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
370
        || chmod -R a+r $(distdir)
371
dist-gzip: distdir
372
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
373
        $(am__remove_distdir)
374
 
375
dist dist-all: distdir
376
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
377
        $(am__remove_distdir)
378
 
379
# This target untars the dist file and tries a VPATH configuration.  Then
380
# it guarantees that the distribution is self-contained by making another
381
# tarfile.
382
distcheck: dist
383
        $(am__remove_distdir)
384
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
385
        chmod -R a-w $(distdir); chmod a+w $(distdir)
386
        mkdir $(distdir)/=build
387
        mkdir $(distdir)/=inst
388
        chmod a-w $(distdir)
389
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
390
          && cd $(distdir)/=build \
391
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
392
            $(DISTCHECK_CONFIGURE_FLAGS) \
393
          && $(MAKE) $(AM_MAKEFLAGS) \
394
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
395
          && $(MAKE) $(AM_MAKEFLAGS) check \
396
          && $(MAKE) $(AM_MAKEFLAGS) install \
397
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
398
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
399
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
400
              || { echo "ERROR: files left after uninstall:" ; \
401
                   find $$dc_install_base -type f -print ; \
402
                   exit 1; } >&2 ) \
403
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
404
          && rm -f $(distdir).tar.gz \
405
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
406
        $(am__remove_distdir)
407
        @echo "$(distdir).tar.gz is ready for distribution" | \
408
          sed 'h;s/./=/g;p;x;p;x'
409
distcleancheck: distclean
410
        if test '$(srcdir)' = . ; then \
411
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
412
          exit 1 ; \
413
        fi
414
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
415
          || { echo "ERROR: files left after distclean:" ; \
416
               $(distcleancheck_listfiles) ; \
417
               exit 1; } >&2
418
check-am: all-am
419
check: check-am
420
all-am: Makefile $(HEADERS) all-local
421
 
422
installdirs:
423
        $(mkinstalldirs) $(DESTDIR)$(includedir) $(DESTDIR)$(include_rtems_scoredir)
424
 
425
install: install-am
426
install-exec: install-exec-am
427
install-data: install-data-am
428
uninstall: uninstall-am
429
 
430
install-am: all-am
431
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
432
 
433
installcheck: installcheck-am
434
install-strip:
435
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436
          INSTALL_STRIP_FLAG=-s \
437
          `test -z '$(STRIP)' || \
438
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
439
mostlyclean-generic:
440
 
441
clean-generic:
442
 
443
distclean-generic:
444
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
445
 
446
maintainer-clean-generic:
447
        @echo "This command is intended for maintainers to use"
448
        @echo "it deletes files that may require special tools to rebuild."
449
clean: clean-am
450
 
451
clean-am: clean-generic clean-local mostlyclean-am
452
 
453
distclean: distclean-am
454
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
455
distclean-am: clean-am distclean-generic distclean-local distclean-tags
456
 
457
dvi: dvi-am
458
 
459
dvi-am:
460
 
461
info: info-am
462
 
463
info-am:
464
 
465
install-data-am: install-includeHEADERS \
466
        install-include_rtems_scoreHEADERS
467
 
468
install-exec-am:
469
 
470
install-info: install-info-am
471
 
472
install-man:
473
 
474
installcheck-am:
475
 
476
maintainer-clean: maintainer-clean-am
477
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
478
        -rm -rf autom4te.cache
479
maintainer-clean-am: distclean-am maintainer-clean-generic
480
 
481
mostlyclean: mostlyclean-am
482
 
483
mostlyclean-am: mostlyclean-generic
484
 
485
uninstall-am: uninstall-includeHEADERS \
486
        uninstall-include_rtems_scoreHEADERS uninstall-info-am
487
 
488
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
489
        clean-local dist dist-all dist-gzip distcheck distclean \
490
        distclean-generic distclean-local distclean-tags distcleancheck \
491
        distdir dvi dvi-am info info-am install install-am install-data \
492
        install-data-am install-exec install-exec-am \
493
        install-includeHEADERS install-include_rtems_scoreHEADERS \
494
        install-info install-info-am install-man install-strip \
495
        installcheck installcheck-am installdirs maintainer-clean \
496
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
497
        uninstall uninstall-am uninstall-includeHEADERS \
498
        uninstall-include_rtems_scoreHEADERS uninstall-info-am
499
 
500
 
501
# Multilib support rules
502
.PHONY: all-multi install-multi mostlyclean-multi clean-multi distclean-multi \
503
        maintainer-clean-multi
504
 
505
@MULTILIB_TRUE@all-recursive: all-multi
506
@MULTILIB_TRUE@install-recursive: install-multi
507
 
508
@MULTILIB_TRUE@mostlyclean-recursive: mostlyclean-multi
509
@MULTILIB_TRUE@clean-recursive: clean-multi
510
@MULTILIB_TRUE@distclean-recursive: distclean-multi
511
@MULTILIB_TRUE@maintainer-clean-recursive: maintainer-clean-multi
512
 
513
@MULTILIB_TRUE@all-multi:
514
@MULTILIB_TRUE@ $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
515
@MULTILIB_TRUE@install-multi:
516
@MULTILIB_TRUE@ $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
517
 
518
@MULTILIB_TRUE@mostlyclean-multi:
519
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
520
@MULTILIB_TRUE@clean-multi:
521
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
522
@MULTILIB_TRUE@distclean-multi:
523
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
524
@MULTILIB_TRUE@maintainer-clean-multi:
525
@MULTILIB_TRUE@ $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
526
@MULTILIB_FALSE@include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
527
@RTEMS_USE_GCC_FALSE@include $(CONFIG.CC)
528
 
529
${ARCH}/%.$(OBJEXT): %.c
530
        ${COMPILE} -o $@ -c $<
531
 
532
${ARCH}/%.$(OBJEXT): %.S
533
        ${CCASCOMPILE} -o $@ -c $<
534
 
535
# Make foo.rel from foo.$(OBJEXT)
536
${ARCH}/%.rel: ${ARCH}/%.$(OBJEXT)
537
        ${make-rel}
538
 
539
# We deliberately don't have anything depend on the
540
# $(DEPEND) file; otherwise it will get rebuilt even
541
# on 'make clean'
542
#
543
 
544
depend-am: $(C_FILES) $(CC_FILES) $(S_FILES)
545
        $(COMPILE) -M   $^    |  \
546
        sed -e 's?^\(.*\)\.o[ ]*:?$$(ARCH)/\1.o:?' \
547
            -e 's?$(ARCH)/?$$(ARCH)/?'   >$(DEPEND).tmp
548
        mv $(DEPEND).tmp $(DEPEND)
549
depend: depend-am
550
 
551
# pull in dependencies if they exist
552
ifeq (${DEPEND},$(wildcard ${DEPEND}))
553
include ${DEPEND}
554
@ENDIF@
555
 
556
define make-library
557
$(RM) $@
558
$(AR) $(ARFLAGS) $@ $^
559
$(RANLIB) $@
560
endef
561
 
562
$(project_libdir)$(MULTISUBDIR):
563
        @$(mkinstalldirs) $@
564
 
565
.PRECIOUS: $(LIB)
566
 
567
$(PROJECT_INCLUDE)/%.h: %.h
568
        $(INSTALL_DATA) $< $@
569
 
570
$(PROJECT_INCLUDE):
571
        $(mkinstalldirs) $@
572
 
573
$(PROJECT_INCLUDE)/rtems:
574
        $(mkinstalldirs) $@
575
 
576
$(PROJECT_INCLUDE)/rtems/score:
577
        $(mkinstalldirs) $@
578
 
579
$(LIB): $(libscorecpu_a_OBJECTS)
580
        $(make-library)
581
 
582
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
583
    $(TMPINSTALL_FILES)
584
 
585
debug:
586
        @echo
587
        @echo "\"make debug\" is obsolete, instead use:"
588
        @echo " make VARIANT=DEBUG"
589
        @echo
590
 
591
.PHONY: debug
592
 
593
profile:
594
        @echo
595
        @echo "\"make profile\" is obsolete, instead use:"
596
        @echo " make VARIANT=PROFILE"
597
        @echo
598
 
599
.PHONY: profile
600
 
601
preinstall-am: $(PREINSTALL_FILES)
602
preinstall: preinstall-am
603
.PHONY: preinstall preinstall-am
604
 
605
depend-am:
606
depend: depend-am
607
.PHONY: depend depend-am
608
 
609
${ARCH}:
610
        mkdir ${ARCH}
611
 
612
clean-local:
613
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
614
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
615
 
616
distclean-local:
617
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
618
# Tell versions [3.59,3.63) of GNU make to not export all variables.
619
# Otherwise a system limit (for SysV at least) may be exceeded.
620
.NOEXPORT:

powered by: WebSVN 2.1.0

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