comparison host/Makefile.in @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents
children 6ed91473a1cd
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 ######COPYRIGHTBEGIN####
14 ######COPYRIGHTEND####
15 #######DESCRIPTIONBEGIN####
16 ######DESCRIPTIONEND####
17
18
19 SHELL = @SHELL@
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26
27 bindir = @bindir@
28 sbindir = @sbindir@
29 libexecdir = @libexecdir@
30 datadir = @datadir@
31 sysconfdir = @sysconfdir@
32 sharedstatedir = @sharedstatedir@
33 localstatedir = @localstatedir@
34 libdir = @libdir@
35 infodir = @infodir@
36 mandir = @mandir@
37 includedir = @includedir@
38 oldincludedir = /usr/include
39
40 DESTDIR =
41
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45
46 top_builddir = .
47
48 ACLOCAL = @ACLOCAL@
49 AUTOCONF = @AUTOCONF@
50 AUTOMAKE = @AUTOMAKE@
51 AUTOHEADER = @AUTOHEADER@
52
53 INSTALL = @INSTALL@
54 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55 INSTALL_DATA = @INSTALL_DATA@
56 INSTALL_SCRIPT = @INSTALL_SCRIPT@
57 transform = @program_transform_name@
58
59 NORMAL_INSTALL = :
60 PRE_INSTALL = :
61 POST_INSTALL = :
62 NORMAL_UNINSTALL = :
63 PRE_UNINSTALL = :
64 POST_UNINSTALL = :
65 host_alias = @host_alias@
66 host_triplet = @host@
67 CC = @CC@
68 CXX = @CXX@
69 ECOS_DIRS = @ECOS_DIRS@
70 EXEEXT = @EXEEXT@
71 MAINT = @MAINT@
72 MAKEINFO = @MAKEINFO@
73 OBJEXT = @OBJEXT@
74 PACKAGE = @PACKAGE@
75 VERSION = @VERSION@
76 cyg_ac_tcl_incdir = @cyg_ac_tcl_incdir@
77 cyg_ac_tcl_libdir = @cyg_ac_tcl_libdir@
78 cyg_ac_tcl_libs = @cyg_ac_tcl_libs@
79 cyg_ac_tcl_version = @cyg_ac_tcl_version@
80 cyg_ac_tk_libs = @cyg_ac_tk_libs@
81
82 AUTOMAKE_OPTIONS = 1.3 cygnus
83 SUBDIRS = @ECOS_DIRS@
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_CLEAN_FILES =
87 DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in \
88 acinclude.m4 aclocal.m4 config.guess config.sub configure configure.in \
89 install-sh ltconfig ltmain.sh missing mkinstalldirs
90
91
92 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
93
94 TAR = tar
95 GZIP_ENV = --best
96 all: all-redirect
97 .SUFFIXES:
98 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
99 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
100
101 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
102 cd $(top_builddir) \
103 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
104
105 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
106 cd $(srcdir) && $(ACLOCAL)
107
108 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
109 $(SHELL) ./config.status --recheck
110 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
111 cd $(srcdir) && $(AUTOCONF)
112
113 # This directory's subdirectories are mostly independent; you can cd
114 # into them and run `make' without going through this Makefile.
115 # To change the values of `make' variables: instead of editing Makefiles,
116 # (1) if the variable is set in `config.status', edit `config.status'
117 # (which will cause the Makefiles to be regenerated when you run `make');
118 # (2) otherwise, pass the desired values on the `make' command line.
119
120 @SET_MAKE@
121
122 all-recursive install-data-recursive install-exec-recursive \
123 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
124 check-recursive installcheck-recursive info-recursive dvi-recursive:
125 @set fnord $(MAKEFLAGS); amf=$$2; \
126 dot_seen=no; \
127 target=`echo $@ | sed s/-recursive//`; \
128 list='$(SUBDIRS)'; for subdir in $$list; do \
129 echo "Making $$target in $$subdir"; \
130 if test "$$subdir" = "."; then \
131 dot_seen=yes; \
132 local_target="$$target-am"; \
133 else \
134 local_target="$$target"; \
135 fi; \
136 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
137 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
138 done; \
139 if test "$$dot_seen" = "no"; then \
140 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
141 fi; test -z "$$fail"
142
143 mostlyclean-recursive clean-recursive distclean-recursive \
144 maintainer-clean-recursive:
145 @set fnord $(MAKEFLAGS); amf=$$2; \
146 dot_seen=no; \
147 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
148 rev="$$subdir $$rev"; \
149 test "$$subdir" = "." && dot_seen=yes; \
150 done; \
151 test "$$dot_seen" = "no" && rev=". $$rev"; \
152 target=`echo $@ | sed s/-recursive//`; \
153 for subdir in $$rev; do \
154 echo "Making $$target in $$subdir"; \
155 if test "$$subdir" = "."; then \
156 local_target="$$target-am"; \
157 else \
158 local_target="$$target"; \
159 fi; \
160 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
161 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162 done && test -z "$$fail"
163 tags-recursive:
164 list='$(SUBDIRS)'; for subdir in $$list; do \
165 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
166 done
167
168 tags: TAGS
169
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171 list='$(SOURCES) $(HEADERS)'; \
172 unique=`for i in $$list; do echo $$i; done | \
173 awk ' { files[$$0] = 1; } \
174 END { for (i in files) print i; }'`; \
175 here=`pwd` && cd $(srcdir) \
176 && mkid -f$$here/ID $$unique $(LISP)
177
178 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
179 tags=; \
180 here=`pwd`; \
181 list='$(SUBDIRS)'; for subdir in $$list; do \
182 if test "$$subdir" = .; then :; else \
183 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
184 fi; \
185 done; \
186 list='$(SOURCES) $(HEADERS)'; \
187 unique=`for i in $$list; do echo $$i; done | \
188 awk ' { files[$$0] = 1; } \
189 END { for (i in files) print i; }'`; \
190 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
192
193 mostlyclean-tags:
194
195 clean-tags:
196
197 distclean-tags:
198 -rm -f TAGS ID
199
200 maintainer-clean-tags:
201
202 distdir = $(PACKAGE)-$(VERSION)
203 top_distdir = $(distdir)
204
205 # This target untars the dist file and tries a VPATH configuration. Then
206 # it guarantees that the distribution is self-contained by making another
207 # tarfile.
208 distcheck: dist
209 -rm -rf $(distdir)
210 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
211 mkdir $(distdir)/=build
212 mkdir $(distdir)/=inst
213 dc_install_base=`cd $(distdir)/=inst && pwd`; \
214 cd $(distdir)/=build \
215 && ../configure --srcdir=.. --prefix=$$dc_install_base \
216 && $(MAKE) $(AM_MAKEFLAGS) \
217 && $(MAKE) $(AM_MAKEFLAGS) dvi \
218 && $(MAKE) $(AM_MAKEFLAGS) check \
219 && $(MAKE) $(AM_MAKEFLAGS) install \
220 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
221 && $(MAKE) $(AM_MAKEFLAGS) dist
222 -rm -rf $(distdir)
223 @banner="$(distdir).tar.gz is ready for distribution"; \
224 dashes=`echo "$$banner" | sed s/./=/g`; \
225 echo "$$dashes"; \
226 echo "$$banner"; \
227 echo "$$dashes"
228 dist: distdir
229 -chmod -R a+r $(distdir)
230 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
231 -rm -rf $(distdir)
232 dist-all: distdir
233 -chmod -R a+r $(distdir)
234 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
235 -rm -rf $(distdir)
236 distdir: $(DISTFILES)
237 -rm -rf $(distdir)
238 mkdir $(distdir)
239 -chmod 777 $(distdir)
240 @for file in $(DISTFILES); do \
241 if test -f $$file; then d=.; else d=$(srcdir); fi; \
242 if test -d $$d/$$file; then \
243 cp -pr $$/$$file $(distdir)/$$file; \
244 else \
245 test -f $(distdir)/$$file \
246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247 || cp -p $$d/$$file $(distdir)/$$file || :; \
248 fi; \
249 done
250 for subdir in $(SUBDIRS); do \
251 if test "$$subdir" = .; then :; else \
252 test -d $(distdir)/$$subdir \
253 || mkdir $(distdir)/$$subdir \
254 || exit 1; \
255 chmod 777 $(distdir)/$$subdir; \
256 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
257 || exit 1; \
258 fi; \
259 done
260 info-am:
261 info: info-recursive
262 dvi-am:
263 dvi: dvi-recursive
264 check-am:
265 check: check-recursive
266 installcheck-am:
267 installcheck: installcheck-recursive
268 install-info-am:
269 install-info: install-info-recursive
270 install-exec-am:
271 install-exec: install-exec-recursive
272
273 install-data-am:
274 install-data: install-data-recursive
275
276 install-am: all-am
277 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
278 install: install-recursive
279 uninstall-am:
280 uninstall: uninstall-recursive
281 all-am: Makefile
282 all-redirect: all-recursive
283 install-strip:
284 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
285 installdirs: installdirs-recursive
286 installdirs-am:
287
288
289 mostlyclean-generic:
290
291 clean-generic:
292
293 distclean-generic:
294 -rm -f Makefile $(CONFIG_CLEAN_FILES)
295 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
296
297 maintainer-clean-generic:
298 mostlyclean-am: mostlyclean-tags mostlyclean-generic
299
300 mostlyclean: mostlyclean-recursive
301
302 clean-am: clean-tags clean-generic mostlyclean-am
303
304 clean: clean-recursive
305
306 distclean-am: distclean-tags distclean-generic clean-am
307
308 distclean: distclean-recursive
309 -rm -f config.status
310
311 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
312 distclean-am
313 @echo "This command is intended for maintainers to use;"
314 @echo "it deletes files that may require special tools to rebuild."
315
316 maintainer-clean: maintainer-clean-recursive
317 -rm -f config.status
318
319 .PHONY: install-data-recursive uninstall-data-recursive \
320 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
321 uninstalldirs-recursive all-recursive check-recursive \
322 installcheck-recursive info-recursive dvi-recursive \
323 mostlyclean-recursive distclean-recursive clean-recursive \
324 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
325 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
326 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
327 install-info install-exec-am install-exec install-data-am install-data \
328 install-am install uninstall-am uninstall all-redirect all-am all \
329 installdirs-am installdirs mostlyclean-generic distclean-generic \
330 clean-generic maintainer-clean-generic clean mostlyclean distclean \
331 maintainer-clean
332
333
334 # Tell versions [3.59,3.63) of GNU make to not export all variables.
335 # Otherwise a system limit (for SysV at least) may be exceeded.
336 .NOEXPORT: