1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53subdir = gmond/perl_modules
54SUBDIRS =
55DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58	$(top_srcdir)/configure.ac
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60	$(ACLOCAL_M4)
61mkinstalldirs = $(install_sh) -d
62CONFIG_HEADER = $(top_builddir)/config.h
63CONFIG_CLEAN_FILES =
64CONFIG_CLEAN_VPATH_FILES =
65SOURCES =
66DIST_SOURCES =
67RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68	html-recursive info-recursive install-data-recursive \
69	install-dvi-recursive install-exec-recursive \
70	install-html-recursive install-info-recursive \
71	install-pdf-recursive install-ps-recursive install-recursive \
72	installcheck-recursive installdirs-recursive pdf-recursive \
73	ps-recursive uninstall-recursive
74am__can_run_installinfo = \
75  case $$AM_UPDATE_INFO_DIR in \
76    n|no|NO) false;; \
77    *) (install-info --version) >/dev/null 2>&1;; \
78  esac
79RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
80  distclean-recursive maintainer-clean-recursive
81AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
83	distdir
84ETAGS = etags
85CTAGS = ctags
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87am__relativize = \
88  dir0=`pwd`; \
89  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90  sed_rest='s,^[^/]*/*,,'; \
91  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92  sed_butlast='s,/*[^/]*$$,,'; \
93  while test -n "$$dir1"; do \
94    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95    if test "$$first" != "."; then \
96      if test "$$first" = ".."; then \
97        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99      else \
100        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101        if test "$$first2" = "$$first"; then \
102          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103        else \
104          dir2="../$$dir2"; \
105        fi; \
106        dir0="$$dir0"/"$$first"; \
107      fi; \
108    fi; \
109    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110  done; \
111  reldir="$$dir2"
112ACLOCAL = @ACLOCAL@
113AMTAR = @AMTAR@
114APR_CFLAGS = @APR_CFLAGS@
115APR_INCLUDES = @APR_INCLUDES@
116APR_LIBS = @APR_LIBS@
117AR = @AR@
118AUTOCONF = @AUTOCONF@
119AUTOHEADER = @AUTOHEADER@
120AUTOMAKE = @AUTOMAKE@
121AWK = @AWK@
122CC = @CC@
123CCDEPMODE = @CCDEPMODE@
124CFLAGS = @CFLAGS@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CYGPATH_W = @CYGPATH_W@
128DEFS = @DEFS@
129DEPDIR = @DEPDIR@
130DEPS_CFLAGS = @DEPS_CFLAGS@
131DEPS_LIBS = @DEPS_LIBS@
132DLLTOOL = @DLLTOOL@
133DSYMUTIL = @DSYMUTIL@
134DUMPBIN = @DUMPBIN@
135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
139EXEEXT = @EXEEXT@
140EXPORT_SYMBOLS = @EXPORT_SYMBOLS@
141EXPORT_SYMBOLS_DYNAMIC = @EXPORT_SYMBOLS_DYNAMIC@
142FGREP = @FGREP@
143GANGLIA_MAJOR_VERSION = @GANGLIA_MAJOR_VERSION@
144GANGLIA_MICRO_VERSION = @GANGLIA_MICRO_VERSION@
145GANGLIA_MINOR_VERSION = @GANGLIA_MINOR_VERSION@
146GANGLIA_VERSION = @GANGLIA_VERSION@
147GREP = @GREP@
148GWEB_VERSION = @GWEB_VERSION@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBGANGLIA_BINARY_AGE = @LIBGANGLIA_BINARY_AGE@
157LIBGANGLIA_INTERFACE_AGE = @LIBGANGLIA_INTERFACE_AGE@
158LIBOBJS = @LIBOBJS@
159LIBS = @LIBS@
160LIBTOOL = @LIBTOOL@
161LIPO = @LIPO@
162LN_S = @LN_S@
163LTLIBOBJS = @LTLIBOBJS@
164LT_AGE = @LT_AGE@
165LT_CURRENT = @LT_CURRENT@
166LT_RELEASE = @LT_RELEASE@
167LT_REVISION = @LT_REVISION@
168MAKEINFO = @MAKEINFO@
169MANIFEST_TOOL = @MANIFEST_TOOL@
170MKDIR_P = @MKDIR_P@
171NM = @NM@
172NMEDIT = @NMEDIT@
173OBJDUMP = @OBJDUMP@
174OBJEXT = @OBJEXT@
175OTOOL = @OTOOL@
176OTOOL64 = @OTOOL64@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PERL_BIN = @PERL_BIN@
186PERL_CFLAGS = @PERL_CFLAGS@
187PERL_INCLUDES = @PERL_INCLUDES@
188PERL_LDFLAGS = @PERL_LDFLAGS@
189PKG_CONFIG = @PKG_CONFIG@
190PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
191PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
192PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
193PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
194PROTOC_C = @PROTOC_C@
195PYTHON_BIN = @PYTHON_BIN@
196PYTHON_INCLUDES = @PYTHON_INCLUDES@
197PYTHON_VERSION = @PYTHON_VERSION@
198RANLIB = @RANLIB@
199REL = @REL@
200SED = @SED@
201SET_MAKE = @SET_MAKE@
202SHELL = @SHELL@
203STATIC_USER_MODULES = @STATIC_USER_MODULES@
204STRIP = @STRIP@
205VERSION = @VERSION@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_AR = @ac_ct_AR@
211ac_ct_CC = @ac_ct_CC@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213am__include = @am__include@
214am__leading_dot = @am__leading_dot@
215am__quote = @am__quote@
216am__tar = @am__tar@
217am__untar = @am__untar@
218bindir = @bindir@
219build = @build@
220build_alias = @build_alias@
221build_cpu = @build_cpu@
222build_os = @build_os@
223build_vendor = @build_vendor@
224builddir = @builddir@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dvidir = @dvidir@
229exec_prefix = @exec_prefix@
230gsysconfdir = @gsysconfdir@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
236htmldir = @htmldir@
237includedir = @includedir@
238infodir = @infodir@
239install_sh = @install_sh@
240libdir = @libdir@
241libexecdir = @libexecdir@
242localedir = @localedir@
243localstatedir = @localstatedir@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246modpathstart = @modpathstart@
247moduledir = @moduledir@
248oldincludedir = @oldincludedir@
249pdfdir = @pdfdir@
250prefix = @prefix@
251program_transform_name = @program_transform_name@
252psdir = @psdir@
253sbindir = @sbindir@
254setgid_group = @setgid_group@
255setuid_user = @setuid_user@
256sharedstatedir = @sharedstatedir@
257srcdir = @srcdir@
258subdirs = @subdirs@
259sysconfdir = @sysconfdir@
260systemdsystemunitdir = @systemdsystemunitdir@
261target_alias = @target_alias@
262top_build_prefix = @top_build_prefix@
263top_builddir = @top_builddir@
264top_srcdir = @top_srcdir@
265varstatedir = @varstatedir@
266DIST_SUBDIRS = example
267EXTRA_DIST = ./conf.d/*.plconf
268all: all-recursive
269
270.SUFFIXES:
271$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
272	@for dep in $?; do \
273	  case '$(am__configure_deps)' in \
274	    *$$dep*) \
275	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276	        && { if test -f $@; then exit 0; else break; fi; }; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gmond/perl_modules/Makefile'; \
281	$(am__cd) $(top_srcdir) && \
282	  $(AUTOMAKE) --foreign gmond/perl_modules/Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288	  *) \
289	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291	esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure:  $(am__configure_deps)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(am__aclocal_m4_deps):
301
302mostlyclean-libtool:
303	-rm -f *.lo
304
305clean-libtool:
306	-rm -rf .libs _libs
307
308# This directory's subdirectories are mostly independent; you can cd
309# into them and run `make' without going through this Makefile.
310# To change the values of `make' variables: instead of editing Makefiles,
311# (1) if the variable is set in `config.status', edit `config.status'
312#     (which will cause the Makefiles to be regenerated when you run `make');
313# (2) otherwise, pass the desired values on the `make' command line.
314$(RECURSIVE_TARGETS):
315	@fail= failcom='exit 1'; \
316	for f in x $$MAKEFLAGS; do \
317	  case $$f in \
318	    *=* | --[!k]*);; \
319	    *k*) failcom='fail=yes';; \
320	  esac; \
321	done; \
322	dot_seen=no; \
323	target=`echo $@ | sed s/-recursive//`; \
324	list='$(SUBDIRS)'; for subdir in $$list; do \
325	  echo "Making $$target in $$subdir"; \
326	  if test "$$subdir" = "."; then \
327	    dot_seen=yes; \
328	    local_target="$$target-am"; \
329	  else \
330	    local_target="$$target"; \
331	  fi; \
332	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
333	  || eval $$failcom; \
334	done; \
335	if test "$$dot_seen" = "no"; then \
336	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
337	fi; test -z "$$fail"
338
339$(RECURSIVE_CLEAN_TARGETS):
340	@fail= failcom='exit 1'; \
341	for f in x $$MAKEFLAGS; do \
342	  case $$f in \
343	    *=* | --[!k]*);; \
344	    *k*) failcom='fail=yes';; \
345	  esac; \
346	done; \
347	dot_seen=no; \
348	case "$@" in \
349	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
350	  *) list='$(SUBDIRS)' ;; \
351	esac; \
352	rev=''; for subdir in $$list; do \
353	  if test "$$subdir" = "."; then :; else \
354	    rev="$$subdir $$rev"; \
355	  fi; \
356	done; \
357	rev="$$rev ."; \
358	target=`echo $@ | sed s/-recursive//`; \
359	for subdir in $$rev; do \
360	  echo "Making $$target in $$subdir"; \
361	  if test "$$subdir" = "."; then \
362	    local_target="$$target-am"; \
363	  else \
364	    local_target="$$target"; \
365	  fi; \
366	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367	  || eval $$failcom; \
368	done && test -z "$$fail"
369tags-recursive:
370	list='$(SUBDIRS)'; for subdir in $$list; do \
371	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
372	done
373ctags-recursive:
374	list='$(SUBDIRS)'; for subdir in $$list; do \
375	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
376	done
377
378ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
379	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
380	unique=`for i in $$list; do \
381	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382	  done | \
383	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384	      END { if (nonempty) { for (i in files) print i; }; }'`; \
385	mkid -fID $$unique
386tags: TAGS
387
388TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389		$(TAGS_FILES) $(LISP)
390	set x; \
391	here=`pwd`; \
392	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
393	  include_option=--etags-include; \
394	  empty_fix=.; \
395	else \
396	  include_option=--include; \
397	  empty_fix=; \
398	fi; \
399	list='$(SUBDIRS)'; for subdir in $$list; do \
400	  if test "$$subdir" = .; then :; else \
401	    test ! -f $$subdir/TAGS || \
402	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
403	  fi; \
404	done; \
405	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406	unique=`for i in $$list; do \
407	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408	  done | \
409	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410	      END { if (nonempty) { for (i in files) print i; }; }'`; \
411	shift; \
412	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
413	  test -n "$$unique" || unique=$$empty_fix; \
414	  if test $$# -gt 0; then \
415	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416	      "$$@" $$unique; \
417	  else \
418	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419	      $$unique; \
420	  fi; \
421	fi
422ctags: CTAGS
423CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424		$(TAGS_FILES) $(LISP)
425	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
426	unique=`for i in $$list; do \
427	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428	  done | \
429	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430	      END { if (nonempty) { for (i in files) print i; }; }'`; \
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"
439
440distclean-tags:
441	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
442
443distdir: $(DISTFILES)
444	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446	list='$(DISTFILES)'; \
447	  dist_files=`for file in $$list; do echo $$file; done | \
448	  sed -e "s|^$$srcdirstrip/||;t" \
449	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
450	case $$dist_files in \
451	  */*) $(MKDIR_P) `echo "$$dist_files" | \
452			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
453			   sort -u` ;; \
454	esac; \
455	for file in $$dist_files; do \
456	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457	  if test -d $$d/$$file; then \
458	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
459	    if test -d "$(distdir)/$$file"; then \
460	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461	    fi; \
462	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
463	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
464	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465	    fi; \
466	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467	  else \
468	    test -f "$(distdir)/$$file" \
469	    || cp -p $$d/$$file "$(distdir)/$$file" \
470	    || exit 1; \
471	  fi; \
472	done
473	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
474	  if test "$$subdir" = .; then :; else \
475	    $(am__make_dryrun) \
476	      || test -d "$(distdir)/$$subdir" \
477	      || $(MKDIR_P) "$(distdir)/$$subdir" \
478	      || exit 1; \
479	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
480	    $(am__relativize); \
481	    new_distdir=$$reldir; \
482	    dir1=$$subdir; dir2="$(top_distdir)"; \
483	    $(am__relativize); \
484	    new_top_distdir=$$reldir; \
485	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
486	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
487	    ($(am__cd) $$subdir && \
488	      $(MAKE) $(AM_MAKEFLAGS) \
489	        top_distdir="$$new_top_distdir" \
490	        distdir="$$new_distdir" \
491		am__remove_distdir=: \
492		am__skip_length_check=: \
493		am__skip_mode_fix=: \
494	        distdir) \
495	      || exit 1; \
496	  fi; \
497	done
498check-am: all-am
499check: check-recursive
500all-am: Makefile
501installdirs: installdirs-recursive
502installdirs-am:
503install: install-recursive
504install-exec: install-exec-recursive
505install-data: install-data-recursive
506uninstall: uninstall-recursive
507
508install-am: all-am
509	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
510
511installcheck: installcheck-recursive
512install-strip:
513	if test -z '$(STRIP)'; then \
514	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516	      install; \
517	else \
518	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
521	fi
522mostlyclean-generic:
523
524clean-generic:
525
526distclean-generic:
527	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529
530maintainer-clean-generic:
531	@echo "This command is intended for maintainers to use"
532	@echo "it deletes files that may require special tools to rebuild."
533clean: clean-recursive
534
535clean-am: clean-generic clean-libtool mostlyclean-am
536
537distclean: distclean-recursive
538	-rm -f Makefile
539distclean-am: clean-am distclean-generic distclean-tags
540
541dvi: dvi-recursive
542
543dvi-am:
544
545html: html-recursive
546
547html-am:
548
549info: info-recursive
550
551info-am:
552
553install-data-am:
554
555install-dvi: install-dvi-recursive
556
557install-dvi-am:
558
559install-exec-am:
560
561install-html: install-html-recursive
562
563install-html-am:
564
565install-info: install-info-recursive
566
567install-info-am:
568
569install-man:
570
571install-pdf: install-pdf-recursive
572
573install-pdf-am:
574
575install-ps: install-ps-recursive
576
577install-ps-am:
578
579installcheck-am:
580
581maintainer-clean: maintainer-clean-recursive
582	-rm -f Makefile
583maintainer-clean-am: distclean-am maintainer-clean-generic
584
585mostlyclean: mostlyclean-recursive
586
587mostlyclean-am: mostlyclean-generic mostlyclean-libtool
588
589pdf: pdf-recursive
590
591pdf-am:
592
593ps: ps-recursive
594
595ps-am:
596
597uninstall-am:
598
599.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
600	install-am install-strip tags-recursive
601
602.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
603	all all-am check check-am clean clean-generic clean-libtool \
604	ctags ctags-recursive distclean distclean-generic \
605	distclean-libtool distclean-tags distdir dvi dvi-am html \
606	html-am info info-am install install-am install-data \
607	install-data-am install-dvi install-dvi-am install-exec \
608	install-exec-am install-html install-html-am install-info \
609	install-info-am install-man install-pdf install-pdf-am \
610	install-ps install-ps-am install-strip installcheck \
611	installcheck-am installdirs installdirs-am maintainer-clean \
612	maintainer-clean-generic mostlyclean mostlyclean-generic \
613	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
614	uninstall uninstall-am
615
616
617# Tell versions [3.59,3.63) of GNU make to not export all variables.
618# Otherwise a system limit (for SysV at least) may be exceeded.
619.NOEXPORT:
620