~ubuntu-branches/ubuntu/trusty/nagios-plugins-contrib/trusty-proposed

« back to all changes in this revision

Viewing changes to check_hpasm/check_hpasm-4.5.2/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bernd Zeimetz
  • Date: 2013-05-21 22:11:50 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130521221150-k5bda5v5euvt7wg9
Tags: 6.20130521
* [e68c82e1] check_raid: do not run hpacucli if cciss_vol_status is available.
* [4a1c57e8] Also support tw-cli as additional name for the 3ware binary.
  Thanks to Dennis Hoppe
* [eb5e1c7c] Add /run/ to the check_libs ignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  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
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = .
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
39
 
        ChangeLog INSTALL NEWS TODO config.guess config.sub install-sh \
40
 
        missing
41
 
subdir = .
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.in
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48
 
 configure.lineno configure.status.lineno
49
 
mkinstalldirs = $(install_sh) -d
50
 
CONFIG_CLEAN_FILES =
51
 
SOURCES =
52
 
DIST_SOURCES =
53
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
 
        html-recursive info-recursive install-data-recursive \
55
 
        install-exec-recursive install-info-recursive \
56
 
        install-recursive installcheck-recursive installdirs-recursive \
57
 
        pdf-recursive ps-recursive uninstall-info-recursive \
58
 
        uninstall-recursive
59
 
ETAGS = etags
60
 
CTAGS = ctags
61
 
DIST_SUBDIRS = $(SUBDIRS)
62
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63
 
distdir = $(PACKAGE)-$(VERSION)
64
 
top_distdir = $(distdir)
65
 
am__remove_distdir = \
66
 
  { test ! -d $(distdir) \
67
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
68
 
         && rm -fr $(distdir); }; }
69
 
DIST_ARCHIVES = $(distdir).tar.gz
70
 
GZIP_ENV = --best
71
 
distuninstallcheck_listfiles = find . -type f -print
72
 
distcleancheck_listfiles = find . -type f -print
73
 
INSTALL = @INSTALL@
74
 
ACLOCAL = @ACLOCAL@
75
 
AMTAR = @AMTAR@
76
 
AUTOCONF = @AUTOCONF@
77
 
AUTOHEADER = @AUTOHEADER@
78
 
AUTOMAKE = @AUTOMAKE@
79
 
AWK = @AWK@
80
 
CELSIUS = @CELSIUS@
81
 
CYGPATH_W = @CYGPATH_W@
82
 
DEFS = @DEFS@
83
 
ECHO_C = @ECHO_C@
84
 
ECHO_N = @ECHO_N@
85
 
ECHO_T = @ECHO_T@
86
 
EXTENDEDINFO = @EXTENDEDINFO@
87
 
HPACUCLI = @HPACUCLI@
88
 
HWINFO = @HWINFO@
89
 
INSTALL_DATA = @INSTALL_DATA@
90
 
INSTALL_OPTS = @INSTALL_OPTS@
91
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
92
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
93
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94
 
LIBOBJS = @LIBOBJS@
95
 
LIBS = @LIBS@
96
 
LTLIBOBJS = @LTLIBOBJS@
97
 
MAKEINFO = @MAKEINFO@
98
 
NOINSTLEVEL = @NOINSTLEVEL@
99
 
PACKAGE = @PACKAGE@
100
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
101
 
PACKAGE_NAME = @PACKAGE_NAME@
102
 
PACKAGE_STRING = @PACKAGE_STRING@
103
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
104
 
PACKAGE_VERSION = @PACKAGE_VERSION@
105
 
PATH_SEPARATOR = @PATH_SEPARATOR@
106
 
PERFDATA = @PERFDATA@
107
 
PERL = @PERL@
108
 
RELEASE = @RELEASE@
109
 
SET_MAKE = @SET_MAKE@
110
 
SH = @SH@
111
 
SHELL = @SHELL@
112
 
STRIP = @STRIP@
113
 
SUPPORT = @SUPPORT@
114
 
VERSION = @VERSION@
115
 
WARRANTY = @WARRANTY@
116
 
ac_ct_STRIP = @ac_ct_STRIP@
117
 
am__leading_dot = @am__leading_dot@
118
 
am__tar = @am__tar@
119
 
am__untar = @am__untar@
120
 
bindir = @bindir@
121
 
build = @build@
122
 
build_alias = @build_alias@
123
 
build_cpu = @build_cpu@
124
 
build_os = @build_os@
125
 
build_vendor = @build_vendor@
126
 
datadir = @datadir@
127
 
exec_prefix = @exec_prefix@
128
 
host = @host@
129
 
host_alias = @host_alias@
130
 
host_cpu = @host_cpu@
131
 
host_os = @host_os@
132
 
host_vendor = @host_vendor@
133
 
includedir = @includedir@
134
 
infodir = @infodir@
135
 
install_sh = @install_sh@
136
 
libdir = @libdir@
137
 
libexecdir = @libexecdir@
138
 
localstatedir = @localstatedir@
139
 
mandir = @mandir@
140
 
mkdir_p = @mkdir_p@
141
 
oldincludedir = @oldincludedir@
142
 
prefix = @prefix@
143
 
program_transform_name = @program_transform_name@
144
 
sbindir = @sbindir@
145
 
sharedstatedir = @sharedstatedir@
146
 
sysconfdir = @sysconfdir@
147
 
target_alias = @target_alias@
148
 
with_nagios_group = @with_nagios_group@
149
 
with_nagios_user = @with_nagios_user@
150
 
SUBDIRS = plugins-scripts
151
 
all: all-recursive
152
 
 
153
 
.SUFFIXES:
154
 
am--refresh:
155
 
        @:
156
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
157
 
        @for dep in $?; do \
158
 
          case '$(am__configure_deps)' in \
159
 
            *$$dep*) \
160
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
161
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
162
 
                && exit 0; \
163
 
              exit 1;; \
164
 
          esac; \
165
 
        done; \
166
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
167
 
        cd $(top_srcdir) && \
168
 
          $(AUTOMAKE) --gnu  Makefile
169
 
.PRECIOUS: Makefile
170
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
171
 
        @case '$?' in \
172
 
          *config.status*) \
173
 
            echo ' $(SHELL) ./config.status'; \
174
 
            $(SHELL) ./config.status;; \
175
 
          *) \
176
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
177
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
178
 
        esac;
179
 
 
180
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
181
 
        $(SHELL) ./config.status --recheck
182
 
 
183
 
$(top_srcdir)/configure:  $(am__configure_deps)
184
 
        cd $(srcdir) && $(AUTOCONF)
185
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
186
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
187
 
uninstall-info-am:
188
 
 
189
 
# This directory's subdirectories are mostly independent; you can cd
190
 
# into them and run `make' without going through this Makefile.
191
 
# To change the values of `make' variables: instead of editing Makefiles,
192
 
# (1) if the variable is set in `config.status', edit `config.status'
193
 
#     (which will cause the Makefiles to be regenerated when you run `make');
194
 
# (2) otherwise, pass the desired values on the `make' command line.
195
 
$(RECURSIVE_TARGETS):
196
 
        @failcom='exit 1'; \
197
 
        for f in x $$MAKEFLAGS; do \
198
 
          case $$f in \
199
 
            *=* | --[!k]*);; \
200
 
            *k*) failcom='fail=yes';; \
201
 
          esac; \
202
 
        done; \
203
 
        dot_seen=no; \
204
 
        target=`echo $@ | sed s/-recursive//`; \
205
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
206
 
          echo "Making $$target in $$subdir"; \
207
 
          if test "$$subdir" = "."; then \
208
 
            dot_seen=yes; \
209
 
            local_target="$$target-am"; \
210
 
          else \
211
 
            local_target="$$target"; \
212
 
          fi; \
213
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
214
 
          || eval $$failcom; \
215
 
        done; \
216
 
        if test "$$dot_seen" = "no"; then \
217
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
218
 
        fi; test -z "$$fail"
219
 
 
220
 
mostlyclean-recursive clean-recursive distclean-recursive \
221
 
maintainer-clean-recursive:
222
 
        @failcom='exit 1'; \
223
 
        for f in x $$MAKEFLAGS; do \
224
 
          case $$f in \
225
 
            *=* | --[!k]*);; \
226
 
            *k*) failcom='fail=yes';; \
227
 
          esac; \
228
 
        done; \
229
 
        dot_seen=no; \
230
 
        case "$@" in \
231
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
232
 
          *) list='$(SUBDIRS)' ;; \
233
 
        esac; \
234
 
        rev=''; for subdir in $$list; do \
235
 
          if test "$$subdir" = "."; then :; else \
236
 
            rev="$$subdir $$rev"; \
237
 
          fi; \
238
 
        done; \
239
 
        rev="$$rev ."; \
240
 
        target=`echo $@ | sed s/-recursive//`; \
241
 
        for subdir in $$rev; do \
242
 
          echo "Making $$target in $$subdir"; \
243
 
          if test "$$subdir" = "."; then \
244
 
            local_target="$$target-am"; \
245
 
          else \
246
 
            local_target="$$target"; \
247
 
          fi; \
248
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
249
 
          || eval $$failcom; \
250
 
        done && test -z "$$fail"
251
 
tags-recursive:
252
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
253
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
254
 
        done
255
 
ctags-recursive:
256
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
257
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
258
 
        done
259
 
 
260
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
261
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
262
 
        unique=`for i in $$list; do \
263
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264
 
          done | \
265
 
          $(AWK) '    { files[$$0] = 1; } \
266
 
               END { for (i in files) print i; }'`; \
267
 
        mkid -fID $$unique
268
 
tags: TAGS
269
 
 
270
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
271
 
                $(TAGS_FILES) $(LISP)
272
 
        tags=; \
273
 
        here=`pwd`; \
274
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
275
 
          include_option=--etags-include; \
276
 
          empty_fix=.; \
277
 
        else \
278
 
          include_option=--include; \
279
 
          empty_fix=; \
280
 
        fi; \
281
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
282
 
          if test "$$subdir" = .; then :; else \
283
 
            test ! -f $$subdir/TAGS || \
284
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
285
 
          fi; \
286
 
        done; \
287
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
288
 
        unique=`for i in $$list; do \
289
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290
 
          done | \
291
 
          $(AWK) '    { files[$$0] = 1; } \
292
 
               END { for (i in files) print i; }'`; \
293
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
294
 
          test -n "$$unique" || unique=$$empty_fix; \
295
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296
 
            $$tags $$unique; \
297
 
        fi
298
 
ctags: CTAGS
299
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
300
 
                $(TAGS_FILES) $(LISP)
301
 
        tags=; \
302
 
        here=`pwd`; \
303
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
304
 
        unique=`for i in $$list; do \
305
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306
 
          done | \
307
 
          $(AWK) '    { files[$$0] = 1; } \
308
 
               END { for (i in files) print i; }'`; \
309
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
310
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
311
 
             $$tags $$unique
312
 
 
313
 
GTAGS:
314
 
        here=`$(am__cd) $(top_builddir) && pwd` \
315
 
          && cd $(top_srcdir) \
316
 
          && gtags -i $(GTAGS_ARGS) $$here
317
 
 
318
 
distclean-tags:
319
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
320
 
 
321
 
distdir: $(DISTFILES)
322
 
        $(am__remove_distdir)
323
 
        mkdir $(distdir)
324
 
        $(mkdir_p) $(distdir)/plugins-scripts
325
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
326
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
327
 
        list='$(DISTFILES)'; for file in $$list; do \
328
 
          case $$file in \
329
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
330
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
331
 
          esac; \
332
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
333
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
334
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
335
 
            dir="/$$dir"; \
336
 
            $(mkdir_p) "$(distdir)$$dir"; \
337
 
          else \
338
 
            dir=''; \
339
 
          fi; \
340
 
          if test -d $$d/$$file; then \
341
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
342
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
343
 
            fi; \
344
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
345
 
          else \
346
 
            test -f $(distdir)/$$file \
347
 
            || cp -p $$d/$$file $(distdir)/$$file \
348
 
            || exit 1; \
349
 
          fi; \
350
 
        done
351
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
352
 
          if test "$$subdir" = .; then :; else \
353
 
            test -d "$(distdir)/$$subdir" \
354
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
355
 
            || exit 1; \
356
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
357
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
358
 
            (cd $$subdir && \
359
 
              $(MAKE) $(AM_MAKEFLAGS) \
360
 
                top_distdir="$$top_distdir" \
361
 
                distdir="$$distdir/$$subdir" \
362
 
                distdir) \
363
 
              || exit 1; \
364
 
          fi; \
365
 
        done
366
 
        $(MAKE) $(AM_MAKEFLAGS) \
367
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
368
 
          dist-hook
369
 
        -find $(distdir) -type d ! -perm -755 -exec chmod a+rwx,go+rx {} \; -o \
370
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
371
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
372
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
373
 
        || chmod -R a+r $(distdir)
374
 
dist-gzip: distdir
375
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
376
 
        $(am__remove_distdir)
377
 
 
378
 
dist-bzip2: distdir
379
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
380
 
        $(am__remove_distdir)
381
 
 
382
 
dist-tarZ: distdir
383
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
384
 
        $(am__remove_distdir)
385
 
 
386
 
dist-shar: distdir
387
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
388
 
        $(am__remove_distdir)
389
 
 
390
 
dist-zip: distdir
391
 
        -rm -f $(distdir).zip
392
 
        zip -rq $(distdir).zip $(distdir)
393
 
        $(am__remove_distdir)
394
 
 
395
 
dist dist-all: distdir
396
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
397
 
        $(am__remove_distdir)
398
 
 
399
 
# This target untars the dist file and tries a VPATH configuration.  Then
400
 
# it guarantees that the distribution is self-contained by making another
401
 
# tarfile.
402
 
distcheck: dist
403
 
        case '$(DIST_ARCHIVES)' in \
404
 
        *.tar.gz*) \
405
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
406
 
        *.tar.bz2*) \
407
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
408
 
        *.tar.Z*) \
409
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
410
 
        *.shar.gz*) \
411
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
412
 
        *.zip*) \
413
 
          unzip $(distdir).zip ;;\
414
 
        esac
415
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
416
 
        mkdir $(distdir)/_build
417
 
        mkdir $(distdir)/_inst
418
 
        chmod a-w $(distdir)
419
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
420
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
421
 
          && cd $(distdir)/_build \
422
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
423
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
424
 
          && $(MAKE) $(AM_MAKEFLAGS) \
425
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
426
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
427
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
428
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
429
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
430
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
431
 
                distuninstallcheck \
432
 
          && chmod -R a-w "$$dc_install_base" \
433
 
          && ({ \
434
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
435
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
436
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
437
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
438
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
439
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
440
 
          && rm -rf "$$dc_destdir" \
441
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
442
 
          && rm -rf $(DIST_ARCHIVES) \
443
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
444
 
        $(am__remove_distdir)
445
 
        @(echo "$(distdir) archives ready for distribution: "; \
446
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
447
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
448
 
distuninstallcheck:
449
 
        @cd $(distuninstallcheck_dir) \
450
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
451
 
           || { echo "ERROR: files left after uninstall:" ; \
452
 
                if test -n "$(DESTDIR)"; then \
453
 
                  echo "  (check DESTDIR support)"; \
454
 
                fi ; \
455
 
                $(distuninstallcheck_listfiles) ; \
456
 
                exit 1; } >&2
457
 
distcleancheck: distclean
458
 
        @if test '$(srcdir)' = . ; then \
459
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
460
 
          exit 1 ; \
461
 
        fi
462
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
463
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
464
 
               $(distcleancheck_listfiles) ; \
465
 
               exit 1; } >&2
466
 
check-am: all-am
467
 
check: check-recursive
468
 
all-am: Makefile
469
 
installdirs: installdirs-recursive
470
 
installdirs-am:
471
 
install: install-recursive
472
 
install-exec: install-exec-recursive
473
 
install-data: install-data-recursive
474
 
uninstall: uninstall-recursive
475
 
 
476
 
install-am: all-am
477
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
 
 
479
 
installcheck: installcheck-recursive
480
 
install-strip:
481
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483
 
          `test -z '$(STRIP)' || \
484
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
485
 
mostlyclean-generic:
486
 
 
487
 
clean-generic:
488
 
 
489
 
distclean-generic:
490
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
491
 
 
492
 
maintainer-clean-generic:
493
 
        @echo "This command is intended for maintainers to use"
494
 
        @echo "it deletes files that may require special tools to rebuild."
495
 
clean: clean-recursive
496
 
 
497
 
clean-am: clean-generic mostlyclean-am
498
 
 
499
 
distclean: distclean-recursive
500
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
501
 
        -rm -f Makefile
502
 
distclean-am: clean-am distclean-generic distclean-tags
503
 
 
504
 
dvi: dvi-recursive
505
 
 
506
 
dvi-am:
507
 
 
508
 
html: html-recursive
509
 
 
510
 
info: info-recursive
511
 
 
512
 
info-am:
513
 
 
514
 
install-data-am:
515
 
 
516
 
install-exec-am:
517
 
 
518
 
install-info: install-info-recursive
519
 
 
520
 
install-man:
521
 
 
522
 
installcheck-am:
523
 
 
524
 
maintainer-clean: maintainer-clean-recursive
525
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
526
 
        -rm -rf $(top_srcdir)/autom4te.cache
527
 
        -rm -f Makefile
528
 
maintainer-clean-am: distclean-am maintainer-clean-generic
529
 
 
530
 
mostlyclean: mostlyclean-recursive
531
 
 
532
 
mostlyclean-am: mostlyclean-generic
533
 
 
534
 
pdf: pdf-recursive
535
 
 
536
 
pdf-am:
537
 
 
538
 
ps: ps-recursive
539
 
 
540
 
ps-am:
541
 
 
542
 
uninstall-am: uninstall-info-am
543
 
 
544
 
uninstall-info: uninstall-info-recursive
545
 
 
546
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
547
 
        check-am clean clean-generic clean-recursive ctags \
548
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
549
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
550
 
        distclean-generic distclean-recursive distclean-tags \
551
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
552
 
        html-am info info-am install install-am install-data \
553
 
        install-data-am install-exec install-exec-am install-info \
554
 
        install-info-am install-man install-strip installcheck \
555
 
        installcheck-am installdirs installdirs-am maintainer-clean \
556
 
        maintainer-clean-generic maintainer-clean-recursive \
557
 
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
558
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
559
 
        uninstall-info-am
560
 
 
561
 
 
562
 
dist-hook:
563
 
        make 
564
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
565
 
# Otherwise a system limit (for SysV at least) may be exceeded.
566
 
.NOEXPORT: