]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/infra/Makefile.in
Initial revision
[karo-tx-redboot.git] / tools / src / infra / 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 #
33 #######ECOSHOSTGPLCOPYRIGHTEND####
34 #######DESCRIPTIONBEGIN####
35 ######DESCRIPTIONEND####
36
37
38 SHELL = @SHELL@
39
40 srcdir = @srcdir@
41 top_srcdir = @top_srcdir@
42 VPATH = @srcdir@
43 prefix = @prefix@
44 exec_prefix = @exec_prefix@
45
46 bindir = @bindir@
47 sbindir = @sbindir@
48 libexecdir = @libexecdir@
49 datadir = @datadir@
50 sysconfdir = @sysconfdir@
51 sharedstatedir = @sharedstatedir@
52 localstatedir = @localstatedir@
53 libdir = @libdir@
54 infodir = @infodir@
55 mandir = @mandir@
56 includedir = @includedir@
57 oldincludedir = /usr/include
58
59 DESTDIR =
60
61 pkgdatadir = $(datadir)/@PACKAGE@
62 pkglibdir = $(libdir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64
65 top_builddir = .
66
67 ACLOCAL = @ACLOCAL@
68 AUTOCONF = @AUTOCONF@
69 AUTOMAKE = @AUTOMAKE@
70 AUTOHEADER = @AUTOHEADER@
71
72 INSTALL = @INSTALL@
73 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
74 INSTALL_DATA = @INSTALL_DATA@
75 INSTALL_SCRIPT = @INSTALL_SCRIPT@
76 transform = @program_transform_name@
77
78 NORMAL_INSTALL = :
79 PRE_INSTALL = :
80 POST_INSTALL = :
81 NORMAL_UNINSTALL = :
82 PRE_UNINSTALL = :
83 POST_UNINSTALL = :
84 host_alias = @host_alias@
85 host_triplet = @host@
86 CC = @CC@
87 CXX = @CXX@
88 ECOS_REPOSITORY = @ECOS_REPOSITORY@
89 EXEEXT = @EXEEXT@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 MSVC_SRCDIR = @MSVC_SRCDIR@
93 OBJEXT = @OBJEXT@
94 PACKAGE = @PACKAGE@
95 PACKAGE_DIR = @PACKAGE_DIR@
96 PACKAGE_INSTALL = @PACKAGE_INSTALL@
97 PACKAGE_VERSION = @PACKAGE_VERSION@
98 RANLIB = @RANLIB@
99 VERSION = @VERSION@
100 ecos_CFLAGS = @ecos_CFLAGS@
101 ecos_CXXFLAGS = @ecos_CXXFLAGS@
102 ecos_INCLUDES = @ecos_INCLUDES@
103 ecos_LDADD = @ecos_LDADD@
104 ecos_LIBS = @ecos_LIBS@
105 ecos_infra_incdir = @ecos_infra_incdir@
106 ecos_infra_libdir = @ecos_infra_libdir@
107 ecos_libcdl_incdir = @ecos_libcdl_incdir@
108 ecos_libcdl_libdir = @ecos_libcdl_libdir@
109 ecos_tk_includes = @ecos_tk_includes@
110 ecos_tk_libs = @ecos_tk_libs@
111
112 AUTOMAKE_OPTIONS = 1.3 foreign
113 SUBDIRS = testsuite
114
115 noinst_LIBRARIES = libcyginfra.a
116 libcyginfra_a_SOURCES = assert.cxx    \
117                         trace.cxx     \
118                         checkdata.cxx \
119                         testcase.cxx
120
121
122 INCLUDES = @ecos_INCLUDES@
123 LIBS = @ecos_LIBS@ @ecos_LDADD@
124 AM_CFLAGS = @ecos_CFLAGS@
125 AM_CXXFLAGS = @ecos_CXXFLAGS@
126
127 copies = cyg/infra/cyg_type.h \
128          cyg/infra/cyg_ass.h  \
129          cyg/infra/cyg_trac.h \
130          cyg/infra/testcase.h \
131          cyg/hal/basetype.h   \
132          pkgconf/infra.h      \
133          pkgconf/hostinfra.h
134
135
136 noinst_HEADERS = $(copies)
137
138 CLEANFILES = $(copies)
139 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
140 mkinstalldirs = $(SHELL) $(top_srcdir)/../../acsupport/mkinstalldirs
141 CONFIG_HEADER = hostinfra.h
142 CONFIG_CLEAN_FILES = 
143 LIBRARIES =  $(noinst_LIBRARIES)
144
145
146 DEFS = @DEFS@ -I. -I$(srcdir) -I.
147 CPPFLAGS = @CPPFLAGS@
148 LDFLAGS = @LDFLAGS@
149 libcyginfra_a_LIBADD = 
150 libcyginfra_a_OBJECTS =  assert.$(OBJEXT) trace.$(OBJEXT) \
151 checkdata.$(OBJEXT) testcase.$(OBJEXT)
152 AR = ar
153 CXXFLAGS = @CXXFLAGS@
154 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
155 CXXLD = $(CXX)
156 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
157 HEADERS =  $(noinst_HEADERS)
158
159 DIST_COMMON =  ./stamp-h.in ChangeLog Makefile.am Makefile.in acconfig.h \
160 acinclude.m4 aclocal.m4 config.h.in configure configure.in
161
162
163 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
164
165 TAR = gtar
166 GZIP_ENV = --best
167 DEP_FILES =  .deps/assert.P .deps/checkdata.P .deps/testcase.P \
168 .deps/trace.P
169 SOURCES = $(libcyginfra_a_SOURCES)
170 OBJECTS = $(libcyginfra_a_OBJECTS)
171
172 all: all-redirect
173 .SUFFIXES:
174 .SUFFIXES: .S .c .cxx .o .obj .s
175 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
176         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
177
178 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
179         cd $(top_builddir) \
180           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
181
182 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
183         cd $(srcdir) && $(ACLOCAL)
184
185 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
186         $(SHELL) ./config.status --recheck
187 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
188         cd $(srcdir) && $(AUTOCONF)
189
190 hostinfra.h: stamp-h
191         @if test ! -f $@; then \
192                 rm -f stamp-h; \
193                 $(MAKE) stamp-h; \
194         else :; fi
195 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
196         cd $(top_builddir) \
197           && CONFIG_FILES= CONFIG_HEADERS=hostinfra.h:config.h.in \
198              $(SHELL) ./config.status
199         @echo timestamp > stamp-h 2> /dev/null
200 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
201         @if test ! -f $@; then \
202                 rm -f $(srcdir)/stamp-h.in; \
203                 $(MAKE) $(srcdir)/stamp-h.in; \
204         else :; fi
205 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
206         cd $(top_srcdir) && $(AUTOHEADER)
207         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
208
209 mostlyclean-hdr:
210
211 clean-hdr:
212
213 distclean-hdr:
214         -rm -f hostinfra.h
215
216 maintainer-clean-hdr:
217
218 mostlyclean-noinstLIBRARIES:
219
220 clean-noinstLIBRARIES:
221         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
222
223 distclean-noinstLIBRARIES:
224
225 maintainer-clean-noinstLIBRARIES:
226
227 # FIXME: We should only use cygpath when building on Windows,
228 # and only if it is available.
229 .c.obj:
230         $(COMPILE) -c `cygpath -w $<`
231
232 .s.o:
233         $(COMPILE) -c $<
234
235 .S.o:
236         $(COMPILE) -c $<
237
238 mostlyclean-compile:
239         -rm -f *.o core *.core
240         -rm -f *.$(OBJEXT)
241
242 clean-compile:
243
244 distclean-compile:
245         -rm -f *.tab.c
246
247 maintainer-clean-compile:
248
249 libcyginfra.a: $(libcyginfra_a_OBJECTS) $(libcyginfra_a_DEPENDENCIES)
250         -rm -f libcyginfra.a
251         $(AR) cru libcyginfra.a $(libcyginfra_a_OBJECTS) $(libcyginfra_a_LIBADD)
252         $(RANLIB) libcyginfra.a
253 .cxx.o:
254         $(CXXCOMPILE) -c $<
255 .cxx.obj:
256         $(CXXCOMPILE) -c `cygpath -w $<`
257
258 # This directory's subdirectories are mostly independent; you can cd
259 # into them and run `make' without going through this Makefile.
260 # To change the values of `make' variables: instead of editing Makefiles,
261 # (1) if the variable is set in `config.status', edit `config.status'
262 #     (which will cause the Makefiles to be regenerated when you run `make');
263 # (2) otherwise, pass the desired values on the `make' command line.
264
265 @SET_MAKE@
266
267 all-recursive install-data-recursive install-exec-recursive \
268 installdirs-recursive install-recursive uninstall-recursive  \
269 check-recursive installcheck-recursive info-recursive dvi-recursive:
270         @set fnord $(MAKEFLAGS); amf=$$2; \
271         dot_seen=no; \
272         target=`echo $@ | sed s/-recursive//`; \
273         list='$(SUBDIRS)'; for subdir in $$list; do \
274           echo "Making $$target in $$subdir"; \
275           if test "$$subdir" = "."; then \
276             dot_seen=yes; \
277             local_target="$$target-am"; \
278           else \
279             local_target="$$target"; \
280           fi; \
281           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
283         done; \
284         if test "$$dot_seen" = "no"; then \
285           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
286         fi; test -z "$$fail"
287
288 mostlyclean-recursive clean-recursive distclean-recursive \
289 maintainer-clean-recursive:
290         @set fnord $(MAKEFLAGS); amf=$$2; \
291         dot_seen=no; \
292         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
293           rev="$$subdir $$rev"; \
294           test "$$subdir" != "." || dot_seen=yes; \
295         done; \
296         test "$$dot_seen" = "no" && rev=". $$rev"; \
297         target=`echo $@ | sed s/-recursive//`; \
298         for subdir in $$rev; do \
299           echo "Making $$target in $$subdir"; \
300           if test "$$subdir" = "."; then \
301             local_target="$$target-am"; \
302           else \
303             local_target="$$target"; \
304           fi; \
305           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
306            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
307         done && test -z "$$fail"
308 tags-recursive:
309         list='$(SUBDIRS)'; for subdir in $$list; do \
310           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
311         done
312
313 tags: TAGS
314
315 ID: $(HEADERS) $(SOURCES) $(LISP)
316         list='$(SOURCES) $(HEADERS)'; \
317         unique=`for i in $$list; do echo $$i; done | \
318           awk '    { files[$$0] = 1; } \
319                END { for (i in files) print i; }'`; \
320         here=`pwd` && cd $(srcdir) \
321           && mkid -f$$here/ID $$unique $(LISP)
322
323 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
324         tags=; \
325         here=`pwd`; \
326         list='$(SUBDIRS)'; for subdir in $$list; do \
327    if test "$$subdir" = .; then :; else \
328             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
329    fi; \
330         done; \
331         list='$(SOURCES) $(HEADERS)'; \
332         unique=`for i in $$list; do echo $$i; done | \
333           awk '    { files[$$0] = 1; } \
334                END { for (i in files) print i; }'`; \
335         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
336           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
337
338 mostlyclean-tags:
339
340 clean-tags:
341
342 distclean-tags:
343         -rm -f TAGS ID
344
345 maintainer-clean-tags:
346
347 distdir = $(PACKAGE)-$(VERSION)
348 top_distdir = $(distdir)
349
350 # This target untars the dist file and tries a VPATH configuration.  Then
351 # it guarantees that the distribution is self-contained by making another
352 # tarfile.
353 distcheck: dist
354         -rm -rf $(distdir)
355         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
356         mkdir $(distdir)/=build
357         mkdir $(distdir)/=inst
358         dc_install_base=`cd $(distdir)/=inst && pwd`; \
359         cd $(distdir)/=build \
360           && ../configure --srcdir=.. --prefix=$$dc_install_base \
361           && $(MAKE) $(AM_MAKEFLAGS) \
362           && $(MAKE) $(AM_MAKEFLAGS) dvi \
363           && $(MAKE) $(AM_MAKEFLAGS) check \
364           && $(MAKE) $(AM_MAKEFLAGS) install \
365           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
366           && $(MAKE) $(AM_MAKEFLAGS) dist
367         -rm -rf $(distdir)
368         @banner="$(distdir).tar.gz is ready for distribution"; \
369         dashes=`echo "$$banner" | sed s/./=/g`; \
370         echo "$$dashes"; \
371         echo "$$banner"; \
372         echo "$$dashes"
373 dist: distdir
374         -chmod -R a+r $(distdir)
375         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
376         -rm -rf $(distdir)
377 dist-all: distdir
378         -chmod -R a+r $(distdir)
379         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
380         -rm -rf $(distdir)
381 distdir: $(DISTFILES)
382         -rm -rf $(distdir)
383         mkdir $(distdir)
384         -chmod 777 $(distdir)
385         here=`cd $(top_builddir) && pwd`; \
386         top_distdir=`cd $(distdir) && pwd`; \
387         distdir=`cd $(distdir) && pwd`; \
388         cd $(top_srcdir) \
389           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
390         @for file in $(DISTFILES); do \
391           d=$(srcdir); \
392           if test -d $$d/$$file; then \
393             cp -pr $$d/$$file $(distdir)/$$file; \
394           else \
395             test -f $(distdir)/$$file \
396             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
397             || cp -p $$d/$$file $(distdir)/$$file || :; \
398           fi; \
399         done
400         for subdir in $(SUBDIRS); do \
401           if test "$$subdir" = .; then :; else \
402             test -d $(distdir)/$$subdir \
403             || mkdir $(distdir)/$$subdir \
404             || exit 1; \
405             chmod 777 $(distdir)/$$subdir; \
406             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
407               || exit 1; \
408           fi; \
409         done
410
411 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
412
413 -include $(DEP_FILES)
414
415 mostlyclean-depend:
416
417 clean-depend:
418
419 distclean-depend:
420         -rm -rf .deps
421
422 maintainer-clean-depend:
423
424 %.o: %.c
425         @echo '$(COMPILE) -c $<'; \
426         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
427         @-cp .deps/$(*F).pp .deps/$(*F).P; \
428         tr ' ' '\012' < .deps/$(*F).pp \
429           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
430             >> .deps/$(*F).P; \
431         rm .deps/$(*F).pp
432
433 %.lo: %.c
434         @echo '$(LTCOMPILE) -c $<'; \
435         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
436         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
437           < .deps/$(*F).pp > .deps/$(*F).P; \
438         tr ' ' '\012' < .deps/$(*F).pp \
439           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
440             >> .deps/$(*F).P; \
441         rm -f .deps/$(*F).pp
442
443 %.o: %.cxx
444         @echo '$(CXXCOMPILE) -c $<'; \
445         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
446         @-cp .deps/$(*F).pp .deps/$(*F).P; \
447         tr ' ' '\012' < .deps/$(*F).pp \
448           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
449             >> .deps/$(*F).P; \
450         rm .deps/$(*F).pp
451
452 %.lo: %.cxx
453         @echo '$(LTCXXCOMPILE) -c $<'; \
454         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
455         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
456           < .deps/$(*F).pp > .deps/$(*F).P; \
457         tr ' ' '\012' < .deps/$(*F).pp \
458           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
459             >> .deps/$(*F).P; \
460         rm -f .deps/$(*F).pp
461 info-am:
462 info: info-recursive
463 dvi-am:
464 dvi: dvi-recursive
465 check-am: all-am
466 check: check-recursive
467 installcheck-am:
468 installcheck: installcheck-recursive
469 all-recursive-am: hostinfra.h
470         $(MAKE) $(AM_MAKEFLAGS) all-recursive
471
472 install-exec-am: install-exec-local
473 install-exec: install-exec-recursive
474
475 install-data-am: install-data-local
476 install-data: install-data-recursive
477
478 install-am: all-am
479         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
480 install: install-recursive
481 uninstall-am:
482 uninstall: uninstall-recursive
483 all-am: Makefile $(LIBRARIES) $(HEADERS) hostinfra.h all-local
484 all-redirect: all-recursive-am
485 install-strip:
486         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
487 installdirs: installdirs-recursive
488 installdirs-am:
489
490
491 mostlyclean-generic:
492
493 clean-generic:
494         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
495
496 distclean-generic:
497         -rm -f Makefile $(CONFIG_CLEAN_FILES)
498         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
499
500 maintainer-clean-generic:
501 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
502                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
503                 mostlyclean-generic
504
505 mostlyclean: mostlyclean-recursive
506
507 clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-tags \
508                 clean-depend clean-generic mostlyclean-am clean-local
509
510 clean: clean-recursive
511
512 distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
513                 distclean-tags distclean-depend distclean-generic \
514                 clean-am
515
516 distclean: distclean-recursive
517         -rm -f config.status
518
519 maintainer-clean-am:  maintainer-clean-hdr \
520                 maintainer-clean-noinstLIBRARIES \
521                 maintainer-clean-compile maintainer-clean-tags \
522                 maintainer-clean-depend maintainer-clean-generic \
523                 distclean-am
524         @echo "This command is intended for maintainers to use;"
525         @echo "it deletes files that may require special tools to rebuild."
526
527 maintainer-clean: maintainer-clean-recursive
528         -rm -f config.status
529
530 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
531 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
532 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
533 mostlyclean-compile distclean-compile clean-compile \
534 maintainer-clean-compile install-data-recursive \
535 uninstall-data-recursive install-exec-recursive \
536 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
537 all-recursive check-recursive installcheck-recursive info-recursive \
538 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
539 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
540 distclean-tags clean-tags maintainer-clean-tags distdir \
541 mostlyclean-depend distclean-depend clean-depend \
542 maintainer-clean-depend info-am info dvi-am dvi check check-am \
543 installcheck-am installcheck all-recursive-am install-exec-local \
544 install-exec-am install-exec install-data-local install-data-am \
545 install-data install-am install uninstall-am uninstall all-local \
546 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
547 distclean-generic clean-generic maintainer-clean-generic clean \
548 mostlyclean distclean maintainer-clean
549
550
551 @MSVC_TRUE@all-local: cyginfra.lib
552
553 @MSVC_TRUE@cyginfra.lib: libcyginfra.a
554 @MSVC_TRUE@     $(INSTALL) $< $@
555
556 @MSVC_TRUE@clean-local:
557 @MSVC_TRUE@     $(RM) cyginfra.lib
558
559 @MSVC_TRUE@install-exec-local: all-local
560 @MSVC_TRUE@     $(mkinstalldirs) $(DESTDIR)$(libdir)
561 @MSVC_TRUE@     $(INSTALL) cyginfra.lib $(DESTDIR)$(libdir)/cyginfra.lib
562
563 @MSVC_FALSE@all-local:
564 @MSVC_FALSE@clean-local:
565
566 @MSVC_FALSE@install-exec-local: libcyginfra.a
567 @MSVC_FALSE@    $(mkinstalldirs) $(DESTDIR)$(libdir)
568 @MSVC_FALSE@    $(INSTALL) libcyginfra.a $(DESTDIR)$(libdir)/libcyginfra.a
569
570 install-data-local: $(copies)
571         $(mkinstalldirs)  $(DESTDIR)$(includedir) \
572                 $(DESTDIR)$(includedir)/cyg       \
573                 $(DESTDIR)$(includedir)/cyg/infra \
574                 $(DESTDIR)$(includedir)/cyg/hal   \
575                 $(DESTDIR)$(includedir)/pkgconf
576         $(INSTALL_DATA) cyg/infra/cyg_type.h    $(DESTDIR)$(includedir)/cyg/infra
577         $(INSTALL_DATA) cyg/infra/cyg_ass.h     $(DESTDIR)$(includedir)/cyg/infra
578         $(INSTALL_DATA) cyg/infra/cyg_trac.h    $(DESTDIR)$(includedir)/cyg/infra
579         $(INSTALL_DATA) cyg/infra/testcase.h    $(DESTDIR)$(includedir)/cyg/infra
580         $(INSTALL_DATA) cyg/hal/basetype.h      $(DESTDIR)$(includedir)/cyg/hal
581         $(INSTALL_DATA) pkgconf/infra.h         $(DESTDIR)$(includedir)/pkgconf
582         $(INSTALL_DATA) pkgconf/hostinfra.h     $(DESTDIR)$(includedir)/pkgconf
583
584 cyg/infra/cyg_type.h: cyg_type.h
585         @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
586         @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
587         $(INSTALL_DATA) $(<) $(@)
588
589 cyg/infra/cyg_ass.h: cyg_ass.h
590         @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
591         @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
592         $(INSTALL_DATA) $(<) $(@)
593
594 cyg/infra/cyg_trac.h: cyg_trac.h
595         @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
596         @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
597         $(INSTALL_DATA) $(<) $(@)
598
599 cyg/infra/testcase.h: testcase.h
600         @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
601         @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
602         $(INSTALL_DATA) $(<) $(@)
603
604 pkgconf/infra.h : infra.h
605         @if [ -d pkgconf ] ; then true ; else mkdir pkgconf ; fi
606         $(INSTALL_DATA) $(<) $(@)
607
608 pkgconf/hostinfra.h : hostinfra.h
609         @if [ -d pkgconf ] ; then true ; else mkdir pkgconf ; fi
610         $(INSTALL_DATA) $(<) $(@)
611
612 cyg/hal/basetype.h : basetype.h
613         @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
614         @if [ -d cyg/hal ] ; then true ; else mkdir cyg/hal ; fi
615         $(INSTALL_DATA) $(<) $(@)
616
617 assert.$(OBJEXT) :  Makefile \
618                     pkgconf/infra.h      \
619                     pkgconf/hostinfra.h  \
620                     cyg/infra/cyg_type.h \
621                     cyg/hal/basetype.h   \
622                     cyg/infra/cyg_ass.h
623
624 trace.$(OBJEXT) :   Makefile \
625                     pkgconf/infra.h      \
626                     pkgconf/hostinfra.h  \
627                     cyg/infra/cyg_type.h \
628                     cyg/hal/basetype.h   \
629                     cyg/infra/cyg_ass.h  \
630                     cyg/infra/cyg_trac.h
631
632 checkdata.$(OBJEXT) : Makefile \
633                       cyg/infra/cyg_ass.h       \
634                       pkgconf/infra.h           \
635                       pkgconf/hostinfra.h       \
636                       cyg/infra/cyg_type.h      \
637                       cyg/hal/basetype.h
638
639 testcase.$(OBJEXT): Makefile \
640                     cyg/infra/testcase.h \
641                     cyg/infra/cyg_type.h \
642                     cyg/hal/basetype.h   \
643                     pkgconf/infra.h      \
644                     pkgconf/hostinfra.h
645
646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
647 # Otherwise a system limit (for SysV at least) may be exceeded.
648 .NOEXPORT: