1# Makefile.in generated by automake 1.13.4 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__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
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = src/libs
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82	$(top_srcdir)/mkinstalldirs
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \
85	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
86	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
87	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/c-compiler.m4 \
88	$(top_srcdir)/c-library.m4 $(top_srcdir)/general.m4 \
89	$(top_srcdir)/ac_func_accept_argtypes.m4 \
90	$(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_HEADER = $(top_builddir)/src/include/config.h
95CONFIG_CLEAN_FILES =
96CONFIG_CLEAN_VPATH_FILES =
97AM_V_P = $(am__v_P_@AM_V@)
98am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99am__v_P_0 = false
100am__v_P_1 = :
101AM_V_GEN = $(am__v_GEN_@AM_V@)
102am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103am__v_GEN_0 = @echo "  GEN     " $@;
104am__v_GEN_1 =
105AM_V_at = $(am__v_at_@AM_V@)
106am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107am__v_at_0 = @
108am__v_at_1 =
109depcomp =
110am__depfiles_maybe =
111SOURCES =
112DIST_SOURCES =
113RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
114	ctags-recursive dvi-recursive html-recursive info-recursive \
115	install-data-recursive install-dvi-recursive \
116	install-exec-recursive install-html-recursive \
117	install-info-recursive install-pdf-recursive \
118	install-ps-recursive install-recursive installcheck-recursive \
119	installdirs-recursive pdf-recursive ps-recursive \
120	tags-recursive uninstall-recursive
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
127  distclean-recursive maintainer-clean-recursive
128am__recursive_targets = \
129  $(RECURSIVE_TARGETS) \
130  $(RECURSIVE_CLEAN_TARGETS) \
131  $(am__extra_recursive_targets)
132AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
133	distdir
134am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
135# Read a list of newline-separated strings from the standard input,
136# and print each of them once, without duplicates.  Input order is
137# *not* preserved.
138am__uniquify_input = $(AWK) '\
139  BEGIN { nonempty = 0; } \
140  { items[$$0] = 1; nonempty = 1; } \
141  END { if (nonempty) { for (i in items) print i; }; } \
142'
143# Make sure the list of sources is unique.  This is necessary because,
144# e.g., the same source file might be shared among _SOURCES variables
145# for different programs/libraries.
146am__define_uniq_tagged_files = \
147  list='$(am__tagged_files)'; \
148  unique=`for i in $$list; do \
149    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
150  done | $(am__uniquify_input)`
151ETAGS = etags
152CTAGS = ctags
153DIST_SUBDIRS = $(SUBDIRS)
154DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155am__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"
180ACLOCAL = @ACLOCAL@
181AMTAR = @AMTAR@
182AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
183AR = @AR@
184AR_FLAGS = @AR_FLAGS@
185AUTOCONF = @AUTOCONF@
186AUTOHEADER = @AUTOHEADER@
187AUTOMAKE = @AUTOMAKE@
188AWK = @AWK@
189CATALOG = @CATALOG@
190CC = @CC@
191CFLAGS = @CFLAGS@
192COLLATEINDEX = @COLLATEINDEX@
193CPP = @CPP@
194CPPFLAGS = @CPPFLAGS@
195CYGPATH_W = @CYGPATH_W@
196DEFS = @DEFS@
197DLLTOOL = @DLLTOOL@
198DOCBOOKSTYLE = @DOCBOOKSTYLE@
199DSYMUTIL = @DSYMUTIL@
200DUMPBIN = @DUMPBIN@
201ECHO_C = @ECHO_C@
202ECHO_N = @ECHO_N@
203ECHO_T = @ECHO_T@
204EGREP = @EGREP@
205EXEEXT = @EXEEXT@
206FGREP = @FGREP@
207GREP = @GREP@
208INSTALL = @INSTALL@
209INSTALL_DATA = @INSTALL_DATA@
210INSTALL_PROGRAM = @INSTALL_PROGRAM@
211INSTALL_SCRIPT = @INSTALL_SCRIPT@
212INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213JADE = @JADE@
214LD = @LD@
215LDFLAGS = @LDFLAGS@
216LEX = @LEX@
217LEXLIB = @LEXLIB@
218LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
219LIBOBJS = @LIBOBJS@
220LIBS = @LIBS@
221LIBTOOL = @LIBTOOL@
222LIPO = @LIPO@
223LN_S = @LN_S@
224LTLIBOBJS = @LTLIBOBJS@
225LYNX = @LYNX@
226MAINT = @MAINT@
227MAKEINFO = @MAKEINFO@
228MANIFEST_TOOL = @MANIFEST_TOOL@
229MEMCACHED_DIR = @MEMCACHED_DIR@
230MEMCACHED_INCLUDE_OPT = @MEMCACHED_INCLUDE_OPT@
231MEMCACHED_LINK_OPT = @MEMCACHED_LINK_OPT@
232MEMCACHED_RPATH_OPT = @MEMCACHED_RPATH_OPT@
233MKDIR_P = @MKDIR_P@
234NM = @NM@
235NMEDIT = @NMEDIT@
236NSGMLS = @NSGMLS@
237OBJDUMP = @OBJDUMP@
238OBJEXT = @OBJEXT@
239OSX = @OSX@
240OTOOL = @OTOOL@
241OTOOL64 = @OTOOL64@
242PACKAGE = @PACKAGE@
243PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
244PACKAGE_NAME = @PACKAGE_NAME@
245PACKAGE_STRING = @PACKAGE_STRING@
246PACKAGE_TARNAME = @PACKAGE_TARNAME@
247PACKAGE_URL = @PACKAGE_URL@
248PACKAGE_VERSION = @PACKAGE_VERSION@
249PATH_SEPARATOR = @PATH_SEPARATOR@
250PERL = @PERL@
251PGCONFIG = @PGCONFIG@
252PGSQL_BIN_DIR = @PGSQL_BIN_DIR@
253PGSQL_INCLUDE_DIR = @PGSQL_INCLUDE_DIR@
254PGSQL_LIB_DIR = @PGSQL_LIB_DIR@
255RANLIB = @RANLIB@
256SED = @SED@
257SET_MAKE = @SET_MAKE@
258SHELL = @SHELL@
259STRIP = @STRIP@
260STYLE = @STYLE@
261VERSION = @VERSION@
262XMLLINT = @XMLLINT@
263XSLTPROC = @XSLTPROC@
264XSLTPROC_HTML_FLAGS = @XSLTPROC_HTML_FLAGS@
265YACC = @YACC@
266YFLAGS = @YFLAGS@
267abs_builddir = @abs_builddir@
268abs_srcdir = @abs_srcdir@
269abs_top_builddir = @abs_top_builddir@
270abs_top_srcdir = @abs_top_srcdir@
271ac_ct_AR = @ac_ct_AR@
272ac_ct_CC = @ac_ct_CC@
273ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
274am__leading_dot = @am__leading_dot@
275am__tar = @am__tar@
276am__untar = @am__untar@
277bindir = @bindir@
278build = @build@
279build_alias = @build_alias@
280build_cpu = @build_cpu@
281build_os = @build_os@
282build_vendor = @build_vendor@
283builddir = @builddir@
284datadir = @datadir@
285datarootdir = @datarootdir@
286docdir = @docdir@
287dvidir = @dvidir@
288exec_prefix = @exec_prefix@
289have_docbook = @have_docbook@
290host = @host@
291host_alias = @host_alias@
292host_cpu = @host_cpu@
293host_os = @host_os@
294host_vendor = @host_vendor@
295htmldir = @htmldir@
296includedir = @includedir@
297infodir = @infodir@
298install_sh = @install_sh@
299libdir = @libdir@
300libexecdir = @libexecdir@
301localedir = @localedir@
302localstatedir = @localstatedir@
303mandir = @mandir@
304mkdir_p = @mkdir_p@
305oldincludedir = @oldincludedir@
306pdfdir = @pdfdir@
307prefix = @prefix@
308program_transform_name = @program_transform_name@
309psdir = @psdir@
310sbindir = @sbindir@
311sharedstatedir = @sharedstatedir@
312srcdir = @srcdir@
313sysconfdir = @sysconfdir@
314target_alias = @target_alias@
315top_build_prefix = @top_build_prefix@
316top_builddir = @top_builddir@
317top_srcdir = @top_srcdir@
318SUBDIRS = pcp
319all: all-recursive
320
321.SUFFIXES:
322$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
323	@for dep in $?; do \
324	  case '$(am__configure_deps)' in \
325	    *$$dep*) \
326	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327	        && { if test -f $@; then exit 0; else break; fi; }; \
328	      exit 1;; \
329	  esac; \
330	done; \
331	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/libs/Makefile'; \
332	$(am__cd) $(top_srcdir) && \
333	  $(AUTOMAKE) --foreign --ignore-deps src/libs/Makefile
334.PRECIOUS: Makefile
335Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336	@case '$?' in \
337	  *config.status*) \
338	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339	  *) \
340	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342	esac;
343
344$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
347$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
348	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
350	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351$(am__aclocal_m4_deps):
352
353mostlyclean-libtool:
354	-rm -f *.lo
355
356clean-libtool:
357	-rm -rf .libs _libs
358
359# This directory's subdirectories are mostly independent; you can cd
360# into them and run 'make' without going through this Makefile.
361# To change the values of 'make' variables: instead of editing Makefiles,
362# (1) if the variable is set in 'config.status', edit 'config.status'
363#     (which will cause the Makefiles to be regenerated when you run 'make');
364# (2) otherwise, pass the desired values on the 'make' command line.
365$(am__recursive_targets):
366	@fail=; \
367	if $(am__make_keepgoing); then \
368	  failcom='fail=yes'; \
369	else \
370	  failcom='exit 1'; \
371	fi; \
372	dot_seen=no; \
373	target=`echo $@ | sed s/-recursive//`; \
374	case "$@" in \
375	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
376	  *) list='$(SUBDIRS)' ;; \
377	esac; \
378	for subdir in $$list; do \
379	  echo "Making $$target in $$subdir"; \
380	  if test "$$subdir" = "."; then \
381	    dot_seen=yes; \
382	    local_target="$$target-am"; \
383	  else \
384	    local_target="$$target"; \
385	  fi; \
386	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387	  || eval $$failcom; \
388	done; \
389	if test "$$dot_seen" = "no"; then \
390	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
391	fi; test -z "$$fail"
392
393ID: $(am__tagged_files)
394	$(am__define_uniq_tagged_files); mkid -fID $$unique
395tags: tags-recursive
396TAGS: tags
397
398tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
399	set x; \
400	here=`pwd`; \
401	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
402	  include_option=--etags-include; \
403	  empty_fix=.; \
404	else \
405	  include_option=--include; \
406	  empty_fix=; \
407	fi; \
408	list='$(SUBDIRS)'; for subdir in $$list; do \
409	  if test "$$subdir" = .; then :; else \
410	    test ! -f $$subdir/TAGS || \
411	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
412	  fi; \
413	done; \
414	$(am__define_uniq_tagged_files); \
415	shift; \
416	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417	  test -n "$$unique" || unique=$$empty_fix; \
418	  if test $$# -gt 0; then \
419	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420	      "$$@" $$unique; \
421	  else \
422	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423	      $$unique; \
424	  fi; \
425	fi
426ctags: ctags-recursive
427
428CTAGS: ctags
429ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
430	$(am__define_uniq_tagged_files); \
431	test -z "$(CTAGS_ARGS)$$unique" \
432	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
433	     $$unique
434
435GTAGS:
436	here=`$(am__cd) $(top_builddir) && pwd` \
437	  && $(am__cd) $(top_srcdir) \
438	  && gtags -i $(GTAGS_ARGS) "$$here"
439cscopelist: cscopelist-recursive
440
441cscopelist-am: $(am__tagged_files)
442	list='$(am__tagged_files)'; \
443	case "$(srcdir)" in \
444	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
445	  *) sdir=$(subdir)/$(srcdir) ;; \
446	esac; \
447	for i in $$list; do \
448	  if test -f "$$i"; then \
449	    echo "$(subdir)/$$i"; \
450	  else \
451	    echo "$$sdir/$$i"; \
452	  fi; \
453	done >> $(top_builddir)/cscope.files
454
455distclean-tags:
456	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
458distdir: $(DISTFILES)
459	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461	list='$(DISTFILES)'; \
462	  dist_files=`for file in $$list; do echo $$file; done | \
463	  sed -e "s|^$$srcdirstrip/||;t" \
464	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465	case $$dist_files in \
466	  */*) $(MKDIR_P) `echo "$$dist_files" | \
467			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468			   sort -u` ;; \
469	esac; \
470	for file in $$dist_files; do \
471	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472	  if test -d $$d/$$file; then \
473	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474	    if test -d "$(distdir)/$$file"; then \
475	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476	    fi; \
477	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480	    fi; \
481	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482	  else \
483	    test -f "$(distdir)/$$file" \
484	    || cp -p $$d/$$file "$(distdir)/$$file" \
485	    || exit 1; \
486	  fi; \
487	done
488	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
489	  if test "$$subdir" = .; then :; else \
490	    $(am__make_dryrun) \
491	      || test -d "$(distdir)/$$subdir" \
492	      || $(MKDIR_P) "$(distdir)/$$subdir" \
493	      || exit 1; \
494	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
495	    $(am__relativize); \
496	    new_distdir=$$reldir; \
497	    dir1=$$subdir; dir2="$(top_distdir)"; \
498	    $(am__relativize); \
499	    new_top_distdir=$$reldir; \
500	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
501	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
502	    ($(am__cd) $$subdir && \
503	      $(MAKE) $(AM_MAKEFLAGS) \
504	        top_distdir="$$new_top_distdir" \
505	        distdir="$$new_distdir" \
506		am__remove_distdir=: \
507		am__skip_length_check=: \
508		am__skip_mode_fix=: \
509	        distdir) \
510	      || exit 1; \
511	  fi; \
512	done
513check-am: all-am
514check: check-recursive
515all-am: Makefile
516installdirs: installdirs-recursive
517installdirs-am:
518install: install-recursive
519install-exec: install-exec-recursive
520install-data: install-data-recursive
521uninstall: uninstall-recursive
522
523install-am: all-am
524	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526installcheck: installcheck-recursive
527install-strip:
528	if test -z '$(STRIP)'; then \
529	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531	      install; \
532	else \
533	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
536	fi
537mostlyclean-generic:
538
539clean-generic:
540
541distclean-generic:
542	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
543	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
545maintainer-clean-generic:
546	@echo "This command is intended for maintainers to use"
547	@echo "it deletes files that may require special tools to rebuild."
548clean: clean-recursive
549
550clean-am: clean-generic clean-libtool mostlyclean-am
551
552distclean: distclean-recursive
553	-rm -f Makefile
554distclean-am: clean-am distclean-generic distclean-tags
555
556dvi: dvi-recursive
557
558dvi-am:
559
560html: html-recursive
561
562html-am:
563
564info: info-recursive
565
566info-am:
567
568install-data-am:
569
570install-dvi: install-dvi-recursive
571
572install-dvi-am:
573
574install-exec-am:
575
576install-html: install-html-recursive
577
578install-html-am:
579
580install-info: install-info-recursive
581
582install-info-am:
583
584install-man:
585
586install-pdf: install-pdf-recursive
587
588install-pdf-am:
589
590install-ps: install-ps-recursive
591
592install-ps-am:
593
594installcheck-am:
595
596maintainer-clean: maintainer-clean-recursive
597	-rm -f Makefile
598maintainer-clean-am: distclean-am maintainer-clean-generic
599
600mostlyclean: mostlyclean-recursive
601
602mostlyclean-am: mostlyclean-generic mostlyclean-libtool
603
604pdf: pdf-recursive
605
606pdf-am:
607
608ps: ps-recursive
609
610ps-am:
611
612uninstall-am:
613
614.MAKE: $(am__recursive_targets) install-am install-strip
615
616.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
617	check-am clean clean-generic clean-libtool cscopelist-am ctags \
618	ctags-am distclean distclean-generic distclean-libtool \
619	distclean-tags distdir dvi dvi-am html html-am info info-am \
620	install install-am install-data install-data-am install-dvi \
621	install-dvi-am install-exec install-exec-am install-html \
622	install-html-am install-info install-info-am install-man \
623	install-pdf install-pdf-am install-ps install-ps-am \
624	install-strip installcheck installcheck-am installdirs \
625	installdirs-am maintainer-clean maintainer-clean-generic \
626	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
627	ps ps-am tags tags-am uninstall uninstall-am
628
629
630# Tell versions [3.59,3.63) of GNU make to not export all variables.
631# Otherwise a system limit (for SysV at least) may be exceeded.
632.NOEXPORT:
633