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

Subversion Repositories or1k

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

powered by: WebSVN 2.1.0

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