comparison host/infra/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 EXEEXT = @EXEEXT@
70 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@
72 OBJEXT = @OBJEXT@
73 PACKAGE = @PACKAGE@
74 RANLIB = @RANLIB@
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 = testsuite
84
85 noinst_LIBRARIES = libcyginfra.a
86 libcyginfra_a_SOURCES = assert.cxx trace.cxx checkdata.cxx testcase.cxx
87
88
89 copies = cyg/infra/cyg_type.h cyg/infra/cyg_ass.h cyg/infra/cyg_trac.h cyg/infra/testcase.h cyg/hal/basetype.h pkgconf/infra.h pkgconf/hostinfra.h hosttest.exp
90
91
92 noinst_HEADERS = $(copies)
93
94 CLEANFILES = $(copies)
95
96 dejagnudir = $(prefix)/share/dejagnu
97 dejagnu_DATA = hosttest.exp
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
100 CONFIG_HEADER = hostinfra.h
101 CONFIG_CLEAN_FILES =
102 LIBRARIES = $(noinst_LIBRARIES)
103
104
105 DEFS = @DEFS@ -I. -I$(srcdir) -I.
106 CPPFLAGS = @CPPFLAGS@
107 LDFLAGS = @LDFLAGS@
108 LIBS = @LIBS@
109 libcyginfra_a_LIBADD =
110 libcyginfra_a_OBJECTS = assert.$(OBJEXT) trace.$(OBJEXT) \
111 checkdata.$(OBJEXT) testcase.$(OBJEXT)
112 AR = ar
113 CXXFLAGS = @CXXFLAGS@
114 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115 CXXLD = $(CXX)
116 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
117 DATA = $(dejagnu_DATA)
118
119 HEADERS = $(noinst_HEADERS)
120
121 DIST_COMMON = ./stamp-h.in ChangeLog Makefile.am Makefile.in acconfig.h \
122 acinclude.m4 aclocal.m4 config.h.in configure configure.in
123
124
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
127 TAR = tar
128 GZIP_ENV = --best
129 SOURCES = $(libcyginfra_a_SOURCES)
130 OBJECTS = $(libcyginfra_a_OBJECTS)
131
132 all: all-redirect
133 .SUFFIXES:
134 .SUFFIXES: .S .c .cxx .o .obj .s
135 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
136 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
137
138 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
139 cd $(top_builddir) \
140 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
141
142 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
143 cd $(srcdir) && $(ACLOCAL)
144
145 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
146 $(SHELL) ./config.status --recheck
147 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
148 cd $(srcdir) && $(AUTOCONF)
149
150 hostinfra.h: stamp-h
151 @if test ! -f $@; then \
152 rm -f stamp-h; \
153 $(MAKE) stamp-h; \
154 else :; fi
155 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
156 cd $(top_builddir) \
157 && CONFIG_FILES= CONFIG_HEADERS=hostinfra.h:config.h.in \
158 $(SHELL) ./config.status
159 @echo timestamp > stamp-h 2> /dev/null
160 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
161 @if test ! -f $@; then \
162 rm -f $(srcdir)/stamp-h.in; \
163 $(MAKE) $(srcdir)/stamp-h.in; \
164 else :; fi
165 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
166 cd $(top_srcdir) && $(AUTOHEADER)
167 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
168
169 mostlyclean-hdr:
170
171 clean-hdr:
172
173 distclean-hdr:
174 -rm -f hostinfra.h
175
176 maintainer-clean-hdr:
177
178 mostlyclean-noinstLIBRARIES:
179
180 clean-noinstLIBRARIES:
181 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
182
183 distclean-noinstLIBRARIES:
184
185 maintainer-clean-noinstLIBRARIES:
186
187 .c.o:
188 $(COMPILE) -c $<
189
190 # FIXME: We should only use cygpath when building on Windows,
191 # and only if it is available.
192 .c.obj:
193 $(COMPILE) -c `cygpath -w $<`
194
195 .s.o:
196 $(COMPILE) -c $<
197
198 .S.o:
199 $(COMPILE) -c $<
200
201 mostlyclean-compile:
202 -rm -f *.o core *.core
203 -rm -f *.$(OBJEXT)
204
205 clean-compile:
206
207 distclean-compile:
208 -rm -f *.tab.c
209
210 maintainer-clean-compile:
211
212 libcyginfra.a: $(libcyginfra_a_OBJECTS) $(libcyginfra_a_DEPENDENCIES)
213 -rm -f libcyginfra.a
214 $(AR) cru libcyginfra.a $(libcyginfra_a_OBJECTS) $(libcyginfra_a_LIBADD)
215 $(RANLIB) libcyginfra.a
216 .cxx.o:
217 $(CXXCOMPILE) -c $<
218 .cxx.obj:
219 $(CXXCOMPILE) -c `cygpath -w $<`
220
221 install-dejagnuDATA: $(dejagnu_DATA)
222 @$(NORMAL_INSTALL)
223 $(mkinstalldirs) $(DESTDIR)$(dejagnudir)
224 @list='$(dejagnu_DATA)'; for p in $$list; do \
225 if test -f $(srcdir)/$$p; then \
226 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(dejagnudir)/$$p"; \
227 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(dejagnudir)/$$p; \
228 else if test -f $$p; then \
229 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(dejagnudir)/$$p"; \
230 $(INSTALL_DATA) $$p $(DESTDIR)$(dejagnudir)/$$p; \
231 fi; fi; \
232 done
233
234 uninstall-dejagnuDATA:
235 @$(NORMAL_UNINSTALL)
236 list='$(dejagnu_DATA)'; for p in $$list; do \
237 rm -f $(DESTDIR)$(dejagnudir)/$$p; \
238 done
239
240 # This directory's subdirectories are mostly independent; you can cd
241 # into them and run `make' without going through this Makefile.
242 # To change the values of `make' variables: instead of editing Makefiles,
243 # (1) if the variable is set in `config.status', edit `config.status'
244 # (which will cause the Makefiles to be regenerated when you run `make');
245 # (2) otherwise, pass the desired values on the `make' command line.
246
247 @SET_MAKE@
248
249 all-recursive install-data-recursive install-exec-recursive \
250 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
251 check-recursive installcheck-recursive info-recursive dvi-recursive:
252 @set fnord $(MAKEFLAGS); amf=$$2; \
253 dot_seen=no; \
254 target=`echo $@ | sed s/-recursive//`; \
255 list='$(SUBDIRS)'; for subdir in $$list; do \
256 echo "Making $$target in $$subdir"; \
257 if test "$$subdir" = "."; then \
258 dot_seen=yes; \
259 local_target="$$target-am"; \
260 else \
261 local_target="$$target"; \
262 fi; \
263 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
264 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
265 done; \
266 if test "$$dot_seen" = "no"; then \
267 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
268 fi; test -z "$$fail"
269
270 mostlyclean-recursive clean-recursive distclean-recursive \
271 maintainer-clean-recursive:
272 @set fnord $(MAKEFLAGS); amf=$$2; \
273 dot_seen=no; \
274 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
275 rev="$$subdir $$rev"; \
276 test "$$subdir" = "." && dot_seen=yes; \
277 done; \
278 test "$$dot_seen" = "no" && rev=". $$rev"; \
279 target=`echo $@ | sed s/-recursive//`; \
280 for subdir in $$rev; do \
281 echo "Making $$target in $$subdir"; \
282 if test "$$subdir" = "."; then \
283 local_target="$$target-am"; \
284 else \
285 local_target="$$target"; \
286 fi; \
287 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
288 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
289 done && test -z "$$fail"
290 tags-recursive:
291 list='$(SUBDIRS)'; for subdir in $$list; do \
292 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
293 done
294
295 tags: TAGS
296
297 ID: $(HEADERS) $(SOURCES) $(LISP)
298 list='$(SOURCES) $(HEADERS)'; \
299 unique=`for i in $$list; do echo $$i; done | \
300 awk ' { files[$$0] = 1; } \
301 END { for (i in files) print i; }'`; \
302 here=`pwd` && cd $(srcdir) \
303 && mkid -f$$here/ID $$unique $(LISP)
304
305 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
306 tags=; \
307 here=`pwd`; \
308 list='$(SUBDIRS)'; for subdir in $$list; do \
309 if test "$$subdir" = .; then :; else \
310 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
311 fi; \
312 done; \
313 list='$(SOURCES) $(HEADERS)'; \
314 unique=`for i in $$list; do echo $$i; done | \
315 awk ' { files[$$0] = 1; } \
316 END { for (i in files) print i; }'`; \
317 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
318 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
319
320 mostlyclean-tags:
321
322 clean-tags:
323
324 distclean-tags:
325 -rm -f TAGS ID
326
327 maintainer-clean-tags:
328
329 distdir = $(PACKAGE)-$(VERSION)
330 top_distdir = $(distdir)
331
332 # This target untars the dist file and tries a VPATH configuration. Then
333 # it guarantees that the distribution is self-contained by making another
334 # tarfile.
335 distcheck: dist
336 -rm -rf $(distdir)
337 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
338 mkdir $(distdir)/=build
339 mkdir $(distdir)/=inst
340 dc_install_base=`cd $(distdir)/=inst && pwd`; \
341 cd $(distdir)/=build \
342 && ../configure --srcdir=.. --prefix=$$dc_install_base \
343 && $(MAKE) $(AM_MAKEFLAGS) \
344 && $(MAKE) $(AM_MAKEFLAGS) dvi \
345 && $(MAKE) $(AM_MAKEFLAGS) check \
346 && $(MAKE) $(AM_MAKEFLAGS) install \
347 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
348 && $(MAKE) $(AM_MAKEFLAGS) dist
349 -rm -rf $(distdir)
350 @banner="$(distdir).tar.gz is ready for distribution"; \
351 dashes=`echo "$$banner" | sed s/./=/g`; \
352 echo "$$dashes"; \
353 echo "$$banner"; \
354 echo "$$dashes"
355 dist: distdir
356 -chmod -R a+r $(distdir)
357 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
358 -rm -rf $(distdir)
359 dist-all: distdir
360 -chmod -R a+r $(distdir)
361 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
362 -rm -rf $(distdir)
363 distdir: $(DISTFILES)
364 -rm -rf $(distdir)
365 mkdir $(distdir)
366 -chmod 777 $(distdir)
367 @for file in $(DISTFILES); do \
368 if test -f $$file; then d=.; else d=$(srcdir); fi; \
369 if test -d $$d/$$file; then \
370 cp -pr $$/$$file $(distdir)/$$file; \
371 else \
372 test -f $(distdir)/$$file \
373 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
374 || cp -p $$d/$$file $(distdir)/$$file || :; \
375 fi; \
376 done
377 for subdir in $(SUBDIRS); do \
378 if test "$$subdir" = .; then :; else \
379 test -d $(distdir)/$$subdir \
380 || mkdir $(distdir)/$$subdir \
381 || exit 1; \
382 chmod 777 $(distdir)/$$subdir; \
383 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
384 || exit 1; \
385 fi; \
386 done
387 info-am:
388 info: info-recursive
389 dvi-am:
390 dvi: dvi-recursive
391 check-am:
392 check: check-recursive
393 installcheck-am:
394 installcheck: installcheck-recursive
395 install-info-am:
396 install-info: install-info-recursive
397 all-recursive-am: hostinfra.h
398 $(MAKE) $(AM_MAKEFLAGS) all-recursive
399
400 install-exec-am: install-exec-local
401 install-exec: install-exec-recursive
402
403 install-data-am: install-dejagnuDATA install-data-local
404 install-data: install-data-recursive
405
406 install-am: all-am
407 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408 install: install-recursive
409 uninstall-am: uninstall-dejagnuDATA
410 uninstall: uninstall-recursive
411 all-am: Makefile $(LIBRARIES) $(DATA) $(HEADERS) hostinfra.h all-local
412 all-redirect: all-recursive-am
413 install-strip:
414 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
415 installdirs: installdirs-recursive
416 installdirs-am:
417 $(mkinstalldirs) $(DESTDIR)$(dejagnudir)
418
419
420 mostlyclean-generic:
421
422 clean-generic:
423 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
424
425 distclean-generic:
426 -rm -f Makefile $(CONFIG_CLEAN_FILES)
427 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
428
429 maintainer-clean-generic:
430 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
431 mostlyclean-compile mostlyclean-tags \
432 mostlyclean-generic
433
434 mostlyclean: mostlyclean-recursive
435
436 clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-tags \
437 clean-generic mostlyclean-am clean-local
438
439 clean: clean-recursive
440
441 distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
442 distclean-tags distclean-generic clean-am
443
444 distclean: distclean-recursive
445 -rm -f config.status
446
447 maintainer-clean-am: maintainer-clean-hdr \
448 maintainer-clean-noinstLIBRARIES \
449 maintainer-clean-compile maintainer-clean-tags \
450 maintainer-clean-generic distclean-am
451 @echo "This command is intended for maintainers to use;"
452 @echo "it deletes files that may require special tools to rebuild."
453
454 maintainer-clean: maintainer-clean-recursive
455 -rm -f config.status
456
457 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
458 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
459 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
460 mostlyclean-compile distclean-compile clean-compile \
461 maintainer-clean-compile uninstall-dejagnuDATA install-dejagnuDATA \
462 install-data-recursive uninstall-data-recursive install-exec-recursive \
463 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
464 all-recursive check-recursive installcheck-recursive info-recursive \
465 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
466 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
467 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
468 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
469 install-info all-recursive-am install-exec-local install-exec-am \
470 install-exec install-data-local install-data-am install-data install-am \
471 install uninstall-am uninstall all-local all-redirect all-am all \
472 installdirs-am installdirs mostlyclean-generic distclean-generic \
473 clean-generic maintainer-clean-generic clean mostlyclean distclean \
474 maintainer-clean
475
476
477 @MSVC_TRUE@all-local: cyginfra.lib
478
479 @MSVC_TRUE@cyginfra.lib: libcyginfra.a
480 @MSVC_TRUE@ $(INSTALL) $< $@
481
482 @MSVC_TRUE@clean-local:
483 @MSVC_TRUE@ $(RM) cyginfra.lib
484
485 @MSVC_TRUE@install-exec-local: all-local
486 @MSVC_TRUE@ $(mkinstalldirs) $(DESTDIR)$(libdir)
487 @MSVC_TRUE@ $(INSTALL) cyginfra.lib $(DESTDIR)$(libdir)/cyginfra.lib
488
489 @MSVC_FALSE@all-local:
490 @MSVC_FALSE@clean-local:
491
492 @MSVC_FALSE@install-exec-local: libcyginfra.a
493 @MSVC_FALSE@ $(mkinstalldirs) $(DESTDIR)$(libdir)
494 @MSVC_FALSE@ $(INSTALL) libcyginfra.a $(DESTDIR)$(libdir)/libcyginfra.a
495
496 install-data-local: $(copies)
497 $(mkinstalldirs) $(DESTDIR)$(includedir) \
498 $(DESTDIR)$(includedir)/cyg \
499 $(DESTDIR)$(includedir)/cyg/infra \
500 $(DESTDIR)$(includedir)/cyg/hal \
501 $(DESTDIR)$(includedir)/pkgconf
502 $(INSTALL_DATA) cyg/infra/cyg_type.h $(DESTDIR)$(includedir)/cyg/infra
503 $(INSTALL_DATA) cyg/infra/cyg_ass.h $(DESTDIR)$(includedir)/cyg/infra
504 $(INSTALL_DATA) cyg/infra/cyg_trac.h $(DESTDIR)$(includedir)/cyg/infra
505 $(INSTALL_DATA) cyg/infra/testcase.h $(DESTDIR)$(includedir)/cyg/infra
506 $(INSTALL_DATA) cyg/hal/basetype.h $(DESTDIR)$(includedir)/cyg/hal
507 $(INSTALL_DATA) pkgconf/infra.h $(DESTDIR)$(includedir)/pkgconf
508 $(INSTALL_DATA) pkgconf/hostinfra.h $(DESTDIR)$(includedir)/pkgconf
509
510 cyg/infra/cyg_type.h: cyg_type.h
511 @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
512 @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
513 $(INSTALL_DATA) $(<) $(@)
514
515 cyg/infra/cyg_ass.h: cyg_ass.h
516 @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
517 @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
518 $(INSTALL_DATA) $(<) $(@)
519
520 cyg/infra/cyg_trac.h: cyg_trac.h
521 @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
522 @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
523 $(INSTALL_DATA) $(<) $(@)
524
525 cyg/infra/testcase.h: testcase.h
526 @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
527 @if [ -d cyg/infra ] ; then true ; else mkdir cyg/infra ; fi
528 $(INSTALL_DATA) $(<) $(@)
529
530 pkgconf/infra.h : infra.h
531 @if [ -d pkgconf ] ; then true ; else mkdir pkgconf ; fi
532 $(INSTALL_DATA) $(<) $(@)
533
534 pkgconf/hostinfra.h : hostinfra.h
535 @if [ -d pkgconf ] ; then true ; else mkdir pkgconf ; fi
536 $(INSTALL_DATA) $(<) $(@)
537
538 cyg/hal/basetype.h : basetype.h
539 @if [ -d cyg ] ; then true ; else mkdir cyg ; fi
540 @if [ -d cyg/hal ] ; then true ; else mkdir cyg/hal ; fi
541 $(INSTALL_DATA) $(<) $(@)
542
543 assert.$(OBJEXT) : Makefile \
544 pkgconf/infra.h \
545 pkgconf/hostinfra.h \
546 cyg/infra/cyg_type.h \
547 cyg/hal/basetype.h \
548 cyg/infra/cyg_ass.h
549
550 trace.$(OBJEXT) : Makefile \
551 pkgconf/infra.h \
552 pkgconf/hostinfra.h \
553 cyg/infra/cyg_type.h \
554 cyg/hal/basetype.h \
555 cyg/infra/cyg_ass.h \
556 cyg/infra/cyg_trac.h
557
558 checkdata.$(OBJEXT) : Makefile \
559 cyg/infra/cyg_ass.h \
560 pkgconf/infra.h \
561 pkgconf/hostinfra.h \
562 cyg/infra/cyg_type.h \
563 cyg/hal/basetype.h
564
565 testcase.$(OBJEXT): Makefile \
566 cyg/infra/testcase.h \
567 cyg/infra/cyg_type.h \
568 cyg/hal/basetype.h \
569 pkgconf/infra.h \
570 pkgconf/hostinfra.h
571
572 # Tell versions [3.59,3.63) of GNU make to not export all variables.
573 # Otherwise a system limit (for SysV at least) may be exceeded.
574 .NOEXPORT: