[Check]: Disable the document to correct build error.
[platform/upstream/check.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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
17
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
95         $(top_srcdir)/m4/ax_c_check_flag.m4 \
96         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
97         $(top_srcdir)/m4/librt_timers.m4 $(top_srcdir)/m4/libtool.m4 \
98         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100         $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
104         $(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
105 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
106  configure.lineno config.status.lineno
107 mkinstalldirs = $(install_sh) -d
108 CONFIG_HEADER = config.h
109 CONFIG_CLEAN_FILES = check.pc
110 CONFIG_CLEAN_VPATH_FILES =
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo "  GEN     " $@;
118 am__v_GEN_1 = 
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 = 
123 SOURCES =
124 DIST_SOURCES =
125 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
126         ctags-recursive dvi-recursive html-recursive info-recursive \
127         install-data-recursive install-dvi-recursive \
128         install-exec-recursive install-html-recursive \
129         install-info-recursive install-pdf-recursive \
130         install-ps-recursive install-recursive installcheck-recursive \
131         installdirs-recursive pdf-recursive ps-recursive \
132         tags-recursive uninstall-recursive
133 am__can_run_installinfo = \
134   case $$AM_UPDATE_INFO_DIR in \
135     n|no|NO) false;; \
136     *) (install-info --version) >/dev/null 2>&1;; \
137   esac
138 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139 am__vpath_adj = case $$p in \
140     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141     *) f=$$p;; \
142   esac;
143 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144 am__install_max = 40
145 am__nobase_strip_setup = \
146   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147 am__nobase_strip = \
148   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149 am__nobase_list = $(am__nobase_strip_setup); \
150   for p in $$list; do echo "$$p $$p"; done | \
151   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153     if (++n[$$2] == $(am__install_max)) \
154       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155     END { for (dir in files) print dir, files[dir] }'
156 am__base_list = \
157   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159 am__uninstall_files_from_dir = { \
160   test -z "$$files" \
161     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163          $(am__cd) "$$dir" && rm -f $$files; }; \
164   }
165 am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(m4datadir)" \
166         "$(DESTDIR)$(pcdatadir)" "$(DESTDIR)$(includedir)"
167 DATA = $(doc_DATA) $(m4data_DATA) $(pcdata_DATA)
168 HEADERS = $(include_HEADERS)
169 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
170   distclean-recursive maintainer-clean-recursive
171 am__recursive_targets = \
172   $(RECURSIVE_TARGETS) \
173   $(RECURSIVE_CLEAN_TARGETS) \
174   $(am__extra_recursive_targets)
175 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176         cscope distdir dist dist-all distcheck
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
178         $(LISP)config.h.in
179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates.  Input order is
181 # *not* preserved.
182 am__uniquify_input = $(AWK) '\
183   BEGIN { nonempty = 0; } \
184   { items[$$0] = 1; nonempty = 1; } \
185   END { if (nonempty) { for (i in items) print i; }; } \
186 '
187 # Make sure the list of sources is unique.  This is necessary because,
188 # e.g., the same source file might be shared among _SOURCES variables
189 # for different programs/libraries.
190 am__define_uniq_tagged_files = \
191   list='$(am__tagged_files)'; \
192   unique=`for i in $$list; do \
193     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194   done | $(am__uniquify_input)`
195 ETAGS = etags
196 CTAGS = ctags
197 CSCOPE = cscope
198 DIST_SUBDIRS = lib src doc . checkmk tests
199 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/check.pc.in \
200         $(srcdir)/config.h.in AUTHORS COPYING.LESSER ChangeLog INSTALL \
201         NEWS README THANKS TODO ar-lib compile config.guess config.sub \
202         depcomp install-sh ltmain.sh missing
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204 distdir = $(PACKAGE)-$(VERSION)
205 top_distdir = $(distdir)
206 am__remove_distdir = \
207   if test -d "$(distdir)"; then \
208     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
209       && rm -rf "$(distdir)" \
210       || { sleep 5 && rm -rf "$(distdir)"; }; \
211   else :; fi
212 am__post_remove_distdir = $(am__remove_distdir)
213 am__relativize = \
214   dir0=`pwd`; \
215   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
216   sed_rest='s,^[^/]*/*,,'; \
217   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
218   sed_butlast='s,/*[^/]*$$,,'; \
219   while test -n "$$dir1"; do \
220     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
221     if test "$$first" != "."; then \
222       if test "$$first" = ".."; then \
223         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
224         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
225       else \
226         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
227         if test "$$first2" = "$$first"; then \
228           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
229         else \
230           dir2="../$$dir2"; \
231         fi; \
232         dir0="$$dir0"/"$$first"; \
233       fi; \
234     fi; \
235     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
236   done; \
237   reldir="$$dir2"
238 DIST_ARCHIVES = $(distdir).tar.gz
239 GZIP_ENV = --best
240 DIST_TARGETS = dist-gzip
241 distuninstallcheck_listfiles = find . -type f -print
242 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
243   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
244 distcleancheck_listfiles = find . -type f -print
245 ACLOCAL = @ACLOCAL@
246 AMTAR = @AMTAR@
247 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
248 AR = @AR@
249 AUTOCONF = @AUTOCONF@
250 AUTOHEADER = @AUTOHEADER@
251 AUTOMAKE = @AUTOMAKE@
252 AWK = @AWK@
253 AWK_GSUB_DBL_BSLASH = @AWK_GSUB_DBL_BSLASH@
254 AWK_PATH = @AWK_PATH@
255 CC = @CC@
256 CCDEPMODE = @CCDEPMODE@
257 CFLAGS = @CFLAGS@
258 CHECK_MAJOR_VERSION = @CHECK_MAJOR_VERSION@
259 CHECK_MICRO_VERSION = @CHECK_MICRO_VERSION@
260 CHECK_MINOR_VERSION = @CHECK_MINOR_VERSION@
261 CHECK_VERSION = @CHECK_VERSION@
262 CPP = @CPP@
263 CPPFLAGS = @CPPFLAGS@
264 CYGPATH_W = @CYGPATH_W@
265 DEFS = @DEFS@
266 DEPDIR = @DEPDIR@
267 DLLTOOL = @DLLTOOL@
268 DSYMUTIL = @DSYMUTIL@
269 DUMPBIN = @DUMPBIN@
270 ECHO_C = @ECHO_C@
271 ECHO_N = @ECHO_N@
272 ECHO_T = @ECHO_T@
273 EGREP = @EGREP@
274 ENABLE_REGEX = @ENABLE_REGEX@
275 ENABLE_SUBUNIT = @ENABLE_SUBUNIT@
276 EXEEXT = @EXEEXT@
277 FGREP = @FGREP@
278 FILTERDIFF = @FILTERDIFF@
279 GCOV = @GCOV@
280 GCOV_CFLAGS = @GCOV_CFLAGS@
281 GCOV_LIBS = @GCOV_LIBS@
282 GENHTML = @GENHTML@
283 GRAPHVIZ = @GRAPHVIZ@
284 GREP = @GREP@
285 HAVE_FORK = @HAVE_FORK@
286 HAVE_REGEX = @HAVE_REGEX@
287 INSTALL = @INSTALL@
288 INSTALL_DATA = @INSTALL_DATA@
289 INSTALL_PROGRAM = @INSTALL_PROGRAM@
290 INSTALL_SCRIPT = @INSTALL_SCRIPT@
291 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292 LCOV = @LCOV@
293 LD = @LD@
294 LDFLAGS = @LDFLAGS@
295 LIBOBJS = @LIBOBJS@
296 LIBS = @LIBS@
297 LIBSUBUNIT_CFLAGS = @LIBSUBUNIT_CFLAGS@
298 LIBSUBUNIT_LIBS = @LIBSUBUNIT_LIBS@
299 LIBSUBUNIT_PC = @LIBSUBUNIT_PC@
300 LIBTOOL = @LIBTOOL@
301 LIPO = @LIPO@
302 LN_S = @LN_S@
303 LTLIBOBJS = @LTLIBOBJS@
304 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
305 MAKEINFO = @MAKEINFO@
306 MANIFEST_TOOL = @MANIFEST_TOOL@
307 MKDIR_P = @MKDIR_P@
308 NM = @NM@
309 NMEDIT = @NMEDIT@
310 OBJDUMP = @OBJDUMP@
311 OBJEXT = @OBJEXT@
312 OTOOL = @OTOOL@
313 OTOOL64 = @OTOOL64@
314 PACKAGE = @PACKAGE@
315 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
316 PACKAGE_NAME = @PACKAGE_NAME@
317 PACKAGE_STRING = @PACKAGE_STRING@
318 PACKAGE_TARNAME = @PACKAGE_TARNAME@
319 PACKAGE_URL = @PACKAGE_URL@
320 PACKAGE_VERSION = @PACKAGE_VERSION@
321 PATH_SEPARATOR = @PATH_SEPARATOR@
322 PKG_CONFIG = @PKG_CONFIG@
323 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
324 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
325 PTHREAD_CC = @PTHREAD_CC@
326 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
327 PTHREAD_LIBS = @PTHREAD_LIBS@
328 RANLIB = @RANLIB@
329 SED = @SED@
330 SET_MAKE = @SET_MAKE@
331 SHELL = @SHELL@
332 STRIP = @STRIP@
333 VERSION = @VERSION@
334 abs_builddir = @abs_builddir@
335 abs_srcdir = @abs_srcdir@
336 abs_top_builddir = @abs_top_builddir@
337 abs_top_srcdir = @abs_top_srcdir@
338 ac_ct_AR = @ac_ct_AR@
339 ac_ct_CC = @ac_ct_CC@
340 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
341 acx_pthread_config = @acx_pthread_config@
342 am__include = @am__include@
343 am__leading_dot = @am__leading_dot@
344 am__quote = @am__quote@
345 am__tar = @am__tar@
346 am__untar = @am__untar@
347 bindir = @bindir@
348 build = @build@
349 build_alias = @build_alias@
350 build_cpu = @build_cpu@
351 build_os = @build_os@
352 build_vendor = @build_vendor@
353 builddir = @builddir@
354 datadir = @datadir@
355 datarootdir = @datarootdir@
356 docdir = $(datadir)/doc/$(PACKAGE)
357 dvidir = @dvidir@
358 exec_prefix = @exec_prefix@
359 host = @host@
360 host_alias = @host_alias@
361 host_cpu = @host_cpu@
362 host_os = @host_os@
363 host_vendor = @host_vendor@
364 htmldir = @htmldir@
365 includedir = @includedir@
366 infodir = @infodir@
367 install_sh = @install_sh@
368 libdir = @libdir@
369 libexecdir = @libexecdir@
370 localedir = @localedir@
371 localstatedir = @localstatedir@
372 mandir = @mandir@
373 mkdir_p = @mkdir_p@
374 oldincludedir = @oldincludedir@
375 pdfdir = @pdfdir@
376 prefix = @prefix@
377 program_transform_name = @program_transform_name@
378 psdir = @psdir@
379 sbindir = @sbindir@
380 sharedstatedir = @sharedstatedir@
381 srcdir = @srcdir@
382 sysconfdir = @sysconfdir@
383 target_alias = @target_alias@
384 top_build_prefix = @top_build_prefix@
385 top_builddir = @top_builddir@
386 top_srcdir = @top_srcdir@
387 @MAKE_DOCS_FALSE@OPTIONAL_DOC_TARGET = 
388 @MAKE_DOCS_TRUE@OPTIONAL_DOC_TARGET = doc
389 SUBDIRS = lib src $(OPTIONAL_DOC_TARGET) . checkmk tests
390 AM_MAKEINFOFLAGS = -I$(top_srcdir)/doc/example
391 CLEANFILES = *~\
392         $(PACKAGE)-$(VERSION).tar.gz\
393         ChangeLog.bak
394
395 include_HEADERS = check_stdint.h
396 EXTRA_DIST = check.pc.in $(m4data_DATA) xml/check_unittest.xslt \
397         CMakeLists.txt src/CMakeLists.txt tests/CMakeLists.txt lib/CMakeLists.txt \
398         checkmk/CMakeLists.txt \
399         cmake
400
401 doc_DATA = ChangeLog NEWS README COPYING.LESSER
402 m4datadir = $(datadir)/aclocal
403 m4data_DATA = check.m4
404 pcdatadir = $(libdir)/pkgconfig
405 pcdata_DATA = check.pc
406 DISTCLEANFILES = check_stdint.h
407 ACLOCAL_AMFLAGS = -I m4
408 all: config.h
409         $(MAKE) $(AM_MAKEFLAGS) all-recursive
410
411 .SUFFIXES:
412 am--refresh: Makefile
413         @:
414 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
415         @for dep in $?; do \
416           case '$(am__configure_deps)' in \
417             *$$dep*) \
418               echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
419               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
420                 && exit 0; \
421               exit 1;; \
422           esac; \
423         done; \
424         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
425         $(am__cd) $(top_srcdir) && \
426           $(AUTOMAKE) --gnits Makefile
427 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
428         @case '$?' in \
429           *config.status*) \
430             echo ' $(SHELL) ./config.status'; \
431             $(SHELL) ./config.status;; \
432           *) \
433             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
434             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
435         esac;
436
437 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
438         $(SHELL) ./config.status --recheck
439
440 $(top_srcdir)/configure:  $(am__configure_deps)
441         $(am__cd) $(srcdir) && $(AUTOCONF)
442 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
443         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
444 $(am__aclocal_m4_deps):
445
446 config.h: stamp-h1
447         @test -f $@ || rm -f stamp-h1
448         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
449
450 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
451         @rm -f stamp-h1
452         cd $(top_builddir) && $(SHELL) ./config.status config.h
453 $(srcdir)/config.h.in:  $(am__configure_deps) 
454         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
455         rm -f stamp-h1
456         touch $@
457
458 distclean-hdr:
459         -rm -f config.h stamp-h1
460 check.pc: $(top_builddir)/config.status $(srcdir)/check.pc.in
461         cd $(top_builddir) && $(SHELL) ./config.status $@
462
463 mostlyclean-libtool:
464         -rm -f *.lo
465
466 clean-libtool:
467         -rm -rf .libs _libs
468
469 distclean-libtool:
470         -rm -f libtool config.lt
471 install-docDATA: $(doc_DATA)
472         @$(NORMAL_INSTALL)
473         @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
474         if test -n "$$list"; then \
475           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
476           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
477         fi; \
478         for p in $$list; do \
479           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
480           echo "$$d$$p"; \
481         done | $(am__base_list) | \
482         while read files; do \
483           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
484           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
485         done
486
487 uninstall-docDATA:
488         @$(NORMAL_UNINSTALL)
489         @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
490         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
491         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
492 install-m4dataDATA: $(m4data_DATA)
493         @$(NORMAL_INSTALL)
494         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
495         if test -n "$$list"; then \
496           echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
497           $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
498         fi; \
499         for p in $$list; do \
500           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
501           echo "$$d$$p"; \
502         done | $(am__base_list) | \
503         while read files; do \
504           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
505           $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
506         done
507
508 uninstall-m4dataDATA:
509         @$(NORMAL_UNINSTALL)
510         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
511         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
512         dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
513 install-pcdataDATA: $(pcdata_DATA)
514         @$(NORMAL_INSTALL)
515         @list='$(pcdata_DATA)'; test -n "$(pcdatadir)" || list=; \
516         if test -n "$$list"; then \
517           echo " $(MKDIR_P) '$(DESTDIR)$(pcdatadir)'"; \
518           $(MKDIR_P) "$(DESTDIR)$(pcdatadir)" || exit 1; \
519         fi; \
520         for p in $$list; do \
521           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
522           echo "$$d$$p"; \
523         done | $(am__base_list) | \
524         while read files; do \
525           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pcdatadir)'"; \
526           $(INSTALL_DATA) $$files "$(DESTDIR)$(pcdatadir)" || exit $$?; \
527         done
528
529 uninstall-pcdataDATA:
530         @$(NORMAL_UNINSTALL)
531         @list='$(pcdata_DATA)'; test -n "$(pcdatadir)" || list=; \
532         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
533         dir='$(DESTDIR)$(pcdatadir)'; $(am__uninstall_files_from_dir)
534 install-includeHEADERS: $(include_HEADERS)
535         @$(NORMAL_INSTALL)
536         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
537         if test -n "$$list"; then \
538           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
539           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
540         fi; \
541         for p in $$list; do \
542           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
543           echo "$$d$$p"; \
544         done | $(am__base_list) | \
545         while read files; do \
546           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
547           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
548         done
549
550 uninstall-includeHEADERS:
551         @$(NORMAL_UNINSTALL)
552         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
553         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
554         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
555
556 # This directory's subdirectories are mostly independent; you can cd
557 # into them and run 'make' without going through this Makefile.
558 # To change the values of 'make' variables: instead of editing Makefiles,
559 # (1) if the variable is set in 'config.status', edit 'config.status'
560 #     (which will cause the Makefiles to be regenerated when you run 'make');
561 # (2) otherwise, pass the desired values on the 'make' command line.
562 $(am__recursive_targets):
563         @fail=; \
564         if $(am__make_keepgoing); then \
565           failcom='fail=yes'; \
566         else \
567           failcom='exit 1'; \
568         fi; \
569         dot_seen=no; \
570         target=`echo $@ | sed s/-recursive//`; \
571         case "$@" in \
572           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
573           *) list='$(SUBDIRS)' ;; \
574         esac; \
575         for subdir in $$list; do \
576           echo "Making $$target in $$subdir"; \
577           if test "$$subdir" = "."; then \
578             dot_seen=yes; \
579             local_target="$$target-am"; \
580           else \
581             local_target="$$target"; \
582           fi; \
583           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
584           || eval $$failcom; \
585         done; \
586         if test "$$dot_seen" = "no"; then \
587           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
588         fi; test -z "$$fail"
589
590 ID: $(am__tagged_files)
591         $(am__define_uniq_tagged_files); mkid -fID $$unique
592 tags: tags-recursive
593 TAGS: tags
594
595 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
596         set x; \
597         here=`pwd`; \
598         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
599           include_option=--etags-include; \
600           empty_fix=.; \
601         else \
602           include_option=--include; \
603           empty_fix=; \
604         fi; \
605         list='$(SUBDIRS)'; for subdir in $$list; do \
606           if test "$$subdir" = .; then :; else \
607             test ! -f $$subdir/TAGS || \
608               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
609           fi; \
610         done; \
611         $(am__define_uniq_tagged_files); \
612         shift; \
613         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
614           test -n "$$unique" || unique=$$empty_fix; \
615           if test $$# -gt 0; then \
616             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
617               "$$@" $$unique; \
618           else \
619             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
620               $$unique; \
621           fi; \
622         fi
623 ctags: ctags-recursive
624
625 CTAGS: ctags
626 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
627         $(am__define_uniq_tagged_files); \
628         test -z "$(CTAGS_ARGS)$$unique" \
629           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
630              $$unique
631
632 GTAGS:
633         here=`$(am__cd) $(top_builddir) && pwd` \
634           && $(am__cd) $(top_srcdir) \
635           && gtags -i $(GTAGS_ARGS) "$$here"
636 cscope: cscope.files
637         test ! -s cscope.files \
638           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
639 clean-cscope:
640         -rm -f cscope.files
641 cscope.files: clean-cscope cscopelist
642 cscopelist: cscopelist-recursive
643
644 cscopelist-am: $(am__tagged_files)
645         list='$(am__tagged_files)'; \
646         case "$(srcdir)" in \
647           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
648           *) sdir=$(subdir)/$(srcdir) ;; \
649         esac; \
650         for i in $$list; do \
651           if test -f "$$i"; then \
652             echo "$(subdir)/$$i"; \
653           else \
654             echo "$$sdir/$$i"; \
655           fi; \
656         done >> $(top_builddir)/cscope.files
657
658 distclean-tags:
659         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
660         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
661
662 distdir: $(DISTFILES)
663         @case `sed 15q $(srcdir)/NEWS` in \
664         *"$(VERSION)"*) : ;; \
665         *) \
666           echo "NEWS not updated; not releasing" 1>&2; \
667           exit 1;; \
668         esac
669         $(am__remove_distdir)
670         test -d "$(distdir)" || mkdir "$(distdir)"
671         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
672         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
673         list='$(DISTFILES)'; \
674           dist_files=`for file in $$list; do echo $$file; done | \
675           sed -e "s|^$$srcdirstrip/||;t" \
676               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
677         case $$dist_files in \
678           */*) $(MKDIR_P) `echo "$$dist_files" | \
679                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
680                            sort -u` ;; \
681         esac; \
682         for file in $$dist_files; do \
683           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
684           if test -d $$d/$$file; then \
685             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
686             if test -d "$(distdir)/$$file"; then \
687               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
688             fi; \
689             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
690               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
691               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
692             fi; \
693             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
694           else \
695             test -f "$(distdir)/$$file" \
696             || cp -p $$d/$$file "$(distdir)/$$file" \
697             || exit 1; \
698           fi; \
699         done
700         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
701           if test "$$subdir" = .; then :; else \
702             $(am__make_dryrun) \
703               || test -d "$(distdir)/$$subdir" \
704               || $(MKDIR_P) "$(distdir)/$$subdir" \
705               || exit 1; \
706             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
707             $(am__relativize); \
708             new_distdir=$$reldir; \
709             dir1=$$subdir; dir2="$(top_distdir)"; \
710             $(am__relativize); \
711             new_top_distdir=$$reldir; \
712             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
713             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
714             ($(am__cd) $$subdir && \
715               $(MAKE) $(AM_MAKEFLAGS) \
716                 top_distdir="$$new_top_distdir" \
717                 distdir="$$new_distdir" \
718                 am__remove_distdir=: \
719                 am__skip_length_check=: \
720                 am__skip_mode_fix=: \
721                 distdir) \
722               || exit 1; \
723           fi; \
724         done
725         -test -n "$(am__skip_mode_fix)" \
726         || find "$(distdir)" -type d ! -perm -755 \
727                 -exec chmod u+rwx,go+rx {} \; -o \
728           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
729           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
730           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
731         || chmod -R a+r "$(distdir)"
732 dist-gzip: distdir
733         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
734         $(am__post_remove_distdir)
735
736 dist-bzip2: distdir
737         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
738         $(am__post_remove_distdir)
739
740 dist-lzip: distdir
741         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
742         $(am__post_remove_distdir)
743
744 dist-xz: distdir
745         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
746         $(am__post_remove_distdir)
747
748 dist-tarZ: distdir
749         @echo WARNING: "Support for distribution archives compressed with" \
750                        "legacy program 'compress' is deprecated." >&2
751         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
752         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
753         $(am__post_remove_distdir)
754
755 dist-shar: distdir
756         @echo WARNING: "Support for shar distribution archives is" \
757                        "deprecated." >&2
758         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
759         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
760         $(am__post_remove_distdir)
761
762 dist-zip: distdir
763         -rm -f $(distdir).zip
764         zip -rq $(distdir).zip $(distdir)
765         $(am__post_remove_distdir)
766
767 dist dist-all:
768         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
769         $(am__post_remove_distdir)
770
771 # This target untars the dist file and tries a VPATH configuration.  Then
772 # it guarantees that the distribution is self-contained by making another
773 # tarfile.
774 distcheck: dist
775         case '$(DIST_ARCHIVES)' in \
776         *.tar.gz*) \
777           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
778         *.tar.bz2*) \
779           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
780         *.tar.lz*) \
781           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
782         *.tar.xz*) \
783           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
784         *.tar.Z*) \
785           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
786         *.shar.gz*) \
787           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
788         *.zip*) \
789           unzip $(distdir).zip ;;\
790         esac
791         chmod -R a-w $(distdir)
792         chmod u+w $(distdir)
793         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
794         chmod a-w $(distdir)
795         test -d $(distdir)/_build || exit 0; \
796         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
797           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
798           && am__cwd=`pwd` \
799           && $(am__cd) $(distdir)/_build/sub \
800           && ../../configure \
801             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
802             $(DISTCHECK_CONFIGURE_FLAGS) \
803             --srcdir=../.. --prefix="$$dc_install_base" \
804           && $(MAKE) $(AM_MAKEFLAGS) \
805           && $(MAKE) $(AM_MAKEFLAGS) dvi \
806           && $(MAKE) $(AM_MAKEFLAGS) check \
807           && $(MAKE) $(AM_MAKEFLAGS) install \
808           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
809           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
810           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
811                 distuninstallcheck \
812           && chmod -R a-w "$$dc_install_base" \
813           && ({ \
814                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
815                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
816                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
817                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
818                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
819               } || { rm -rf "$$dc_destdir"; exit 1; }) \
820           && rm -rf "$$dc_destdir" \
821           && $(MAKE) $(AM_MAKEFLAGS) dist \
822           && rm -rf $(DIST_ARCHIVES) \
823           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
824           && cd "$$am__cwd" \
825           || exit 1
826         $(am__post_remove_distdir)
827         @(echo "$(distdir) archives ready for distribution: "; \
828           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
829           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
830 distuninstallcheck:
831         @test -n '$(distuninstallcheck_dir)' || { \
832           echo 'ERROR: trying to run $@ with an empty' \
833                '$$(distuninstallcheck_dir)' >&2; \
834           exit 1; \
835         }; \
836         $(am__cd) '$(distuninstallcheck_dir)' || { \
837           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
838           exit 1; \
839         }; \
840         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
841            || { echo "ERROR: files left after uninstall:" ; \
842                 if test -n "$(DESTDIR)"; then \
843                   echo "  (check DESTDIR support)"; \
844                 fi ; \
845                 $(distuninstallcheck_listfiles) ; \
846                 exit 1; } >&2
847 distcleancheck: distclean
848         @if test '$(srcdir)' = . ; then \
849           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
850           exit 1 ; \
851         fi
852         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
853           || { echo "ERROR: files left in build directory after distclean:" ; \
854                $(distcleancheck_listfiles) ; \
855                exit 1; } >&2
856 check-am: all-am
857 check: check-recursive
858 all-am: Makefile $(DATA) $(HEADERS) config.h
859 installdirs: installdirs-recursive
860 installdirs-am:
861         for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pcdatadir)" "$(DESTDIR)$(includedir)"; do \
862           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
863         done
864 install: install-recursive
865 install-exec: install-exec-recursive
866 install-data: install-data-recursive
867 uninstall: uninstall-recursive
868
869 install-am: all-am
870         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
871
872 installcheck: installcheck-recursive
873 install-strip:
874         if test -z '$(STRIP)'; then \
875           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
876             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
877               install; \
878         else \
879           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
880             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
881             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
882         fi
883 mostlyclean-generic:
884
885 clean-generic:
886         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
887
888 distclean-generic:
889         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
890         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
891         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
892
893 maintainer-clean-generic:
894         @echo "This command is intended for maintainers to use"
895         @echo "it deletes files that may require special tools to rebuild."
896 clean: clean-recursive
897
898 clean-am: clean-generic clean-libtool mostlyclean-am
899
900 distclean: distclean-recursive
901         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
902         -rm -f Makefile
903 distclean-am: clean-am distclean-generic distclean-hdr \
904         distclean-libtool distclean-tags
905
906 dvi: dvi-recursive
907
908 dvi-am:
909
910 html: html-recursive
911
912 html-am:
913
914 info: info-recursive
915
916 info-am:
917
918 install-data-am: install-docDATA install-includeHEADERS \
919         install-m4dataDATA install-pcdataDATA
920
921 install-dvi: install-dvi-recursive
922
923 install-dvi-am:
924
925 install-exec-am:
926
927 install-html: install-html-recursive
928
929 install-html-am:
930
931 install-info: install-info-recursive
932
933 install-info-am:
934
935 install-man:
936
937 install-pdf: install-pdf-recursive
938
939 install-pdf-am:
940
941 install-ps: install-ps-recursive
942
943 install-ps-am:
944
945 installcheck-am:
946
947 maintainer-clean: maintainer-clean-recursive
948         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
949         -rm -rf $(top_srcdir)/autom4te.cache
950         -rm -f Makefile
951 maintainer-clean-am: distclean-am maintainer-clean-generic
952
953 mostlyclean: mostlyclean-recursive
954
955 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
956
957 pdf: pdf-recursive
958
959 pdf-am:
960
961 ps: ps-recursive
962
963 ps-am:
964
965 uninstall-am: uninstall-docDATA uninstall-includeHEADERS \
966         uninstall-m4dataDATA uninstall-pcdataDATA
967
968 .MAKE: $(am__recursive_targets) all install-am install-strip
969
970 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
971         am--refresh check check-am clean clean-cscope clean-generic \
972         clean-libtool cscope cscopelist-am ctags ctags-am dist \
973         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
974         dist-xz dist-zip distcheck distclean distclean-generic \
975         distclean-hdr distclean-libtool distclean-tags distcleancheck \
976         distdir distuninstallcheck dvi dvi-am html html-am info \
977         info-am install install-am install-data install-data-am \
978         install-docDATA install-dvi install-dvi-am install-exec \
979         install-exec-am install-html install-html-am \
980         install-includeHEADERS install-info install-info-am \
981         install-m4dataDATA install-man install-pcdataDATA install-pdf \
982         install-pdf-am install-ps install-ps-am install-strip \
983         installcheck installcheck-am installdirs installdirs-am \
984         maintainer-clean maintainer-clean-generic mostlyclean \
985         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
986         tags tags-am uninstall uninstall-am uninstall-docDATA \
987         uninstall-includeHEADERS uninstall-m4dataDATA \
988         uninstall-pcdataDATA
989
990 .PRECIOUS: Makefile
991
992
993 README:
994         fgrep -v "Build Status]" $(top_srcdir)/README.md > $@
995
996 doc/check_html:
997         $(MAKE) -C doc check_html
998
999 doc/doxygen:
1000         $(MAKE) -C doc doxygen
1001
1002 doc/doxygen-devel:
1003         $(MAKE) -C doc doxygen-devel
1004
1005 # check we can do a clean build, including docs.
1006 # perhaps we should check for out of date (svn st -u) and modified files.
1007 prereleasecheck: doc/check_html doc/doxygen
1008         -$(MAKE) distclean
1009         autoreconf -i && ./configure \
1010             && ulimit -c 0 && \
1011             $(MAKE) distcheck
1012
1013 .PHONY: prereleasecheck
1014
1015 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1016 # Otherwise a system limit (for SysV at least) may be exceeded.
1017 .NOEXPORT: