~ubuntu-branches/ubuntu/oneiric/nagios-plugins/oneiric

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2010-01-23 01:07:49 UTC
  • mto: (12.1.3 sid) (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20100123010749-pbdjhe76lbueoawi
Tags: upstream-1.4.14
ImportĀ upstreamĀ versionĀ 1.4.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
22
install_sh_DATA = $(install_sh) -c -m 644
26
23
install_sh_PROGRAM = $(install_sh) -c
126
123
am_libnagiosplug_a_OBJECTS = utils_base.$(OBJEXT) utils_disk.$(OBJEXT) \
127
124
        utils_tcp.$(OBJEXT) utils_cmd.$(OBJEXT) $(am__objects_1)
128
125
libnagiosplug_a_OBJECTS = $(am_libnagiosplug_a_OBJECTS)
129
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
126
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
130
127
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
131
128
am__depfiles_maybe = depfiles
132
129
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133
130
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
135
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
136
 
        $(AM_CFLAGS) $(CFLAGS)
 
131
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
132
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
133
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137
134
CCLD = $(CC)
138
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
139
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
135
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
136
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
137
        $(LDFLAGS) -o $@
140
138
SOURCES = $(libnagiosplug_a_SOURCES)
141
139
DIST_SOURCES = $(am__libnagiosplug_a_SOURCES_DIST)
142
140
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
143
141
        html-recursive info-recursive install-data-recursive \
144
 
        install-exec-recursive install-info-recursive \
145
 
        install-recursive installcheck-recursive installdirs-recursive \
146
 
        pdf-recursive ps-recursive uninstall-info-recursive \
147
 
        uninstall-recursive
 
142
        install-dvi-recursive install-exec-recursive \
 
143
        install-html-recursive install-info-recursive \
 
144
        install-pdf-recursive install-ps-recursive install-recursive \
 
145
        installcheck-recursive installdirs-recursive pdf-recursive \
 
146
        ps-recursive uninstall-recursive
 
147
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
148
  distclean-recursive maintainer-clean-recursive
148
149
ETAGS = etags
149
150
CTAGS = ctags
150
151
DIST_SUBDIRS = $(SUBDIRS)
151
152
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152
 
INSTALL = @INSTALL@
153
153
ACLOCAL = @ACLOCAL@
154
154
ALLOCA = @ALLOCA@
155
155
ALLOCA_H = @ALLOCA_H@
156
 
AMDEP_FALSE = @AMDEP_FALSE@
157
 
AMDEP_TRUE = @AMDEP_TRUE@
158
156
AMTAR = @AMTAR@
159
157
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
160
158
AR = @AR@
209
207
GETOPT_H = @GETOPT_H@
210
208
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
211
209
GLIBC21 = @GLIBC21@
212
 
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
213
 
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
214
210
GMSGFMT = @GMSGFMT@
215
211
GMSGFMT_015 = @GMSGFMT_015@
216
212
GNULIB_ACCEPT = @GNULIB_ACCEPT@
491
487
HOSTNAME = @HOSTNAME@
492
488
INCLUDE_NEXT = @INCLUDE_NEXT@
493
489
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 
490
INSTALL = @INSTALL@
494
491
INSTALL_DATA = @INSTALL_DATA@
495
492
INSTALL_PROGRAM = @INSTALL_PROGRAM@
496
493
INSTALL_SCRIPT = @INSTALL_SCRIPT@
521
518
LTLIBOBJS = @LTLIBOBJS@
522
519
MAKEINFO = @MAKEINFO@
523
520
MATHLIBS = @MATHLIBS@
 
521
MKDIR_P = @MKDIR_P@
524
522
MSGFMT = @MSGFMT@
525
523
MSGFMT_015 = @MSGFMT_015@
526
524
MSGMERGE = @MSGMERGE@
591
589
RADIUSLIBS = @RADIUSLIBS@
592
590
RANLIB = @RANLIB@
593
591
RELEASE = @RELEASE@
594
 
RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@
595
 
RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@
596
592
REPLACE_BTOWC = @REPLACE_BTOWC@
597
593
REPLACE_CEILF = @REPLACE_CEILF@
598
594
REPLACE_CEILL = @REPLACE_CEILL@
689
685
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
690
686
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
691
687
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
692
 
USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@
693
 
USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@
694
688
USE_NLS = @USE_NLS@
695
 
USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@
696
 
USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@
697
689
VERSION = @VERSION@
698
690
VOID_UNSETENV = @VOID_UNSETENV@
699
691
WARRANTY = @WARRANTY@
704
696
XGETTEXT = @XGETTEXT@
705
697
XGETTEXT_015 = @XGETTEXT_015@
706
698
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
699
abs_builddir = @abs_builddir@
 
700
abs_srcdir = @abs_srcdir@
 
701
abs_top_builddir = @abs_top_builddir@
 
702
abs_top_srcdir = @abs_top_srcdir@
707
703
ac_ct_CC = @ac_ct_CC@
708
704
ac_ct_CXX = @ac_ct_CXX@
709
705
ac_ct_F77 = @ac_ct_F77@
710
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
711
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
712
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
713
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
714
706
am__include = @am__include@
715
707
am__leading_dot = @am__leading_dot@
716
708
am__quote = @am__quote@
722
714
build_cpu = @build_cpu@
723
715
build_os = @build_os@
724
716
build_vendor = @build_vendor@
 
717
builddir = @builddir@
725
718
check_tcp_ssl = @check_tcp_ssl@
726
719
datadir = @datadir@
727
720
datarootdir = @datarootdir@
755
748
psdir = @psdir@
756
749
sbindir = @sbindir@
757
750
sharedstatedir = @sharedstatedir@
 
751
srcdir = @srcdir@
758
752
sysconfdir = @sysconfdir@
759
753
target_alias = @target_alias@
 
754
top_builddir = @top_builddir@
 
755
top_srcdir = @top_srcdir@
760
756
with_trusted_path = @with_trusted_path@
761
757
SUBDIRS = . tests
762
758
noinst_LIBRARIES = libnagiosplug.a
819
815
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils_tcp.Po@am__quote@
820
816
 
821
817
.c.o:
822
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
823
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
818
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
819
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
824
820
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
825
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826
822
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
827
823
 
828
824
.c.obj:
829
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
830
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
825
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
826
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
831
827
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
832
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833
829
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
834
830
 
835
831
.c.lo:
836
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
837
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
832
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
833
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
838
834
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
839
835
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840
836
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
845
841
clean-libtool:
846
842
        -rm -rf .libs _libs
847
843
 
848
 
distclean-libtool:
849
 
        -rm -f libtool
850
 
uninstall-info-am:
851
 
 
852
844
# This directory's subdirectories are mostly independent; you can cd
853
845
# into them and run `make' without going through this Makefile.
854
846
# To change the values of `make' variables: instead of editing Makefiles,
880
872
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
881
873
        fi; test -z "$$fail"
882
874
 
883
 
mostlyclean-recursive clean-recursive distclean-recursive \
884
 
maintainer-clean-recursive:
 
875
$(RECURSIVE_CLEAN_TARGETS):
885
876
        @failcom='exit 1'; \
886
877
        for f in x $$MAKEFLAGS; do \
887
878
          case $$f in \
982
973
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
983
974
 
984
975
distdir: $(DISTFILES)
985
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
986
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
987
 
        list='$(DISTFILES)'; for file in $$list; do \
988
 
          case $$file in \
989
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
990
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
991
 
          esac; \
 
976
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
977
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
978
        list='$(DISTFILES)'; \
 
979
          dist_files=`for file in $$list; do echo $$file; done | \
 
980
          sed -e "s|^$$srcdirstrip/||;t" \
 
981
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
982
        case $$dist_files in \
 
983
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
984
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
985
                           sort -u` ;; \
 
986
        esac; \
 
987
        for file in $$dist_files; do \
992
988
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
993
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
994
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
995
 
            dir="/$$dir"; \
996
 
            $(mkdir_p) "$(distdir)$$dir"; \
997
 
          else \
998
 
            dir=''; \
999
 
          fi; \
1000
989
          if test -d $$d/$$file; then \
 
990
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1001
991
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1002
992
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1003
993
            fi; \
1011
1001
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1012
1002
          if test "$$subdir" = .; then :; else \
1013
1003
            test -d "$(distdir)/$$subdir" \
1014
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
1004
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1015
1005
            || exit 1; \
1016
1006
            distdir=`$(am__cd) $(distdir) && pwd`; \
1017
1007
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1019
1009
              $(MAKE) $(AM_MAKEFLAGS) \
1020
1010
                top_distdir="$$top_distdir" \
1021
1011
                distdir="$$distdir/$$subdir" \
 
1012
                am__remove_distdir=: \
 
1013
                am__skip_length_check=: \
1022
1014
                distdir) \
1023
1015
              || exit 1; \
1024
1016
          fi; \
1061
1053
        -rm -rf ./$(DEPDIR)
1062
1054
        -rm -f Makefile
1063
1055
distclean-am: clean-am distclean-compile distclean-generic \
1064
 
        distclean-libtool distclean-tags
 
1056
        distclean-tags
1065
1057
 
1066
1058
dvi: dvi-recursive
1067
1059
 
1075
1067
 
1076
1068
install-data-am:
1077
1069
 
 
1070
install-dvi: install-dvi-recursive
 
1071
 
1078
1072
install-exec-am:
1079
1073
 
 
1074
install-html: install-html-recursive
 
1075
 
1080
1076
install-info: install-info-recursive
1081
1077
 
1082
1078
install-man:
1083
1079
 
 
1080
install-pdf: install-pdf-recursive
 
1081
 
 
1082
install-ps: install-ps-recursive
 
1083
 
1084
1084
installcheck-am:
1085
1085
 
1086
1086
maintainer-clean: maintainer-clean-recursive
1101
1101
 
1102
1102
ps-am:
1103
1103
 
1104
 
uninstall-am: uninstall-info-am
1105
 
 
1106
 
uninstall-info: uninstall-info-recursive
1107
 
 
1108
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
1109
 
        clean clean-generic clean-libtool clean-noinstLIBRARIES \
1110
 
        clean-recursive ctags ctags-recursive distclean \
 
1104
uninstall-am:
 
1105
 
 
1106
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
1107
        install-strip
 
1108
 
 
1109
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1110
        all all-am check check-am clean clean-generic clean-libtool \
 
1111
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
1111
1112
        distclean-compile distclean-generic distclean-libtool \
1112
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
1113
 
        html-am info info-am install install-am install-data \
1114
 
        install-data-am install-exec install-exec-am install-info \
1115
 
        install-info-am install-man install-strip installcheck \
1116
 
        installcheck-am installdirs installdirs-am maintainer-clean \
1117
 
        maintainer-clean-generic maintainer-clean-recursive \
 
1113
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1114
        install install-am install-data install-data-am install-dvi \
 
1115
        install-dvi-am install-exec install-exec-am install-html \
 
1116
        install-html-am install-info install-info-am install-man \
 
1117
        install-pdf install-pdf-am install-ps install-ps-am \
 
1118
        install-strip installcheck installcheck-am installdirs \
 
1119
        installdirs-am maintainer-clean maintainer-clean-generic \
1118
1120
        mostlyclean mostlyclean-compile mostlyclean-generic \
1119
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1120
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
1121
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
1122
        uninstall uninstall-am
1121
1123
 
1122
1124
 
1123
1125
test test-debug: