]> git.ozlabs.org Git - ponghero.git/blob - ccan/ccan_tools/libtap/tests/Makefile
Prepare for release: rename to ponghero and pull in ccan.
[ponghero.git] / ccan / ccan_tools / libtap / tests / Makefile
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # tests/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15
16
17 pkgdatadir = $(datadir)/tap
18 pkglibdir = $(libdir)/tap
19 pkgincludedir = $(includedir)/tap
20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 install_sh_DATA = $(install_sh) -c -m 644
22 install_sh_PROGRAM = $(install_sh) -c
23 install_sh_SCRIPT = $(install_sh) -c
24 INSTALL_HEADER = $(INSTALL_DATA)
25 transform = $(program_transform_name)
26 NORMAL_INSTALL = :
27 PRE_INSTALL = :
28 POST_INSTALL = :
29 NORMAL_UNINSTALL = :
30 PRE_UNINSTALL = :
31 POST_UNINSTALL = :
32 build_triplet = i686-pc-linux-gnu
33 host_triplet = i686-pc-linux-gnu
34 subdir = tests
35 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.in
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39         $(ACLOCAL_M4)
40 mkinstalldirs = $(install_sh) -d
41 CONFIG_CLEAN_FILES =
42 SOURCES =
43 DIST_SOURCES =
44 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
45         html-recursive info-recursive install-data-recursive \
46         install-dvi-recursive install-exec-recursive \
47         install-html-recursive install-info-recursive \
48         install-pdf-recursive install-ps-recursive install-recursive \
49         installcheck-recursive installdirs-recursive pdf-recursive \
50         ps-recursive uninstall-recursive
51 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
52   distclean-recursive maintainer-clean-recursive
53 ETAGS = etags
54 CTAGS = ctags
55 DIST_SUBDIRS = $(SUBDIRS)
56 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57 ACLOCAL = ${SHELL} /home/rusty/devel/cvs/ccan/ccan_tools/libtap/missing --run aclocal-1.10
58 AMTAR = ${SHELL} /home/rusty/devel/cvs/ccan/ccan_tools/libtap/missing --run tar
59 AR = ar
60 AUTOCONF = ${SHELL} /home/rusty/devel/cvs/ccan/ccan_tools/libtap/missing --run autoconf
61 AUTOHEADER = ${SHELL} /home/rusty/devel/cvs/ccan/ccan_tools/libtap/missing --run autoheader
62 AUTOMAKE = ${SHELL} /home/rusty/devel/cvs/ccan/ccan_tools/libtap/missing --run automake-1.10
63 AWK = gawk
64 CC = gcc
65 CCDEPMODE = depmode=gcc3
66 CFLAGS = -g -O2
67 CPP = gcc -E
68 CPPFLAGS = 
69 CXX = g++
70 CXXCPP = g++ -E
71 CXXDEPMODE = depmode=gcc3
72 CXXFLAGS = -g -O2
73 CYGPATH_W = echo
74 DEFS = -DPACKAGE_NAME=\"tap\" -DPACKAGE_TARNAME=\"tap\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"tap\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"tap\" -DVERSION=\"1.01\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_VPRINTF=1 -DHAVE_ATEXIT=1
75 DEPDIR = .deps
76 ECHO = echo
77 ECHO_C = 
78 ECHO_N = -n
79 ECHO_T = 
80 EGREP = /bin/grep -E
81 EXEEXT = 
82 F77 = 
83 FFLAGS = 
84 GREP = /bin/grep
85 INSTALL = /usr/bin/install -c
86 INSTALL_DATA = ${INSTALL} -m 644
87 INSTALL_PROGRAM = ${INSTALL}
88 INSTALL_SCRIPT = ${INSTALL}
89 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
90 LDFLAGS = 
91 LIBOBJS = 
92 LIBS = -lpthread 
93 LIBTOOL = $(SHELL) $(top_builddir)/libtool
94 LN_S = ln -s
95 LTLIBOBJS = 
96 MAKEINFO = ${SHELL} /home/rusty/devel/cvs/ccan/ccan_tools/libtap/missing --run makeinfo
97 MKDIR_P = /bin/mkdir -p
98 OBJEXT = o
99 PACKAGE = tap
100 PACKAGE_BUGREPORT = 
101 PACKAGE_NAME = tap
102 PACKAGE_STRING = tap 1.01
103 PACKAGE_TARNAME = tap
104 PACKAGE_VERSION = 1.01
105 PATH_SEPARATOR = :
106 RANLIB = ranlib
107 SED = /bin/sed
108 SET_MAKE = 
109 SHELL = /bin/bash
110 STRIP = strip
111 VERSION = 1.01
112 abs_builddir = /home/rusty/devel/cvs/ccan/ccan_tools/libtap/tests
113 abs_srcdir = /home/rusty/devel/cvs/ccan/ccan_tools/libtap/tests
114 abs_top_builddir = /home/rusty/devel/cvs/ccan/ccan_tools/libtap
115 abs_top_srcdir = /home/rusty/devel/cvs/ccan/ccan_tools/libtap
116 ac_ct_CC = gcc
117 ac_ct_CXX = g++
118 ac_ct_F77 = 
119 am__include = include
120 am__leading_dot = .
121 am__quote = 
122 am__tar = ${AMTAR} chof - "$$tardir"
123 am__untar = ${AMTAR} xf -
124 bindir = ${exec_prefix}/bin
125 build = i686-pc-linux-gnu
126 build_alias = 
127 build_cpu = i686
128 build_os = linux-gnu
129 build_vendor = pc
130 builddir = .
131 datadir = ${datarootdir}
132 datarootdir = ${prefix}/share
133 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
134 dvidir = ${docdir}
135 exec_prefix = ${prefix}
136 host = i686-pc-linux-gnu
137 host_alias = 
138 host_cpu = i686
139 host_os = linux-gnu
140 host_vendor = pc
141 htmldir = ${docdir}
142 includedir = ${prefix}/include
143 infodir = ${datarootdir}/info
144 install_sh = $(SHELL) /home/rusty/devel/cvs/ccan/ccan_tools/libtap/install-sh
145 libdir = ${exec_prefix}/lib
146 libexecdir = ${exec_prefix}/libexec
147 localedir = ${datarootdir}/locale
148 localstatedir = ${prefix}/var
149 mandir = ${datarootdir}/man
150 mkdir_p = /bin/mkdir -p
151 oldincludedir = /usr/include
152 pdfdir = ${docdir}
153 prefix = /usr/local
154 program_transform_name = s,x,x,
155 psdir = ${docdir}
156 sbindir = ${exec_prefix}/sbin
157 sharedstatedir = ${prefix}/com
158 srcdir = .
159 sysconfdir = ${prefix}/etc
160 target_alias = 
161 top_builddir = ..
162 top_srcdir = ..
163 EXTRA_DIST = test.t
164 SUBDIRS = diag fail ok pass plan skip todo
165 all: all-recursive
166
167 .SUFFIXES:
168 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
169         @for dep in $?; do \
170           case '$(am__configure_deps)' in \
171             *$$dep*) \
172               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
173                 && exit 0; \
174               exit 1;; \
175           esac; \
176         done; \
177         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
178         cd $(top_srcdir) && \
179           $(AUTOMAKE) --foreign  tests/Makefile
180 .PRECIOUS: Makefile
181 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
182         @case '$?' in \
183           *config.status*) \
184             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
185           *) \
186             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
187             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
188         esac;
189
190 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
191         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
192
193 $(top_srcdir)/configure:  $(am__configure_deps)
194         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
195 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
196         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197
198 mostlyclean-libtool:
199         -rm -f *.lo
200
201 clean-libtool:
202         -rm -rf .libs _libs
203
204 # This directory's subdirectories are mostly independent; you can cd
205 # into them and run `make' without going through this Makefile.
206 # To change the values of `make' variables: instead of editing Makefiles,
207 # (1) if the variable is set in `config.status', edit `config.status'
208 #     (which will cause the Makefiles to be regenerated when you run `make');
209 # (2) otherwise, pass the desired values on the `make' command line.
210 $(RECURSIVE_TARGETS):
211         @failcom='exit 1'; \
212         for f in x $$MAKEFLAGS; do \
213           case $$f in \
214             *=* | --[!k]*);; \
215             *k*) failcom='fail=yes';; \
216           esac; \
217         done; \
218         dot_seen=no; \
219         target=`echo $@ | sed s/-recursive//`; \
220         list='$(SUBDIRS)'; for subdir in $$list; do \
221           echo "Making $$target in $$subdir"; \
222           if test "$$subdir" = "."; then \
223             dot_seen=yes; \
224             local_target="$$target-am"; \
225           else \
226             local_target="$$target"; \
227           fi; \
228           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
229           || eval $$failcom; \
230         done; \
231         if test "$$dot_seen" = "no"; then \
232           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
233         fi; test -z "$$fail"
234
235 $(RECURSIVE_CLEAN_TARGETS):
236         @failcom='exit 1'; \
237         for f in x $$MAKEFLAGS; do \
238           case $$f in \
239             *=* | --[!k]*);; \
240             *k*) failcom='fail=yes';; \
241           esac; \
242         done; \
243         dot_seen=no; \
244         case "$@" in \
245           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
246           *) list='$(SUBDIRS)' ;; \
247         esac; \
248         rev=''; for subdir in $$list; do \
249           if test "$$subdir" = "."; then :; else \
250             rev="$$subdir $$rev"; \
251           fi; \
252         done; \
253         rev="$$rev ."; \
254         target=`echo $@ | sed s/-recursive//`; \
255         for subdir in $$rev; do \
256           echo "Making $$target in $$subdir"; \
257           if test "$$subdir" = "."; then \
258             local_target="$$target-am"; \
259           else \
260             local_target="$$target"; \
261           fi; \
262           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
263           || eval $$failcom; \
264         done && test -z "$$fail"
265 tags-recursive:
266         list='$(SUBDIRS)'; for subdir in $$list; do \
267           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
268         done
269 ctags-recursive:
270         list='$(SUBDIRS)'; for subdir in $$list; do \
271           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
272         done
273
274 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
275         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276         unique=`for i in $$list; do \
277             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278           done | \
279           $(AWK) '    { files[$$0] = 1; } \
280                END { for (i in files) print i; }'`; \
281         mkid -fID $$unique
282 tags: TAGS
283
284 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
285                 $(TAGS_FILES) $(LISP)
286         tags=; \
287         here=`pwd`; \
288         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
289           include_option=--etags-include; \
290           empty_fix=.; \
291         else \
292           include_option=--include; \
293           empty_fix=; \
294         fi; \
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296           if test "$$subdir" = .; then :; else \
297             test ! -f $$subdir/TAGS || \
298               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
299           fi; \
300         done; \
301         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
302         unique=`for i in $$list; do \
303             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304           done | \
305           $(AWK) '    { files[$$0] = 1; } \
306                END { for (i in files) print i; }'`; \
307         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
308           test -n "$$unique" || unique=$$empty_fix; \
309           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
310             $$tags $$unique; \
311         fi
312 ctags: CTAGS
313 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
314                 $(TAGS_FILES) $(LISP)
315         tags=; \
316         here=`pwd`; \
317         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
318         unique=`for i in $$list; do \
319             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320           done | \
321           $(AWK) '    { files[$$0] = 1; } \
322                END { for (i in files) print i; }'`; \
323         test -z "$(CTAGS_ARGS)$$tags$$unique" \
324           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
325              $$tags $$unique
326
327 GTAGS:
328         here=`$(am__cd) $(top_builddir) && pwd` \
329           && cd $(top_srcdir) \
330           && gtags -i $(GTAGS_ARGS) $$here
331
332 distclean-tags:
333         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
334
335 distdir: $(DISTFILES)
336         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
338         list='$(DISTFILES)'; \
339           dist_files=`for file in $$list; do echo $$file; done | \
340           sed -e "s|^$$srcdirstrip/||;t" \
341               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
342         case $$dist_files in \
343           */*) $(MKDIR_P) `echo "$$dist_files" | \
344                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
345                            sort -u` ;; \
346         esac; \
347         for file in $$dist_files; do \
348           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
349           if test -d $$d/$$file; then \
350             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
351             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
352               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
353             fi; \
354             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
355           else \
356             test -f $(distdir)/$$file \
357             || cp -p $$d/$$file $(distdir)/$$file \
358             || exit 1; \
359           fi; \
360         done
361         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
362           if test "$$subdir" = .; then :; else \
363             test -d "$(distdir)/$$subdir" \
364             || $(MKDIR_P) "$(distdir)/$$subdir" \
365             || exit 1; \
366             distdir=`$(am__cd) $(distdir) && pwd`; \
367             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
368             (cd $$subdir && \
369               $(MAKE) $(AM_MAKEFLAGS) \
370                 top_distdir="$$top_distdir" \
371                 distdir="$$distdir/$$subdir" \
372                 am__remove_distdir=: \
373                 am__skip_length_check=: \
374                 distdir) \
375               || exit 1; \
376           fi; \
377         done
378 check-am: all-am
379 check: check-recursive
380 all-am: Makefile
381 installdirs: installdirs-recursive
382 installdirs-am:
383 install: install-recursive
384 install-exec: install-exec-recursive
385 install-data: install-data-recursive
386 uninstall: uninstall-recursive
387
388 install-am: all-am
389         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
390
391 installcheck: installcheck-recursive
392 install-strip:
393         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395           `test -z '$(STRIP)' || \
396             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
397 mostlyclean-generic:
398
399 clean-generic:
400
401 distclean-generic:
402         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
403
404 maintainer-clean-generic:
405         @echo "This command is intended for maintainers to use"
406         @echo "it deletes files that may require special tools to rebuild."
407 clean: clean-recursive
408
409 clean-am: clean-generic clean-libtool mostlyclean-am
410
411 distclean: distclean-recursive
412         -rm -f Makefile
413 distclean-am: clean-am distclean-generic distclean-tags
414
415 dvi: dvi-recursive
416
417 dvi-am:
418
419 html: html-recursive
420
421 info: info-recursive
422
423 info-am:
424
425 install-data-am:
426
427 install-dvi: install-dvi-recursive
428
429 install-exec-am:
430
431 install-html: install-html-recursive
432
433 install-info: install-info-recursive
434
435 install-man:
436
437 install-pdf: install-pdf-recursive
438
439 install-ps: install-ps-recursive
440
441 installcheck-am:
442
443 maintainer-clean: maintainer-clean-recursive
444         -rm -f Makefile
445 maintainer-clean-am: distclean-am maintainer-clean-generic
446
447 mostlyclean: mostlyclean-recursive
448
449 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
450
451 pdf: pdf-recursive
452
453 pdf-am:
454
455 ps: ps-recursive
456
457 ps-am:
458
459 uninstall-am:
460
461 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
462         install-strip
463
464 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
465         all all-am check check-am clean clean-generic clean-libtool \
466         ctags ctags-recursive distclean distclean-generic \
467         distclean-libtool distclean-tags distdir dvi dvi-am html \
468         html-am info info-am install install-am install-data \
469         install-data-am install-dvi install-dvi-am install-exec \
470         install-exec-am install-html install-html-am install-info \
471         install-info-am install-man install-pdf install-pdf-am \
472         install-ps install-ps-am install-strip installcheck \
473         installcheck-am installdirs installdirs-am maintainer-clean \
474         maintainer-clean-generic mostlyclean mostlyclean-generic \
475         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
476         uninstall uninstall-am
477
478 # Tell versions [3.59,3.63) of GNU make to not export all variables.
479 # Otherwise a system limit (for SysV at least) may be exceeded.
480 .NOEXPORT: