1# Makefile.in generated by automake 1.10.2 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, 2007, 2008  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# Makefile.am for libgpg-error/tests.
18# Copyright (C) 2003 g10 Code GmbH
19# 
20# This file is part of libgpg-error.
21# 
22# libgpg-error is free software; you can redistribute it and/or modify
23# it under the terms of the GNU Lesser General Public License as
24# published by the Free Software Foundation; either version 2.1 of the
25# License, or (at your option) any later version.
26# 
27# libgpg-error is distributed in the hope that it will be useful,
28# but WITHOUT ANY WARRANTY; without even the implied warranty of
29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30# GNU Lesser General Public License for more details.
31# 
32# You should have received a copy of the GNU Lesser General Public
33# License along with this program; if not, write to the Free Software
34# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35
36
37pkgdatadir = $(datadir)/libgpg-error
38pkglibdir = $(libdir)/libgpg-error
39pkgincludedir = $(includedir)/libgpg-error
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = mipsel-uclibc-linux-gnu26
53host_triplet = mipsel-uclibc-linux-gnu
54TESTS = t-strerror$(EXEEXT) t-syserror$(EXEEXT)
55noinst_PROGRAMS = $(am__EXEEXT_1)
56subdir = tests
57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
60	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
61	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
62	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
63	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
64	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
65	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
66	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68	$(ACLOCAL_M4)
69mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70CONFIG_HEADER = $(top_builddir)/config.h
71CONFIG_CLEAN_FILES =
72am__EXEEXT_1 = t-strerror$(EXEEXT) t-syserror$(EXEEXT)
73PROGRAMS = $(noinst_PROGRAMS)
74t_strerror_SOURCES = t-strerror.c
75t_strerror_OBJECTS = t-strerror.$(OBJEXT)
76t_strerror_LDADD = $(LDADD)
77t_strerror_DEPENDENCIES = ../src/libgpg-error.la
78t_syserror_SOURCES = t-syserror.c
79t_syserror_OBJECTS = t-syserror.$(OBJEXT)
80t_syserror_LDADD = $(LDADD)
81t_syserror_DEPENDENCIES = ../src/libgpg-error.la
82DEFAULT_INCLUDES = -I. -I$(top_builddir)
83depcomp = $(SHELL) $(top_srcdir)/depcomp
84am__depfiles_maybe = depfiles
85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93	$(LDFLAGS) -o $@
94SOURCES = t-strerror.c t-syserror.c
95DIST_SOURCES = t-strerror.c t-syserror.c
96ETAGS = etags
97CTAGS = ctags
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99ACLOCAL = ${SHELL} ${TIMEMACHINE_PATH}/libgpg-error-1.10/missing --run aclocal-1.10
100AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/libgpg-error-1.10/missing --run tar
101AR = mipsel-linux-linux26-ar
102AS = mipsel-linux-uclibc-gcc -c -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time
103AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/libgpg-error-1.10/missing --run autoconf
104AUTOHEADER = ${SHELL} ${TIMEMACHINE_PATH}/libgpg-error-1.10/missing --run autoheader
105AUTOMAKE = ${SHELL} ${TIMEMACHINE_PATH}/libgpg-error-1.10/missing --run automake-1.10
106AWK = gawk
107BUILD_FILEVERSION = 
108BUILD_TIMESTAMP = 
109CC = mipsel-linux-uclibc-gcc
110CCDEPMODE = depmode=gcc3
111CC_FOR_BUILD = cc
112CFLAGS = -I${PKG_INSTALL_DIR}/usr/include
113CPP = mipsel-linux-uclibc-gcc -E
114CPPFLAGS = 
115CYGPATH_W = echo
116DEFS = -DHAVE_CONFIG_H
117DEPDIR = .deps
118DLLTOOL = dlltool
119DSYMUTIL = 
120DUMPBIN = 
121ECHO_C = 
122ECHO_N = -n
123ECHO_T = 
124EGREP = /bin/grep -E
125EXEEXT = 
126FGREP = /bin/grep -F
127GETTEXT_MACRO_VERSION = 0.17
128GMSGFMT = /usr/bin/msgfmt
129GMSGFMT_015 = /usr/bin/msgfmt
130GPG_ERROR_CONFIG_CFLAGS = 
131GPG_ERROR_CONFIG_ISUBDIRAFTER = 
132GPG_ERROR_CONFIG_LIBS = -lgpg-error
133GREP = /bin/grep
134INSTALL = /usr/bin/install -c
135INSTALL_DATA = ${INSTALL} -m 644
136INSTALL_PROGRAM = ${INSTALL}
137INSTALL_SCRIPT = ${INSTALL}
138INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
139INTLLIBS = 
140INTL_MACOSX_LIBS = 
141LD = mipsel-linux-linux26-ld
142LDFLAGS = -L${PKG_INSTALL_DIR}/usr/lib
143LIBGPG_ERROR_LT_AGE = 8
144LIBGPG_ERROR_LT_CURRENT = 8
145LIBGPG_ERROR_LT_REVISION = 0
146LIBICONV = ${TIMEMACHINE_PATH}/gpl_lib/lib/libiconv.a
147LIBINTL = 
148LIBOBJS = 
149LIBS = 
150LIBTOOL = $(SHELL) $(top_builddir)/libtool
151LIPO = 
152LN_S = ln -s
153LTLIBICONV = -L${PKG_INSTALL_DIR}/usr/lib -liconv
154LTLIBINTL = 
155LTLIBOBJS = 
156MAINT = #
157MAKEINFO = ${SHELL} ${TIMEMACHINE_PATH}/libgpg-error-1.10/missing --run makeinfo
158MKDIR_P = /bin/mkdir -p
159MSGFMT = /usr/bin/msgfmt
160MSGFMT_015 = /usr/bin/msgfmt
161MSGMERGE = /usr/bin/msgmerge
162NM = mipsel-linux-linux26-nm
163NMEDIT = 
164OBJDUMP = mipsel-linux-linux26-objdump
165OBJEXT = o
166OTOOL = 
167OTOOL64 = 
168PACKAGE = libgpg-error
169PACKAGE_BUGREPORT = bug-gnupg@gnupg.org
170PACKAGE_NAME = libgpg-error
171PACKAGE_STRING = libgpg-error 1.10
172PACKAGE_TARNAME = libgpg-error
173PACKAGE_URL = 
174PACKAGE_VERSION = 1.10
175PATH_SEPARATOR = :
176POSUB = 
177RANLIB = ranlib
178RC = 
179SED = /bin/sed
180SET_MAKE = 
181SHELL = /bin/sh
182STRIP = mipsel-linux-linux26-strip
183USE_NLS = no
184VERSION = 1.10
185XGETTEXT = /usr/bin/xgettext
186XGETTEXT_015 = /usr/bin/xgettext
187XGETTEXT_EXTRA_OPTIONS = 
188abs_builddir = ${TIMEMACHINE_PATH}/libgpg-error-1.10/tests
189abs_srcdir = ${TIMEMACHINE_PATH}/libgpg-error-1.10/tests
190abs_top_builddir = ${TIMEMACHINE_PATH}/libgpg-error-1.10
191abs_top_srcdir = ${TIMEMACHINE_PATH}/libgpg-error-1.10
192ac_ct_CC = 
193ac_ct_DUMPBIN = 
194am__include = include
195am__leading_dot = .
196am__quote = 
197am__tar = ${AMTAR} chof - "$$tardir"
198am__untar = ${AMTAR} xf -
199bindir = ${exec_prefix}/bin
200build = mipsel-uclibc-linux-gnu26
201build_alias = mipsel-uclibc-linux-gnu26
202build_cpu = mipsel
203build_os = linux-gnu26
204build_vendor = uclibc
205builddir = .
206datadir = ${datarootdir}
207datarootdir = ${prefix}/share
208docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
209dvidir = ${docdir}
210exec_prefix = ${prefix}
211host = mipsel-uclibc-linux-gnu
212host_alias = mipsel-uclibc-linux
213host_cpu = mipsel
214host_os = linux-gnu
215host_vendor = uclibc
216htmldir = ${docdir}
217includedir = ${prefix}/include
218infodir = ${datarootdir}/info
219install_sh = $(SHELL) ${TIMEMACHINE_PATH}/libgpg-error-1.10/install-sh
220libdir = ${exec_prefix}/lib
221libexecdir = ${exec_prefix}/libexec
222localedir = ${datarootdir}/locale
223localstatedir = ${prefix}/var
224lt_ECHO = echo
225mandir = ${datarootdir}/man
226mkdir_p = /bin/mkdir -p
227oldincludedir = /usr/include
228pdfdir = ${docdir}
229prefix = /usr
230program_transform_name = s,x,x,
231psdir = ${docdir}
232sbindir = ${exec_prefix}/sbin
233sharedstatedir = ${prefix}/com
234srcdir = .
235sysconfdir = ${prefix}/etc
236target_alias = mipsel-uclibc-linux-gnu26
237top_build_prefix = ../
238top_builddir = ..
239top_srcdir = ..
240extra_includes = 
241#extra_includes = -idirafter $(top_builddir)/src/gpg-extra
242INCLUDES = -I$(top_builddir)/src $(extra_includes)
243LDADD = ../src/libgpg-error.la
244all: all-am
245
246.SUFFIXES:
247.SUFFIXES: .c .lo .o .obj
248$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
249	@for dep in $?; do \
250	  case '$(am__configure_deps)' in \
251	    *$$dep*) \
252	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
253	        && { if test -f $@; then exit 0; else break; fi; }; \
254	      exit 1;; \
255	  esac; \
256	done; \
257	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
258	cd $(top_srcdir) && \
259	  $(AUTOMAKE) --gnu  tests/Makefile
260.PRECIOUS: Makefile
261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262	@case '$?' in \
263	  *config.status*) \
264	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265	  *) \
266	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268	esac;
269
270$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
273$(top_srcdir)/configure: # $(am__configure_deps)
274	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
276	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
278clean-noinstPROGRAMS:
279	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
280	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
281	  echo " rm -f $$p $$f"; \
282	  rm -f $$p $$f ; \
283	done
284t-strerror$(EXEEXT): $(t_strerror_OBJECTS) $(t_strerror_DEPENDENCIES) 
285	@rm -f t-strerror$(EXEEXT)
286	$(LINK) $(t_strerror_OBJECTS) $(t_strerror_LDADD) $(LIBS)
287t-syserror$(EXEEXT): $(t_syserror_OBJECTS) $(t_syserror_DEPENDENCIES) 
288	@rm -f t-syserror$(EXEEXT)
289	$(LINK) $(t_syserror_OBJECTS) $(t_syserror_LDADD) $(LIBS)
290
291mostlyclean-compile:
292	-rm -f *.$(OBJEXT)
293
294distclean-compile:
295	-rm -f *.tab.c
296
297include ./$(DEPDIR)/t-strerror.Po
298include ./$(DEPDIR)/t-syserror.Po
299
300.c.o:
301	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
303#	source='$<' object='$@' libtool=no \
304#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
305#	$(COMPILE) -c $<
306
307.c.obj:
308	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
309	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310#	source='$<' object='$@' libtool=no \
311#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
312#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
313
314.c.lo:
315	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
316	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
317#	source='$<' object='$@' libtool=yes \
318#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
319#	$(LTCOMPILE) -c -o $@ $<
320
321mostlyclean-libtool:
322	-rm -f *.lo
323
324clean-libtool:
325	-rm -rf .libs _libs
326
327ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329	unique=`for i in $$list; do \
330	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331	  done | \
332	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333	      END { if (nonempty) { for (i in files) print i; }; }'`; \
334	mkid -fID $$unique
335tags: TAGS
336
337TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338		$(TAGS_FILES) $(LISP)
339	tags=; \
340	here=`pwd`; \
341	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
342	unique=`for i in $$list; do \
343	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344	  done | \
345	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346	      END { if (nonempty) { for (i in files) print i; }; }'`; \
347	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
348	  test -n "$$unique" || unique=$$empty_fix; \
349	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350	    $$tags $$unique; \
351	fi
352ctags: CTAGS
353CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354		$(TAGS_FILES) $(LISP)
355	tags=; \
356	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357	unique=`for i in $$list; do \
358	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359	  done | \
360	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361	      END { if (nonempty) { for (i in files) print i; }; }'`; \
362	test -z "$(CTAGS_ARGS)$$tags$$unique" \
363	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
364	     $$tags $$unique
365
366GTAGS:
367	here=`$(am__cd) $(top_builddir) && pwd` \
368	  && cd $(top_srcdir) \
369	  && gtags -i $(GTAGS_ARGS) $$here
370
371distclean-tags:
372	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
373
374check-TESTS: $(TESTS)
375	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
376	srcdir=$(srcdir); export srcdir; \
377	list=' $(TESTS) '; \
378	if test -n "$$list"; then \
379	  for tst in $$list; do \
380	    if test -f ./$$tst; then dir=./; \
381	    elif test -f $$tst; then dir=; \
382	    else dir="$(srcdir)/"; fi; \
383	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
384	      all=`expr $$all + 1`; \
385	      case " $(XFAIL_TESTS) " in \
386	      *[\ \	]$$tst[\ \	]*) \
387		xpass=`expr $$xpass + 1`; \
388		failed=`expr $$failed + 1`; \
389		echo "XPASS: $$tst"; \
390	      ;; \
391	      *) \
392		echo "PASS: $$tst"; \
393	      ;; \
394	      esac; \
395	    elif test $$? -ne 77; then \
396	      all=`expr $$all + 1`; \
397	      case " $(XFAIL_TESTS) " in \
398	      *[\ \	]$$tst[\ \	]*) \
399		xfail=`expr $$xfail + 1`; \
400		echo "XFAIL: $$tst"; \
401	      ;; \
402	      *) \
403		failed=`expr $$failed + 1`; \
404		echo "FAIL: $$tst"; \
405	      ;; \
406	      esac; \
407	    else \
408	      skip=`expr $$skip + 1`; \
409	      echo "SKIP: $$tst"; \
410	    fi; \
411	  done; \
412	  if test "$$all" -eq 1; then \
413	    tests="test"; \
414	    All=""; \
415	  else \
416	    tests="tests"; \
417	    All="All "; \
418	  fi; \
419	  if test "$$failed" -eq 0; then \
420	    if test "$$xfail" -eq 0; then \
421	      banner="$$All$$all $$tests passed"; \
422	    else \
423	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
424	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
425	    fi; \
426	  else \
427	    if test "$$xpass" -eq 0; then \
428	      banner="$$failed of $$all $$tests failed"; \
429	    else \
430	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
431	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
432	    fi; \
433	  fi; \
434	  dashes="$$banner"; \
435	  skipped=""; \
436	  if test "$$skip" -ne 0; then \
437	    if test "$$skip" -eq 1; then \
438	      skipped="($$skip test was not run)"; \
439	    else \
440	      skipped="($$skip tests were not run)"; \
441	    fi; \
442	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
443	      dashes="$$skipped"; \
444	  fi; \
445	  report=""; \
446	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
447	    report="Please report to $(PACKAGE_BUGREPORT)"; \
448	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
449	      dashes="$$report"; \
450	  fi; \
451	  dashes=`echo "$$dashes" | sed s/./=/g`; \
452	  echo "$$dashes"; \
453	  echo "$$banner"; \
454	  test -z "$$skipped" || echo "$$skipped"; \
455	  test -z "$$report" || echo "$$report"; \
456	  echo "$$dashes"; \
457	  test "$$failed" -eq 0; \
458	else :; fi
459
460distdir: $(DISTFILES)
461	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463	list='$(DISTFILES)'; \
464	  dist_files=`for file in $$list; do echo $$file; done | \
465	  sed -e "s|^$$srcdirstrip/||;t" \
466	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
467	case $$dist_files in \
468	  */*) $(MKDIR_P) `echo "$$dist_files" | \
469			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
470			   sort -u` ;; \
471	esac; \
472	for file in $$dist_files; do \
473	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
474	  if test -d $$d/$$file; then \
475	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
476	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
477	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
478	    fi; \
479	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
480	  else \
481	    test -f $(distdir)/$$file \
482	    || cp -p $$d/$$file $(distdir)/$$file \
483	    || exit 1; \
484	  fi; \
485	done
486check-am: all-am
487	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
488check: check-am
489all-am: Makefile $(PROGRAMS)
490installdirs:
491install: install-am
492install-exec: install-exec-am
493install-data: install-data-am
494uninstall: uninstall-am
495
496install-am: all-am
497	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498
499installcheck: installcheck-am
500install-strip:
501	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503	  `test -z '$(STRIP)' || \
504	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-generic:
510	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511
512maintainer-clean-generic:
513	@echo "This command is intended for maintainers to use"
514	@echo "it deletes files that may require special tools to rebuild."
515clean: clean-am
516
517clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
518	mostlyclean-am
519
520distclean: distclean-am
521	-rm -rf ./$(DEPDIR)
522	-rm -f Makefile
523distclean-am: clean-am distclean-compile distclean-generic \
524	distclean-tags
525
526dvi: dvi-am
527
528dvi-am:
529
530html: html-am
531
532info: info-am
533
534info-am:
535
536install-data-am:
537
538install-dvi: install-dvi-am
539
540install-exec-am:
541
542install-html: install-html-am
543
544install-info: install-info-am
545
546install-man:
547
548install-pdf: install-pdf-am
549
550install-ps: install-ps-am
551
552installcheck-am:
553
554maintainer-clean: maintainer-clean-am
555	-rm -rf ./$(DEPDIR)
556	-rm -f Makefile
557maintainer-clean-am: distclean-am maintainer-clean-generic
558
559mostlyclean: mostlyclean-am
560
561mostlyclean-am: mostlyclean-compile mostlyclean-generic \
562	mostlyclean-libtool
563
564pdf: pdf-am
565
566pdf-am:
567
568ps: ps-am
569
570ps-am:
571
572uninstall-am:
573
574.MAKE: install-am install-strip
575
576.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
577	clean-generic clean-libtool clean-noinstPROGRAMS ctags \
578	distclean distclean-compile distclean-generic \
579	distclean-libtool distclean-tags distdir dvi dvi-am html \
580	html-am info info-am install install-am install-data \
581	install-data-am install-dvi install-dvi-am install-exec \
582	install-exec-am install-html install-html-am install-info \
583	install-info-am install-man install-pdf install-pdf-am \
584	install-ps install-ps-am install-strip installcheck \
585	installcheck-am installdirs maintainer-clean \
586	maintainer-clean-generic mostlyclean mostlyclean-compile \
587	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
588	tags uninstall uninstall-am
589
590# Tell versions [3.59,3.63) of GNU make to not export all variables.
591# Otherwise a system limit (for SysV at least) may be exceeded.
592.NOEXPORT:
593