~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/ivykis/contrib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS), Gergely Nagy
  • Date: 2011-10-11 14:30:48 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20111011143048-r1iljux9xbvj3lwh
Tags: 3.3.1.dfsg-1
* New upstream release with important fixes from upstream git tree with
  non-free manpages removed.
* Drop syslog-ng.conf(5) (closes: #496521).
* syslog-ng(8) is generated, and does not mention -Q anymore
  (closes: #616069).
* Supports CAP_SYSLOG on recent kernels (closes: #630172).
* Does not use g_timeout_add_seconds anymore (closes: #609154).

[ Gergely Nagy <algernon@madhouse-project.org> ]
* Update debian/copyright to DEP-5 format.
* Simplified the logrotate file by merging identical entries.
* Include local configuration files from /etc/syslog-ng/conf.d/ (Closes:
  #609050).
* Update syslog-ng.conf to be fully 3.3 compliant.
* Compress both source and binaries (except the syslog-ng meta
  package) with xz, instead of gzip.
* Use dpkg triggers to restart syslog-ng when appropriate.
* Include DFSG-free manual pages for all binaries.
* Build with Hardening enabled.
* Mention syslog(3) in /etc/default/syslog-ng, instead of
  <linux/kernel.h> (Closes: #608605)
* Support 'status' in the init script.
  Patch from Peter Eisentraut <petere@debian.org> (Closes: #644458)
* Build-Depend on libevtlog-dev (>= 0.2.12-5~) for correct shlibs.
* Use [linux-any] in Build-Depends instead of hardcoded links.
  (Closes: #634715)
* Use $SYSLOGNG_OPTS in the init script when reloading syslog-ng.
  (Closes: #589081)

Show diffs side-by-side

added added

removed removed

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