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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-03-14 12:57:49 UTC
  • mfrom: (1.3.1 upstream) (12.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100314125749-m3ats648sp2urg0f
Tags: 3.0.5-1
New upstream release, new maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
32
34
subdir = .
33
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
34
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
35
 
        $(srcdir)/dist.conf.in $(srcdir)/syslog-ng.spec.bb.in \
 
37
        $(srcdir)/dist.conf.in $(srcdir)/syslog-ng.spec.in \
36
38
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
37
39
        depcomp install-sh missing ylwrap
38
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
45
 configure.lineno config.status.lineno
44
46
mkinstalldirs = $(install_sh) -d
45
47
CONFIG_HEADER = config.h
46
 
CONFIG_CLEAN_FILES = dist.conf syslog-ng.spec.bb
 
48
CONFIG_CLEAN_FILES = dist.conf syslog-ng.spec
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
SOURCES =
48
51
DIST_SOURCES =
49
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
58
        ps-recursive uninstall-recursive
56
59
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
60
  distclean-recursive maintainer-clean-recursive
 
61
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
62
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
63
        distdir dist dist-all distcheck
58
64
ETAGS = etags
59
65
CTAGS = ctags
60
66
DIST_SUBDIRS = $(SUBDIRS)
62
68
distdir = $(PACKAGE)-$(VERSION)
63
69
top_distdir = $(distdir)
64
70
am__remove_distdir = \
65
 
  { test ! -d $(distdir) \
66
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
67
 
         && rm -fr $(distdir); }; }
 
71
  { test ! -d "$(distdir)" \
 
72
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
73
         && rm -fr "$(distdir)"; }; }
 
74
am__relativize = \
 
75
  dir0=`pwd`; \
 
76
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
77
  sed_rest='s,^[^/]*/*,,'; \
 
78
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
79
  sed_butlast='s,/*[^/]*$$,,'; \
 
80
  while test -n "$$dir1"; do \
 
81
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
82
    if test "$$first" != "."; then \
 
83
      if test "$$first" = ".."; then \
 
84
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
85
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
86
      else \
 
87
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
88
        if test "$$first2" = "$$first"; then \
 
89
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
90
        else \
 
91
          dir2="../$$dir2"; \
 
92
        fi; \
 
93
        dir0="$$dir0"/"$$first"; \
 
94
      fi; \
 
95
    fi; \
 
96
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
97
  done; \
 
98
  reldir="$$dir2"
68
99
DIST_ARCHIVES = $(distdir).tar.gz
69
100
GZIP_ENV = --best
70
101
distuninstallcheck_listfiles = find . -type f -print
75
106
AUTOHEADER = @AUTOHEADER@
76
107
AUTOMAKE = @AUTOMAKE@
77
108
AWK = @AWK@
 
109
BASE_LIBS = @BASE_LIBS@
78
110
CC = @CC@
79
111
CCDEPMODE = @CCDEPMODE@
80
112
CFLAGS = @CFLAGS@
94
126
EVTLOG_LIBS = @EVTLOG_LIBS@
95
127
EXEEXT = @EXEEXT@
96
128
GLIB_CFLAGS = @GLIB_CFLAGS@
 
129
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
97
130
GLIB_LIBS = @GLIB_LIBS@
 
131
GLIB_MKENUMS = @GLIB_MKENUMS@
 
132
GOBJECT_QUERY = @GOBJECT_QUERY@
98
133
GREP = @GREP@
99
134
INSTALL = @INSTALL@
100
135
INSTALL_DATA = @INSTALL_DATA@
105
140
LEX = @LEX@
106
141
LEXLIB = @LEXLIB@
107
142
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
143
LIBDBI_CFLAGS = @LIBDBI_CFLAGS@
 
144
LIBDBI_LIBS = @LIBDBI_LIBS@
108
145
LIBOBJS = @LIBOBJS@
109
146
LIBS = @LIBS@
110
147
LTLIBOBJS = @LTLIBOBJS@
111
148
MAKEINFO = @MAKEINFO@
112
149
MKDIR_P = @MKDIR_P@
113
150
OBJEXT = @OBJEXT@
 
151
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
152
OPENSSL_LIBS = @OPENSSL_LIBS@
114
153
PACKAGE = @PACKAGE@
115
154
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
155
PACKAGE_FILES_SUFFIX = @PACKAGE_FILES_SUFFIX@
116
156
PACKAGE_NAME = @PACKAGE_NAME@
117
157
PACKAGE_STRING = @PACKAGE_STRING@
 
158
PACKAGE_SUFFIX = @PACKAGE_SUFFIX@
118
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
160
PACKAGE_URL = @PACKAGE_URL@
119
161
PACKAGE_VERSION = @PACKAGE_VERSION@
120
162
PATH_SEPARATOR = @PATH_SEPARATOR@
 
163
PCRE_CFLAGS = @PCRE_CFLAGS@
 
164
PCRE_LIBS = @PCRE_LIBS@
121
165
PKG_CONFIG = @PKG_CONFIG@
122
166
RANLIB = @RANLIB@
123
167
RELEASE_TAG = @RELEASE_TAG@
160
204
mkdir_p = @mkdir_p@
161
205
oldincludedir = @oldincludedir@
162
206
pdfdir = @pdfdir@
 
207
pidfiledir = @pidfiledir@
163
208
prefix = @prefix@
164
209
program_transform_name = @program_transform_name@
165
210
psdir = @psdir@
168
213
srcdir = @srcdir@
169
214
sysconfdir = @sysconfdir@
170
215
target_alias = @target_alias@
 
216
timezonedir = @timezonedir@
 
217
top_build_prefix = @top_build_prefix@
171
218
top_builddir = @top_builddir@
172
219
top_srcdir = @top_srcdir@
173
 
SUBDIRS = src tests doc contrib solbuild tgzbuild
174
 
EXTRA_DIST = debian/README.Debian debian/copyright debian/syslog-ng.conf.example debian/syslog-ng.files debian/syslog-ng.logrotate debian/syslog-ng.postrm \
175
 
        debian/changelog debian/changelog.in debian/rules debian/syslog-ng.default debian/syslog-ng.init debian/syslog-ng.logrotate.example debian/syslog-ng.preinst \
176
 
        debian/control debian/syslog-ng.conf debian/syslog-ng.docs debian/syslog-ng.logcheck.ignore debian/syslog-ng.postinst VERSION \
177
 
        syslog-ng.spec.bb syslog-ng.spec.bb.in dist.conf dist.conf.in
 
220
SUBDIRS = src tests doc contrib debian tgz2build
 
221
EXTRA_DIST = VERSION \
 
222
        syslog-ng.spec syslog-ng.spec.in dist.conf dist.conf.in ChangeLog
178
223
 
179
224
all: config.h
180
225
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
186
231
        @for dep in $?; do \
187
232
          case '$(am__configure_deps)' in \
188
233
            *$$dep*) \
189
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
190
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
234
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
235
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
191
236
                && exit 0; \
192
237
              exit 1;; \
193
238
          esac; \
194
239
        done; \
195
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
196
 
        cd $(top_srcdir) && \
197
 
          $(AUTOMAKE) --foreign  Makefile
 
240
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
241
        $(am__cd) $(top_srcdir) && \
 
242
          $(AUTOMAKE) --foreign Makefile
198
243
.PRECIOUS: Makefile
199
244
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
200
245
        @case '$?' in \
210
255
        $(SHELL) ./config.status --recheck
211
256
 
212
257
$(top_srcdir)/configure:  $(am__configure_deps)
213
 
        cd $(srcdir) && $(AUTOCONF)
 
258
        $(am__cd) $(srcdir) && $(AUTOCONF)
214
259
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
215
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
260
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
261
$(am__aclocal_m4_deps):
216
262
 
217
263
config.h: stamp-h1
218
264
        @if test ! -f $@; then \
224
270
        @rm -f stamp-h1
225
271
        cd $(top_builddir) && $(SHELL) ./config.status config.h
226
272
$(srcdir)/config.h.in:  $(am__configure_deps) 
227
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
273
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
228
274
        rm -f stamp-h1
229
275
        touch $@
230
276
 
232
278
        -rm -f config.h stamp-h1
233
279
dist.conf: $(top_builddir)/config.status $(srcdir)/dist.conf.in
234
280
        cd $(top_builddir) && $(SHELL) ./config.status $@
235
 
syslog-ng.spec.bb: $(top_builddir)/config.status $(srcdir)/syslog-ng.spec.bb.in
 
281
syslog-ng.spec: $(top_builddir)/config.status $(srcdir)/syslog-ng.spec.in
236
282
        cd $(top_builddir) && $(SHELL) ./config.status $@
237
283
 
238
284
# This directory's subdirectories are mostly independent; you can cd
242
288
#     (which will cause the Makefiles to be regenerated when you run `make');
243
289
# (2) otherwise, pass the desired values on the `make' command line.
244
290
$(RECURSIVE_TARGETS):
245
 
        @failcom='exit 1'; \
 
291
        @fail= failcom='exit 1'; \
246
292
        for f in x $$MAKEFLAGS; do \
247
293
          case $$f in \
248
294
            *=* | --[!k]*);; \
259
305
          else \
260
306
            local_target="$$target"; \
261
307
          fi; \
262
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
308
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
263
309
          || eval $$failcom; \
264
310
        done; \
265
311
        if test "$$dot_seen" = "no"; then \
267
313
        fi; test -z "$$fail"
268
314
 
269
315
$(RECURSIVE_CLEAN_TARGETS):
270
 
        @failcom='exit 1'; \
 
316
        @fail= failcom='exit 1'; \
271
317
        for f in x $$MAKEFLAGS; do \
272
318
          case $$f in \
273
319
            *=* | --[!k]*);; \
293
339
          else \
294
340
            local_target="$$target"; \
295
341
          fi; \
296
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
342
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297
343
          || eval $$failcom; \
298
344
        done && test -z "$$fail"
299
345
tags-recursive:
300
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
301
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
347
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
302
348
        done
303
349
ctags-recursive:
304
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
305
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
351
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
306
352
        done
307
353
 
308
354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310
356
        unique=`for i in $$list; do \
311
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
358
          done | \
313
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
314
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
315
361
        mkid -fID $$unique
316
362
tags: TAGS
317
363
 
318
364
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
319
365
                $(TAGS_FILES) $(LISP)
320
 
        tags=; \
 
366
        set x; \
321
367
        here=`pwd`; \
322
368
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
323
369
          include_option=--etags-include; \
329
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
330
376
          if test "$$subdir" = .; then :; else \
331
377
            test ! -f $$subdir/TAGS || \
332
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
378
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
333
379
          fi; \
334
380
        done; \
335
381
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
338
384
          done | \
339
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
341
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
387
        shift; \
 
388
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
342
389
          test -n "$$unique" || unique=$$empty_fix; \
343
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
344
 
            $$tags $$unique; \
 
390
          if test $$# -gt 0; then \
 
391
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
392
              "$$@" $$unique; \
 
393
          else \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              $$unique; \
 
396
          fi; \
345
397
        fi
346
398
ctags: CTAGS
347
399
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
348
400
                $(TAGS_FILES) $(LISP)
349
 
        tags=; \
350
401
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
351
402
        unique=`for i in $$list; do \
352
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
404
          done | \
354
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
356
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
407
        test -z "$(CTAGS_ARGS)$$unique" \
357
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358
 
             $$tags $$unique
 
409
             $$unique
359
410
 
360
411
GTAGS:
361
412
        here=`$(am__cd) $(top_builddir) && pwd` \
362
 
          && cd $(top_srcdir) \
363
 
          && gtags -i $(GTAGS_ARGS) $$here
 
413
          && $(am__cd) $(top_srcdir) \
 
414
          && gtags -i $(GTAGS_ARGS) "$$here"
364
415
 
365
416
distclean-tags:
366
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367
418
 
368
419
distdir: $(DISTFILES)
369
420
        $(am__remove_distdir)
370
 
        test -d $(distdir) || mkdir $(distdir)
 
421
        test -d "$(distdir)" || mkdir "$(distdir)"
371
422
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372
423
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373
424
        list='$(DISTFILES)'; \
383
434
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384
435
          if test -d $$d/$$file; then \
385
436
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
437
            if test -d "$(distdir)/$$file"; then \
 
438
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
439
            fi; \
386
440
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
387
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
441
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
442
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
388
443
            fi; \
389
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
444
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
390
445
          else \
391
 
            test -f $(distdir)/$$file \
392
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
446
            test -f "$(distdir)/$$file" \
 
447
            || cp -p $$d/$$file "$(distdir)/$$file" \
393
448
            || exit 1; \
394
449
          fi; \
395
450
        done
396
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
451
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
397
452
          if test "$$subdir" = .; then :; else \
398
453
            test -d "$(distdir)/$$subdir" \
399
454
            || $(MKDIR_P) "$(distdir)/$$subdir" \
400
455
            || exit 1; \
401
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
402
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
403
 
            (cd $$subdir && \
 
456
          fi; \
 
457
        done
 
458
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
459
          if test "$$subdir" = .; then :; else \
 
460
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
461
            $(am__relativize); \
 
462
            new_distdir=$$reldir; \
 
463
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
464
            $(am__relativize); \
 
465
            new_top_distdir=$$reldir; \
 
466
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
467
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
468
            ($(am__cd) $$subdir && \
404
469
              $(MAKE) $(AM_MAKEFLAGS) \
405
 
                top_distdir="$$top_distdir" \
406
 
                distdir="$$distdir/$$subdir" \
 
470
                top_distdir="$$new_top_distdir" \
 
471
                distdir="$$new_distdir" \
407
472
                am__remove_distdir=: \
408
473
                am__skip_length_check=: \
 
474
                am__skip_mode_fix=: \
409
475
                distdir) \
410
476
              || exit 1; \
411
477
          fi; \
412
478
        done
413
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
479
        -test -n "$(am__skip_mode_fix)" \
 
480
        || find "$(distdir)" -type d ! -perm -755 \
 
481
                -exec chmod u+rwx,go+rx {} \; -o \
414
482
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
415
483
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
416
484
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
417
 
        || chmod -R a+r $(distdir)
 
485
        || chmod -R a+r "$(distdir)"
418
486
dist-gzip: distdir
419
487
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
420
488
        $(am__remove_distdir)
427
495
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
428
496
        $(am__remove_distdir)
429
497
 
 
498
dist-xz: distdir
 
499
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
500
        $(am__remove_distdir)
 
501
 
430
502
dist-tarZ: distdir
431
503
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
432
504
        $(am__remove_distdir)
450
522
distcheck: dist
451
523
        case '$(DIST_ARCHIVES)' in \
452
524
        *.tar.gz*) \
453
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
525
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
454
526
        *.tar.bz2*) \
455
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
527
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
456
528
        *.tar.lzma*) \
457
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
529
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
530
        *.tar.xz*) \
 
531
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
458
532
        *.tar.Z*) \
459
533
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
460
534
        *.shar.gz*) \
461
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
535
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
462
536
        *.zip*) \
463
537
          unzip $(distdir).zip ;;\
464
538
        esac
466
540
        mkdir $(distdir)/_build
467
541
        mkdir $(distdir)/_inst
468
542
        chmod a-w $(distdir)
 
543
        test -d $(distdir)/_build || exit 0; \
469
544
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
470
545
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
471
 
          && cd $(distdir)/_build \
 
546
          && am__cwd=`pwd` \
 
547
          && $(am__cd) $(distdir)/_build \
472
548
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
473
549
            $(DISTCHECK_CONFIGURE_FLAGS) \
474
550
          && $(MAKE) $(AM_MAKEFLAGS) \
490
566
          && rm -rf "$$dc_destdir" \
491
567
          && $(MAKE) $(AM_MAKEFLAGS) dist \
492
568
          && rm -rf $(DIST_ARCHIVES) \
493
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
569
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
570
          && cd "$$am__cwd" \
 
571
          || exit 1
494
572
        $(am__remove_distdir)
495
573
        @(echo "$(distdir) archives ready for distribution: "; \
496
574
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
497
575
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
498
576
distuninstallcheck:
499
 
        @cd $(distuninstallcheck_dir) \
 
577
        @$(am__cd) '$(distuninstallcheck_dir)' \
500
578
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
501
579
           || { echo "ERROR: files left after uninstall:" ; \
502
580
                if test -n "$(DESTDIR)"; then \
538
616
 
539
617
distclean-generic:
540
618
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
619
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
541
620
 
542
621
maintainer-clean-generic:
543
622
        @echo "This command is intended for maintainers to use"
557
636
 
558
637
html: html-recursive
559
638
 
 
639
html-am:
 
640
 
560
641
info: info-recursive
561
642
 
562
643
info-am:
565
646
 
566
647
install-dvi: install-dvi-recursive
567
648
 
 
649
install-dvi-am:
 
650
 
568
651
install-exec-am:
569
652
 
570
653
install-html: install-html-recursive
571
654
 
 
655
install-html-am:
 
656
 
572
657
install-info: install-info-recursive
573
658
 
 
659
install-info-am:
 
660
 
574
661
install-man:
575
662
 
576
663
install-pdf: install-pdf-recursive
577
664
 
 
665
install-pdf-am:
 
666
 
578
667
install-ps: install-ps-recursive
579
668
 
 
669
install-ps-am:
 
670
 
580
671
installcheck-am:
581
672
 
582
673
maintainer-clean: maintainer-clean-recursive
599
690
 
600
691
uninstall-am:
601
692
 
602
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
603
 
        install-strip
 
693
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
694
        ctags-recursive install-am install-strip tags-recursive
604
695
 
605
696
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
606
697
        all all-am am--refresh check check-am clean clean-generic \
607
698
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
608
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
609
 
        distclean-generic distclean-hdr distclean-tags distcleancheck \
610
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
611
 
        info-am install install-am install-data install-data-am \
612
 
        install-dvi install-dvi-am install-exec install-exec-am \
613
 
        install-html install-html-am install-info install-info-am \
614
 
        install-man install-pdf install-pdf-am install-ps \
615
 
        install-ps-am install-strip installcheck installcheck-am \
616
 
        installdirs installdirs-am maintainer-clean \
 
699
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
700
        distclean distclean-generic distclean-hdr distclean-tags \
 
701
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
702
        html-am info info-am install install-am install-data \
 
703
        install-data-am install-dvi install-dvi-am install-exec \
 
704
        install-exec-am install-html install-html-am install-info \
 
705
        install-info-am install-man install-pdf install-pdf-am \
 
706
        install-ps install-ps-am install-strip installcheck \
 
707
        installcheck-am installdirs installdirs-am maintainer-clean \
617
708
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
618
709
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
619
710
 
620
711
 
621
 
debian/changelog: debian/changelog.in
622
 
        $(top_builddir)/config.status --file $@:$<
 
712
.PHONY: ChangeLog
 
713
 
 
714
ChangeLog:
 
715
        (cd $(top_srcdir); git log) > $@
 
716
 
623
717
# Tell versions [3.59,3.63) of GNU make to not export all variables.
624
718
# Otherwise a system limit (for SysV at least) may be exceeded.
625
719
.NOEXPORT: