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_NETWORKING = @HAS_NETWORKING@
|
79 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
80 |
|
|
MAINT = @MAINT@
|
81 |
|
|
MAKE = @MAKE@
|
82 |
|
|
MULTIBUILDTOP = @MULTIBUILDTOP@
|
83 |
|
|
MULTISUBDIR = @MULTISUBDIR@
|
84 |
|
|
PACKAGE = @PACKAGE@
|
85 |
|
|
PROJECT_INCLUDE = @PROJECT_INCLUDE@
|
86 |
|
|
PROJECT_ROOT = @PROJECT_ROOT@
|
87 |
|
|
PROJECT_TOPdir = @PROJECT_TOPdir@
|
88 |
|
|
RANLIB = @RANLIB@
|
89 |
|
|
RTEMS_BSP = @RTEMS_BSP@
|
90 |
|
|
RTEMS_CPU = @RTEMS_CPU@
|
91 |
|
|
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
|
92 |
|
|
RTEMS_HOST = @RTEMS_HOST@
|
93 |
|
|
RTEMS_ROOT = @RTEMS_ROOT@
|
94 |
|
|
RTEMS_TOPdir = @RTEMS_TOPdir@
|
95 |
|
|
STRIP = @STRIP@
|
96 |
|
|
VERSION = @VERSION@
|
97 |
|
|
am__include = @am__include@
|
98 |
|
|
am__quote = @am__quote@
|
99 |
|
|
install_sh = @install_sh@
|
100 |
|
|
multilib_basedir = @multilib_basedir@
|
101 |
|
|
project_libdir = @project_libdir@
|
102 |
|
|
|
103 |
|
|
include_machinedir = $(includedir)/machine
|
104 |
|
|
|
105 |
|
|
include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h vmparam.h
|
106 |
|
|
|
107 |
|
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
|
108 |
|
|
$(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)
|
109 |
|
|
|
110 |
|
|
|
111 |
|
|
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
|
112 |
|
|
subdir = machine
|
113 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
114 |
|
|
CONFIG_CLEAN_FILES =
|
115 |
|
|
DIST_SOURCES =
|
116 |
|
|
HEADERS = $(include_machine_HEADERS)
|
117 |
|
|
|
118 |
|
|
DIST_COMMON = $(include_machine_HEADERS) Makefile.am Makefile.in
|
119 |
|
|
all: all-am
|
120 |
|
|
|
121 |
|
|
.SUFFIXES:
|
122 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
123 |
|
|
cd $(top_srcdir) && \
|
124 |
|
|
$(AUTOMAKE) --foreign machine/Makefile
|
125 |
|
|
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
126 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
127 |
|
|
uninstall-info-am:
|
128 |
|
|
include_machineHEADERS_INSTALL = $(INSTALL_HEADER)
|
129 |
|
|
install-include_machineHEADERS: $(include_machine_HEADERS)
|
130 |
|
|
@$(NORMAL_INSTALL)
|
131 |
|
|
$(mkinstalldirs) $(DESTDIR)$(include_machinedir)
|
132 |
|
|
@list='$(include_machine_HEADERS)'; for p in $$list; do \
|
133 |
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
134 |
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
135 |
|
|
echo " $(include_machineHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_machinedir)/$$f"; \
|
136 |
|
|
$(include_machineHEADERS_INSTALL) $$d$$p $(DESTDIR)$(include_machinedir)/$$f; \
|
137 |
|
|
done
|
138 |
|
|
|
139 |
|
|
uninstall-include_machineHEADERS:
|
140 |
|
|
@$(NORMAL_UNINSTALL)
|
141 |
|
|
@list='$(include_machine_HEADERS)'; for p in $$list; do \
|
142 |
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
143 |
|
|
echo " rm -f $(DESTDIR)$(include_machinedir)/$$f"; \
|
144 |
|
|
rm -f $(DESTDIR)$(include_machinedir)/$$f; \
|
145 |
|
|
done
|
146 |
|
|
|
147 |
|
|
ETAGS = etags
|
148 |
|
|
ETAGSFLAGS =
|
149 |
|
|
|
150 |
|
|
tags: TAGS
|
151 |
|
|
|
152 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
153 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
154 |
|
|
unique=`for i in $$list; do \
|
155 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
156 |
|
|
done | \
|
157 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
158 |
|
|
END { for (i in files) print i; }'`; \
|
159 |
|
|
mkid -fID $$unique
|
160 |
|
|
|
161 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
162 |
|
|
$(TAGS_FILES) $(LISP)
|
163 |
|
|
tags=; \
|
164 |
|
|
here=`pwd`; \
|
165 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
166 |
|
|
unique=`for i in $$list; do \
|
167 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
168 |
|
|
done | \
|
169 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
170 |
|
|
END { for (i in files) print i; }'`; \
|
171 |
|
|
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
172 |
|
|
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
173 |
|
|
$$tags $$unique
|
174 |
|
|
|
175 |
|
|
GTAGS:
|
176 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
177 |
|
|
&& cd $(top_srcdir) \
|
178 |
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
179 |
|
|
|
180 |
|
|
distclean-tags:
|
181 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
182 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
183 |
|
|
|
184 |
|
|
top_distdir = ..
|
185 |
|
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
186 |
|
|
|
187 |
|
|
distdir: $(DISTFILES)
|
188 |
|
|
@list='$(DISTFILES)'; for file in $$list; do \
|
189 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
190 |
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
191 |
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
192 |
|
|
dir="/$$dir"; \
|
193 |
|
|
$(mkinstalldirs) "$(distdir)$$dir"; \
|
194 |
|
|
else \
|
195 |
|
|
dir=''; \
|
196 |
|
|
fi; \
|
197 |
|
|
if test -d $$d/$$file; then \
|
198 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
199 |
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
200 |
|
|
fi; \
|
201 |
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
202 |
|
|
else \
|
203 |
|
|
test -f $(distdir)/$$file \
|
204 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
205 |
|
|
|| exit 1; \
|
206 |
|
|
fi; \
|
207 |
|
|
done
|
208 |
|
|
check-am: all-am
|
209 |
|
|
check: check-am
|
210 |
|
|
all-am: Makefile $(HEADERS) all-local
|
211 |
|
|
|
212 |
|
|
installdirs:
|
213 |
|
|
$(mkinstalldirs) $(DESTDIR)$(include_machinedir)
|
214 |
|
|
|
215 |
|
|
install: install-am
|
216 |
|
|
install-exec: install-exec-am
|
217 |
|
|
install-data: install-data-am
|
218 |
|
|
uninstall: uninstall-am
|
219 |
|
|
|
220 |
|
|
install-am: all-am
|
221 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
222 |
|
|
|
223 |
|
|
installcheck: installcheck-am
|
224 |
|
|
install-strip:
|
225 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
226 |
|
|
INSTALL_STRIP_FLAG=-s \
|
227 |
|
|
`test -z '$(STRIP)' || \
|
228 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
229 |
|
|
mostlyclean-generic:
|
230 |
|
|
|
231 |
|
|
clean-generic:
|
232 |
|
|
|
233 |
|
|
distclean-generic:
|
234 |
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
235 |
|
|
|
236 |
|
|
maintainer-clean-generic:
|
237 |
|
|
@echo "This command is intended for maintainers to use"
|
238 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
239 |
|
|
clean: clean-am
|
240 |
|
|
|
241 |
|
|
clean-am: clean-generic clean-local mostlyclean-am
|
242 |
|
|
|
243 |
|
|
distclean: distclean-am
|
244 |
|
|
|
245 |
|
|
distclean-am: clean-am distclean-generic distclean-local distclean-tags
|
246 |
|
|
|
247 |
|
|
dvi: dvi-am
|
248 |
|
|
|
249 |
|
|
dvi-am:
|
250 |
|
|
|
251 |
|
|
info: info-am
|
252 |
|
|
|
253 |
|
|
info-am:
|
254 |
|
|
|
255 |
|
|
install-data-am: install-include_machineHEADERS
|
256 |
|
|
|
257 |
|
|
install-exec-am:
|
258 |
|
|
|
259 |
|
|
install-info: install-info-am
|
260 |
|
|
|
261 |
|
|
install-man:
|
262 |
|
|
|
263 |
|
|
installcheck-am:
|
264 |
|
|
|
265 |
|
|
maintainer-clean: maintainer-clean-am
|
266 |
|
|
|
267 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
268 |
|
|
|
269 |
|
|
mostlyclean: mostlyclean-am
|
270 |
|
|
|
271 |
|
|
mostlyclean-am: mostlyclean-generic
|
272 |
|
|
|
273 |
|
|
uninstall-am: uninstall-include_machineHEADERS uninstall-info-am
|
274 |
|
|
|
275 |
|
|
.PHONY: GTAGS all all-am all-local check check-am clean clean-generic \
|
276 |
|
|
clean-local distclean distclean-generic distclean-local \
|
277 |
|
|
distclean-tags distdir dvi dvi-am info info-am install \
|
278 |
|
|
install-am install-data install-data-am install-exec \
|
279 |
|
|
install-exec-am install-include_machineHEADERS install-info \
|
280 |
|
|
install-info-am install-man install-strip installcheck \
|
281 |
|
|
installcheck-am installdirs maintainer-clean \
|
282 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic tags \
|
283 |
|
|
uninstall uninstall-am uninstall-include_machineHEADERS \
|
284 |
|
|
uninstall-info-am
|
285 |
|
|
|
286 |
|
|
|
287 |
|
|
$(PROJECT_INCLUDE)/machine:
|
288 |
|
|
@$(mkinstalldirs) $@
|
289 |
|
|
|
290 |
|
|
$(PROJECT_INCLUDE)/machine/%.h: %.h
|
291 |
|
|
$(INSTALL_DATA) $< $@
|
292 |
|
|
|
293 |
|
|
all-local: $(PREINSTALL_FILES)
|
294 |
|
|
|
295 |
|
|
debug:
|
296 |
|
|
@echo
|
297 |
|
|
@echo "\"make debug\" is obsolete, instead use:"
|
298 |
|
|
@echo " make VARIANT=DEBUG"
|
299 |
|
|
@echo
|
300 |
|
|
|
301 |
|
|
.PHONY: debug
|
302 |
|
|
|
303 |
|
|
profile:
|
304 |
|
|
@echo
|
305 |
|
|
@echo "\"make profile\" is obsolete, instead use:"
|
306 |
|
|
@echo " make VARIANT=PROFILE"
|
307 |
|
|
@echo
|
308 |
|
|
|
309 |
|
|
.PHONY: profile
|
310 |
|
|
|
311 |
|
|
preinstall-am: $(PREINSTALL_FILES)
|
312 |
|
|
preinstall: preinstall-am
|
313 |
|
|
.PHONY: preinstall preinstall-am
|
314 |
|
|
|
315 |
|
|
depend-am:
|
316 |
|
|
depend: depend-am
|
317 |
|
|
.PHONY: depend depend-am
|
318 |
|
|
|
319 |
|
|
${ARCH}:
|
320 |
|
|
mkdir ${ARCH}
|
321 |
|
|
|
322 |
|
|
clean-local:
|
323 |
|
|
$(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
|
324 |
|
|
$(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
|
325 |
|
|
|
326 |
|
|
distclean-local:
|
327 |
|
|
$(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
|
328 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
329 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
330 |
|
|
.NOEXPORT:
|