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