]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - Makefile.in
Starterkit 5 Release 1.6
[karo-tx-redboot.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 #######ECOSHOSTGPLCOPYRIGHTBEGIN####
14 # Copyright (C) 2002 Bart Veer
15 # Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
16 #
17 # This file is part of the eCos host tools.
18 #
19 # This program is free software; you can redistribute it and/or modify it 
20 # under the terms of the GNU General Public License as published by the Free 
21 # Software Foundation; either version 2 of the License, or (at your option) 
22 # any later version.
23
24 # This program is distributed in the hope that it will be useful, but WITHOUT 
25 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
26 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
27 # more details.
28
29 # You should have received a copy of the GNU General Public License along with
30 # this program; if not, write to the Free Software Foundation, Inc., 
31 # 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
32 #######ECOSHOSTGPLCOPYRIGHTEND####
33 #######DESCRIPTIONBEGIN####
34 ######DESCRIPTIONEND####
35
36
37 SHELL = @SHELL@
38
39 srcdir = @srcdir@
40 top_srcdir = @top_srcdir@
41 VPATH = @srcdir@
42 prefix = @prefix@
43 exec_prefix = @exec_prefix@
44
45 bindir = @bindir@
46 sbindir = @sbindir@
47 libexecdir = @libexecdir@
48 datadir = @datadir@
49 sysconfdir = @sysconfdir@
50 sharedstatedir = @sharedstatedir@
51 localstatedir = @localstatedir@
52 libdir = @libdir@
53 infodir = @infodir@
54 mandir = @mandir@
55 includedir = @includedir@
56 oldincludedir = /usr/include
57
58 DESTDIR =
59
60 pkgdatadir = $(datadir)/@PACKAGE@
61 pkglibdir = $(libdir)/@PACKAGE@
62 pkgincludedir = $(includedir)/@PACKAGE@
63
64 top_builddir = .
65
66 ACLOCAL = @ACLOCAL@
67 AUTOCONF = @AUTOCONF@
68 AUTOMAKE = @AUTOMAKE@
69 AUTOHEADER = @AUTOHEADER@
70
71 INSTALL = @INSTALL@
72 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
73 INSTALL_DATA = @INSTALL_DATA@
74 INSTALL_SCRIPT = @INSTALL_SCRIPT@
75 transform = @program_transform_name@
76
77 NORMAL_INSTALL = :
78 PRE_INSTALL = :
79 POST_INSTALL = :
80 NORMAL_UNINSTALL = :
81 PRE_UNINSTALL = :
82 POST_UNINSTALL = :
83 host_alias = @host_alias@
84 host_triplet = @host@
85 CC = @CC@
86 CXX = @CXX@
87 ECOS_REPOSITORY = @ECOS_REPOSITORY@
88 MAINT = @MAINT@
89 MAKEINFO = @MAKEINFO@
90 MSVC_SRCDIR = @MSVC_SRCDIR@
91 PACKAGE = @PACKAGE@
92 PACKAGE_DIR = @PACKAGE_DIR@
93 PACKAGE_INSTALL = @PACKAGE_INSTALL@
94 PACKAGE_VERSION = @PACKAGE_VERSION@
95 VERSION = @VERSION@
96 ecos_CFLAGS = @ecos_CFLAGS@
97 ecos_CXXFLAGS = @ecos_CXXFLAGS@
98 ecos_INCLUDES = @ecos_INCLUDES@
99 ecos_LDADD = @ecos_LDADD@
100 ecos_LIBS = @ecos_LIBS@
101 ecos_infra_incdir = @ecos_infra_incdir@
102 ecos_infra_libdir = @ecos_infra_libdir@
103 ecos_libcdl_incdir = @ecos_libcdl_incdir@
104 ecos_libcdl_libdir = @ecos_libcdl_libdir@
105 ecos_tk_includes = @ecos_tk_includes@
106 ecos_tk_libs = @ecos_tk_libs@
107
108 AUTOMAKE_OPTIONS = 1.3 foreign
109 SUBDIRS = @SUBDIRS@
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 mkinstalldirs = $(SHELL) $(top_srcdir)/acsupport/mkinstalldirs
112 CONFIG_CLEAN_FILES = 
113 DIST_COMMON =  COPYING ChangeLog Makefile.am Makefile.in acinclude.m4 \
114 aclocal.m4 configure configure.in
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 TAR = gtar
120 GZIP_ENV = --best
121 all: all-redirect
122 .SUFFIXES:
123 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
124         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
125
126 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
127         cd $(top_builddir) \
128           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
131         cd $(srcdir) && $(ACLOCAL)
132
133 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
134         $(SHELL) ./config.status --recheck
135 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
136         cd $(srcdir) && $(AUTOCONF)
137
138 # This directory's subdirectories are mostly independent; you can cd
139 # into them and run `make' without going through this Makefile.
140 # To change the values of `make' variables: instead of editing Makefiles,
141 # (1) if the variable is set in `config.status', edit `config.status'
142 #     (which will cause the Makefiles to be regenerated when you run `make');
143 # (2) otherwise, pass the desired values on the `make' command line.
144
145 @SET_MAKE@
146
147 all-recursive install-data-recursive install-exec-recursive \
148 installdirs-recursive install-recursive uninstall-recursive  \
149 check-recursive installcheck-recursive info-recursive dvi-recursive:
150         @set fnord $(MAKEFLAGS); amf=$$2; \
151         dot_seen=no; \
152         target=`echo $@ | sed s/-recursive//`; \
153         list='$(SUBDIRS)'; for subdir in $$list; do \
154           echo "Making $$target in $$subdir"; \
155           if test "$$subdir" = "."; then \
156             dot_seen=yes; \
157             local_target="$$target-am"; \
158           else \
159             local_target="$$target"; \
160           fi; \
161           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
162            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
163         done; \
164         if test "$$dot_seen" = "no"; then \
165           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
166         fi; test -z "$$fail"
167
168 mostlyclean-recursive clean-recursive distclean-recursive \
169 maintainer-clean-recursive:
170         @set fnord $(MAKEFLAGS); amf=$$2; \
171         dot_seen=no; \
172         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
173           rev="$$subdir $$rev"; \
174           test "$$subdir" != "." || dot_seen=yes; \
175         done; \
176         test "$$dot_seen" = "no" && rev=". $$rev"; \
177         target=`echo $@ | sed s/-recursive//`; \
178         for subdir in $$rev; do \
179           echo "Making $$target in $$subdir"; \
180           if test "$$subdir" = "."; then \
181             local_target="$$target-am"; \
182           else \
183             local_target="$$target"; \
184           fi; \
185           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
186            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
187         done && test -z "$$fail"
188 tags-recursive:
189         list='$(SUBDIRS)'; for subdir in $$list; do \
190           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
191         done
192
193 tags: TAGS
194
195 ID: $(HEADERS) $(SOURCES) $(LISP)
196         list='$(SOURCES) $(HEADERS)'; \
197         unique=`for i in $$list; do echo $$i; done | \
198           awk '    { files[$$0] = 1; } \
199                END { for (i in files) print i; }'`; \
200         here=`pwd` && cd $(srcdir) \
201           && mkid -f$$here/ID $$unique $(LISP)
202
203 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
204         tags=; \
205         here=`pwd`; \
206         list='$(SUBDIRS)'; for subdir in $$list; do \
207    if test "$$subdir" = .; then :; else \
208             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
209    fi; \
210         done; \
211         list='$(SOURCES) $(HEADERS)'; \
212         unique=`for i in $$list; do echo $$i; done | \
213           awk '    { files[$$0] = 1; } \
214                END { for (i in files) print i; }'`; \
215         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
217
218 mostlyclean-tags:
219
220 clean-tags:
221
222 distclean-tags:
223         -rm -f TAGS ID
224
225 maintainer-clean-tags:
226
227 distdir = $(PACKAGE)-$(VERSION)
228 top_distdir = $(distdir)
229
230 # This target untars the dist file and tries a VPATH configuration.  Then
231 # it guarantees that the distribution is self-contained by making another
232 # tarfile.
233 distcheck: dist
234         -rm -rf $(distdir)
235         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
236         mkdir $(distdir)/=build
237         mkdir $(distdir)/=inst
238         dc_install_base=`cd $(distdir)/=inst && pwd`; \
239         cd $(distdir)/=build \
240           && ../configure --srcdir=.. --prefix=$$dc_install_base \
241           && $(MAKE) $(AM_MAKEFLAGS) \
242           && $(MAKE) $(AM_MAKEFLAGS) dvi \
243           && $(MAKE) $(AM_MAKEFLAGS) check \
244           && $(MAKE) $(AM_MAKEFLAGS) install \
245           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
246           && $(MAKE) $(AM_MAKEFLAGS) dist
247         -rm -rf $(distdir)
248         @banner="$(distdir).tar.gz is ready for distribution"; \
249         dashes=`echo "$$banner" | sed s/./=/g`; \
250         echo "$$dashes"; \
251         echo "$$banner"; \
252         echo "$$dashes"
253 dist: distdir
254         -chmod -R a+r $(distdir)
255         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
256         -rm -rf $(distdir)
257 dist-all: distdir
258         -chmod -R a+r $(distdir)
259         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
260         -rm -rf $(distdir)
261 distdir: $(DISTFILES)
262         -rm -rf $(distdir)
263         mkdir $(distdir)
264         -chmod 777 $(distdir)
265         here=`cd $(top_builddir) && pwd`; \
266         top_distdir=`cd $(distdir) && pwd`; \
267         distdir=`cd $(distdir) && pwd`; \
268         cd $(top_srcdir) \
269           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
270         @for file in $(DISTFILES); do \
271           d=$(srcdir); \
272           if test -d $$d/$$file; then \
273             cp -pr $$d/$$file $(distdir)/$$file; \
274           else \
275             test -f $(distdir)/$$file \
276             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
277             || cp -p $$d/$$file $(distdir)/$$file || :; \
278           fi; \
279         done
280         for subdir in $(SUBDIRS); do \
281           if test "$$subdir" = .; then :; else \
282             test -d $(distdir)/$$subdir \
283             || mkdir $(distdir)/$$subdir \
284             || exit 1; \
285             chmod 777 $(distdir)/$$subdir; \
286             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
287               || exit 1; \
288           fi; \
289         done
290 info-am:
291 info: info-recursive
292 dvi-am:
293 dvi: dvi-recursive
294 check-am: all-am
295 check: check-recursive
296 installcheck-am:
297 installcheck: installcheck-recursive
298 install-exec-am:
299 install-exec: install-exec-recursive
300
301 install-data-am:
302 install-data: install-data-recursive
303
304 install-am: all-am
305         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
306 install: install-recursive
307 uninstall-am:
308 uninstall: uninstall-recursive
309 all-am: Makefile
310 all-redirect: all-recursive
311 install-strip:
312         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
313 installdirs: installdirs-recursive
314 installdirs-am:
315
316
317 mostlyclean-generic:
318
319 clean-generic:
320
321 distclean-generic:
322         -rm -f Makefile $(CONFIG_CLEAN_FILES)
323         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
324
325 maintainer-clean-generic:
326 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
327
328 mostlyclean: mostlyclean-recursive
329
330 clean-am:  clean-tags clean-generic mostlyclean-am
331
332 clean: clean-recursive
333
334 distclean-am:  distclean-tags distclean-generic clean-am
335
336 distclean: distclean-recursive
337         -rm -f config.status
338
339 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
340                 distclean-am
341         @echo "This command is intended for maintainers to use;"
342         @echo "it deletes files that may require special tools to rebuild."
343
344 maintainer-clean: maintainer-clean-recursive
345         -rm -f config.status
346
347 .PHONY: install-data-recursive uninstall-data-recursive \
348 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
349 uninstalldirs-recursive all-recursive check-recursive \
350 installcheck-recursive info-recursive dvi-recursive \
351 mostlyclean-recursive distclean-recursive clean-recursive \
352 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
353 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
354 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
355 install-exec install-data-am install-data install-am install \
356 uninstall-am uninstall all-redirect all-am all installdirs-am \
357 installdirs mostlyclean-generic distclean-generic clean-generic \
358 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
359
360
361 # Tell versions [3.59,3.63) of GNU make to not export all variables.
362 # Otherwise a system limit (for SysV at least) may be exceeded.
363 .NOEXPORT: