Spam scanning investigation
[gnucomo.git] / src / 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 subdir = src
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92         $(ACLOCAL_M4)
93 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = $(top_builddir)/config.h
96 CONFIG_CLEAN_FILES =
97 CONFIG_CLEAN_VPATH_FILES =
98 AM_V_P = $(am__v_P_@AM_V@)
99 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo "  GEN     " $@;
105 am__v_GEN_1 = 
106 AM_V_at = $(am__v_at_@AM_V@)
107 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108 am__v_at_0 = @
109 am__v_at_1 = 
110 SOURCES =
111 DIST_SOURCES =
112 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
113         ctags-recursive dvi-recursive html-recursive info-recursive \
114         install-data-recursive install-dvi-recursive \
115         install-exec-recursive install-html-recursive \
116         install-info-recursive install-pdf-recursive \
117         install-ps-recursive install-recursive installcheck-recursive \
118         installdirs-recursive pdf-recursive ps-recursive \
119         tags-recursive uninstall-recursive
120 am__can_run_installinfo = \
121   case $$AM_UPDATE_INFO_DIR in \
122     n|no|NO) false;; \
123     *) (install-info --version) >/dev/null 2>&1;; \
124   esac
125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
126   distclean-recursive maintainer-clean-recursive
127 am__recursive_targets = \
128   $(RECURSIVE_TARGETS) \
129   $(RECURSIVE_CLEAN_TARGETS) \
130   $(am__extra_recursive_targets)
131 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
132         distdir
133 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
134 # Read a list of newline-separated strings from the standard input,
135 # and print each of them once, without duplicates.  Input order is
136 # *not* preserved.
137 am__uniquify_input = $(AWK) '\
138   BEGIN { nonempty = 0; } \
139   { items[$$0] = 1; nonempty = 1; } \
140   END { if (nonempty) { for (i in items) print i; }; } \
141 '
142 # Make sure the list of sources is unique.  This is necessary because,
143 # e.g., the same source file might be shared among _SOURCES variables
144 # for different programs/libraries.
145 am__define_uniq_tagged_files = \
146   list='$(am__tagged_files)'; \
147   unique=`for i in $$list; do \
148     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
149   done | $(am__uniquify_input)`
150 ETAGS = etags
151 CTAGS = ctags
152 DIST_SUBDIRS = $(SUBDIRS)
153 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155 am__relativize = \
156   dir0=`pwd`; \
157   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
158   sed_rest='s,^[^/]*/*,,'; \
159   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
160   sed_butlast='s,/*[^/]*$$,,'; \
161   while test -n "$$dir1"; do \
162     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
163     if test "$$first" != "."; then \
164       if test "$$first" = ".."; then \
165         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
166         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
167       else \
168         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
169         if test "$$first2" = "$$first"; then \
170           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
171         else \
172           dir2="../$$dir2"; \
173         fi; \
174         dir0="$$dir0"/"$$first"; \
175       fi; \
176     fi; \
177     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
178   done; \
179   reldir="$$dir2"
180 ACLOCAL = @ACLOCAL@
181 AMTAR = @AMTAR@
182 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
183 AUTOCONF = @AUTOCONF@
184 AUTOHEADER = @AUTOHEADER@
185 AUTOMAKE = @AUTOMAKE@
186 AWK = @AWK@
187 CC = @CC@
188 CCDEPMODE = @CCDEPMODE@
189 CFLAGS = @CFLAGS@
190 CPPFLAGS = @CPPFLAGS@
191 CXX = @CXX@
192 CXXCPP = @CXXCPP@
193 CXXDEPMODE = @CXXDEPMODE@
194 CXXFLAGS = @CXXFLAGS@
195 CYGPATH_W = @CYGPATH_W@
196 DEFS = @DEFS@
197 DEPDIR = @DEPDIR@
198 ECHO_C = @ECHO_C@
199 ECHO_N = @ECHO_N@
200 ECHO_T = @ECHO_T@
201 EGREP = @EGREP@
202 EXEEXT = @EXEEXT@
203 GREP = @GREP@
204 INSTALL = @INSTALL@
205 INSTALL_DATA = @INSTALL_DATA@
206 INSTALL_PROGRAM = @INSTALL_PROGRAM@
207 INSTALL_SCRIPT = @INSTALL_SCRIPT@
208 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209 LDFLAGS = @LDFLAGS@
210 LIBOBJS = @LIBOBJS@
211 LIBPQXX_CFLAGS = @LIBPQXX_CFLAGS@
212 LIBPQXX_LIBS = @LIBPQXX_LIBS@
213 LIBS = @LIBS@
214 LTLIBOBJS = @LTLIBOBJS@
215 MAKEINFO = @MAKEINFO@
216 MKDIR_P = @MKDIR_P@
217 OBJEXT = @OBJEXT@
218 PACKAGE = @PACKAGE@
219 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
220 PACKAGE_NAME = @PACKAGE_NAME@
221 PACKAGE_STRING = @PACKAGE_STRING@
222 PACKAGE_TARNAME = @PACKAGE_TARNAME@
223 PACKAGE_URL = @PACKAGE_URL@
224 PACKAGE_VERSION = @PACKAGE_VERSION@
225 PATH_SEPARATOR = @PATH_SEPARATOR@
226 PKG_CONFIG = @PKG_CONFIG@
227 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
228 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
229 RANLIB = @RANLIB@
230 SET_MAKE = @SET_MAKE@
231 SHELL = @SHELL@
232 STRIP = @STRIP@
233 VERSION = @VERSION@
234 XML_CONFIG = @XML_CONFIG@
235 abs_builddir = @abs_builddir@
236 abs_srcdir = @abs_srcdir@
237 abs_top_builddir = @abs_top_builddir@
238 abs_top_srcdir = @abs_top_srcdir@
239 ac_ct_CC = @ac_ct_CC@
240 ac_ct_CXX = @ac_ct_CXX@
241 am__include = @am__include@
242 am__leading_dot = @am__leading_dot@
243 am__quote = @am__quote@
244 am__tar = @am__tar@
245 am__untar = @am__untar@
246 bindir = @bindir@
247 build_alias = @build_alias@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host_alias = @host_alias@
255 htmldir = @htmldir@
256 includedir = @includedir@
257 infodir = @infodir@
258 install_sh = @install_sh@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 mandir = @mandir@
264 mkdir_p = @mkdir_p@
265 oldincludedir = @oldincludedir@
266 pdfdir = @pdfdir@
267 prefix = @prefix@
268 program_transform_name = @program_transform_name@
269 psdir = @psdir@
270 runstatedir = @runstatedir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 sysconfdir = @sysconfdir@
275 target_alias = @target_alias@
276 top_build_prefix = @top_build_prefix@
277 top_builddir = @top_builddir@
278 top_srcdir = @top_srcdir@
279 SUBDIRS = lib gcm_input spam
280 all: all-recursive
281
282 .SUFFIXES:
283 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
284         @for dep in $?; do \
285           case '$(am__configure_deps)' in \
286             *$$dep*) \
287               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
288                 && { if test -f $@; then exit 0; else break; fi; }; \
289               exit 1;; \
290           esac; \
291         done; \
292         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
293         $(am__cd) $(top_srcdir) && \
294           $(AUTOMAKE) --gnu src/Makefile
295 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296         @case '$?' in \
297           *config.status*) \
298             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299           *) \
300             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302         esac;
303
304 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
307 $(top_srcdir)/configure:  $(am__configure_deps)
308         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
310         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311 $(am__aclocal_m4_deps):
312
313 # This directory's subdirectories are mostly independent; you can cd
314 # into them and run 'make' without going through this Makefile.
315 # To change the values of 'make' variables: instead of editing Makefiles,
316 # (1) if the variable is set in 'config.status', edit 'config.status'
317 #     (which will cause the Makefiles to be regenerated when you run 'make');
318 # (2) otherwise, pass the desired values on the 'make' command line.
319 $(am__recursive_targets):
320         @fail=; \
321         if $(am__make_keepgoing); then \
322           failcom='fail=yes'; \
323         else \
324           failcom='exit 1'; \
325         fi; \
326         dot_seen=no; \
327         target=`echo $@ | sed s/-recursive//`; \
328         case "$@" in \
329           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
330           *) list='$(SUBDIRS)' ;; \
331         esac; \
332         for subdir in $$list; do \
333           echo "Making $$target in $$subdir"; \
334           if test "$$subdir" = "."; then \
335             dot_seen=yes; \
336             local_target="$$target-am"; \
337           else \
338             local_target="$$target"; \
339           fi; \
340           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341           || eval $$failcom; \
342         done; \
343         if test "$$dot_seen" = "no"; then \
344           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
345         fi; test -z "$$fail"
346
347 ID: $(am__tagged_files)
348         $(am__define_uniq_tagged_files); mkid -fID $$unique
349 tags: tags-recursive
350 TAGS: tags
351
352 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
353         set x; \
354         here=`pwd`; \
355         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
356           include_option=--etags-include; \
357           empty_fix=.; \
358         else \
359           include_option=--include; \
360           empty_fix=; \
361         fi; \
362         list='$(SUBDIRS)'; for subdir in $$list; do \
363           if test "$$subdir" = .; then :; else \
364             test ! -f $$subdir/TAGS || \
365               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
366           fi; \
367         done; \
368         $(am__define_uniq_tagged_files); \
369         shift; \
370         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371           test -n "$$unique" || unique=$$empty_fix; \
372           if test $$# -gt 0; then \
373             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374               "$$@" $$unique; \
375           else \
376             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377               $$unique; \
378           fi; \
379         fi
380 ctags: ctags-recursive
381
382 CTAGS: ctags
383 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
384         $(am__define_uniq_tagged_files); \
385         test -z "$(CTAGS_ARGS)$$unique" \
386           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
387              $$unique
388
389 GTAGS:
390         here=`$(am__cd) $(top_builddir) && pwd` \
391           && $(am__cd) $(top_srcdir) \
392           && gtags -i $(GTAGS_ARGS) "$$here"
393 cscopelist: cscopelist-recursive
394
395 cscopelist-am: $(am__tagged_files)
396         list='$(am__tagged_files)'; \
397         case "$(srcdir)" in \
398           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
399           *) sdir=$(subdir)/$(srcdir) ;; \
400         esac; \
401         for i in $$list; do \
402           if test -f "$$i"; then \
403             echo "$(subdir)/$$i"; \
404           else \
405             echo "$$sdir/$$i"; \
406           fi; \
407         done >> $(top_builddir)/cscope.files
408
409 distclean-tags:
410         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
412 distdir: $(DISTFILES)
413         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415         list='$(DISTFILES)'; \
416           dist_files=`for file in $$list; do echo $$file; done | \
417           sed -e "s|^$$srcdirstrip/||;t" \
418               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
419         case $$dist_files in \
420           */*) $(MKDIR_P) `echo "$$dist_files" | \
421                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
422                            sort -u` ;; \
423         esac; \
424         for file in $$dist_files; do \
425           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426           if test -d $$d/$$file; then \
427             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
428             if test -d "$(distdir)/$$file"; then \
429               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430             fi; \
431             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
432               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
433               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434             fi; \
435             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
436           else \
437             test -f "$(distdir)/$$file" \
438             || cp -p $$d/$$file "$(distdir)/$$file" \
439             || exit 1; \
440           fi; \
441         done
442         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
443           if test "$$subdir" = .; then :; else \
444             $(am__make_dryrun) \
445               || test -d "$(distdir)/$$subdir" \
446               || $(MKDIR_P) "$(distdir)/$$subdir" \
447               || exit 1; \
448             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
449             $(am__relativize); \
450             new_distdir=$$reldir; \
451             dir1=$$subdir; dir2="$(top_distdir)"; \
452             $(am__relativize); \
453             new_top_distdir=$$reldir; \
454             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
455             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
456             ($(am__cd) $$subdir && \
457               $(MAKE) $(AM_MAKEFLAGS) \
458                 top_distdir="$$new_top_distdir" \
459                 distdir="$$new_distdir" \
460                 am__remove_distdir=: \
461                 am__skip_length_check=: \
462                 am__skip_mode_fix=: \
463                 distdir) \
464               || exit 1; \
465           fi; \
466         done
467 check-am: all-am
468 check: check-recursive
469 all-am: Makefile
470 installdirs: installdirs-recursive
471 installdirs-am:
472 install: install-recursive
473 install-exec: install-exec-recursive
474 install-data: install-data-recursive
475 uninstall: uninstall-recursive
476
477 install-am: all-am
478         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
479
480 installcheck: installcheck-recursive
481 install-strip:
482         if test -z '$(STRIP)'; then \
483           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
484             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
485               install; \
486         else \
487           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
490         fi
491 mostlyclean-generic:
492
493 clean-generic:
494
495 distclean-generic:
496         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
497         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
498
499 maintainer-clean-generic:
500         @echo "This command is intended for maintainers to use"
501         @echo "it deletes files that may require special tools to rebuild."
502 clean: clean-recursive
503
504 clean-am: clean-generic mostlyclean-am
505
506 distclean: distclean-recursive
507         -rm -f Makefile
508 distclean-am: clean-am distclean-generic distclean-tags
509
510 dvi: dvi-recursive
511
512 dvi-am:
513
514 html: html-recursive
515
516 html-am:
517
518 info: info-recursive
519
520 info-am:
521
522 install-data-am:
523
524 install-dvi: install-dvi-recursive
525
526 install-dvi-am:
527
528 install-exec-am:
529
530 install-html: install-html-recursive
531
532 install-html-am:
533
534 install-info: install-info-recursive
535
536 install-info-am:
537
538 install-man:
539
540 install-pdf: install-pdf-recursive
541
542 install-pdf-am:
543
544 install-ps: install-ps-recursive
545
546 install-ps-am:
547
548 installcheck-am:
549
550 maintainer-clean: maintainer-clean-recursive
551         -rm -f Makefile
552 maintainer-clean-am: distclean-am maintainer-clean-generic
553
554 mostlyclean: mostlyclean-recursive
555
556 mostlyclean-am: mostlyclean-generic
557
558 pdf: pdf-recursive
559
560 pdf-am:
561
562 ps: ps-recursive
563
564 ps-am:
565
566 uninstall-am:
567
568 .MAKE: $(am__recursive_targets) install-am install-strip
569
570 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
571         check-am clean clean-generic cscopelist-am ctags ctags-am \
572         distclean distclean-generic distclean-tags distdir dvi dvi-am \
573         html html-am info info-am install install-am install-data \
574         install-data-am install-dvi install-dvi-am install-exec \
575         install-exec-am install-html install-html-am install-info \
576         install-info-am install-man install-pdf install-pdf-am \
577         install-ps install-ps-am install-strip installcheck \
578         installcheck-am installdirs installdirs-am maintainer-clean \
579         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
580         pdf-am ps ps-am tags tags-am uninstall uninstall-am
581
582 .PRECIOUS: Makefile
583
584
585 # Tell versions [3.59,3.63) of GNU make to not export all variables.
586 # Otherwise a system limit (for SysV at least) may be exceeded.
587 .NOEXPORT: