Imported Upstream version 1.4.14
This commit is contained in:
		
							parent
							
								
									d0b8ab8112
								
							
						
					
					
						commit
						882cdeecca
					
				
					 75 changed files with 12919 additions and 9125 deletions
				
			
		
							
								
								
									
										144
									
								
								lib/Makefile.in
									
										
									
									
									
								
							
							
						
						
									
										144
									
								
								lib/Makefile.in
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,8 +1,8 @@
 | 
			
		|||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 | 
			
		||||
# Makefile.in generated by automake 1.10 from Makefile.am.
 | 
			
		||||
# @configure_input@
 | 
			
		||||
 | 
			
		||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 | 
			
		||||
# 2003, 2004, 2005  Free Software Foundation, Inc.
 | 
			
		||||
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 | 
			
		||||
# This Makefile.in is free software; the Free Software Foundation
 | 
			
		||||
# gives unlimited permission to copy and/or distribute it,
 | 
			
		||||
# with or without modifications, as long as this notice is preserved.
 | 
			
		||||
| 
						 | 
				
			
			@ -14,13 +14,10 @@
 | 
			
		|||
 | 
			
		||||
@SET_MAKE@
 | 
			
		||||
 | 
			
		||||
srcdir = @srcdir@
 | 
			
		||||
top_srcdir = @top_srcdir@
 | 
			
		||||
VPATH = @srcdir@
 | 
			
		||||
pkgdatadir = $(datadir)/@PACKAGE@
 | 
			
		||||
pkglibdir = $(libdir)/@PACKAGE@
 | 
			
		||||
pkgincludedir = $(includedir)/@PACKAGE@
 | 
			
		||||
top_builddir = ..
 | 
			
		||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | 
			
		||||
install_sh_DATA = $(install_sh) -c -m 644
 | 
			
		||||
install_sh_PROGRAM = $(install_sh) -c
 | 
			
		||||
| 
						 | 
				
			
			@ -126,35 +123,36 @@ am__libnagiosplug_a_SOURCES_DIST = utils_base.c utils_disk.c \
 | 
			
		|||
am_libnagiosplug_a_OBJECTS = utils_base.$(OBJEXT) utils_disk.$(OBJEXT) \
 | 
			
		||||
	utils_tcp.$(OBJEXT) utils_cmd.$(OBJEXT) $(am__objects_1)
 | 
			
		||||
libnagiosplug_a_OBJECTS = $(am_libnagiosplug_a_OBJECTS)
 | 
			
		||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 | 
			
		||||
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 | 
			
		||||
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 | 
			
		||||
am__depfiles_maybe = depfiles
 | 
			
		||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 | 
			
		||||
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 | 
			
		||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 | 
			
		||||
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 | 
			
		||||
	$(AM_CFLAGS) $(CFLAGS)
 | 
			
		||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 | 
			
		||||
	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 | 
			
		||||
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 | 
			
		||||
CCLD = $(CC)
 | 
			
		||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 | 
			
		||||
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
 | 
			
		||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 | 
			
		||||
	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 | 
			
		||||
	$(LDFLAGS) -o $@
 | 
			
		||||
SOURCES = $(libnagiosplug_a_SOURCES)
 | 
			
		||||
DIST_SOURCES = $(am__libnagiosplug_a_SOURCES_DIST)
 | 
			
		||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 | 
			
		||||
	html-recursive info-recursive install-data-recursive \
 | 
			
		||||
	install-exec-recursive install-info-recursive \
 | 
			
		||||
	install-recursive installcheck-recursive installdirs-recursive \
 | 
			
		||||
	pdf-recursive ps-recursive uninstall-info-recursive \
 | 
			
		||||
	uninstall-recursive
 | 
			
		||||
	install-dvi-recursive install-exec-recursive \
 | 
			
		||||
	install-html-recursive install-info-recursive \
 | 
			
		||||
	install-pdf-recursive install-ps-recursive install-recursive \
 | 
			
		||||
	installcheck-recursive installdirs-recursive pdf-recursive \
 | 
			
		||||
	ps-recursive uninstall-recursive
 | 
			
		||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
 | 
			
		||||
  distclean-recursive maintainer-clean-recursive
 | 
			
		||||
ETAGS = etags
 | 
			
		||||
CTAGS = ctags
 | 
			
		||||
DIST_SUBDIRS = $(SUBDIRS)
 | 
			
		||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | 
			
		||||
INSTALL = @INSTALL@
 | 
			
		||||
ACLOCAL = @ACLOCAL@
 | 
			
		||||
ALLOCA = @ALLOCA@
 | 
			
		||||
ALLOCA_H = @ALLOCA_H@
 | 
			
		||||
AMDEP_FALSE = @AMDEP_FALSE@
 | 
			
		||||
AMDEP_TRUE = @AMDEP_TRUE@
 | 
			
		||||
AMTAR = @AMTAR@
 | 
			
		||||
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
 | 
			
		||||
AR = @AR@
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +207,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
 | 
			
		|||
GETOPT_H = @GETOPT_H@
 | 
			
		||||
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 | 
			
		||||
GLIBC21 = @GLIBC21@
 | 
			
		||||
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
 | 
			
		||||
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
 | 
			
		||||
GMSGFMT = @GMSGFMT@
 | 
			
		||||
GMSGFMT_015 = @GMSGFMT_015@
 | 
			
		||||
GNULIB_ACCEPT = @GNULIB_ACCEPT@
 | 
			
		||||
| 
						 | 
				
			
			@ -491,6 +487,7 @@ HOSTENT_LIB = @HOSTENT_LIB@
 | 
			
		|||
HOSTNAME = @HOSTNAME@
 | 
			
		||||
INCLUDE_NEXT = @INCLUDE_NEXT@
 | 
			
		||||
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 | 
			
		||||
INSTALL = @INSTALL@
 | 
			
		||||
INSTALL_DATA = @INSTALL_DATA@
 | 
			
		||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | 
			
		||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | 
			
		||||
| 
						 | 
				
			
			@ -521,6 +518,7 @@ LTLIBINTL = @LTLIBINTL@
 | 
			
		|||
LTLIBOBJS = @LTLIBOBJS@
 | 
			
		||||
MAKEINFO = @MAKEINFO@
 | 
			
		||||
MATHLIBS = @MATHLIBS@
 | 
			
		||||
MKDIR_P = @MKDIR_P@
 | 
			
		||||
MSGFMT = @MSGFMT@
 | 
			
		||||
MSGFMT_015 = @MSGFMT_015@
 | 
			
		||||
MSGMERGE = @MSGMERGE@
 | 
			
		||||
| 
						 | 
				
			
			@ -591,8 +589,6 @@ PYTHON = @PYTHON@
 | 
			
		|||
RADIUSLIBS = @RADIUSLIBS@
 | 
			
		||||
RANLIB = @RANLIB@
 | 
			
		||||
RELEASE = @RELEASE@
 | 
			
		||||
RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@
 | 
			
		||||
RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@
 | 
			
		||||
REPLACE_BTOWC = @REPLACE_BTOWC@
 | 
			
		||||
REPLACE_CEILF = @REPLACE_CEILF@
 | 
			
		||||
REPLACE_CEILL = @REPLACE_CEILL@
 | 
			
		||||
| 
						 | 
				
			
			@ -689,11 +685,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@
 | 
			
		|||
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
 | 
			
		||||
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
 | 
			
		||||
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
 | 
			
		||||
USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@
 | 
			
		||||
USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@
 | 
			
		||||
USE_NLS = @USE_NLS@
 | 
			
		||||
USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@
 | 
			
		||||
USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@
 | 
			
		||||
VERSION = @VERSION@
 | 
			
		||||
VOID_UNSETENV = @VOID_UNSETENV@
 | 
			
		||||
WARRANTY = @WARRANTY@
 | 
			
		||||
| 
						 | 
				
			
			@ -704,13 +696,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@
 | 
			
		|||
XGETTEXT = @XGETTEXT@
 | 
			
		||||
XGETTEXT_015 = @XGETTEXT_015@
 | 
			
		||||
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 | 
			
		||||
abs_builddir = @abs_builddir@
 | 
			
		||||
abs_srcdir = @abs_srcdir@
 | 
			
		||||
abs_top_builddir = @abs_top_builddir@
 | 
			
		||||
abs_top_srcdir = @abs_top_srcdir@
 | 
			
		||||
ac_ct_CC = @ac_ct_CC@
 | 
			
		||||
ac_ct_CXX = @ac_ct_CXX@
 | 
			
		||||
ac_ct_F77 = @ac_ct_F77@
 | 
			
		||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 | 
			
		||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 | 
			
		||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 | 
			
		||||
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 | 
			
		||||
am__include = @am__include@
 | 
			
		||||
am__leading_dot = @am__leading_dot@
 | 
			
		||||
am__quote = @am__quote@
 | 
			
		||||
| 
						 | 
				
			
			@ -722,6 +714,7 @@ build_alias = @build_alias@
 | 
			
		|||
build_cpu = @build_cpu@
 | 
			
		||||
build_os = @build_os@
 | 
			
		||||
build_vendor = @build_vendor@
 | 
			
		||||
builddir = @builddir@
 | 
			
		||||
check_tcp_ssl = @check_tcp_ssl@
 | 
			
		||||
datadir = @datadir@
 | 
			
		||||
datarootdir = @datarootdir@
 | 
			
		||||
| 
						 | 
				
			
			@ -755,8 +748,11 @@ program_transform_name = @program_transform_name@
 | 
			
		|||
psdir = @psdir@
 | 
			
		||||
sbindir = @sbindir@
 | 
			
		||||
sharedstatedir = @sharedstatedir@
 | 
			
		||||
srcdir = @srcdir@
 | 
			
		||||
sysconfdir = @sysconfdir@
 | 
			
		||||
target_alias = @target_alias@
 | 
			
		||||
top_builddir = @top_builddir@
 | 
			
		||||
top_srcdir = @top_srcdir@
 | 
			
		||||
with_trusted_path = @with_trusted_path@
 | 
			
		||||
SUBDIRS = . tests
 | 
			
		||||
noinst_LIBRARIES = libnagiosplug.a
 | 
			
		||||
| 
						 | 
				
			
			@ -819,22 +815,22 @@ distclean-compile:
 | 
			
		|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils_tcp.Po@am__quote@
 | 
			
		||||
 | 
			
		||||
.c.o:
 | 
			
		||||
@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 | 
			
		||||
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | 
			
		||||
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 | 
			
		||||
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
			
		||||
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
 | 
			
		||||
 | 
			
		||||
.c.obj:
 | 
			
		||||
@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 | 
			
		||||
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | 
			
		||||
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 | 
			
		||||
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
			
		||||
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 | 
			
		||||
 | 
			
		||||
.c.lo:
 | 
			
		||||
@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 | 
			
		||||
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | 
			
		||||
@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 | 
			
		||||
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
			
		||||
@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
 | 
			
		||||
| 
						 | 
				
			
			@ -845,10 +841,6 @@ mostlyclean-libtool:
 | 
			
		|||
clean-libtool:
 | 
			
		||||
	-rm -rf .libs _libs
 | 
			
		||||
 | 
			
		||||
distclean-libtool:
 | 
			
		||||
	-rm -f libtool
 | 
			
		||||
uninstall-info-am:
 | 
			
		||||
 | 
			
		||||
# This directory's subdirectories are mostly independent; you can cd
 | 
			
		||||
# into them and run `make' without going through this Makefile.
 | 
			
		||||
# To change the values of `make' variables: instead of editing Makefiles,
 | 
			
		||||
| 
						 | 
				
			
			@ -880,8 +872,7 @@ $(RECURSIVE_TARGETS):
 | 
			
		|||
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 | 
			
		||||
	fi; test -z "$$fail"
 | 
			
		||||
 | 
			
		||||
mostlyclean-recursive clean-recursive distclean-recursive \
 | 
			
		||||
maintainer-clean-recursive:
 | 
			
		||||
$(RECURSIVE_CLEAN_TARGETS):
 | 
			
		||||
	@failcom='exit 1'; \
 | 
			
		||||
	for f in x $$MAKEFLAGS; do \
 | 
			
		||||
	  case $$f in \
 | 
			
		||||
| 
						 | 
				
			
			@ -982,22 +973,21 @@ distclean-tags:
 | 
			
		|||
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 | 
			
		||||
 | 
			
		||||
distdir: $(DISTFILES)
 | 
			
		||||
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 | 
			
		||||
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 | 
			
		||||
	list='$(DISTFILES)'; for file in $$list; do \
 | 
			
		||||
	  case $$file in \
 | 
			
		||||
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 | 
			
		||||
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 | 
			
		||||
	  esac; \
 | 
			
		||||
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | 
			
		||||
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | 
			
		||||
	list='$(DISTFILES)'; \
 | 
			
		||||
	  dist_files=`for file in $$list; do echo $$file; done | \
 | 
			
		||||
	  sed -e "s|^$$srcdirstrip/||;t" \
 | 
			
		||||
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 | 
			
		||||
	case $$dist_files in \
 | 
			
		||||
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 | 
			
		||||
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 | 
			
		||||
			   sort -u` ;; \
 | 
			
		||||
	esac; \
 | 
			
		||||
	for file in $$dist_files; do \
 | 
			
		||||
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 | 
			
		||||
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 | 
			
		||||
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 | 
			
		||||
	    dir="/$$dir"; \
 | 
			
		||||
	    $(mkdir_p) "$(distdir)$$dir"; \
 | 
			
		||||
	  else \
 | 
			
		||||
	    dir=''; \
 | 
			
		||||
	  fi; \
 | 
			
		||||
	  if test -d $$d/$$file; then \
 | 
			
		||||
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 | 
			
		||||
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 | 
			
		||||
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 | 
			
		||||
	    fi; \
 | 
			
		||||
| 
						 | 
				
			
			@ -1011,7 +1001,7 @@ distdir: $(DISTFILES)
 | 
			
		|||
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 | 
			
		||||
	  if test "$$subdir" = .; then :; else \
 | 
			
		||||
	    test -d "$(distdir)/$$subdir" \
 | 
			
		||||
	    || $(mkdir_p) "$(distdir)/$$subdir" \
 | 
			
		||||
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
 | 
			
		||||
	    || exit 1; \
 | 
			
		||||
	    distdir=`$(am__cd) $(distdir) && pwd`; \
 | 
			
		||||
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 | 
			
		||||
| 
						 | 
				
			
			@ -1019,6 +1009,8 @@ distdir: $(DISTFILES)
 | 
			
		|||
	      $(MAKE) $(AM_MAKEFLAGS) \
 | 
			
		||||
	        top_distdir="$$top_distdir" \
 | 
			
		||||
	        distdir="$$distdir/$$subdir" \
 | 
			
		||||
		am__remove_distdir=: \
 | 
			
		||||
		am__skip_length_check=: \
 | 
			
		||||
	        distdir) \
 | 
			
		||||
	      || exit 1; \
 | 
			
		||||
	  fi; \
 | 
			
		||||
| 
						 | 
				
			
			@ -1061,7 +1053,7 @@ distclean: distclean-recursive
 | 
			
		|||
	-rm -rf ./$(DEPDIR)
 | 
			
		||||
	-rm -f Makefile
 | 
			
		||||
distclean-am: clean-am distclean-compile distclean-generic \
 | 
			
		||||
	distclean-libtool distclean-tags
 | 
			
		||||
	distclean-tags
 | 
			
		||||
 | 
			
		||||
dvi: dvi-recursive
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1075,12 +1067,20 @@ info-am:
 | 
			
		|||
 | 
			
		||||
install-data-am:
 | 
			
		||||
 | 
			
		||||
install-dvi: install-dvi-recursive
 | 
			
		||||
 | 
			
		||||
install-exec-am:
 | 
			
		||||
 | 
			
		||||
install-html: install-html-recursive
 | 
			
		||||
 | 
			
		||||
install-info: install-info-recursive
 | 
			
		||||
 | 
			
		||||
install-man:
 | 
			
		||||
 | 
			
		||||
install-pdf: install-pdf-recursive
 | 
			
		||||
 | 
			
		||||
install-ps: install-ps-recursive
 | 
			
		||||
 | 
			
		||||
installcheck-am:
 | 
			
		||||
 | 
			
		||||
maintainer-clean: maintainer-clean-recursive
 | 
			
		||||
| 
						 | 
				
			
			@ -1101,23 +1101,25 @@ ps: ps-recursive
 | 
			
		|||
 | 
			
		||||
ps-am:
 | 
			
		||||
 | 
			
		||||
uninstall-am: uninstall-info-am
 | 
			
		||||
uninstall-am:
 | 
			
		||||
 | 
			
		||||
uninstall-info: uninstall-info-recursive
 | 
			
		||||
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 | 
			
		||||
	install-strip
 | 
			
		||||
 | 
			
		||||
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 | 
			
		||||
	clean clean-generic clean-libtool clean-noinstLIBRARIES \
 | 
			
		||||
	clean-recursive ctags ctags-recursive distclean \
 | 
			
		||||
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 | 
			
		||||
	all all-am check check-am clean clean-generic clean-libtool \
 | 
			
		||||
	clean-noinstLIBRARIES ctags ctags-recursive distclean \
 | 
			
		||||
	distclean-compile distclean-generic distclean-libtool \
 | 
			
		||||
	distclean-recursive distclean-tags distdir dvi dvi-am html \
 | 
			
		||||
	html-am info info-am install install-am install-data \
 | 
			
		||||
	install-data-am install-exec install-exec-am install-info \
 | 
			
		||||
	install-info-am install-man install-strip installcheck \
 | 
			
		||||
	installcheck-am installdirs installdirs-am maintainer-clean \
 | 
			
		||||
	maintainer-clean-generic maintainer-clean-recursive \
 | 
			
		||||
	distclean-tags distdir dvi dvi-am html html-am info info-am \
 | 
			
		||||
	install install-am install-data install-data-am install-dvi \
 | 
			
		||||
	install-dvi-am install-exec install-exec-am install-html \
 | 
			
		||||
	install-html-am install-info install-info-am install-man \
 | 
			
		||||
	install-pdf install-pdf-am install-ps install-ps-am \
 | 
			
		||||
	install-strip installcheck installcheck-am installdirs \
 | 
			
		||||
	installdirs-am maintainer-clean maintainer-clean-generic \
 | 
			
		||||
	mostlyclean mostlyclean-compile mostlyclean-generic \
 | 
			
		||||
	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 | 
			
		||||
	tags tags-recursive uninstall uninstall-am uninstall-info-am
 | 
			
		||||
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 | 
			
		||||
	uninstall uninstall-am
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
test test-debug:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,8 +1,8 @@
 | 
			
		|||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 | 
			
		||||
# Makefile.in generated by automake 1.10 from Makefile.am.
 | 
			
		||||
# @configure_input@
 | 
			
		||||
 | 
			
		||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 | 
			
		||||
# 2003, 2004, 2005  Free Software Foundation, Inc.
 | 
			
		||||
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 | 
			
		||||
# This Makefile.in is free software; the Free Software Foundation
 | 
			
		||||
# gives unlimited permission to copy and/or distribute it,
 | 
			
		||||
# with or without modifications, as long as this notice is preserved.
 | 
			
		||||
| 
						 | 
				
			
			@ -14,13 +14,10 @@
 | 
			
		|||
 | 
			
		||||
@SET_MAKE@
 | 
			
		||||
 | 
			
		||||
srcdir = @srcdir@
 | 
			
		||||
top_srcdir = @top_srcdir@
 | 
			
		||||
VPATH = @srcdir@
 | 
			
		||||
pkgdatadir = $(datadir)/@PACKAGE@
 | 
			
		||||
pkglibdir = $(libdir)/@PACKAGE@
 | 
			
		||||
pkgincludedir = $(includedir)/@PACKAGE@
 | 
			
		||||
top_builddir = ../..
 | 
			
		||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | 
			
		||||
install_sh_DATA = $(install_sh) -c -m 644
 | 
			
		||||
install_sh_PROGRAM = $(install_sh) -c
 | 
			
		||||
| 
						 | 
				
			
			@ -35,8 +32,6 @@ PRE_UNINSTALL = :
 | 
			
		|||
POST_UNINSTALL = :
 | 
			
		||||
build_triplet = @build@
 | 
			
		||||
host_triplet = @host@
 | 
			
		||||
noinst_PROGRAMS = @EXTRA_TEST@
 | 
			
		||||
check_PROGRAMS = @EXTRA_TEST@
 | 
			
		||||
EXTRA_PROGRAMS = test_utils$(EXEEXT) test_disk$(EXEEXT) \
 | 
			
		||||
	test_tcp$(EXEEXT) test_cmd$(EXEEXT) test_base64$(EXEEXT) \
 | 
			
		||||
	test_ini1$(EXEEXT) test_ini3$(EXEEXT) test_opts1$(EXEEXT) \
 | 
			
		||||
| 
						 | 
				
			
			@ -171,29 +166,27 @@ test_utils_OBJECTS = test_utils.$(OBJEXT)
 | 
			
		|||
test_utils_LDADD = $(LDADD)
 | 
			
		||||
test_utils_DEPENDENCIES = $(top_srcdir)/lib/libnagiosplug.a \
 | 
			
		||||
	$(top_srcdir)/gl/libgnu.a
 | 
			
		||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 | 
			
		||||
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 | 
			
		||||
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 | 
			
		||||
am__depfiles_maybe = depfiles
 | 
			
		||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 | 
			
		||||
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 | 
			
		||||
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 | 
			
		||||
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 | 
			
		||||
	$(AM_CFLAGS) $(CFLAGS)
 | 
			
		||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 | 
			
		||||
	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 | 
			
		||||
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 | 
			
		||||
CCLD = $(CC)
 | 
			
		||||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 | 
			
		||||
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
 | 
			
		||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 | 
			
		||||
	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 | 
			
		||||
	$(LDFLAGS) -o $@
 | 
			
		||||
DIST_SOURCES = test_base64.c test_cmd.c test_disk.c test_ini1.c \
 | 
			
		||||
	test_ini3.c test_opts1.c test_opts2.c test_opts3.c test_tcp.c \
 | 
			
		||||
	test_utils.c
 | 
			
		||||
ETAGS = etags
 | 
			
		||||
CTAGS = ctags
 | 
			
		||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | 
			
		||||
INSTALL = @INSTALL@
 | 
			
		||||
ACLOCAL = @ACLOCAL@
 | 
			
		||||
ALLOCA = @ALLOCA@
 | 
			
		||||
ALLOCA_H = @ALLOCA_H@
 | 
			
		||||
AMDEP_FALSE = @AMDEP_FALSE@
 | 
			
		||||
AMDEP_TRUE = @AMDEP_TRUE@
 | 
			
		||||
AMTAR = @AMTAR@
 | 
			
		||||
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
 | 
			
		||||
AR = @AR@
 | 
			
		||||
| 
						 | 
				
			
			@ -248,8 +241,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
 | 
			
		|||
GETOPT_H = @GETOPT_H@
 | 
			
		||||
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 | 
			
		||||
GLIBC21 = @GLIBC21@
 | 
			
		||||
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
 | 
			
		||||
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
 | 
			
		||||
GMSGFMT = @GMSGFMT@
 | 
			
		||||
GMSGFMT_015 = @GMSGFMT_015@
 | 
			
		||||
GNULIB_ACCEPT = @GNULIB_ACCEPT@
 | 
			
		||||
| 
						 | 
				
			
			@ -530,6 +521,7 @@ HOSTENT_LIB = @HOSTENT_LIB@
 | 
			
		|||
HOSTNAME = @HOSTNAME@
 | 
			
		||||
INCLUDE_NEXT = @INCLUDE_NEXT@
 | 
			
		||||
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 | 
			
		||||
INSTALL = @INSTALL@
 | 
			
		||||
INSTALL_DATA = @INSTALL_DATA@
 | 
			
		||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | 
			
		||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | 
			
		||||
| 
						 | 
				
			
			@ -560,6 +552,7 @@ LTLIBINTL = @LTLIBINTL@
 | 
			
		|||
LTLIBOBJS = @LTLIBOBJS@
 | 
			
		||||
MAKEINFO = @MAKEINFO@
 | 
			
		||||
MATHLIBS = @MATHLIBS@
 | 
			
		||||
MKDIR_P = @MKDIR_P@
 | 
			
		||||
MSGFMT = @MSGFMT@
 | 
			
		||||
MSGFMT_015 = @MSGFMT_015@
 | 
			
		||||
MSGMERGE = @MSGMERGE@
 | 
			
		||||
| 
						 | 
				
			
			@ -630,8 +623,6 @@ PYTHON = @PYTHON@
 | 
			
		|||
RADIUSLIBS = @RADIUSLIBS@
 | 
			
		||||
RANLIB = @RANLIB@
 | 
			
		||||
RELEASE = @RELEASE@
 | 
			
		||||
RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@
 | 
			
		||||
RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@
 | 
			
		||||
REPLACE_BTOWC = @REPLACE_BTOWC@
 | 
			
		||||
REPLACE_CEILF = @REPLACE_CEILF@
 | 
			
		||||
REPLACE_CEILL = @REPLACE_CEILL@
 | 
			
		||||
| 
						 | 
				
			
			@ -728,11 +719,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@
 | 
			
		|||
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
 | 
			
		||||
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
 | 
			
		||||
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
 | 
			
		||||
USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@
 | 
			
		||||
USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@
 | 
			
		||||
USE_NLS = @USE_NLS@
 | 
			
		||||
USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@
 | 
			
		||||
USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@
 | 
			
		||||
VERSION = @VERSION@
 | 
			
		||||
VOID_UNSETENV = @VOID_UNSETENV@
 | 
			
		||||
WARRANTY = @WARRANTY@
 | 
			
		||||
| 
						 | 
				
			
			@ -743,13 +730,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@
 | 
			
		|||
XGETTEXT = @XGETTEXT@
 | 
			
		||||
XGETTEXT_015 = @XGETTEXT_015@
 | 
			
		||||
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 | 
			
		||||
abs_builddir = @abs_builddir@
 | 
			
		||||
abs_srcdir = @abs_srcdir@
 | 
			
		||||
abs_top_builddir = @abs_top_builddir@
 | 
			
		||||
abs_top_srcdir = @abs_top_srcdir@
 | 
			
		||||
ac_ct_CC = @ac_ct_CC@
 | 
			
		||||
ac_ct_CXX = @ac_ct_CXX@
 | 
			
		||||
ac_ct_F77 = @ac_ct_F77@
 | 
			
		||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 | 
			
		||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 | 
			
		||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 | 
			
		||||
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 | 
			
		||||
am__include = @am__include@
 | 
			
		||||
am__leading_dot = @am__leading_dot@
 | 
			
		||||
am__quote = @am__quote@
 | 
			
		||||
| 
						 | 
				
			
			@ -761,6 +748,7 @@ build_alias = @build_alias@
 | 
			
		|||
build_cpu = @build_cpu@
 | 
			
		||||
build_os = @build_os@
 | 
			
		||||
build_vendor = @build_vendor@
 | 
			
		||||
builddir = @builddir@
 | 
			
		||||
check_tcp_ssl = @check_tcp_ssl@
 | 
			
		||||
datadir = @datadir@
 | 
			
		||||
datarootdir = @datarootdir@
 | 
			
		||||
| 
						 | 
				
			
			@ -794,12 +782,17 @@ program_transform_name = @program_transform_name@
 | 
			
		|||
psdir = @psdir@
 | 
			
		||||
sbindir = @sbindir@
 | 
			
		||||
sharedstatedir = @sharedstatedir@
 | 
			
		||||
srcdir = @srcdir@
 | 
			
		||||
sysconfdir = @sysconfdir@
 | 
			
		||||
target_alias = @target_alias@
 | 
			
		||||
top_builddir = @top_builddir@
 | 
			
		||||
top_srcdir = @top_srcdir@
 | 
			
		||||
with_trusted_path = @with_trusted_path@
 | 
			
		||||
noinst_PROGRAMS = @EXTRA_TEST@
 | 
			
		||||
 | 
			
		||||
# These two lines support "make check", but we use "make test"
 | 
			
		||||
TESTS = @EXTRA_TEST@
 | 
			
		||||
check_PROGRAMS = @EXTRA_TEST@
 | 
			
		||||
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
 | 
			
		||||
np_test_scripts = test_base64.t test_cmd.t test_disk.t test_ini1.t test_ini3.t test_opts1.t test_opts2.t test_opts3.t test_tcp.t test_utils.t
 | 
			
		||||
np_test_files = config-dos.ini config-opts.ini config-tiny.ini plugin.ini plugins.ini
 | 
			
		||||
| 
						 | 
				
			
			@ -861,34 +854,34 @@ clean-noinstPROGRAMS:
 | 
			
		|||
	done
 | 
			
		||||
test_base64$(EXEEXT): $(test_base64_OBJECTS) $(test_base64_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_base64$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_base64_LDFLAGS) $(test_base64_OBJECTS) $(test_base64_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_base64_OBJECTS) $(test_base64_LDADD) $(LIBS)
 | 
			
		||||
test_cmd$(EXEEXT): $(test_cmd_OBJECTS) $(test_cmd_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_cmd$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_cmd_LDFLAGS) $(test_cmd_OBJECTS) $(test_cmd_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_cmd_OBJECTS) $(test_cmd_LDADD) $(LIBS)
 | 
			
		||||
test_disk$(EXEEXT): $(test_disk_OBJECTS) $(test_disk_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_disk$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_disk_LDFLAGS) $(test_disk_OBJECTS) $(test_disk_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_disk_OBJECTS) $(test_disk_LDADD) $(LIBS)
 | 
			
		||||
test_ini1$(EXEEXT): $(test_ini1_OBJECTS) $(test_ini1_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_ini1$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_ini1_LDFLAGS) $(test_ini1_OBJECTS) $(test_ini1_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_ini1_OBJECTS) $(test_ini1_LDADD) $(LIBS)
 | 
			
		||||
test_ini3$(EXEEXT): $(test_ini3_OBJECTS) $(test_ini3_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_ini3$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_ini3_LDFLAGS) $(test_ini3_OBJECTS) $(test_ini3_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_ini3_OBJECTS) $(test_ini3_LDADD) $(LIBS)
 | 
			
		||||
test_opts1$(EXEEXT): $(test_opts1_OBJECTS) $(test_opts1_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_opts1$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_opts1_LDFLAGS) $(test_opts1_OBJECTS) $(test_opts1_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_opts1_OBJECTS) $(test_opts1_LDADD) $(LIBS)
 | 
			
		||||
test_opts2$(EXEEXT): $(test_opts2_OBJECTS) $(test_opts2_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_opts2$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_opts2_LDFLAGS) $(test_opts2_OBJECTS) $(test_opts2_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_opts2_OBJECTS) $(test_opts2_LDADD) $(LIBS)
 | 
			
		||||
test_opts3$(EXEEXT): $(test_opts3_OBJECTS) $(test_opts3_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_opts3$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_opts3_LDFLAGS) $(test_opts3_OBJECTS) $(test_opts3_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_opts3_OBJECTS) $(test_opts3_LDADD) $(LIBS)
 | 
			
		||||
test_tcp$(EXEEXT): $(test_tcp_OBJECTS) $(test_tcp_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_tcp$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_tcp_LDFLAGS) $(test_tcp_OBJECTS) $(test_tcp_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_tcp_OBJECTS) $(test_tcp_LDADD) $(LIBS)
 | 
			
		||||
test_utils$(EXEEXT): $(test_utils_OBJECTS) $(test_utils_DEPENDENCIES) 
 | 
			
		||||
	@rm -f test_utils$(EXEEXT)
 | 
			
		||||
	$(LINK) $(test_utils_LDFLAGS) $(test_utils_OBJECTS) $(test_utils_LDADD) $(LIBS)
 | 
			
		||||
	$(LINK) $(test_utils_OBJECTS) $(test_utils_LDADD) $(LIBS)
 | 
			
		||||
 | 
			
		||||
mostlyclean-compile:
 | 
			
		||||
	-rm -f *.$(OBJEXT)
 | 
			
		||||
| 
						 | 
				
			
			@ -908,22 +901,22 @@ distclean-compile:
 | 
			
		|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_utils.Po@am__quote@
 | 
			
		||||
 | 
			
		||||
.c.o:
 | 
			
		||||
@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 | 
			
		||||
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | 
			
		||||
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 | 
			
		||||
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
			
		||||
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
 | 
			
		||||
 | 
			
		||||
.c.obj:
 | 
			
		||||
@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 | 
			
		||||
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | 
			
		||||
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 | 
			
		||||
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
			
		||||
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
 | 
			
		||||
 | 
			
		||||
.c.lo:
 | 
			
		||||
@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 | 
			
		||||
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 | 
			
		||||
@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 | 
			
		||||
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 | 
			
		||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | 
			
		||||
@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
 | 
			
		||||
| 
						 | 
				
			
			@ -934,10 +927,6 @@ mostlyclean-libtool:
 | 
			
		|||
clean-libtool:
 | 
			
		||||
	-rm -rf .libs _libs
 | 
			
		||||
 | 
			
		||||
distclean-libtool:
 | 
			
		||||
	-rm -f libtool
 | 
			
		||||
uninstall-info-am:
 | 
			
		||||
 | 
			
		||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 | 
			
		||||
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 | 
			
		||||
	unique=`for i in $$list; do \
 | 
			
		||||
| 
						 | 
				
			
			@ -987,9 +976,9 @@ distclean-tags:
 | 
			
		|||
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 | 
			
		||||
 | 
			
		||||
check-TESTS: $(TESTS)
 | 
			
		||||
	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
 | 
			
		||||
	@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[	 ]'; \
 | 
			
		||||
	srcdir=$(srcdir); export srcdir; \
 | 
			
		||||
	list='$(TESTS)'; \
 | 
			
		||||
	list=' $(TESTS) '; \
 | 
			
		||||
	if test -n "$$list"; then \
 | 
			
		||||
	  for tst in $$list; do \
 | 
			
		||||
	    if test -f ./$$tst; then dir=./; \
 | 
			
		||||
| 
						 | 
				
			
			@ -998,7 +987,7 @@ check-TESTS: $(TESTS)
 | 
			
		|||
	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 | 
			
		||||
	      all=`expr $$all + 1`; \
 | 
			
		||||
	      case " $(XFAIL_TESTS) " in \
 | 
			
		||||
	      *" $$tst "*) \
 | 
			
		||||
	      *$$ws$$tst$$ws*) \
 | 
			
		||||
		xpass=`expr $$xpass + 1`; \
 | 
			
		||||
		failed=`expr $$failed + 1`; \
 | 
			
		||||
		echo "XPASS: $$tst"; \
 | 
			
		||||
| 
						 | 
				
			
			@ -1010,7 +999,7 @@ check-TESTS: $(TESTS)
 | 
			
		|||
	    elif test $$? -ne 77; then \
 | 
			
		||||
	      all=`expr $$all + 1`; \
 | 
			
		||||
	      case " $(XFAIL_TESTS) " in \
 | 
			
		||||
	      *" $$tst "*) \
 | 
			
		||||
	      *$$ws$$tst$$ws*) \
 | 
			
		||||
		xfail=`expr $$xfail + 1`; \
 | 
			
		||||
		echo "XFAIL: $$tst"; \
 | 
			
		||||
	      ;; \
 | 
			
		||||
| 
						 | 
				
			
			@ -1060,22 +1049,21 @@ check-TESTS: $(TESTS)
 | 
			
		|||
	else :; fi
 | 
			
		||||
 | 
			
		||||
distdir: $(DISTFILES)
 | 
			
		||||
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 | 
			
		||||
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 | 
			
		||||
	list='$(DISTFILES)'; for file in $$list; do \
 | 
			
		||||
	  case $$file in \
 | 
			
		||||
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 | 
			
		||||
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 | 
			
		||||
	  esac; \
 | 
			
		||||
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | 
			
		||||
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | 
			
		||||
	list='$(DISTFILES)'; \
 | 
			
		||||
	  dist_files=`for file in $$list; do echo $$file; done | \
 | 
			
		||||
	  sed -e "s|^$$srcdirstrip/||;t" \
 | 
			
		||||
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 | 
			
		||||
	case $$dist_files in \
 | 
			
		||||
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 | 
			
		||||
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 | 
			
		||||
			   sort -u` ;; \
 | 
			
		||||
	esac; \
 | 
			
		||||
	for file in $$dist_files; do \
 | 
			
		||||
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 | 
			
		||||
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 | 
			
		||||
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 | 
			
		||||
	    dir="/$$dir"; \
 | 
			
		||||
	    $(mkdir_p) "$(distdir)$$dir"; \
 | 
			
		||||
	  else \
 | 
			
		||||
	    dir=''; \
 | 
			
		||||
	  fi; \
 | 
			
		||||
	  if test -d $$d/$$file; then \
 | 
			
		||||
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 | 
			
		||||
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 | 
			
		||||
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 | 
			
		||||
	    fi; \
 | 
			
		||||
| 
						 | 
				
			
			@ -1125,7 +1113,7 @@ distclean: distclean-am
 | 
			
		|||
	-rm -rf ./$(DEPDIR)
 | 
			
		||||
	-rm -f Makefile
 | 
			
		||||
distclean-am: clean-am distclean-compile distclean-generic \
 | 
			
		||||
	distclean-libtool distclean-tags
 | 
			
		||||
	distclean-tags
 | 
			
		||||
 | 
			
		||||
dvi: dvi-am
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1139,12 +1127,20 @@ info-am:
 | 
			
		|||
 | 
			
		||||
install-data-am:
 | 
			
		||||
 | 
			
		||||
install-dvi: install-dvi-am
 | 
			
		||||
 | 
			
		||||
install-exec-am:
 | 
			
		||||
 | 
			
		||||
install-html: install-html-am
 | 
			
		||||
 | 
			
		||||
install-info: install-info-am
 | 
			
		||||
 | 
			
		||||
install-man:
 | 
			
		||||
 | 
			
		||||
install-pdf: install-pdf-am
 | 
			
		||||
 | 
			
		||||
install-ps: install-ps-am
 | 
			
		||||
 | 
			
		||||
installcheck-am:
 | 
			
		||||
 | 
			
		||||
maintainer-clean: maintainer-clean-am
 | 
			
		||||
| 
						 | 
				
			
			@ -1165,19 +1161,23 @@ ps: ps-am
 | 
			
		|||
 | 
			
		||||
ps-am:
 | 
			
		||||
 | 
			
		||||
uninstall-am: uninstall-info-am
 | 
			
		||||
uninstall-am:
 | 
			
		||||
 | 
			
		||||
.MAKE: install-am install-strip
 | 
			
		||||
 | 
			
		||||
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 | 
			
		||||
	clean-checkPROGRAMS clean-generic clean-libtool \
 | 
			
		||||
	clean-noinstPROGRAMS ctags distclean distclean-compile \
 | 
			
		||||
	distclean-generic distclean-libtool distclean-tags distdir dvi \
 | 
			
		||||
	dvi-am html html-am info info-am install install-am \
 | 
			
		||||
	install-data install-data-am install-exec install-exec-am \
 | 
			
		||||
	install-info install-info-am install-man install-strip \
 | 
			
		||||
	install-data install-data-am install-dvi install-dvi-am \
 | 
			
		||||
	install-exec install-exec-am install-html install-html-am \
 | 
			
		||||
	install-info install-info-am install-man install-pdf \
 | 
			
		||||
	install-pdf-am install-ps install-ps-am install-strip \
 | 
			
		||||
	installcheck installcheck-am installdirs maintainer-clean \
 | 
			
		||||
	maintainer-clean-generic mostlyclean mostlyclean-compile \
 | 
			
		||||
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 | 
			
		||||
	tags uninstall uninstall-am uninstall-info-am
 | 
			
		||||
	tags uninstall uninstall-am
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
test: ${noinst_PROGRAMS}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue