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
18# Copyright (C) 2004 Oren Ben-Kiki
19# This file is distributed under the same terms as the Automake macro files.
20
21# Generate automatic documentation using Doxygen. Goals and variables values
22# are controlled by the various DX_COND_??? conditionals set by autoconf.
23#
24# The provided goals are:
25# doxygen-doc: Generate all doxygen documentation.
26# doxygen-run: Run doxygen, which will generate some of the documentation
27#              (HTML, CHM, CHI, MAN, RTF, XML) but will not do the post
28#              processing required for the rest of it (PS, PDF, and some MAN).
29# doxygen-man: Rename some doxygen generated man pages.
30# doxygen-ps: Generate doxygen PostScript documentation.
31# doxygen-pdf: Generate doxygen PDF documentation.
32#
33# Note that by default these are not integrated into the automake goals. If
34# doxygen is used to generate man pages, you can achieve this integration by
35# setting man3_MANS to the list of man pages generated and then adding the
36# dependency:
37#
38#   $(man3_MANS): doxygen-doc
39#
40# This will cause make to run doxygen and generate all the documentation.
41#
42# The following variable is intended for use in Makefile.am:
43#
44# DX_CLEANFILES = everything to clean.
45#
46# This is usually added to MOSTLYCLEANFILES.
47
48VPATH = @srcdir@
49pkgdatadir = $(datadir)/@PACKAGE@
50pkgincludedir = $(includedir)/@PACKAGE@
51pkglibdir = $(libdir)/@PACKAGE@
52pkglibexecdir = $(libexecdir)/@PACKAGE@
53am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54install_sh_DATA = $(install_sh) -c -m 644
55install_sh_PROGRAM = $(install_sh) -c
56install_sh_SCRIPT = $(install_sh) -c
57INSTALL_HEADER = $(INSTALL_DATA)
58transform = $(program_transform_name)
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65build_triplet = @build@
66host_triplet = @host@
67target_triplet = @target@
68DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \
69	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
70	$(srcdir)/aminclude.am $(srcdir)/config.h.in \
71	$(srcdir)/t4k_common.pc.in $(top_srcdir)/configure ABOUT-NLS \
72	COPYING INSTALL config.guess config.rpath config.sub depcomp \
73	install-sh ltmain.sh missing
74subdir = .
75ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_doxygen.m4 \
77	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
79	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
80	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
81	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
82	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
83	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
84	$(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
88 configure.lineno config.status.lineno
89mkinstalldirs = $(install_sh) -d
90CONFIG_HEADER = config.h
91CONFIG_CLEAN_FILES = Doxyfile t4k_common.pc
92CONFIG_CLEAN_VPATH_FILES =
93SOURCES =
94DIST_SOURCES =
95RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
96	html-recursive info-recursive install-data-recursive \
97	install-dvi-recursive install-exec-recursive \
98	install-html-recursive install-info-recursive \
99	install-pdf-recursive install-ps-recursive install-recursive \
100	installcheck-recursive installdirs-recursive pdf-recursive \
101	ps-recursive uninstall-recursive
102am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
103am__vpath_adj = case $$p in \
104    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
105    *) f=$$p;; \
106  esac;
107am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
108am__install_max = 40
109am__nobase_strip_setup = \
110  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
111am__nobase_strip = \
112  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
113am__nobase_list = $(am__nobase_strip_setup); \
114  for p in $$list; do echo "$$p $$p"; done | \
115  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
116  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
117    if (++n[$$2] == $(am__install_max)) \
118      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
119    END { for (dir in files) print dir, files[dir] }'
120am__base_list = \
121  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
122  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
123am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
124DATA = $(pkgconfig_DATA)
125RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
126  distclean-recursive maintainer-clean-recursive
127AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
128	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
129	distdir dist dist-all distcheck
130ETAGS = etags
131CTAGS = ctags
132DIST_SUBDIRS = $(SUBDIRS)
133DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134distdir = $(PACKAGE)-$(VERSION)
135top_distdir = $(distdir)
136am__remove_distdir = \
137  { test ! -d "$(distdir)" \
138    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
139         && rm -fr "$(distdir)"; }; }
140am__relativize = \
141  dir0=`pwd`; \
142  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
143  sed_rest='s,^[^/]*/*,,'; \
144  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
145  sed_butlast='s,/*[^/]*$$,,'; \
146  while test -n "$$dir1"; do \
147    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
148    if test "$$first" != "."; then \
149      if test "$$first" = ".."; then \
150        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
151        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
152      else \
153        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
154        if test "$$first2" = "$$first"; then \
155          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
156        else \
157          dir2="../$$dir2"; \
158        fi; \
159        dir0="$$dir0"/"$$first"; \
160      fi; \
161    fi; \
162    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
163  done; \
164  reldir="$$dir2"
165DIST_ARCHIVES = $(distdir).tar.gz
166GZIP_ENV = --best
167distuninstallcheck_listfiles = find . -type f -print
168distcleancheck_listfiles = find . -type f -print
169ACLOCAL = @ACLOCAL@
170ALLOCA = @ALLOCA@
171AMTAR = @AMTAR@
172AR = @AR@
173AUTOCONF = @AUTOCONF@
174AUTOHEADER = @AUTOHEADER@
175AUTOMAKE = @AUTOMAKE@
176AWK = @AWK@
177CAIRO_CFLAGS = @CAIRO_CFLAGS@
178CAIRO_LIBS = @CAIRO_LIBS@
179CC = @CC@
180CCDEPMODE = @CCDEPMODE@
181CFLAGS = @CFLAGS@
182CPP = @CPP@
183CPPFLAGS = @CPPFLAGS@
184CXX = @CXX@
185CXXCPP = @CXXCPP@
186CXXDEPMODE = @CXXDEPMODE@
187CXXFLAGS = @CXXFLAGS@
188CYGPATH_W = @CYGPATH_W@
189DEFS = @DEFS@
190DEPDIR = @DEPDIR@
191DEP_LIBS = @DEP_LIBS@
192DEP_LIBS_PRIVATE = @DEP_LIBS_PRIVATE@
193DEP_PKGS = @DEP_PKGS@
194DOXYFILE_OUTPUT_DIR = @DOXYFILE_OUTPUT_DIR@
195DOXYFILE_SOURCE_DIR = @DOXYFILE_SOURCE_DIR@
196DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
197DSYMUTIL = @DSYMUTIL@
198DUMPBIN = @DUMPBIN@
199DX_CONFIG = @DX_CONFIG@
200DX_DOCDIR = @DX_DOCDIR@
201DX_DOT = @DX_DOT@
202DX_DOXYGEN = @DX_DOXYGEN@
203DX_DVIPS = @DX_DVIPS@
204DX_EGREP = @DX_EGREP@
205DX_ENV = @DX_ENV@
206DX_FLAG_chi = @DX_FLAG_chi@
207DX_FLAG_chm = @DX_FLAG_chm@
208DX_FLAG_doc = @DX_FLAG_doc@
209DX_FLAG_dot = @DX_FLAG_dot@
210DX_FLAG_html = @DX_FLAG_html@
211DX_FLAG_man = @DX_FLAG_man@
212DX_FLAG_pdf = @DX_FLAG_pdf@
213DX_FLAG_ps = @DX_FLAG_ps@
214DX_FLAG_rtf = @DX_FLAG_rtf@
215DX_FLAG_xml = @DX_FLAG_xml@
216DX_HHC = @DX_HHC@
217DX_LATEX = @DX_LATEX@
218DX_MAKEINDEX = @DX_MAKEINDEX@
219DX_PDFLATEX = @DX_PDFLATEX@
220DX_PERL = @DX_PERL@
221DX_PROJECT = @DX_PROJECT@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
225EGREP = @EGREP@
226EXEEXT = @EXEEXT@
227FGREP = @FGREP@
228GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
229GMSGFMT = @GMSGFMT@
230GMSGFMT_015 = @GMSGFMT_015@
231GREP = @GREP@
232INSTALL = @INSTALL@
233INSTALL_DATA = @INSTALL_DATA@
234INSTALL_PROGRAM = @INSTALL_PROGRAM@
235INSTALL_SCRIPT = @INSTALL_SCRIPT@
236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237INTLLIBS = @INTLLIBS@
238INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
239LD = @LD@
240LDFLAGS = @LDFLAGS@
241LIBICONV = @LIBICONV@
242LIBINTL = @LIBINTL@
243LIBOBJS = @LIBOBJS@
244LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
245LIBPNG_LIBS = @LIBPNG_LIBS@
246LIBS = @LIBS@
247LIBTOOL = @LIBTOOL@
248LIPO = @LIPO@
249LN_S = @LN_S@
250LTLIBICONV = @LTLIBICONV@
251LTLIBINTL = @LTLIBINTL@
252LTLIBOBJS = @LTLIBOBJS@
253MAKEINFO = @MAKEINFO@
254MINGW32_PACKAGE_DATA_DIR = @MINGW32_PACKAGE_DATA_DIR@
255MKDIR_P = @MKDIR_P@
256MSGFMT = @MSGFMT@
257MSGFMT_015 = @MSGFMT_015@
258MSGMERGE = @MSGMERGE@
259NAME_VERSION = @NAME_VERSION@
260NM = @NM@
261NMEDIT = @NMEDIT@
262OBJDUMP = @OBJDUMP@
263OBJEXT = @OBJEXT@
264OTOOL = @OTOOL@
265OTOOL64 = @OTOOL64@
266PACKAGE = @PACKAGE@
267PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268PACKAGE_NAME = @PACKAGE_NAME@
269PACKAGE_STRING = @PACKAGE_STRING@
270PACKAGE_TARNAME = @PACKAGE_TARNAME@
271PACKAGE_URL = @PACKAGE_URL@
272PACKAGE_VERSION = @PACKAGE_VERSION@
273PATH_SEPARATOR = @PATH_SEPARATOR@
274PKG_CONFIG = @PKG_CONFIG@
275PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
276PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
277POSUB = @POSUB@
278POW_LIB = @POW_LIB@
279RANLIB = @RANLIB@
280RSVG_CFLAGS = @RSVG_CFLAGS@
281RSVG_LIBS = @RSVG_LIBS@
282SDL_CFLAGS = @SDL_CFLAGS@
283SDL_CONFIG = @SDL_CONFIG@
284SDL_IMAGE_CFLAGS = @SDL_IMAGE_CFLAGS@
285SDL_IMAGE_LIBS = @SDL_IMAGE_LIBS@
286SDL_LIBS = @SDL_LIBS@
287SDL_MIXER_CFLAGS = @SDL_MIXER_CFLAGS@
288SDL_MIXER_LIBS = @SDL_MIXER_LIBS@
289SDL_NET_CFLAGS = @SDL_NET_CFLAGS@
290SDL_NET_LIBS = @SDL_NET_LIBS@
291SDL_PANGO_CFLAGS = @SDL_PANGO_CFLAGS@
292SDL_PANGO_LIBS = @SDL_PANGO_LIBS@
293SDL_ttf_CFLAGS = @SDL_ttf_CFLAGS@
294SDL_ttf_LIBS = @SDL_ttf_LIBS@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298STRIP = @STRIP@
299T4K_DEVELOPER_WARNINGS = @T4K_DEVELOPER_WARNINGS@
300USE_NLS = @USE_NLS@
301VERSION = @VERSION@
302WINDRES = @WINDRES@
303XGETTEXT = @XGETTEXT@
304XGETTEXT_015 = @XGETTEXT_015@
305XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
306XML2_CFLAGS = @XML2_CFLAGS@
307XML2_LIBS = @XML2_LIBS@
308YACC = @YACC@
309YFLAGS = @YFLAGS@
310abs_builddir = @abs_builddir@
311abs_srcdir = @abs_srcdir@
312abs_top_builddir = @abs_top_builddir@
313abs_top_srcdir = @abs_top_srcdir@
314ac_ct_CC = @ac_ct_CC@
315ac_ct_CXX = @ac_ct_CXX@
316ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317am__include = @am__include@
318am__leading_dot = @am__leading_dot@
319am__quote = @am__quote@
320am__tar = @am__tar@
321am__untar = @am__untar@
322bindir = @bindir@
323build = @build@
324build_alias = @build_alias@
325build_cpu = @build_cpu@
326build_os = @build_os@
327build_vendor = @build_vendor@
328builddir = @builddir@
329datadir = @datadir@
330datarootdir = @datarootdir@
331docdir = @docdir@
332dvidir = @dvidir@
333exec_prefix = @exec_prefix@
334host = @host@
335host_alias = @host_alias@
336host_cpu = @host_cpu@
337host_os = @host_os@
338host_vendor = @host_vendor@
339htmldir = @htmldir@
340includedir = @includedir@
341infodir = @infodir@
342install_sh = @install_sh@
343libdir = @libdir@
344libexecdir = @libexecdir@
345localedir = @localedir@
346localstatedir = @localstatedir@
347lt_ECHO = @lt_ECHO@
348mandir = @mandir@
349mkdir_p = @mkdir_p@
350oldincludedir = @oldincludedir@
351pdfdir = @pdfdir@
352prefix = @prefix@
353program_transform_name = @program_transform_name@
354psdir = @psdir@
355sbindir = @sbindir@
356sharedstatedir = @sharedstatedir@
357srcdir = @srcdir@
358sysconfdir = @sysconfdir@
359target = @target@
360target_alias = @target_alias@
361target_cpu = @target_cpu@
362target_os = @target_os@
363target_vendor = @target_vendor@
364top_build_prefix = @top_build_prefix@
365top_builddir = @top_builddir@
366top_srcdir = @top_srcdir@
367SUBDIRS = data \
368	  po	\
369	  src
370
371EXTRA_DIST = CMakeLists.txt \
372	     config.h.cmake \
373             aminclude.am \
374             cmake-modules/ConfigureChecks.cmake \
375             cmake-modules/ConfigureChecksIntl.cmake \
376             cmake-modules/FindRSVG.cmake \
377             cmake-modules/FindIconv.cmake \
378             cmake-modules/FindSDL_Pango.cmake \
379             cmake-modules/T4K_Sugar.cmake \
380             cmake-modules/UseDoxygen.cmake
381
382ACLOCAL_AMFLAGS = -I m4
383pkgconfigdir = $(libdir)/pkgconfig
384pkgconfig_DATA = t4k_common.pc
385@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
386@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
387@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
388@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
389@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
390@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
391@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
392@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
393@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
394@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
395@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
396@DX_COND_doc_TRUE@DX_CLEANFILES = \
397@DX_COND_doc_TRUE@    @DX_DOCDIR@/@PACKAGE@.tag \
398@DX_COND_doc_TRUE@    -r \
399@DX_COND_doc_TRUE@    $(DX_CLEAN_HTML) \
400@DX_COND_doc_TRUE@    $(DX_CLEAN_CHM) \
401@DX_COND_doc_TRUE@    $(DX_CLEAN_CHI) \
402@DX_COND_doc_TRUE@    $(DX_CLEAN_MAN) \
403@DX_COND_doc_TRUE@    $(DX_CLEAN_RTF) \
404@DX_COND_doc_TRUE@    $(DX_CLEAN_XML) \
405@DX_COND_doc_TRUE@    $(DX_CLEAN_PS) \
406@DX_COND_doc_TRUE@    $(DX_CLEAN_PDF) \
407@DX_COND_doc_TRUE@    $(DX_CLEAN_LATEX)
408
409all: config.h
410	$(MAKE) $(AM_MAKEFLAGS) all-recursive
411
412.SUFFIXES:
413am--refresh:
414	@:
415$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/aminclude.am $(am__configure_deps)
416	@for dep in $?; do \
417	  case '$(am__configure_deps)' in \
418	    *$$dep*) \
419	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
420	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
421		&& exit 0; \
422	      exit 1;; \
423	  esac; \
424	done; \
425	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
426	$(am__cd) $(top_srcdir) && \
427	  $(AUTOMAKE) --foreign Makefile
428.PRECIOUS: Makefile
429Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
430	@case '$?' in \
431	  *config.status*) \
432	    echo ' $(SHELL) ./config.status'; \
433	    $(SHELL) ./config.status;; \
434	  *) \
435	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
436	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
437	esac;
438
439$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440	$(SHELL) ./config.status --recheck
441
442$(top_srcdir)/configure:  $(am__configure_deps)
443	$(am__cd) $(srcdir) && $(AUTOCONF)
444$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
445	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
446$(am__aclocal_m4_deps):
447
448config.h: stamp-h1
449	@if test ! -f $@; then \
450	  rm -f stamp-h1; \
451	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
452	else :; fi
453
454stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
455	@rm -f stamp-h1
456	cd $(top_builddir) && $(SHELL) ./config.status config.h
457$(srcdir)/config.h.in:  $(am__configure_deps)
458	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
459	rm -f stamp-h1
460	touch $@
461
462distclean-hdr:
463	-rm -f config.h stamp-h1
464Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
465	cd $(top_builddir) && $(SHELL) ./config.status $@
466t4k_common.pc: $(top_builddir)/config.status $(srcdir)/t4k_common.pc.in
467	cd $(top_builddir) && $(SHELL) ./config.status $@
468
469mostlyclean-libtool:
470	-rm -f *.lo
471
472clean-libtool:
473	-rm -rf .libs _libs
474
475distclean-libtool:
476	-rm -f libtool config.lt
477install-pkgconfigDATA: $(pkgconfig_DATA)
478	@$(NORMAL_INSTALL)
479	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
480	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
481	for p in $$list; do \
482	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
483	  echo "$$d$$p"; \
484	done | $(am__base_list) | \
485	while read files; do \
486	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
487	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
488	done
489
490uninstall-pkgconfigDATA:
491	@$(NORMAL_UNINSTALL)
492	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
493	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
494	test -n "$$files" || exit 0; \
495	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
496	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
497
498# This directory's subdirectories are mostly independent; you can cd
499# into them and run `make' without going through this Makefile.
500# To change the values of `make' variables: instead of editing Makefiles,
501# (1) if the variable is set in `config.status', edit `config.status'
502#     (which will cause the Makefiles to be regenerated when you run `make');
503# (2) otherwise, pass the desired values on the `make' command line.
504$(RECURSIVE_TARGETS):
505	@fail= failcom='exit 1'; \
506	for f in x $$MAKEFLAGS; do \
507	  case $$f in \
508	    *=* | --[!k]*);; \
509	    *k*) failcom='fail=yes';; \
510	  esac; \
511	done; \
512	dot_seen=no; \
513	target=`echo $@ | sed s/-recursive//`; \
514	list='$(SUBDIRS)'; for subdir in $$list; do \
515	  echo "Making $$target in $$subdir"; \
516	  if test "$$subdir" = "."; then \
517	    dot_seen=yes; \
518	    local_target="$$target-am"; \
519	  else \
520	    local_target="$$target"; \
521	  fi; \
522	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
523	  || eval $$failcom; \
524	done; \
525	if test "$$dot_seen" = "no"; then \
526	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
527	fi; test -z "$$fail"
528
529$(RECURSIVE_CLEAN_TARGETS):
530	@fail= failcom='exit 1'; \
531	for f in x $$MAKEFLAGS; do \
532	  case $$f in \
533	    *=* | --[!k]*);; \
534	    *k*) failcom='fail=yes';; \
535	  esac; \
536	done; \
537	dot_seen=no; \
538	case "$@" in \
539	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
540	  *) list='$(SUBDIRS)' ;; \
541	esac; \
542	rev=''; for subdir in $$list; do \
543	  if test "$$subdir" = "."; then :; else \
544	    rev="$$subdir $$rev"; \
545	  fi; \
546	done; \
547	rev="$$rev ."; \
548	target=`echo $@ | sed s/-recursive//`; \
549	for subdir in $$rev; do \
550	  echo "Making $$target in $$subdir"; \
551	  if test "$$subdir" = "."; then \
552	    local_target="$$target-am"; \
553	  else \
554	    local_target="$$target"; \
555	  fi; \
556	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
557	  || eval $$failcom; \
558	done && test -z "$$fail"
559tags-recursive:
560	list='$(SUBDIRS)'; for subdir in $$list; do \
561	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
562	done
563ctags-recursive:
564	list='$(SUBDIRS)'; for subdir in $$list; do \
565	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
566	done
567
568ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
569	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
570	unique=`for i in $$list; do \
571	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572	  done | \
573	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574	      END { if (nonempty) { for (i in files) print i; }; }'`; \
575	mkid -fID $$unique
576tags: TAGS
577
578TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
579		$(TAGS_FILES) $(LISP)
580	set x; \
581	here=`pwd`; \
582	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
583	  include_option=--etags-include; \
584	  empty_fix=.; \
585	else \
586	  include_option=--include; \
587	  empty_fix=; \
588	fi; \
589	list='$(SUBDIRS)'; for subdir in $$list; do \
590	  if test "$$subdir" = .; then :; else \
591	    test ! -f $$subdir/TAGS || \
592	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
593	  fi; \
594	done; \
595	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
596	unique=`for i in $$list; do \
597	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598	  done | \
599	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
600	      END { if (nonempty) { for (i in files) print i; }; }'`; \
601	shift; \
602	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
603	  test -n "$$unique" || unique=$$empty_fix; \
604	  if test $$# -gt 0; then \
605	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606	      "$$@" $$unique; \
607	  else \
608	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609	      $$unique; \
610	  fi; \
611	fi
612ctags: CTAGS
613CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
614		$(TAGS_FILES) $(LISP)
615	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
616	unique=`for i in $$list; do \
617	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
618	  done | \
619	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
620	      END { if (nonempty) { for (i in files) print i; }; }'`; \
621	test -z "$(CTAGS_ARGS)$$unique" \
622	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
623	     $$unique
624
625GTAGS:
626	here=`$(am__cd) $(top_builddir) && pwd` \
627	  && $(am__cd) $(top_srcdir) \
628	  && gtags -i $(GTAGS_ARGS) "$$here"
629
630distclean-tags:
631	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
632
633distdir: $(DISTFILES)
634	$(am__remove_distdir)
635	test -d "$(distdir)" || mkdir "$(distdir)"
636	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638	list='$(DISTFILES)'; \
639	  dist_files=`for file in $$list; do echo $$file; done | \
640	  sed -e "s|^$$srcdirstrip/||;t" \
641	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
642	case $$dist_files in \
643	  */*) $(MKDIR_P) `echo "$$dist_files" | \
644			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
645			   sort -u` ;; \
646	esac; \
647	for file in $$dist_files; do \
648	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
649	  if test -d $$d/$$file; then \
650	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
651	    if test -d "$(distdir)/$$file"; then \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
655	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
656	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657	    fi; \
658	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
659	  else \
660	    test -f "$(distdir)/$$file" \
661	    || cp -p $$d/$$file "$(distdir)/$$file" \
662	    || exit 1; \
663	  fi; \
664	done
665	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
666	  if test "$$subdir" = .; then :; else \
667	    test -d "$(distdir)/$$subdir" \
668	    || $(MKDIR_P) "$(distdir)/$$subdir" \
669	    || exit 1; \
670	  fi; \
671	done
672	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
673	  if test "$$subdir" = .; then :; else \
674	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
675	    $(am__relativize); \
676	    new_distdir=$$reldir; \
677	    dir1=$$subdir; dir2="$(top_distdir)"; \
678	    $(am__relativize); \
679	    new_top_distdir=$$reldir; \
680	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
681	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
682	    ($(am__cd) $$subdir && \
683	      $(MAKE) $(AM_MAKEFLAGS) \
684	        top_distdir="$$new_top_distdir" \
685	        distdir="$$new_distdir" \
686		am__remove_distdir=: \
687		am__skip_length_check=: \
688		am__skip_mode_fix=: \
689	        distdir) \
690	      || exit 1; \
691	  fi; \
692	done
693	-test -n "$(am__skip_mode_fix)" \
694	|| find "$(distdir)" -type d ! -perm -755 \
695		-exec chmod u+rwx,go+rx {} \; -o \
696	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
697	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
698	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
699	|| chmod -R a+r "$(distdir)"
700dist-gzip: distdir
701	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
702	$(am__remove_distdir)
703
704dist-bzip2: distdir
705	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
706	$(am__remove_distdir)
707
708dist-lzma: distdir
709	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
710	$(am__remove_distdir)
711
712dist-xz: distdir
713	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
714	$(am__remove_distdir)
715
716dist-tarZ: distdir
717	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
718	$(am__remove_distdir)
719
720dist-shar: distdir
721	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
722	$(am__remove_distdir)
723
724dist-zip: distdir
725	-rm -f $(distdir).zip
726	zip -rq $(distdir).zip $(distdir)
727	$(am__remove_distdir)
728
729dist dist-all: distdir
730	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
731	$(am__remove_distdir)
732
733# This target untars the dist file and tries a VPATH configuration.  Then
734# it guarantees that the distribution is self-contained by making another
735# tarfile.
736distcheck: dist
737	case '$(DIST_ARCHIVES)' in \
738	*.tar.gz*) \
739	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
740	*.tar.bz2*) \
741	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
742	*.tar.lzma*) \
743	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
744	*.tar.xz*) \
745	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
746	*.tar.Z*) \
747	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
748	*.shar.gz*) \
749	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
750	*.zip*) \
751	  unzip $(distdir).zip ;;\
752	esac
753	chmod -R a-w $(distdir); chmod a+w $(distdir)
754	mkdir $(distdir)/_build
755	mkdir $(distdir)/_inst
756	chmod a-w $(distdir)
757	test -d $(distdir)/_build || exit 0; \
758	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
759	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
760	  && am__cwd=`pwd` \
761	  && $(am__cd) $(distdir)/_build \
762	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
763	    $(DISTCHECK_CONFIGURE_FLAGS) \
764	  && $(MAKE) $(AM_MAKEFLAGS) \
765	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
766	  && $(MAKE) $(AM_MAKEFLAGS) check \
767	  && $(MAKE) $(AM_MAKEFLAGS) install \
768	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
769	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
770	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
771	        distuninstallcheck \
772	  && chmod -R a-w "$$dc_install_base" \
773	  && ({ \
774	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
775	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
776	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
777	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
778	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
779	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
780	  && rm -rf "$$dc_destdir" \
781	  && $(MAKE) $(AM_MAKEFLAGS) dist \
782	  && rm -rf $(DIST_ARCHIVES) \
783	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
784	  && cd "$$am__cwd" \
785	  || exit 1
786	$(am__remove_distdir)
787	@(echo "$(distdir) archives ready for distribution: "; \
788	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
789	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
790distuninstallcheck:
791	@$(am__cd) '$(distuninstallcheck_dir)' \
792	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
793	   || { echo "ERROR: files left after uninstall:" ; \
794	        if test -n "$(DESTDIR)"; then \
795	          echo "  (check DESTDIR support)"; \
796	        fi ; \
797	        $(distuninstallcheck_listfiles) ; \
798	        exit 1; } >&2
799distcleancheck: distclean
800	@if test '$(srcdir)' = . ; then \
801	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
802	  exit 1 ; \
803	fi
804	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
805	  || { echo "ERROR: files left in build directory after distclean:" ; \
806	       $(distcleancheck_listfiles) ; \
807	       exit 1; } >&2
808check-am: all-am
809check: check-recursive
810all-am: Makefile $(DATA) config.h
811installdirs: installdirs-recursive
812installdirs-am:
813	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
814	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
815	done
816install: install-recursive
817install-exec: install-exec-recursive
818install-data: install-data-recursive
819uninstall: uninstall-recursive
820
821install-am: all-am
822	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
823
824installcheck: installcheck-recursive
825install-strip:
826	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
827	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
828	  `test -z '$(STRIP)' || \
829	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
830mostlyclean-generic:
831
832clean-generic:
833
834distclean-generic:
835	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
836	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
837
838maintainer-clean-generic:
839	@echo "This command is intended for maintainers to use"
840	@echo "it deletes files that may require special tools to rebuild."
841clean: clean-recursive
842
843clean-am: clean-generic clean-libtool mostlyclean-am
844
845distclean: distclean-recursive
846	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
847	-rm -f Makefile
848distclean-am: clean-am distclean-generic distclean-hdr \
849	distclean-libtool distclean-tags
850
851dvi: dvi-recursive
852
853dvi-am:
854
855html: html-recursive
856
857html-am:
858
859info: info-recursive
860
861info-am:
862
863install-data-am: install-pkgconfigDATA
864
865install-dvi: install-dvi-recursive
866
867install-dvi-am:
868
869install-exec-am:
870
871install-html: install-html-recursive
872
873install-html-am:
874
875install-info: install-info-recursive
876
877install-info-am:
878
879install-man:
880
881install-pdf: install-pdf-recursive
882
883install-pdf-am:
884
885install-ps: install-ps-recursive
886
887install-ps-am:
888
889installcheck-am:
890
891maintainer-clean: maintainer-clean-recursive
892	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
893	-rm -rf $(top_srcdir)/autom4te.cache
894	-rm -f Makefile
895maintainer-clean-am: distclean-am maintainer-clean-generic
896
897mostlyclean: mostlyclean-recursive
898
899mostlyclean-am: mostlyclean-generic mostlyclean-libtool
900
901pdf: pdf-recursive
902
903pdf-am:
904
905ps: ps-recursive
906
907ps-am:
908
909uninstall-am: uninstall-pkgconfigDATA
910
911.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
912	ctags-recursive install-am install-strip tags-recursive
913
914.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
915	all all-am am--refresh check check-am clean clean-generic \
916	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
917	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
918	distcheck distclean distclean-generic distclean-hdr \
919	distclean-libtool distclean-tags distcleancheck distdir \
920	distuninstallcheck dvi dvi-am html html-am info info-am \
921	install install-am install-data install-data-am install-dvi \
922	install-dvi-am install-exec install-exec-am install-html \
923	install-html-am install-info install-info-am install-man \
924	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
925	install-ps-am install-strip installcheck installcheck-am \
926	installdirs installdirs-am maintainer-clean \
927	maintainer-clean-generic mostlyclean mostlyclean-generic \
928	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
929	uninstall uninstall-am uninstall-pkgconfigDATA
930
931
932@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
933
934@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
935@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	cd @DX_DOCDIR@/latex; \
936@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
937@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(DX_LATEX) refman.tex; \
938@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(MAKEINDEX_PATH) refman.idx; \
939@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(DX_LATEX) refman.tex; \
940@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	countdown=5; \
941@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
942@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	                  refman.log > /dev/null 2>&1 \
943@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	   && test $$countdown -gt 0; do \
944@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    $(DX_LATEX) refman.tex; \
945@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	    countdown=`expr $$countdown - 1`; \
946@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	done; \
947@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@	$(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
948
949@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
950
951@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
952@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	cd @DX_DOCDIR@/latex; \
953@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
954@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	$(DX_PDFLATEX) refman.tex; \
955@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	$(DX_MAKEINDEX) refman.idx; \
956@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	$(DX_PDFLATEX) refman.tex; \
957@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	countdown=5; \
958@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
959@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	                  refman.log > /dev/null 2>&1 \
960@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	   && test $$countdown -gt 0; do \
961@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    $(DX_PDFLATEX) refman.tex; \
962@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	    countdown=`expr $$countdown - 1`; \
963@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	done; \
964@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@	mv refman.pdf ../@PACKAGE@.pdf
965
966@DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
967
968@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
969
970@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
971
972@DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
973
974@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
975@DX_COND_doc_TRUE@	rm -rf @DX_DOCDIR@
976@DX_COND_doc_TRUE@	$(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
977
978# To suppress error "no rule to make /Doxyfile"
979@DX_COND_doc_TRUE@$(DX_CONFIG):
980
981# If using AX_PREFIX_CONFIG_H, distclean leaves some files so get rid of them
982# with custom rule:
983#distclean-local: distclean-ax-prefix-config-h
984#distclean-ax-prefix-config-h:
985#	        rm -f _configs.sed t4k_common-config.h
986
987# Tell versions [3.59,3.63) of GNU make to not export all variables.
988# Otherwise a system limit (for SysV at least) may be exceeded.
989.NOEXPORT:
990