]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/Makefile.in
Merge branch 'master' of git+ssh://git.kernelconcepts.de/karo-tx-redboot
[karo-tx-redboot.git] / tools / src / 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 #######ECOSHOSTGPLCOPYRIGHTEND####
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_REPOSITORY = @ECOS_REPOSITORY@
70 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@
72 MSVC_SRCDIR = @MSVC_SRCDIR@
73 PACKAGE = @PACKAGE@
74 PACKAGE_DIR = @PACKAGE_DIR@
75 PACKAGE_INSTALL = @PACKAGE_INSTALL@
76 PACKAGE_VERSION = @PACKAGE_VERSION@
77 VERSION = @VERSION@
78 ecos_CFLAGS = @ecos_CFLAGS@
79 ecos_CXXFLAGS = @ecos_CXXFLAGS@
80 ecos_INCLUDES = @ecos_INCLUDES@
81 ecos_LDADD = @ecos_LDADD@
82 ecos_LIBS = @ecos_LIBS@
83 ecos_infra_incdir = @ecos_infra_incdir@
84 ecos_infra_libdir = @ecos_infra_libdir@
85 ecos_libcdl_incdir = @ecos_libcdl_incdir@
86 ecos_libcdl_libdir = @ecos_libcdl_libdir@
87 ecos_tk_includes = @ecos_tk_includes@
88 ecos_tk_libs = @ecos_tk_libs@
89
90 AUTOMAKE_OPTIONS = 1.3 foreign
91 SUBDIRS = @SUBDIRS@
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 mkinstalldirs = $(SHELL) $(top_srcdir)/../acsupport/mkinstalldirs
94 CONFIG_CLEAN_FILES = 
95 DIST_COMMON =  ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
96 configure configure.in
97
98
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100
101 TAR = gtar
102 GZIP_ENV = --best
103 all: all-redirect
104 .SUFFIXES:
105 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
106         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
107
108 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
109         cd $(top_builddir) \
110           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
111
112 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
113         cd $(srcdir) && $(ACLOCAL)
114
115 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
116         $(SHELL) ./config.status --recheck
117 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
118         cd $(srcdir) && $(AUTOCONF)
119
120 # This directory's subdirectories are mostly independent; you can cd
121 # into them and run `make' without going through this Makefile.
122 # To change the values of `make' variables: instead of editing Makefiles,
123 # (1) if the variable is set in `config.status', edit `config.status'
124 #     (which will cause the Makefiles to be regenerated when you run `make');
125 # (2) otherwise, pass the desired values on the `make' command line.
126
127 @SET_MAKE@
128
129 all-recursive install-data-recursive install-exec-recursive \
130 installdirs-recursive install-recursive uninstall-recursive  \
131 check-recursive installcheck-recursive info-recursive dvi-recursive:
132         @set fnord $(MAKEFLAGS); amf=$$2; \
133         dot_seen=no; \
134         target=`echo $@ | sed s/-recursive//`; \
135         list='$(SUBDIRS)'; for subdir in $$list; do \
136           echo "Making $$target in $$subdir"; \
137           if test "$$subdir" = "."; then \
138             dot_seen=yes; \
139             local_target="$$target-am"; \
140           else \
141             local_target="$$target"; \
142           fi; \
143           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
144            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
145         done; \
146         if test "$$dot_seen" = "no"; then \
147           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
148         fi; test -z "$$fail"
149
150 mostlyclean-recursive clean-recursive distclean-recursive \
151 maintainer-clean-recursive:
152         @set fnord $(MAKEFLAGS); amf=$$2; \
153         dot_seen=no; \
154         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
155           rev="$$subdir $$rev"; \
156           test "$$subdir" != "." || dot_seen=yes; \
157         done; \
158         test "$$dot_seen" = "no" && rev=". $$rev"; \
159         target=`echo $@ | sed s/-recursive//`; \
160         for subdir in $$rev; do \
161           echo "Making $$target in $$subdir"; \
162           if test "$$subdir" = "."; then \
163             local_target="$$target-am"; \
164           else \
165             local_target="$$target"; \
166           fi; \
167           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
168            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
169         done && test -z "$$fail"
170 tags-recursive:
171         list='$(SUBDIRS)'; for subdir in $$list; do \
172           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
173         done
174
175 tags: TAGS
176
177 ID: $(HEADERS) $(SOURCES) $(LISP)
178         list='$(SOURCES) $(HEADERS)'; \
179         unique=`for i in $$list; do echo $$i; done | \
180           awk '    { files[$$0] = 1; } \
181                END { for (i in files) print i; }'`; \
182         here=`pwd` && cd $(srcdir) \
183           && mkid -f$$here/ID $$unique $(LISP)
184
185 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
186         tags=; \
187         here=`pwd`; \
188         list='$(SUBDIRS)'; for subdir in $$list; do \
189    if test "$$subdir" = .; then :; else \
190             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
191    fi; \
192         done; \
193         list='$(SOURCES) $(HEADERS)'; \
194         unique=`for i in $$list; do echo $$i; done | \
195           awk '    { files[$$0] = 1; } \
196                END { for (i in files) print i; }'`; \
197         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
198           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
199
200 mostlyclean-tags:
201
202 clean-tags:
203
204 distclean-tags:
205         -rm -f TAGS ID
206
207 maintainer-clean-tags:
208
209 distdir = $(PACKAGE)-$(VERSION)
210 top_distdir = $(distdir)
211
212 # This target untars the dist file and tries a VPATH configuration.  Then
213 # it guarantees that the distribution is self-contained by making another
214 # tarfile.
215 distcheck: dist
216         -rm -rf $(distdir)
217         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
218         mkdir $(distdir)/=build
219         mkdir $(distdir)/=inst
220         dc_install_base=`cd $(distdir)/=inst && pwd`; \
221         cd $(distdir)/=build \
222           && ../configure --srcdir=.. --prefix=$$dc_install_base \
223           && $(MAKE) $(AM_MAKEFLAGS) \
224           && $(MAKE) $(AM_MAKEFLAGS) dvi \
225           && $(MAKE) $(AM_MAKEFLAGS) check \
226           && $(MAKE) $(AM_MAKEFLAGS) install \
227           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
228           && $(MAKE) $(AM_MAKEFLAGS) dist
229         -rm -rf $(distdir)
230         @banner="$(distdir).tar.gz is ready for distribution"; \
231         dashes=`echo "$$banner" | sed s/./=/g`; \
232         echo "$$dashes"; \
233         echo "$$banner"; \
234         echo "$$dashes"
235 dist: distdir
236         -chmod -R a+r $(distdir)
237         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
238         -rm -rf $(distdir)
239 dist-all: distdir
240         -chmod -R a+r $(distdir)
241         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
242         -rm -rf $(distdir)
243 distdir: $(DISTFILES)
244         -rm -rf $(distdir)
245         mkdir $(distdir)
246         -chmod 777 $(distdir)
247         here=`cd $(top_builddir) && pwd`; \
248         top_distdir=`cd $(distdir) && pwd`; \
249         distdir=`cd $(distdir) && pwd`; \
250         cd $(top_srcdir) \
251           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
252         @for file in $(DISTFILES); do \
253           d=$(srcdir); \
254           if test -d $$d/$$file; then \
255             cp -pr $$d/$$file $(distdir)/$$file; \
256           else \
257             test -f $(distdir)/$$file \
258             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
259             || cp -p $$d/$$file $(distdir)/$$file || :; \
260           fi; \
261         done
262         for subdir in $(SUBDIRS); do \
263           if test "$$subdir" = .; then :; else \
264             test -d $(distdir)/$$subdir \
265             || mkdir $(distdir)/$$subdir \
266             || exit 1; \
267             chmod 777 $(distdir)/$$subdir; \
268             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
269               || exit 1; \
270           fi; \
271         done
272 info-am:
273 info: info-recursive
274 dvi-am:
275 dvi: dvi-recursive
276 check-am: all-am
277 check: check-recursive
278 installcheck-am:
279 installcheck: installcheck-recursive
280 install-exec-am:
281 install-exec: install-exec-recursive
282
283 install-data-am:
284 install-data: install-data-recursive
285
286 install-am: all-am
287         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
288 install: install-recursive
289 uninstall-am:
290 uninstall: uninstall-recursive
291 all-am: Makefile
292 all-redirect: all-recursive
293 install-strip:
294         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
295 installdirs: installdirs-recursive
296 installdirs-am:
297
298
299 mostlyclean-generic:
300
301 clean-generic:
302
303 distclean-generic:
304         -rm -f Makefile $(CONFIG_CLEAN_FILES)
305         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
306
307 maintainer-clean-generic:
308 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
309
310 mostlyclean: mostlyclean-recursive
311
312 clean-am:  clean-tags clean-generic mostlyclean-am
313
314 clean: clean-recursive
315
316 distclean-am:  distclean-tags distclean-generic clean-am
317
318 distclean: distclean-recursive
319         -rm -f config.status
320
321 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
322                 distclean-am
323         @echo "This command is intended for maintainers to use;"
324         @echo "it deletes files that may require special tools to rebuild."
325
326 maintainer-clean: maintainer-clean-recursive
327         -rm -f config.status
328
329 .PHONY: install-data-recursive uninstall-data-recursive \
330 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
331 uninstalldirs-recursive all-recursive check-recursive \
332 installcheck-recursive info-recursive dvi-recursive \
333 mostlyclean-recursive distclean-recursive clean-recursive \
334 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
335 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
336 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
337 install-exec install-data-am install-data install-am install \
338 uninstall-am uninstall all-redirect all-am all installdirs-am \
339 installdirs mostlyclean-generic distclean-generic clean-generic \
340 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
341
342
343 # Tell versions [3.59,3.63) of GNU make to not export all variables.
344 # Otherwise a system limit (for SysV at least) may be exceeded.
345 .NOEXPORT: