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