Annotation of embedaddon/confuse/tests/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6: # Inc.
7: # This Makefile.in is free software; the Free Software Foundation
8: # gives unlimited permission to copy and/or distribute it,
9: # with or without modifications, as long as this notice is preserved.
10:
11: # This program is distributed in the hope that it will be useful,
12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14: # PARTICULAR PURPOSE.
15:
16: @SET_MAKE@
17: VPATH = @srcdir@
18: pkgdatadir = $(datadir)/@PACKAGE@
19: pkgincludedir = $(includedir)/@PACKAGE@
20: pkglibdir = $(libdir)/@PACKAGE@
21: pkglibexecdir = $(libexecdir)/@PACKAGE@
22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23: install_sh_DATA = $(install_sh) -c -m 644
24: install_sh_PROGRAM = $(install_sh) -c
25: install_sh_SCRIPT = $(install_sh) -c
26: INSTALL_HEADER = $(INSTALL_DATA)
27: transform = $(program_transform_name)
28: NORMAL_INSTALL = :
29: PRE_INSTALL = :
30: POST_INSTALL = :
31: NORMAL_UNINSTALL = :
32: PRE_UNINSTALL = :
33: POST_UNINSTALL = :
34: build_triplet = @build@
35: host_triplet = @host@
36: TESTS = suite_single$(EXEEXT) suite_dup$(EXEEXT) suite_func$(EXEEXT) \
37: suite_list$(EXEEXT) suite_validate$(EXEEXT) \
38: list_plus_syntax$(EXEEXT) section_title_dupes$(EXEEXT) \
39: single_title_sections$(EXEEXT) quote_before_print$(EXEEXT) \
40: include$(EXEEXT)
41: check_PROGRAMS = $(am__EXEEXT_1)
42: subdir = tests
43: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45: am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
46: $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
47: $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
48: $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
49: $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
50: $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
51: $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
52: $(top_srcdir)/configure.ac
53: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54: $(ACLOCAL_M4)
55: mkinstalldirs = $(install_sh) -d
56: CONFIG_HEADER = $(top_builddir)/config.h
57: CONFIG_CLEAN_FILES =
58: CONFIG_CLEAN_VPATH_FILES =
59: am__EXEEXT_1 = suite_single$(EXEEXT) suite_dup$(EXEEXT) \
60: suite_func$(EXEEXT) suite_list$(EXEEXT) \
61: suite_validate$(EXEEXT) list_plus_syntax$(EXEEXT) \
62: section_title_dupes$(EXEEXT) single_title_sections$(EXEEXT) \
63: quote_before_print$(EXEEXT) include$(EXEEXT)
64: include_SOURCES = include.c
65: include_OBJECTS = include.$(OBJEXT)
66: include_LDADD = $(LDADD)
67: am__DEPENDENCIES_1 =
68: include_DEPENDENCIES = ../src/libconfuse.la $(am__DEPENDENCIES_1)
69: list_plus_syntax_SOURCES = list_plus_syntax.c
70: list_plus_syntax_OBJECTS = list_plus_syntax.$(OBJEXT)
71: list_plus_syntax_LDADD = $(LDADD)
72: list_plus_syntax_DEPENDENCIES = ../src/libconfuse.la \
73: $(am__DEPENDENCIES_1)
74: quote_before_print_SOURCES = quote_before_print.c
75: quote_before_print_OBJECTS = quote_before_print.$(OBJEXT)
76: quote_before_print_LDADD = $(LDADD)
77: quote_before_print_DEPENDENCIES = ../src/libconfuse.la \
78: $(am__DEPENDENCIES_1)
79: section_title_dupes_SOURCES = section_title_dupes.c
80: section_title_dupes_OBJECTS = section_title_dupes.$(OBJEXT)
81: section_title_dupes_LDADD = $(LDADD)
82: section_title_dupes_DEPENDENCIES = ../src/libconfuse.la \
83: $(am__DEPENDENCIES_1)
84: single_title_sections_SOURCES = single_title_sections.c
85: single_title_sections_OBJECTS = single_title_sections.$(OBJEXT)
86: single_title_sections_LDADD = $(LDADD)
87: single_title_sections_DEPENDENCIES = ../src/libconfuse.la \
88: $(am__DEPENDENCIES_1)
89: suite_dup_SOURCES = suite_dup.c
90: suite_dup_OBJECTS = suite_dup.$(OBJEXT)
91: suite_dup_LDADD = $(LDADD)
92: suite_dup_DEPENDENCIES = ../src/libconfuse.la $(am__DEPENDENCIES_1)
93: suite_func_SOURCES = suite_func.c
94: suite_func_OBJECTS = suite_func.$(OBJEXT)
95: suite_func_LDADD = $(LDADD)
96: suite_func_DEPENDENCIES = ../src/libconfuse.la $(am__DEPENDENCIES_1)
97: suite_list_SOURCES = suite_list.c
98: suite_list_OBJECTS = suite_list.$(OBJEXT)
99: suite_list_LDADD = $(LDADD)
100: suite_list_DEPENDENCIES = ../src/libconfuse.la $(am__DEPENDENCIES_1)
101: suite_single_SOURCES = suite_single.c
102: suite_single_OBJECTS = suite_single.$(OBJEXT)
103: suite_single_LDADD = $(LDADD)
104: suite_single_DEPENDENCIES = ../src/libconfuse.la $(am__DEPENDENCIES_1)
105: suite_validate_SOURCES = suite_validate.c
106: suite_validate_OBJECTS = suite_validate.$(OBJEXT)
107: suite_validate_LDADD = $(LDADD)
108: suite_validate_DEPENDENCIES = ../src/libconfuse.la \
109: $(am__DEPENDENCIES_1)
110: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
111: depcomp = $(SHELL) $(top_srcdir)/support/depcomp
112: am__depfiles_maybe = depfiles
113: am__mv = mv -f
114: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
118: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119: CCLD = $(CC)
120: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
121: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
122: $(LDFLAGS) -o $@
123: SOURCES = include.c list_plus_syntax.c quote_before_print.c \
124: section_title_dupes.c single_title_sections.c suite_dup.c \
125: suite_func.c suite_list.c suite_single.c suite_validate.c
126: DIST_SOURCES = include.c list_plus_syntax.c quote_before_print.c \
127: section_title_dupes.c single_title_sections.c suite_dup.c \
128: suite_func.c suite_list.c suite_single.c suite_validate.c
129: ETAGS = etags
130: CTAGS = ctags
131: am__tty_colors = \
132: red=; grn=; lgn=; blu=; std=
133: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134: ACLOCAL = @ACLOCAL@
135: AMTAR = @AMTAR@
136: AR = @AR@
137: AUTOCONF = @AUTOCONF@
138: AUTOHEADER = @AUTOHEADER@
139: AUTOMAKE = @AUTOMAKE@
140: AWK = @AWK@
141: CC = @CC@
142: CCDEPMODE = @CCDEPMODE@
143: CFLAGS = @CFLAGS@
144: CPP = @CPP@
145: CPPFLAGS = @CPPFLAGS@
146: CYGPATH_W = @CYGPATH_W@
147: DEFS = -DSRC_DIR='"$(srcdir)"'
148: DEPDIR = @DEPDIR@
149: DSYMUTIL = @DSYMUTIL@
150: DUMPBIN = @DUMPBIN@
151: ECHO_C = @ECHO_C@
152: ECHO_N = @ECHO_N@
153: ECHO_T = @ECHO_T@
154: EGREP = @EGREP@
155: EXEEXT = @EXEEXT@
156: FGREP = @FGREP@
157: GMSGFMT = @GMSGFMT@
158: GMSGFMT_015 = @GMSGFMT_015@
159: GREP = @GREP@
160: INSTALL = @INSTALL@
161: INSTALL_DATA = @INSTALL_DATA@
162: INSTALL_PROGRAM = @INSTALL_PROGRAM@
163: INSTALL_SCRIPT = @INSTALL_SCRIPT@
164: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165: INTLLIBS = @INTLLIBS@
166: INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
167: LD = @LD@
168: LDFLAGS = @LDFLAGS@
169: LEX = @LEX@
170: LEXLIB = @LEXLIB@
171: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
172: LIBICONV = @LIBICONV@
173: LIBINTL = @LIBINTL@
174: LIBOBJS = @LIBOBJS@
175: LIBS = @LIBS@
176: LIBTOOL = @LIBTOOL@
177: LIPO = @LIPO@
178: LN_S = @LN_S@
179: LTLIBICONV = @LTLIBICONV@
180: LTLIBINTL = @LTLIBINTL@
181: LTLIBOBJS = @LTLIBOBJS@
182: MAINT = @MAINT@
183: MAKEINFO = @MAKEINFO@
184: MKDIR_P = @MKDIR_P@
185: MSGFMT = @MSGFMT@
186: MSGFMT_015 = @MSGFMT_015@
187: MSGMERGE = @MSGMERGE@
188: NM = @NM@
189: NMEDIT = @NMEDIT@
190: OBJDUMP = @OBJDUMP@
191: OBJEXT = @OBJEXT@
192: OTOOL = @OTOOL@
193: OTOOL64 = @OTOOL64@
194: PACKAGE = @PACKAGE@
195: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196: PACKAGE_NAME = @PACKAGE_NAME@
197: PACKAGE_STRING = @PACKAGE_STRING@
198: PACKAGE_TARNAME = @PACKAGE_TARNAME@
199: PACKAGE_URL = @PACKAGE_URL@
200: PACKAGE_VERSION = @PACKAGE_VERSION@
201: PATH_SEPARATOR = @PATH_SEPARATOR@
202: POSUB = @POSUB@
203: RANLIB = @RANLIB@
204: SED = @SED@
205: SET_MAKE = @SET_MAKE@
206: SHELL = @SHELL@
207: STRIP = @STRIP@
208: USE_NLS = @USE_NLS@
209: VERSION = @VERSION@
210: XGETTEXT = @XGETTEXT@
211: XGETTEXT_015 = @XGETTEXT_015@
212: abs_builddir = @abs_builddir@
213: abs_srcdir = @abs_srcdir@
214: abs_top_builddir = @abs_top_builddir@
215: abs_top_srcdir = @abs_top_srcdir@
216: ac_ct_CC = @ac_ct_CC@
217: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218: am__include = @am__include@
219: am__leading_dot = @am__leading_dot@
220: am__quote = @am__quote@
221: am__tar = @am__tar@
222: am__untar = @am__untar@
223: bindir = @bindir@
224: build = @build@
225: build_alias = @build_alias@
226: build_cpu = @build_cpu@
227: build_os = @build_os@
228: build_vendor = @build_vendor@
229: builddir = @builddir@
230: datadir = @datadir@
231: datarootdir = @datarootdir@
232: docdir = @docdir@
233: dvidir = @dvidir@
234: exec_prefix = @exec_prefix@
235: host = @host@
236: host_alias = @host_alias@
237: host_cpu = @host_cpu@
238: host_os = @host_os@
239: host_vendor = @host_vendor@
240: htmldir = @htmldir@
241: includedir = @includedir@
242: infodir = @infodir@
243: install_sh = @install_sh@
244: libdir = @libdir@
245: libexecdir = @libexecdir@
246: localedir = @localedir@
247: localstatedir = @localstatedir@
248: lt_ECHO = @lt_ECHO@
249: mandir = @mandir@
250: mkdir_p = @mkdir_p@
251: oldincludedir = @oldincludedir@
252: pdfdir = @pdfdir@
253: prefix = @prefix@
254: program_transform_name = @program_transform_name@
255: psdir = @psdir@
256: sbindir = @sbindir@
257: sharedstatedir = @sharedstatedir@
258: srcdir = @srcdir@
259: sysconfdir = @sysconfdir@
260: target_alias = @target_alias@
261: top_build_prefix = @top_build_prefix@
262: top_builddir = @top_builddir@
263: top_srcdir = @top_srcdir@
264: LDADD = -L../src ../src/libconfuse.la $(LTLIBINTL)
265: EXTRA_DIST = a.conf b.conf check_confuse.h
266: CLEANFILES = *~
267: all: all-am
268:
269: .SUFFIXES:
270: .SUFFIXES: .c .lo .o .obj
271: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
272: @for dep in $?; do \
273: case '$(am__configure_deps)' in \
274: *$$dep*) \
275: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276: && { if test -f $@; then exit 0; else break; fi; }; \
277: exit 1;; \
278: esac; \
279: done; \
280: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
281: $(am__cd) $(top_srcdir) && \
282: $(AUTOMAKE) --gnu tests/Makefile
283: .PRECIOUS: Makefile
284: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285: @case '$?' in \
286: *config.status*) \
287: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288: *) \
289: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291: esac;
292:
293: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295:
296: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
297: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
299: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300: $(am__aclocal_m4_deps):
301:
302: clean-checkPROGRAMS:
303: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
304: echo " rm -f" $$list; \
305: rm -f $$list || exit $$?; \
306: test -n "$(EXEEXT)" || exit 0; \
307: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
308: echo " rm -f" $$list; \
309: rm -f $$list
310: include$(EXEEXT): $(include_OBJECTS) $(include_DEPENDENCIES)
311: @rm -f include$(EXEEXT)
312: $(LINK) $(include_OBJECTS) $(include_LDADD) $(LIBS)
313: list_plus_syntax$(EXEEXT): $(list_plus_syntax_OBJECTS) $(list_plus_syntax_DEPENDENCIES)
314: @rm -f list_plus_syntax$(EXEEXT)
315: $(LINK) $(list_plus_syntax_OBJECTS) $(list_plus_syntax_LDADD) $(LIBS)
316: quote_before_print$(EXEEXT): $(quote_before_print_OBJECTS) $(quote_before_print_DEPENDENCIES)
317: @rm -f quote_before_print$(EXEEXT)
318: $(LINK) $(quote_before_print_OBJECTS) $(quote_before_print_LDADD) $(LIBS)
319: section_title_dupes$(EXEEXT): $(section_title_dupes_OBJECTS) $(section_title_dupes_DEPENDENCIES)
320: @rm -f section_title_dupes$(EXEEXT)
321: $(LINK) $(section_title_dupes_OBJECTS) $(section_title_dupes_LDADD) $(LIBS)
322: single_title_sections$(EXEEXT): $(single_title_sections_OBJECTS) $(single_title_sections_DEPENDENCIES)
323: @rm -f single_title_sections$(EXEEXT)
324: $(LINK) $(single_title_sections_OBJECTS) $(single_title_sections_LDADD) $(LIBS)
325: suite_dup$(EXEEXT): $(suite_dup_OBJECTS) $(suite_dup_DEPENDENCIES)
326: @rm -f suite_dup$(EXEEXT)
327: $(LINK) $(suite_dup_OBJECTS) $(suite_dup_LDADD) $(LIBS)
328: suite_func$(EXEEXT): $(suite_func_OBJECTS) $(suite_func_DEPENDENCIES)
329: @rm -f suite_func$(EXEEXT)
330: $(LINK) $(suite_func_OBJECTS) $(suite_func_LDADD) $(LIBS)
331: suite_list$(EXEEXT): $(suite_list_OBJECTS) $(suite_list_DEPENDENCIES)
332: @rm -f suite_list$(EXEEXT)
333: $(LINK) $(suite_list_OBJECTS) $(suite_list_LDADD) $(LIBS)
334: suite_single$(EXEEXT): $(suite_single_OBJECTS) $(suite_single_DEPENDENCIES)
335: @rm -f suite_single$(EXEEXT)
336: $(LINK) $(suite_single_OBJECTS) $(suite_single_LDADD) $(LIBS)
337: suite_validate$(EXEEXT): $(suite_validate_OBJECTS) $(suite_validate_DEPENDENCIES)
338: @rm -f suite_validate$(EXEEXT)
339: $(LINK) $(suite_validate_OBJECTS) $(suite_validate_LDADD) $(LIBS)
340:
341: mostlyclean-compile:
342: -rm -f *.$(OBJEXT)
343:
344: distclean-compile:
345: -rm -f *.tab.c
346:
347: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/include.Po@am__quote@
348: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list_plus_syntax.Po@am__quote@
349: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote_before_print.Po@am__quote@
350: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section_title_dupes.Po@am__quote@
351: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/single_title_sections.Po@am__quote@
352: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suite_dup.Po@am__quote@
353: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suite_func.Po@am__quote@
354: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suite_list.Po@am__quote@
355: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suite_single.Po@am__quote@
356: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suite_validate.Po@am__quote@
357:
358: .c.o:
359: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
360: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
364:
365: .c.obj:
366: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
367: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
371:
372: .c.lo:
373: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
374: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
375: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
376: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
378:
379: mostlyclean-libtool:
380: -rm -f *.lo
381:
382: clean-libtool:
383: -rm -rf .libs _libs
384:
385: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
386: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
387: unique=`for i in $$list; do \
388: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389: done | \
390: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391: END { if (nonempty) { for (i in files) print i; }; }'`; \
392: mkid -fID $$unique
393: tags: TAGS
394:
395: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
396: $(TAGS_FILES) $(LISP)
397: set x; \
398: here=`pwd`; \
399: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
400: unique=`for i in $$list; do \
401: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402: done | \
403: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404: END { if (nonempty) { for (i in files) print i; }; }'`; \
405: shift; \
406: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
407: test -n "$$unique" || unique=$$empty_fix; \
408: if test $$# -gt 0; then \
409: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410: "$$@" $$unique; \
411: else \
412: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
413: $$unique; \
414: fi; \
415: fi
416: ctags: CTAGS
417: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
418: $(TAGS_FILES) $(LISP)
419: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
420: unique=`for i in $$list; do \
421: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422: done | \
423: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
424: END { if (nonempty) { for (i in files) print i; }; }'`; \
425: test -z "$(CTAGS_ARGS)$$unique" \
426: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
427: $$unique
428:
429: GTAGS:
430: here=`$(am__cd) $(top_builddir) && pwd` \
431: && $(am__cd) $(top_srcdir) \
432: && gtags -i $(GTAGS_ARGS) "$$here"
433:
434: distclean-tags:
435: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436:
437: check-TESTS: $(TESTS)
438: @failed=0; all=0; xfail=0; xpass=0; skip=0; \
439: srcdir=$(srcdir); export srcdir; \
440: list=' $(TESTS) '; \
441: $(am__tty_colors); \
442: if test -n "$$list"; then \
443: for tst in $$list; do \
444: if test -f ./$$tst; then dir=./; \
445: elif test -f $$tst; then dir=; \
446: else dir="$(srcdir)/"; fi; \
447: if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
448: all=`expr $$all + 1`; \
449: case " $(XFAIL_TESTS) " in \
450: *[\ \ ]$$tst[\ \ ]*) \
451: xpass=`expr $$xpass + 1`; \
452: failed=`expr $$failed + 1`; \
453: col=$$red; res=XPASS; \
454: ;; \
455: *) \
456: col=$$grn; res=PASS; \
457: ;; \
458: esac; \
459: elif test $$? -ne 77; then \
460: all=`expr $$all + 1`; \
461: case " $(XFAIL_TESTS) " in \
462: *[\ \ ]$$tst[\ \ ]*) \
463: xfail=`expr $$xfail + 1`; \
464: col=$$lgn; res=XFAIL; \
465: ;; \
466: *) \
467: failed=`expr $$failed + 1`; \
468: col=$$red; res=FAIL; \
469: ;; \
470: esac; \
471: else \
472: skip=`expr $$skip + 1`; \
473: col=$$blu; res=SKIP; \
474: fi; \
475: echo "$${col}$$res$${std}: $$tst"; \
476: done; \
477: if test "$$all" -eq 1; then \
478: tests="test"; \
479: All=""; \
480: else \
481: tests="tests"; \
482: All="All "; \
483: fi; \
484: if test "$$failed" -eq 0; then \
485: if test "$$xfail" -eq 0; then \
486: banner="$$All$$all $$tests passed"; \
487: else \
488: if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
489: banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
490: fi; \
491: else \
492: if test "$$xpass" -eq 0; then \
493: banner="$$failed of $$all $$tests failed"; \
494: else \
495: if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
496: banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
497: fi; \
498: fi; \
499: dashes="$$banner"; \
500: skipped=""; \
501: if test "$$skip" -ne 0; then \
502: if test "$$skip" -eq 1; then \
503: skipped="($$skip test was not run)"; \
504: else \
505: skipped="($$skip tests were not run)"; \
506: fi; \
507: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
508: dashes="$$skipped"; \
509: fi; \
510: report=""; \
511: if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
512: report="Please report to $(PACKAGE_BUGREPORT)"; \
513: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
514: dashes="$$report"; \
515: fi; \
516: dashes=`echo "$$dashes" | sed s/./=/g`; \
517: if test "$$failed" -eq 0; then \
518: echo "$$grn$$dashes"; \
519: else \
520: echo "$$red$$dashes"; \
521: fi; \
522: echo "$$banner"; \
523: test -z "$$skipped" || echo "$$skipped"; \
524: test -z "$$report" || echo "$$report"; \
525: echo "$$dashes$$std"; \
526: test "$$failed" -eq 0; \
527: else :; fi
528:
529: distdir: $(DISTFILES)
530: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532: list='$(DISTFILES)'; \
533: dist_files=`for file in $$list; do echo $$file; done | \
534: sed -e "s|^$$srcdirstrip/||;t" \
535: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
536: case $$dist_files in \
537: */*) $(MKDIR_P) `echo "$$dist_files" | \
538: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539: sort -u` ;; \
540: esac; \
541: for file in $$dist_files; do \
542: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543: if test -d $$d/$$file; then \
544: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
545: if test -d "$(distdir)/$$file"; then \
546: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547: fi; \
548: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
549: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
550: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551: fi; \
552: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553: else \
554: test -f "$(distdir)/$$file" \
555: || cp -p $$d/$$file "$(distdir)/$$file" \
556: || exit 1; \
557: fi; \
558: done
559: check-am: all-am
560: $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
561: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
562: check: check-am
563: all-am: Makefile
564: installdirs:
565: install: install-am
566: install-exec: install-exec-am
567: install-data: install-data-am
568: uninstall: uninstall-am
569:
570: install-am: all-am
571: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
572:
573: installcheck: installcheck-am
574: install-strip:
575: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
576: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
577: `test -z '$(STRIP)' || \
578: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
579: mostlyclean-generic:
580:
581: clean-generic:
582: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
583:
584: distclean-generic:
585: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
586: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
587:
588: maintainer-clean-generic:
589: @echo "This command is intended for maintainers to use"
590: @echo "it deletes files that may require special tools to rebuild."
591: clean: clean-am
592:
593: clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
594: mostlyclean-am
595:
596: distclean: distclean-am
597: -rm -rf ./$(DEPDIR)
598: -rm -f Makefile
599: distclean-am: clean-am distclean-compile distclean-generic \
600: distclean-tags
601:
602: dvi: dvi-am
603:
604: dvi-am:
605:
606: html: html-am
607:
608: html-am:
609:
610: info: info-am
611:
612: info-am:
613:
614: install-data-am:
615:
616: install-dvi: install-dvi-am
617:
618: install-dvi-am:
619:
620: install-exec-am:
621:
622: install-html: install-html-am
623:
624: install-html-am:
625:
626: install-info: install-info-am
627:
628: install-info-am:
629:
630: install-man:
631:
632: install-pdf: install-pdf-am
633:
634: install-pdf-am:
635:
636: install-ps: install-ps-am
637:
638: install-ps-am:
639:
640: installcheck-am:
641:
642: maintainer-clean: maintainer-clean-am
643: -rm -rf ./$(DEPDIR)
644: -rm -f Makefile
645: maintainer-clean-am: distclean-am maintainer-clean-generic
646:
647: mostlyclean: mostlyclean-am
648:
649: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
650: mostlyclean-libtool
651:
652: pdf: pdf-am
653:
654: pdf-am:
655:
656: ps: ps-am
657:
658: ps-am:
659:
660: uninstall-am:
661:
662: .MAKE: check-am install-am install-strip
663:
664: .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
665: clean-checkPROGRAMS clean-generic clean-libtool ctags \
666: distclean distclean-compile distclean-generic \
667: distclean-libtool distclean-tags distdir dvi dvi-am html \
668: html-am info info-am install install-am install-data \
669: install-data-am install-dvi install-dvi-am install-exec \
670: install-exec-am install-html install-html-am install-info \
671: install-info-am install-man install-pdf install-pdf-am \
672: install-ps install-ps-am install-strip installcheck \
673: installcheck-am installdirs maintainer-clean \
674: maintainer-clean-generic mostlyclean mostlyclean-compile \
675: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
676: tags uninstall uninstall-am
677:
678:
679: celan: clean
680:
681: # Tell versions [3.59,3.63) of GNU make to not export all variables.
682: # Otherwise a system limit (for SysV at least) may be exceeded.
683: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>