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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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