1# Makefile.in generated by automake 1.10.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  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@SET_MAKE@
16
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35subdir = .
36DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
37	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
38	$(srcdir)/smf.pc.in $(top_srcdir)/configure COPYING NEWS TODO \
39	config.guess config.sub depcomp install-sh ltmain.sh missing
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45 configure.lineno config.status.lineno
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = config.h
48CONFIG_CLEAN_FILES = smf.pc
49SOURCES =
50DIST_SOURCES =
51RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52	html-recursive info-recursive install-data-recursive \
53	install-dvi-recursive install-exec-recursive \
54	install-html-recursive install-info-recursive \
55	install-pdf-recursive install-ps-recursive install-recursive \
56	installcheck-recursive installdirs-recursive pdf-recursive \
57	ps-recursive uninstall-recursive
58am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59am__vpath_adj = case $$p in \
60    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61    *) f=$$p;; \
62  esac;
63am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
64am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
65pkgconfigDATA_INSTALL = $(INSTALL_DATA)
66DATA = $(pkgconfig_DATA)
67RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
68  distclean-recursive maintainer-clean-recursive
69ETAGS = etags
70CTAGS = ctags
71DIST_SUBDIRS = $(SUBDIRS)
72DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73distdir = $(PACKAGE)-$(VERSION)
74top_distdir = $(distdir)
75am__remove_distdir = \
76  { test ! -d $(distdir) \
77    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
78         && rm -fr $(distdir); }; }
79DIST_ARCHIVES = $(distdir).tar.gz
80GZIP_ENV = --best
81distuninstallcheck_listfiles = find . -type f -print
82distcleancheck_listfiles = find . -type f -print
83ACLOCAL = @ACLOCAL@
84AMTAR = @AMTAR@
85AR = @AR@
86AUTOCONF = @AUTOCONF@
87AUTOHEADER = @AUTOHEADER@
88AUTOMAKE = @AUTOMAKE@
89AWK = @AWK@
90CC = @CC@
91CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@
93CPP = @CPP@
94CPPFLAGS = @CPPFLAGS@
95CYGPATH_W = @CYGPATH_W@
96DEFS = @DEFS@
97DEPDIR = @DEPDIR@
98DSYMUTIL = @DSYMUTIL@
99DUMPBIN = @DUMPBIN@
100ECHO_C = @ECHO_C@
101ECHO_N = @ECHO_N@
102ECHO_T = @ECHO_T@
103EGREP = @EGREP@
104EXEEXT = @EXEEXT@
105FGREP = @FGREP@
106GLIB_CFLAGS = @GLIB_CFLAGS@
107GLIB_LIBS = @GLIB_LIBS@
108GREP = @GREP@
109INSTALL = @INSTALL@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LD = @LD@
115LDFLAGS = @LDFLAGS@
116LIBOBJS = @LIBOBJS@
117LIBS = @LIBS@
118LIBTOOL = @LIBTOOL@
119LIPO = @LIPO@
120LN_S = @LN_S@
121LTLIBOBJS = @LTLIBOBJS@
122MAKEINFO = @MAKEINFO@
123MKDIR_P = @MKDIR_P@
124NM = @NM@
125NMEDIT = @NMEDIT@
126OBJDUMP = @OBJDUMP@
127OBJEXT = @OBJEXT@
128OTOOL = @OTOOL@
129OTOOL64 = @OTOOL64@
130PACKAGE = @PACKAGE@
131PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132PACKAGE_NAME = @PACKAGE_NAME@
133PACKAGE_STRING = @PACKAGE_STRING@
134PACKAGE_TARNAME = @PACKAGE_TARNAME@
135PACKAGE_VERSION = @PACKAGE_VERSION@
136PATH_SEPARATOR = @PATH_SEPARATOR@
137PKG_CONFIG = @PKG_CONFIG@
138POW_LIB = @POW_LIB@
139RANLIB = @RANLIB@
140READLINE_LIBS = @READLINE_LIBS@
141SED = @SED@
142SET_MAKE = @SET_MAKE@
143SHELL = @SHELL@
144STRIP = @STRIP@
145VERSION = @VERSION@
146abs_builddir = @abs_builddir@
147abs_srcdir = @abs_srcdir@
148abs_top_builddir = @abs_top_builddir@
149abs_top_srcdir = @abs_top_srcdir@
150ac_ct_CC = @ac_ct_CC@
151ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
152am__include = @am__include@
153am__leading_dot = @am__leading_dot@
154am__quote = @am__quote@
155am__tar = @am__tar@
156am__untar = @am__untar@
157bindir = @bindir@
158build = @build@
159build_alias = @build_alias@
160build_cpu = @build_cpu@
161build_os = @build_os@
162build_vendor = @build_vendor@
163builddir = @builddir@
164datadir = @datadir@
165datarootdir = @datarootdir@
166docdir = @docdir@
167dvidir = @dvidir@
168exec_prefix = @exec_prefix@
169host = @host@
170host_alias = @host_alias@
171host_cpu = @host_cpu@
172host_os = @host_os@
173host_vendor = @host_vendor@
174htmldir = @htmldir@
175includedir = @includedir@
176infodir = @infodir@
177install_sh = @install_sh@
178libdir = @libdir@
179libexecdir = @libexecdir@
180localedir = @localedir@
181localstatedir = @localstatedir@
182lt_ECHO = @lt_ECHO@
183mandir = @mandir@
184mkdir_p = @mkdir_p@
185oldincludedir = @oldincludedir@
186pdfdir = @pdfdir@
187prefix = @prefix@
188program_transform_name = @program_transform_name@
189psdir = @psdir@
190sbindir = @sbindir@
191sharedstatedir = @sharedstatedir@
192srcdir = @srcdir@
193sysconfdir = @sysconfdir@
194target_alias = @target_alias@
195top_build_prefix = @top_build_prefix@
196top_builddir = @top_builddir@
197top_srcdir = @top_srcdir@
198SUBDIRS = src man
199EXTRA_DIST = smf.pc.in
200pkgconfigdir = $(prefix)/libdata/pkgconfig
201pkgconfig_DATA = smf.pc
202all: config.h
203	$(MAKE) $(AM_MAKEFLAGS) all-recursive
204
205.SUFFIXES:
206am--refresh:
207	@:
208$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
209	@for dep in $?; do \
210	  case '$(am__configure_deps)' in \
211	    *$$dep*) \
212	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
213	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
214		&& exit 0; \
215	      exit 1;; \
216	  esac; \
217	done; \
218	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
219	cd $(top_srcdir) && \
220	  $(AUTOMAKE) --foreign  Makefile
221.PRECIOUS: Makefile
222Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223	@case '$?' in \
224	  *config.status*) \
225	    echo ' $(SHELL) ./config.status'; \
226	    $(SHELL) ./config.status;; \
227	  *) \
228	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
229	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
230	esac;
231
232$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233	$(SHELL) ./config.status --recheck
234
235$(top_srcdir)/configure:  $(am__configure_deps)
236	cd $(srcdir) && $(AUTOCONF)
237$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
238	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
239
240config.h: stamp-h1
241	@if test ! -f $@; then \
242	  rm -f stamp-h1; \
243	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
244	else :; fi
245
246stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
247	@rm -f stamp-h1
248	cd $(top_builddir) && $(SHELL) ./config.status config.h
249$(srcdir)/config.h.in:  $(am__configure_deps)
250	cd $(top_srcdir) && $(AUTOHEADER)
251	rm -f stamp-h1
252	touch $@
253
254distclean-hdr:
255	-rm -f config.h stamp-h1
256smf.pc: $(top_builddir)/config.status $(srcdir)/smf.pc.in
257	cd $(top_builddir) && $(SHELL) ./config.status $@
258
259mostlyclean-libtool:
260	-rm -f *.lo
261
262clean-libtool:
263	-rm -rf .libs _libs
264
265distclean-libtool:
266	-rm -f libtool
267install-pkgconfigDATA: $(pkgconfig_DATA)
268	@$(NORMAL_INSTALL)
269	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
270	@list='$(pkgconfig_DATA)'; for p in $$list; do \
271	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
272	  f=$(am__strip_dir) \
273	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
274	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
275	done
276
277uninstall-pkgconfigDATA:
278	@$(NORMAL_UNINSTALL)
279	@list='$(pkgconfig_DATA)'; for p in $$list; do \
280	  f=$(am__strip_dir) \
281	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
282	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
283	done
284
285# This directory's subdirectories are mostly independent; you can cd
286# into them and run `make' without going through this Makefile.
287# To change the values of `make' variables: instead of editing Makefiles,
288# (1) if the variable is set in `config.status', edit `config.status'
289#     (which will cause the Makefiles to be regenerated when you run `make');
290# (2) otherwise, pass the desired values on the `make' command line.
291$(RECURSIVE_TARGETS):
292	@failcom='exit 1'; \
293	for f in x $$MAKEFLAGS; do \
294	  case $$f in \
295	    *=* | --[!k]*);; \
296	    *k*) failcom='fail=yes';; \
297	  esac; \
298	done; \
299	dot_seen=no; \
300	target=`echo $@ | sed s/-recursive//`; \
301	list='$(SUBDIRS)'; for subdir in $$list; do \
302	  echo "Making $$target in $$subdir"; \
303	  if test "$$subdir" = "."; then \
304	    dot_seen=yes; \
305	    local_target="$$target-am"; \
306	  else \
307	    local_target="$$target"; \
308	  fi; \
309	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310	  || eval $$failcom; \
311	done; \
312	if test "$$dot_seen" = "no"; then \
313	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
314	fi; test -z "$$fail"
315
316$(RECURSIVE_CLEAN_TARGETS):
317	@failcom='exit 1'; \
318	for f in x $$MAKEFLAGS; do \
319	  case $$f in \
320	    *=* | --[!k]*);; \
321	    *k*) failcom='fail=yes';; \
322	  esac; \
323	done; \
324	dot_seen=no; \
325	case "$@" in \
326	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
327	  *) list='$(SUBDIRS)' ;; \
328	esac; \
329	rev=''; for subdir in $$list; do \
330	  if test "$$subdir" = "."; then :; else \
331	    rev="$$subdir $$rev"; \
332	  fi; \
333	done; \
334	rev="$$rev ."; \
335	target=`echo $@ | sed s/-recursive//`; \
336	for subdir in $$rev; do \
337	  echo "Making $$target in $$subdir"; \
338	  if test "$$subdir" = "."; then \
339	    local_target="$$target-am"; \
340	  else \
341	    local_target="$$target"; \
342	  fi; \
343	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344	  || eval $$failcom; \
345	done && test -z "$$fail"
346tags-recursive:
347	list='$(SUBDIRS)'; for subdir in $$list; do \
348	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
349	done
350ctags-recursive:
351	list='$(SUBDIRS)'; for subdir in $$list; do \
352	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
353	done
354
355ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; nonemtpy = 1; } \
361	      END { if (nonempty) { for (i in files) print i; }; }'`; \
362	mkid -fID $$unique
363tags: TAGS
364
365TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
366		$(TAGS_FILES) $(LISP)
367	tags=; \
368	here=`pwd`; \
369	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
370	  include_option=--etags-include; \
371	  empty_fix=.; \
372	else \
373	  include_option=--include; \
374	  empty_fix=; \
375	fi; \
376	list='$(SUBDIRS)'; for subdir in $$list; do \
377	  if test "$$subdir" = .; then :; else \
378	    test ! -f $$subdir/TAGS || \
379	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
380	  fi; \
381	done; \
382	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
383	unique=`for i in $$list; do \
384	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385	  done | \
386	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387	      END { if (nonempty) { for (i in files) print i; }; }'`; \
388	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
389	  test -n "$$unique" || unique=$$empty_fix; \
390	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
391	    $$tags $$unique; \
392	fi
393ctags: CTAGS
394CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
395		$(TAGS_FILES) $(LISP)
396	tags=; \
397	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
398	unique=`for i in $$list; do \
399	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400	  done | \
401	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
402	      END { if (nonempty) { for (i in files) print i; }; }'`; \
403	test -z "$(CTAGS_ARGS)$$tags$$unique" \
404	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
405	     $$tags $$unique
406
407GTAGS:
408	here=`$(am__cd) $(top_builddir) && pwd` \
409	  && cd $(top_srcdir) \
410	  && gtags -i $(GTAGS_ARGS) $$here
411
412distclean-tags:
413	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
414
415distdir: $(DISTFILES)
416	$(am__remove_distdir)
417	test -d $(distdir) || mkdir $(distdir)
418	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
420	list='$(DISTFILES)'; \
421	  dist_files=`for file in $$list; do echo $$file; done | \
422	  sed -e "s|^$$srcdirstrip/||;t" \
423	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
424	case $$dist_files in \
425	  */*) $(MKDIR_P) `echo "$$dist_files" | \
426			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
427			   sort -u` ;; \
428	esac; \
429	for file in $$dist_files; do \
430	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431	  if test -d $$d/$$file; then \
432	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
433	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
435	    fi; \
436	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
437	  else \
438	    test -f $(distdir)/$$file \
439	    || cp -p $$d/$$file $(distdir)/$$file \
440	    || exit 1; \
441	  fi; \
442	done
443	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444	  if test "$$subdir" = .; then :; else \
445	    test -d "$(distdir)/$$subdir" \
446	    || $(MKDIR_P) "$(distdir)/$$subdir" \
447	    || exit 1; \
448	    distdir=`$(am__cd) $(distdir) && pwd`; \
449	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
450	    (cd $$subdir && \
451	      $(MAKE) $(AM_MAKEFLAGS) \
452	        top_distdir="$$top_distdir" \
453	        distdir="$$distdir/$$subdir" \
454		am__remove_distdir=: \
455		am__skip_length_check=: \
456	        distdir) \
457	      || exit 1; \
458	  fi; \
459	done
460	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
461	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
462	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
463	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
464	|| chmod -R a+r $(distdir)
465dist-gzip: distdir
466	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
467	$(am__remove_distdir)
468
469dist-bzip2: distdir
470	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
471	$(am__remove_distdir)
472
473dist-lzma: distdir
474	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
475	$(am__remove_distdir)
476
477dist-tarZ: distdir
478	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
479	$(am__remove_distdir)
480
481dist-shar: distdir
482	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
483	$(am__remove_distdir)
484
485dist-zip: distdir
486	-rm -f $(distdir).zip
487	zip -rq $(distdir).zip $(distdir)
488	$(am__remove_distdir)
489
490dist dist-all: distdir
491	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
492	$(am__remove_distdir)
493
494# This target untars the dist file and tries a VPATH configuration.  Then
495# it guarantees that the distribution is self-contained by making another
496# tarfile.
497distcheck: dist
498	case '$(DIST_ARCHIVES)' in \
499	*.tar.gz*) \
500	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
501	*.tar.bz2*) \
502	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
503	*.tar.lzma*) \
504	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
505	*.tar.Z*) \
506	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
507	*.shar.gz*) \
508	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
509	*.zip*) \
510	  unzip $(distdir).zip ;;\
511	esac
512	chmod -R a-w $(distdir); chmod a+w $(distdir)
513	mkdir $(distdir)/_build
514	mkdir $(distdir)/_inst
515	chmod a-w $(distdir)
516	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
517	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
518	  && cd $(distdir)/_build \
519	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
520	    $(DISTCHECK_CONFIGURE_FLAGS) \
521	  && $(MAKE) $(AM_MAKEFLAGS) \
522	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
523	  && $(MAKE) $(AM_MAKEFLAGS) check \
524	  && $(MAKE) $(AM_MAKEFLAGS) install \
525	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
526	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
527	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
528	        distuninstallcheck \
529	  && chmod -R a-w "$$dc_install_base" \
530	  && ({ \
531	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
532	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
533	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
534	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
535	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
536	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
537	  && rm -rf "$$dc_destdir" \
538	  && $(MAKE) $(AM_MAKEFLAGS) dist \
539	  && rm -rf $(DIST_ARCHIVES) \
540	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
541	$(am__remove_distdir)
542	@(echo "$(distdir) archives ready for distribution: "; \
543	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
544	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
545distuninstallcheck:
546	@cd $(distuninstallcheck_dir) \
547	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
548	   || { echo "ERROR: files left after uninstall:" ; \
549	        if test -n "$(DESTDIR)"; then \
550	          echo "  (check DESTDIR support)"; \
551	        fi ; \
552	        $(distuninstallcheck_listfiles) ; \
553	        exit 1; } >&2
554distcleancheck: distclean
555	@if test '$(srcdir)' = . ; then \
556	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
557	  exit 1 ; \
558	fi
559	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
560	  || { echo "ERROR: files left in build directory after distclean:" ; \
561	       $(distcleancheck_listfiles) ; \
562	       exit 1; } >&2
563check-am: all-am
564check: check-recursive
565all-am: Makefile $(DATA) config.h
566installdirs: installdirs-recursive
567installdirs-am:
568	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
569	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
570	done
571install: install-recursive
572install-exec: install-exec-recursive
573install-data: install-data-recursive
574uninstall: uninstall-recursive
575
576install-am: all-am
577	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578
579installcheck: installcheck-recursive
580install-strip:
581	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583	  `test -z '$(STRIP)' || \
584	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
585mostlyclean-generic:
586
587clean-generic:
588
589distclean-generic:
590	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
591
592maintainer-clean-generic:
593	@echo "This command is intended for maintainers to use"
594	@echo "it deletes files that may require special tools to rebuild."
595clean: clean-recursive
596
597clean-am: clean-generic clean-libtool mostlyclean-am
598
599distclean: distclean-recursive
600	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
601	-rm -f Makefile
602distclean-am: clean-am distclean-generic distclean-hdr \
603	distclean-libtool distclean-tags
604
605dvi: dvi-recursive
606
607dvi-am:
608
609html: html-recursive
610
611info: info-recursive
612
613info-am:
614
615install-data-am: install-pkgconfigDATA
616
617install-dvi: install-dvi-recursive
618
619install-exec-am:
620
621install-html: install-html-recursive
622
623install-info: install-info-recursive
624
625install-man:
626
627install-pdf: install-pdf-recursive
628
629install-ps: install-ps-recursive
630
631installcheck-am:
632
633maintainer-clean: maintainer-clean-recursive
634	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
635	-rm -rf $(top_srcdir)/autom4te.cache
636	-rm -f Makefile
637maintainer-clean-am: distclean-am maintainer-clean-generic
638
639mostlyclean: mostlyclean-recursive
640
641mostlyclean-am: mostlyclean-generic mostlyclean-libtool
642
643pdf: pdf-recursive
644
645pdf-am:
646
647ps: ps-recursive
648
649ps-am:
650
651uninstall-am: uninstall-pkgconfigDATA
652
653.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
654	install-strip
655
656.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
657	all all-am am--refresh check check-am clean clean-generic \
658	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
659	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
660	distclean distclean-generic distclean-hdr distclean-libtool \
661	distclean-tags distcleancheck distdir distuninstallcheck dvi \
662	dvi-am html html-am info info-am install install-am \
663	install-data install-data-am install-dvi install-dvi-am \
664	install-exec install-exec-am install-html install-html-am \
665	install-info install-info-am install-man install-pdf \
666	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
667	install-strip installcheck installcheck-am installdirs \
668	installdirs-am maintainer-clean maintainer-clean-generic \
669	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
670	ps ps-am tags tags-recursive uninstall uninstall-am \
671	uninstall-pkgconfigDATA
672
673# Tell versions [3.59,3.63) of GNU make to not export all variables.
674# Otherwise a system limit (for SysV at least) may be exceeded.
675.NOEXPORT:
676