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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [include/] [rtems/] [score/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = ../../..
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_MP = @HAS_MP@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
PACKAGE = @PACKAGE@
83
PACKHEX = @PACKHEX@
84
PROJECT_INCLUDE = @PROJECT_INCLUDE@
85
PROJECT_RELEASE = @PROJECT_RELEASE@
86
PROJECT_ROOT = @PROJECT_ROOT@
87
PROJECT_TOPdir = @PROJECT_TOPdir@
88
RTEMS_BSP = @RTEMS_BSP@
89
RTEMS_BSP_SPECS = @RTEMS_BSP_SPECS@
90
RTEMS_CPU = @RTEMS_CPU@
91
RTEMS_HOST = @RTEMS_HOST@
92
RTEMS_ROOT = @RTEMS_ROOT@
93
RTEMS_TOPdir = @RTEMS_TOPdir@
94
STRIP = @STRIP@
95
VERSION = @VERSION@
96
am__include = @am__include@
97
am__quote = @am__quote@
98
bsplibdir = @bsplibdir@
99
install_sh = @install_sh@
100
 
101
TARGOPTS = targopts.h
102
 
103
H_FILES = $(TARGOPTS)
104
 
105
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
106
    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/score/%)
107
 
108
 
109
CLEANFILES = $(TARGOPTS)
110
 
111
# Until RTEMS_CPU is removed from all the make configuration files,
112
# this will need to be here to transform hppa1.1 into hppa1_1 to
113
# make it a valid cpp symbol.  At some point in the near future,
114
# targopts.h should not define RTEMS_CPU.  As best I can tell,
115
# gcc cpp predefines eliminate the need for RTEMS_CPU_MODEL
116
# on some families but not on others.  For example, the i386
117
# family does not give us enough information from the predefines.
118
RTEMS_CPU_DEFINED = $(subst .,_,$(RTEMS_CPU))
119
 
120
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
121
subdir = include/rtems/score
122
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
123
CONFIG_CLEAN_FILES =
124
DIST_SOURCES =
125
DIST_COMMON = Makefile.am Makefile.in
126
all: all-am
127
 
128
.SUFFIXES:
129
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../../../../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
130
        cd $(top_srcdir) && \
131
          $(AUTOMAKE) --foreign  include/rtems/score/Makefile
132
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
133
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
134
uninstall-info-am:
135
tags: TAGS
136
TAGS:
137
 
138
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
139
 
140
top_distdir = ../../..
141
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
142
 
143
distdir: $(DISTFILES)
144
        @list='$(DISTFILES)'; for file in $$list; do \
145
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
146
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
147
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
148
            dir="/$$dir"; \
149
            $(mkinstalldirs) "$(distdir)$$dir"; \
150
          else \
151
            dir=''; \
152
          fi; \
153
          if test -d $$d/$$file; then \
154
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
155
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
156
            fi; \
157
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
158
          else \
159
            test -f $(distdir)/$$file \
160
            || cp -p $$d/$$file $(distdir)/$$file \
161
            || exit 1; \
162
          fi; \
163
        done
164
check-am: all-am
165
check: check-am
166
all-am: Makefile all-local
167
 
168
installdirs:
169
 
170
install: install-am
171
install-exec: install-exec-am
172
install-data: install-data-am
173
uninstall: uninstall-am
174
 
175
install-am: all-am
176
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
177
 
178
installcheck: installcheck-am
179
install-strip:
180
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
181
          INSTALL_STRIP_FLAG=-s \
182
          `test -z '$(STRIP)' || \
183
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
184
mostlyclean-generic:
185
 
186
clean-generic:
187
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
188
 
189
distclean-generic:
190
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
191
 
192
maintainer-clean-generic:
193
        @echo "This command is intended for maintainers to use"
194
        @echo "it deletes files that may require special tools to rebuild."
195
clean: clean-am
196
 
197
clean-am: clean-generic clean-local mostlyclean-am
198
 
199
distclean: distclean-am
200
 
201
distclean-am: clean-am distclean-generic distclean-local
202
 
203
dvi: dvi-am
204
 
205
dvi-am:
206
 
207
info: info-am
208
 
209
info-am:
210
 
211
install-data-am:
212
 
213
install-exec-am:
214
 
215
install-info: install-info-am
216
 
217
install-man:
218
 
219
installcheck-am:
220
 
221
maintainer-clean: maintainer-clean-am
222
 
223
maintainer-clean-am: distclean-am maintainer-clean-generic
224
 
225
mostlyclean: mostlyclean-am
226
 
227
mostlyclean-am: mostlyclean-generic
228
 
229
uninstall-am: uninstall-info-am
230
 
231
.PHONY: all all-am all-local check check-am clean clean-generic \
232
        clean-local distclean distclean-generic distclean-local distdir \
233
        dvi dvi-am info info-am install install-am install-data \
234
        install-data-am install-exec install-exec-am install-info \
235
        install-info-am install-man install-strip installcheck \
236
        installcheck-am installdirs maintainer-clean \
237
        maintainer-clean-generic mostlyclean mostlyclean-generic \
238
        uninstall uninstall-am uninstall-info-am
239
 
240
 
241
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
242
 
243
$(PROJECT_INCLUDE)/rtems/score:
244
        @$(mkinstalldirs) $@
245
 
246
$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
247
        $(INSTALL_DATA) $< $@
248
 
249
# make the target dependent options file
250
$(TARGOPTS): Makefile.in
251
        @echo "/* target board dependent options file */"       >$@
252
        @echo "/* automatically generated -- DO NOT EDIT!! */" >>$@
253
        @echo                                                  >>$@
254
        @echo "#ifndef __TARGET_OPTIONS_h"                     >>$@
255
        @echo "#define __TARGET_OPTIONS_h"                     >>$@
256
        @echo                                                  >>$@
257
        @echo "#include "               >>$@
258
        @echo                                                  >>$@
259
        @echo "#ifdef $(RTEMS_CPU_DEFINED)"                    >>$@
260
        @echo "#undef $(RTEMS_CPU_DEFINED)"                    >>$@
261
        @echo "#endif"                                         >>$@
262
        @echo "#define $(RTEMS_CPU_DEFINED) 1"                 >>$@
263
        @echo                                                  >>$@
264
        @echo "#ifdef $(RTEMS_CPU_MODEL)"                      >>$@
265
        @echo "#undef $(RTEMS_CPU_MODEL)"                      >>$@
266
        @echo "#endif"                                         >>$@
267
        @echo "#define $(RTEMS_CPU_MODEL) 1"                   >>$@
268
        @echo                                                  >>$@
269
        @echo "#ifdef @RTEMS_BSP@"                            >>$@
270
        @echo "#undef @RTEMS_BSP@"                            >>$@
271
        @echo "#endif"                                         >>$@
272
        @echo "#define @RTEMS_BSP@ 1"                         >>$@
273
        @echo                                                  >>$@
274
        @$(make-target-options)
275
        @echo                                                  >>$@
276
        @echo "#endif"                                         >>$@
277
 
278
all-local: $(PREINSTALL_FILES)
279
 
280
debug:
281
        @echo
282
        @echo "\"make debug\" is obsolete, instead use:"
283
        @echo " make VARIANT=DEBUG"
284
        @echo
285
 
286
.PHONY: debug
287
 
288
profile:
289
        @echo
290
        @echo "\"make profile\" is obsolete, instead use:"
291
        @echo " make VARIANT=PROFILE"
292
        @echo
293
 
294
.PHONY: profile
295
 
296
preinstall-am: $(PREINSTALL_FILES)
297
preinstall: preinstall-am
298
.PHONY: preinstall preinstall-am
299
 
300
depend-am:
301
depend: depend-am
302
.PHONY: depend depend-am
303
 
304
${ARCH}:
305
        mkdir ${ARCH}
306
 
307
clean-local:
308
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
309
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
310
 
311
distclean-local:
312
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
313
# Tell versions [3.59,3.63) of GNU make to not export all variables.
314
# Otherwise a system limit (for SysV at least) may be exceeded.
315
.NOEXPORT:

powered by: WebSVN 2.1.0

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