~ubuntu-branches/ubuntu/precise/nagios-plugins/precise-proposed

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2004-06-15 15:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20040615153748-pq7702qdzghqfcns
Tags: upstream-1.3.1.0
ImportĀ upstreamĀ versionĀ 1.3.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
54
INSTALL_HEADER = $(INSTALL_DATA)
 
55
transform = @program_transform_name@
 
56
NORMAL_INSTALL = :
 
57
PRE_INSTALL = :
 
58
POST_INSTALL = :
 
59
NORMAL_UNINSTALL = :
 
60
PRE_UNINSTALL = :
 
61
POST_UNINSTALL = :
 
62
 
 
63
EXEEXT = @EXEEXT@
 
64
OBJEXT = @OBJEXT@
 
65
PATH_SEPARATOR = @PATH_SEPARATOR@
 
66
AMTAR = @AMTAR@
 
67
AWK = @AWK@
 
68
BASENAME = @BASENAME@
 
69
CC = @CC@
 
70
DEPDIR = @DEPDIR@
 
71
DEPLIBS = @DEPLIBS@
 
72
EXTRAS = @EXTRAS@
 
73
HOSTNAME = @HOSTNAME@
 
74
INSTALL_OPTS = @INSTALL_OPTS@
 
75
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
76
KRBINCLUDE = @KRBINCLUDE@
 
77
LDAPINCLUDE = @LDAPINCLUDE@
 
78
LDAPLIBS = @LDAPLIBS@
 
79
MYSQLINCLUDE = @MYSQLINCLUDE@
 
80
MYSQLLIBS = @MYSQLLIBS@
 
81
NEED_VA_LIST = @NEED_VA_LIST@
 
82
OPENSSL = @OPENSSL@
 
83
PACKAGE = @PACKAGE@
 
84
PACKAGE_RELEASE = @PACKAGE_RELEASE@
 
85
PACKAGE_VERSION = @PACKAGE_VERSION@
 
86
PATH_TO_DF = @PATH_TO_DF@
 
87
PATH_TO_DIG = @PATH_TO_DIG@
 
88
PATH_TO_FPING = @PATH_TO_FPING@
 
89
PATH_TO_HOST = @PATH_TO_HOST@
 
90
PATH_TO_LMSTAT = @PATH_TO_LMSTAT@
 
91
PATH_TO_MAILQ = @PATH_TO_MAILQ@
 
92
PATH_TO_NSLOOKUP = @PATH_TO_NSLOOKUP@
 
93
PATH_TO_NTPDATE = @PATH_TO_NTPDATE@
 
94
PATH_TO_NTPDC = @PATH_TO_NTPDC@
 
95
PATH_TO_NTPQ = @PATH_TO_NTPQ@
 
96
PATH_TO_PING = @PATH_TO_PING@
 
97
PATH_TO_PS = @PATH_TO_PS@
 
98
PATH_TO_QSTAT = @PATH_TO_QSTAT@
 
99
PATH_TO_QUAKESTAT = @PATH_TO_QUAKESTAT@
 
100
PATH_TO_RPCINFO = @PATH_TO_RPCINFO@
 
101
PATH_TO_SMBCLIENT = @PATH_TO_SMBCLIENT@
 
102
PATH_TO_SNMPGET = @PATH_TO_SNMPGET@
 
103
PATH_TO_SNMPGETNEXT = @PATH_TO_SNMPGETNEXT@
 
104
PATH_TO_SSH = @PATH_TO_SSH@
 
105
PATH_TO_SWAP = @PATH_TO_SWAP@
 
106
PATH_TO_UPTIME = @PATH_TO_UPTIME@
 
107
PATH_TO_WHO = @PATH_TO_WHO@
 
108
PERL = @PERL@
 
109
PGINCLUDE = @PGINCLUDE@
 
110
PGLIBS = @PGLIBS@
 
111
PLUGIN_TEST = @PLUGIN_TEST@
 
112
PYTHON = @PYTHON@
 
113
RADIUSLIBS = @RADIUSLIBS@
 
114
RANLIB = @RANLIB@
 
115
REL = @REL@
 
116
SCRIPT_TEST = @SCRIPT_TEST@
 
117
SH = @SH@
 
118
SOCKETLIBS = @SOCKETLIBS@
 
119
SSLINCLUDE = @SSLINCLUDE@
 
120
SSLLIBS = @SSLLIBS@
 
121
STRIP = @STRIP@
 
122
SUPPORT = @SUPPORT@
 
123
VER = @VER@
 
124
VERSION = @VERSION@
 
125
WARRANTY = @WARRANTY@
 
126
am__include = @am__include@
 
127
am__quote = @am__quote@
 
128
check_mysql_LDFLAGS = @check_mysql_LDFLAGS@
 
129
check_tcp_ssl = @check_tcp_ssl@
 
130
install_sh = @install_sh@
 
131
nagios_grp = @nagios_grp@
 
132
nagios_usr = @nagios_usr@
 
133
trusted_path = @trusted_path@
 
134
 
 
135
noinst_LIBRARIES = libnagiosplug.a
 
136
 
 
137
noinst_HEADERS = getopt.h
 
138
 
 
139
libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c
 
140
 
 
141
INCLUDES = -I$(srcdir)
 
142
subdir = lib
 
143
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
144
CONFIG_HEADER = $(top_builddir)/plugins/config.h \
 
145
        $(top_builddir)/plugins/common.h \
 
146
        $(top_builddir)/plugins/version.h \
 
147
        $(top_builddir)/plugins/netutils.h \
 
148
        $(top_builddir)/plugins/utils.h $(top_builddir)/plugins/popen.h
 
149
CONFIG_CLEAN_FILES =
 
150
LIBRARIES = $(noinst_LIBRARIES)
 
151
 
 
152
libnagiosplug_a_AR = $(AR) cru
 
153
libnagiosplug_a_LIBADD =
 
154
am_libnagiosplug_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) \
 
155
        getloadavg.$(OBJEXT)
 
156
libnagiosplug_a_OBJECTS = $(am_libnagiosplug_a_OBJECTS)
 
157
 
 
158
DEFS = @DEFS@
 
159
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/plugins -I$(top_builddir)/plugins -I$(top_builddir)/plugins -I$(top_builddir)/plugins -I$(top_builddir)/plugins -I$(top_builddir)/plugins
 
160
CPPFLAGS = @CPPFLAGS@
 
161
LDFLAGS = @LDFLAGS@
 
162
LIBS = @LIBS@
 
163
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
164
am__depfiles_maybe = depfiles
 
165
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/getloadavg.Po ./$(DEPDIR)/getopt.Po \
 
166
@AMDEP_TRUE@    ./$(DEPDIR)/getopt1.Po
 
167
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
168
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
169
CCLD = $(CC)
 
170
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
171
CFLAGS = @CFLAGS@
 
172
DIST_SOURCES = $(libnagiosplug_a_SOURCES)
 
173
HEADERS = $(noinst_HEADERS)
 
174
 
 
175
DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
 
176
SOURCES = $(libnagiosplug_a_SOURCES)
 
177
 
 
178
all: all-am
 
179
 
 
180
.SUFFIXES:
 
181
.SUFFIXES: .c .o .obj
 
182
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
183
        cd $(top_srcdir) && \
 
184
          $(AUTOMAKE) --gnu  lib/Makefile
 
185
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
186
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
187
 
 
188
AR = ar
 
189
 
 
190
clean-noinstLIBRARIES:
 
191
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
192
libnagiosplug.a: $(libnagiosplug_a_OBJECTS) $(libnagiosplug_a_DEPENDENCIES) 
 
193
        -rm -f libnagiosplug.a
 
194
        $(libnagiosplug_a_AR) libnagiosplug.a $(libnagiosplug_a_OBJECTS) $(libnagiosplug_a_LIBADD)
 
195
        $(RANLIB) libnagiosplug.a
 
196
 
 
197
mostlyclean-compile:
 
198
        -rm -f *.$(OBJEXT) core *.core
 
199
 
 
200
distclean-compile:
 
201
        -rm -f *.tab.c
 
202
 
 
203
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getloadavg.Po@am__quote@
 
204
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
 
205
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
 
206
 
 
207
distclean-depend:
 
208
        -rm -rf ./$(DEPDIR)
 
209
 
 
210
.c.o:
 
211
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
212
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
213
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
214
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
215
 
 
216
.c.obj:
 
217
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
218
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
219
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
220
        $(COMPILE) -c `cygpath -w $<`
 
221
CCDEPMODE = @CCDEPMODE@
 
222
uninstall-info-am:
 
223
 
 
224
ETAGS = etags
 
225
ETAGSFLAGS =
 
226
 
 
227
tags: TAGS
 
228
 
 
229
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
230
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
231
        unique=`for i in $$list; do \
 
232
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
233
          done | \
 
234
          $(AWK) '    { files[$$0] = 1; } \
 
235
               END { for (i in files) print i; }'`; \
 
236
        mkid -fID $$unique
 
237
 
 
238
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
239
                $(TAGS_FILES) $(LISP)
 
240
        tags=; \
 
241
        here=`pwd`; \
 
242
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
243
        unique=`for i in $$list; do \
 
244
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
245
          done | \
 
246
          $(AWK) '    { files[$$0] = 1; } \
 
247
               END { for (i in files) print i; }'`; \
 
248
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
249
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
250
             $$tags $$unique
 
251
 
 
252
GTAGS:
 
253
        here=`$(am__cd) $(top_builddir) && pwd` \
 
254
          && cd $(top_srcdir) \
 
255
          && gtags -i $(GTAGS_ARGS) $$here
 
256
 
 
257
distclean-tags:
 
258
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
259
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
260
 
 
261
top_distdir = ..
 
262
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
263
 
 
264
distdir: $(DISTFILES)
 
265
        @list='$(DISTFILES)'; for file in $$list; do \
 
266
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
267
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
268
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
269
            dir="/$$dir"; \
 
270
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
271
          else \
 
272
            dir=''; \
 
273
          fi; \
 
274
          if test -d $$d/$$file; then \
 
275
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
276
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
277
            fi; \
 
278
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
279
          else \
 
280
            test -f $(distdir)/$$file \
 
281
            || cp -p $$d/$$file $(distdir)/$$file \
 
282
            || exit 1; \
 
283
          fi; \
 
284
        done
 
285
check-am: all-am
 
286
check: check-am
 
287
all-am: Makefile $(LIBRARIES) $(HEADERS)
 
288
 
 
289
installdirs:
 
290
 
 
291
install: install-am
 
292
install-exec: install-exec-am
 
293
install-data: install-data-am
 
294
uninstall: uninstall-am
 
295
 
 
296
install-am: all-am
 
297
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
298
 
 
299
installcheck: installcheck-am
 
300
install-strip:
 
301
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
302
          INSTALL_STRIP_FLAG=-s \
 
303
          `test -z '$(STRIP)' || \
 
304
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
305
mostlyclean-generic:
 
306
 
 
307
clean-generic:
 
308
 
 
309
distclean-generic:
 
310
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
311
 
 
312
maintainer-clean-generic:
 
313
        @echo "This command is intended for maintainers to use"
 
314
        @echo "it deletes files that may require special tools to rebuild."
 
315
clean: clean-am
 
316
 
 
317
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
318
 
 
319
distclean: distclean-am
 
320
 
 
321
distclean-am: clean-am distclean-compile distclean-depend \
 
322
        distclean-generic distclean-tags
 
323
 
 
324
dvi: dvi-am
 
325
 
 
326
dvi-am:
 
327
 
 
328
info: info-am
 
329
 
 
330
info-am:
 
331
 
 
332
install-data-am:
 
333
 
 
334
install-exec-am:
 
335
 
 
336
install-info: install-info-am
 
337
 
 
338
install-man:
 
339
 
 
340
installcheck-am:
 
341
 
 
342
maintainer-clean: maintainer-clean-am
 
343
 
 
344
maintainer-clean-am: distclean-am maintainer-clean-generic
 
345
 
 
346
mostlyclean: mostlyclean-am
 
347
 
 
348
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
349
 
 
350
uninstall-am: uninstall-info-am
 
351
 
 
352
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
353
        clean-noinstLIBRARIES distclean distclean-compile \
 
354
        distclean-depend distclean-generic distclean-tags distdir dvi \
 
355
        dvi-am info info-am install install-am install-data \
 
356
        install-data-am install-exec install-exec-am install-info \
 
357
        install-info-am install-man install-strip installcheck \
 
358
        installcheck-am installdirs maintainer-clean \
 
359
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
360
        mostlyclean-generic tags uninstall uninstall-am \
 
361
        uninstall-info-am
 
362
 
 
363
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
364
# Otherwise a system limit (for SysV at least) may be exceeded.
 
365
.NOEXPORT: