~xubuntu-dev/libxfce4util/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Lionel Le Folgoc
  • Date: 2010-05-23 18:00:15 UTC
  • Revision ID: mrpouit@ubuntu.com-20100523180015-0ddtdmn4xstvm2y8
* Merge from debian testing, remaining Ubuntu changes:
  - debian/control: use our Vcs-* fields.
  - debian/patches:
    + xubuntu_desktop-x-ubuntu-gettext.patch: display translations for
      "X-Ubuntu-Gettext-Domain" desktop files
    + series:
      . don't apply 01_add-desktop-base-in-config-dirs.patch
      . refreshed.
* New upstream release.
* debian/control:
  - bump standards version to 3.8.4.
  - add build-dep on intltool. 
  - drop quilt and chrpath build-deps.
  - bump debhelper build-deps for overrides.
* debian/rules:
  - switch to debhelper 7.
* switch to 3.0 (quilt) source format.
* debian/watch edited to track Xfce archive reorganisation.

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.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
# $Id: Makefile.am 24611 2007-01-20 09:55:09Z benny $
 
18
# $Id$
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
49
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
52
CONFIG_HEADER = config.h
51
53
CONFIG_CLEAN_FILES = libxfce4util.spec
 
54
CONFIG_CLEAN_VPATH_FILES =
52
55
SOURCES =
53
56
DIST_SOURCES =
54
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
63
        ps-recursive uninstall-recursive
61
64
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
65
  distclean-recursive maintainer-clean-recursive
 
66
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
67
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
68
        distdir dist dist-all distcheck
63
69
ETAGS = etags
64
70
CTAGS = ctags
65
71
DIST_SUBDIRS = $(SUBDIRS)
67
73
distdir = $(PACKAGE)-$(VERSION)
68
74
top_distdir = $(distdir)
69
75
am__remove_distdir = \
70
 
  { test ! -d $(distdir) \
71
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
72
 
         && rm -fr $(distdir); }; }
 
76
  { test ! -d "$(distdir)" \
 
77
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
78
         && rm -fr "$(distdir)"; }; }
 
79
am__relativize = \
 
80
  dir0=`pwd`; \
 
81
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
82
  sed_rest='s,^[^/]*/*,,'; \
 
83
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
84
  sed_butlast='s,/*[^/]*$$,,'; \
 
85
  while test -n "$$dir1"; do \
 
86
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
87
    if test "$$first" != "."; then \
 
88
      if test "$$first" = ".."; then \
 
89
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
90
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
91
      else \
 
92
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
93
        if test "$$first2" = "$$first"; then \
 
94
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
95
        else \
 
96
          dir2="../$$dir2"; \
 
97
        fi; \
 
98
        dir0="$$dir0"/"$$first"; \
 
99
      fi; \
 
100
    fi; \
 
101
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
102
  done; \
 
103
  reldir="$$dir2"
73
104
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
74
105
GZIP_ENV = --best
75
106
distuninstallcheck_listfiles = find . -type f -print
76
107
distcleancheck_listfiles = find . -type f -print
77
108
ACLOCAL = @ACLOCAL@
 
109
ALL_LINGUAS = @ALL_LINGUAS@
78
110
AMTAR = @AMTAR@
79
111
AR = @AR@
80
112
AUTOCONF = @AUTOCONF@
109
141
GOBJECT_VERSION = @GOBJECT_VERSION@
110
142
GREP = @GREP@
111
143
GTKDOC_CHECK = @GTKDOC_CHECK@
 
144
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
145
GTKDOC_REBASE = @GTKDOC_REBASE@
112
146
HTML_DIR = @HTML_DIR@
113
147
INSTALL = @INSTALL@
114
148
INSTALL_DATA = @INSTALL_DATA@
117
151
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118
152
INSTOBJEXT = @INSTOBJEXT@
119
153
INTLLIBS = @INTLLIBS@
 
154
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
155
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
156
INTLTOOL_PERL = @INTLTOOL_PERL@
 
157
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
120
158
LD = @LD@
121
159
LDFLAGS = @LDFLAGS@
122
160
LIBOBJS = @LIBOBJS@
135
173
MKINSTALLDIRS = @MKINSTALLDIRS@
136
174
MSGFMT = @MSGFMT@
137
175
MSGFMT_OPTS = @MSGFMT_OPTS@
 
176
MSGMERGE = @MSGMERGE@
138
177
NM = @NM@
139
178
NMEDIT = @NMEDIT@
 
179
OBJDUMP = @OBJDUMP@
140
180
OBJEXT = @OBJEXT@
141
181
OTOOL = @OTOOL@
142
182
OTOOL64 = @OTOOL64@
145
185
PACKAGE_NAME = @PACKAGE_NAME@
146
186
PACKAGE_STRING = @PACKAGE_STRING@
147
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_URL = @PACKAGE_URL@
148
189
PACKAGE_VERSION = @PACKAGE_VERSION@
149
190
PATH_SEPARATOR = @PATH_SEPARATOR@
150
191
PERL = @PERL@
211
252
srcdir = @srcdir@
212
253
sysconfdir = @sysconfdir@
213
254
target_alias = @target_alias@
 
255
top_build_prefix = @top_build_prefix@
214
256
top_builddir = @top_builddir@
215
257
top_srcdir = @top_srcdir@
216
258
SUBDIRS = \
224
266
        dist-bzip2
225
267
 
226
268
EXTRA_DIST = \
227
 
        ChangeLog.pre-4.2.0                                             \
228
269
        README.Kiosk                                                    \
229
270
        THANKS                                                          \
230
271
        TODO                                                            \
231
272
        gtk-doc.make                                                    \
232
 
        libxfce4util.spec
 
273
        libxfce4util.spec                                               \
 
274
        intltool-extract.in                                             \
 
275
        intltool-merge.in                                               \
 
276
        intltool-update.in
 
277
 
 
278
DISTCLEANFILES = \
 
279
        intltool-extract                                                \
 
280
        intltool-merge                                                  \
 
281
        intltool-update
233
282
 
234
283
DISTCHECK_CONFIGURE_FLAGS = \
235
284
        --enable-gtk-doc
244
293
        @for dep in $?; do \
245
294
          case '$(am__configure_deps)' in \
246
295
            *$$dep*) \
247
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
248
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
296
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
297
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
249
298
                && exit 0; \
250
299
              exit 1;; \
251
300
          esac; \
252
301
        done; \
253
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
254
 
        cd $(top_srcdir) && \
255
 
          $(AUTOMAKE) --gnu  Makefile
 
302
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
303
        $(am__cd) $(top_srcdir) && \
 
304
          $(AUTOMAKE) --gnu Makefile
256
305
.PRECIOUS: Makefile
257
306
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258
307
        @case '$?' in \
268
317
        $(SHELL) ./config.status --recheck
269
318
 
270
319
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
271
 
        cd $(srcdir) && $(AUTOCONF)
 
320
        $(am__cd) $(srcdir) && $(AUTOCONF)
272
321
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
273
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
322
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
323
$(am__aclocal_m4_deps):
274
324
 
275
325
config.h: stamp-h1
276
326
        @if test ! -f $@; then \
282
332
        @rm -f stamp-h1
283
333
        cd $(top_builddir) && $(SHELL) ./config.status config.h
284
334
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
285
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
335
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
286
336
        rm -f stamp-h1
287
337
        touch $@
288
338
 
298
348
        -rm -rf .libs _libs
299
349
 
300
350
distclean-libtool:
301
 
        -rm -f libtool
 
351
        -rm -f libtool config.lt
302
352
 
303
353
# This directory's subdirectories are mostly independent; you can cd
304
354
# into them and run `make' without going through this Makefile.
307
357
#     (which will cause the Makefiles to be regenerated when you run `make');
308
358
# (2) otherwise, pass the desired values on the `make' command line.
309
359
$(RECURSIVE_TARGETS):
310
 
        @failcom='exit 1'; \
 
360
        @fail= failcom='exit 1'; \
311
361
        for f in x $$MAKEFLAGS; do \
312
362
          case $$f in \
313
363
            *=* | --[!k]*);; \
324
374
          else \
325
375
            local_target="$$target"; \
326
376
          fi; \
327
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
377
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328
378
          || eval $$failcom; \
329
379
        done; \
330
380
        if test "$$dot_seen" = "no"; then \
332
382
        fi; test -z "$$fail"
333
383
 
334
384
$(RECURSIVE_CLEAN_TARGETS):
335
 
        @failcom='exit 1'; \
 
385
        @fail= failcom='exit 1'; \
336
386
        for f in x $$MAKEFLAGS; do \
337
387
          case $$f in \
338
388
            *=* | --[!k]*);; \
358
408
          else \
359
409
            local_target="$$target"; \
360
410
          fi; \
361
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
411
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
362
412
          || eval $$failcom; \
363
413
        done && test -z "$$fail"
364
414
tags-recursive:
365
415
        list='$(SUBDIRS)'; for subdir in $$list; do \
366
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
416
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
367
417
        done
368
418
ctags-recursive:
369
419
        list='$(SUBDIRS)'; for subdir in $$list; do \
370
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
420
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
371
421
        done
372
422
 
373
423
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375
425
        unique=`for i in $$list; do \
376
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
427
          done | \
378
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
428
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
430
        mkid -fID $$unique
381
431
tags: TAGS
382
432
 
383
433
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
384
434
                $(TAGS_FILES) $(LISP)
385
 
        tags=; \
 
435
        set x; \
386
436
        here=`pwd`; \
387
437
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
388
438
          include_option=--etags-include; \
394
444
        list='$(SUBDIRS)'; for subdir in $$list; do \
395
445
          if test "$$subdir" = .; then :; else \
396
446
            test ! -f $$subdir/TAGS || \
397
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
447
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
398
448
          fi; \
399
449
        done; \
400
450
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
403
453
          done | \
404
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
406
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
456
        shift; \
 
457
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
407
458
          test -n "$$unique" || unique=$$empty_fix; \
408
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409
 
            $$tags $$unique; \
 
459
          if test $$# -gt 0; then \
 
460
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
461
              "$$@" $$unique; \
 
462
          else \
 
463
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
464
              $$unique; \
 
465
          fi; \
410
466
        fi
411
467
ctags: CTAGS
412
468
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
413
469
                $(TAGS_FILES) $(LISP)
414
 
        tags=; \
415
470
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
416
471
        unique=`for i in $$list; do \
417
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418
473
          done | \
419
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
421
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
476
        test -z "$(CTAGS_ARGS)$$unique" \
422
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423
 
             $$tags $$unique
 
478
             $$unique
424
479
 
425
480
GTAGS:
426
481
        here=`$(am__cd) $(top_builddir) && pwd` \
427
 
          && cd $(top_srcdir) \
428
 
          && gtags -i $(GTAGS_ARGS) $$here
 
482
          && $(am__cd) $(top_srcdir) \
 
483
          && gtags -i $(GTAGS_ARGS) "$$here"
429
484
 
430
485
distclean-tags:
431
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
487
 
433
488
distdir: $(DISTFILES)
434
489
        $(am__remove_distdir)
435
 
        test -d $(distdir) || mkdir $(distdir)
 
490
        test -d "$(distdir)" || mkdir "$(distdir)"
436
491
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437
492
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438
493
        list='$(DISTFILES)'; \
448
503
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449
504
          if test -d $$d/$$file; then \
450
505
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
506
            if test -d "$(distdir)/$$file"; then \
 
507
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
508
            fi; \
451
509
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
510
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
511
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453
512
            fi; \
454
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
513
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455
514
          else \
456
 
            test -f $(distdir)/$$file \
457
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
515
            test -f "$(distdir)/$$file" \
 
516
            || cp -p $$d/$$file "$(distdir)/$$file" \
458
517
            || exit 1; \
459
518
          fi; \
460
519
        done
461
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
520
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
462
521
          if test "$$subdir" = .; then :; else \
463
522
            test -d "$(distdir)/$$subdir" \
464
523
            || $(MKDIR_P) "$(distdir)/$$subdir" \
465
524
            || exit 1; \
466
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
467
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
468
 
            (cd $$subdir && \
 
525
          fi; \
 
526
        done
 
527
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
528
          if test "$$subdir" = .; then :; else \
 
529
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
530
            $(am__relativize); \
 
531
            new_distdir=$$reldir; \
 
532
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
533
            $(am__relativize); \
 
534
            new_top_distdir=$$reldir; \
 
535
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
536
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
537
            ($(am__cd) $$subdir && \
469
538
              $(MAKE) $(AM_MAKEFLAGS) \
470
 
                top_distdir="$$top_distdir" \
471
 
                distdir="$$distdir/$$subdir" \
 
539
                top_distdir="$$new_top_distdir" \
 
540
                distdir="$$new_distdir" \
472
541
                am__remove_distdir=: \
473
542
                am__skip_length_check=: \
 
543
                am__skip_mode_fix=: \
474
544
                distdir) \
475
545
              || exit 1; \
476
546
          fi; \
477
547
        done
478
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
548
        $(MAKE) $(AM_MAKEFLAGS) \
 
549
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
550
          dist-hook
 
551
        -test -n "$(am__skip_mode_fix)" \
 
552
        || find "$(distdir)" -type d ! -perm -755 \
 
553
                -exec chmod u+rwx,go+rx {} \; -o \
479
554
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
480
555
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
481
556
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
482
 
        || chmod -R a+r $(distdir)
 
557
        || chmod -R a+r "$(distdir)"
483
558
dist-gzip: distdir
484
559
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
485
560
        $(am__remove_distdir)
491
566
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
492
567
        $(am__remove_distdir)
493
568
 
 
569
dist-xz: distdir
 
570
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
571
        $(am__remove_distdir)
 
572
 
494
573
dist-tarZ: distdir
495
574
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
496
575
        $(am__remove_distdir)
515
594
distcheck: dist
516
595
        case '$(DIST_ARCHIVES)' in \
517
596
        *.tar.gz*) \
518
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
597
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
519
598
        *.tar.bz2*) \
520
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
599
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
521
600
        *.tar.lzma*) \
522
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
601
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
602
        *.tar.xz*) \
 
603
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
523
604
        *.tar.Z*) \
524
605
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
525
606
        *.shar.gz*) \
526
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
607
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
527
608
        *.zip*) \
528
609
          unzip $(distdir).zip ;;\
529
610
        esac
531
612
        mkdir $(distdir)/_build
532
613
        mkdir $(distdir)/_inst
533
614
        chmod a-w $(distdir)
 
615
        test -d $(distdir)/_build || exit 0; \
534
616
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
535
617
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
536
 
          && cd $(distdir)/_build \
 
618
          && am__cwd=`pwd` \
 
619
          && $(am__cd) $(distdir)/_build \
537
620
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
538
621
            $(DISTCHECK_CONFIGURE_FLAGS) \
539
622
          && $(MAKE) $(AM_MAKEFLAGS) \
555
638
          && rm -rf "$$dc_destdir" \
556
639
          && $(MAKE) $(AM_MAKEFLAGS) dist \
557
640
          && rm -rf $(DIST_ARCHIVES) \
558
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
641
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
642
          && cd "$$am__cwd" \
 
643
          || exit 1
559
644
        $(am__remove_distdir)
560
645
        @(echo "$(distdir) archives ready for distribution: "; \
561
646
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
562
647
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
563
648
distuninstallcheck:
564
 
        @cd $(distuninstallcheck_dir) \
 
649
        @$(am__cd) '$(distuninstallcheck_dir)' \
565
650
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
566
651
           || { echo "ERROR: files left after uninstall:" ; \
567
652
                if test -n "$(DESTDIR)"; then \
603
688
 
604
689
distclean-generic:
605
690
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
691
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
692
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
606
693
 
607
694
maintainer-clean-generic:
608
695
        @echo "This command is intended for maintainers to use"
623
710
 
624
711
html: html-recursive
625
712
 
 
713
html-am:
 
714
 
626
715
info: info-recursive
627
716
 
628
717
info-am:
631
720
 
632
721
install-dvi: install-dvi-recursive
633
722
 
 
723
install-dvi-am:
 
724
 
634
725
install-exec-am:
635
726
 
636
727
install-html: install-html-recursive
637
728
 
 
729
install-html-am:
 
730
 
638
731
install-info: install-info-recursive
639
732
 
 
733
install-info-am:
 
734
 
640
735
install-man:
641
736
 
642
737
install-pdf: install-pdf-recursive
643
738
 
 
739
install-pdf-am:
 
740
 
644
741
install-ps: install-ps-recursive
645
742
 
 
743
install-ps-am:
 
744
 
646
745
installcheck-am:
647
746
 
648
747
maintainer-clean: maintainer-clean-recursive
665
764
 
666
765
uninstall-am:
667
766
 
668
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
669
 
        install-strip
 
767
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
768
        ctags-recursive install-am install-strip tags-recursive
670
769
 
671
770
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
672
771
        all all-am am--refresh check check-am clean clean-generic \
673
772
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
674
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
675
 
        distclean distclean-generic distclean-hdr distclean-libtool \
676
 
        distclean-local distclean-tags distcleancheck distdir \
677
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
678
 
        install install-am install-data install-data-am install-dvi \
679
 
        install-dvi-am install-exec install-exec-am install-html \
680
 
        install-html-am install-info install-info-am install-man \
681
 
        install-pdf install-pdf-am install-ps install-ps-am \
682
 
        install-strip installcheck installcheck-am installdirs \
683
 
        installdirs-am maintainer-clean maintainer-clean-generic \
684
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
685
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
773
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
774
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
775
        distclean-libtool distclean-local distclean-tags \
 
776
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
777
        html-am info info-am install install-am install-data \
 
778
        install-data-am install-dvi install-dvi-am install-exec \
 
779
        install-exec-am install-html install-html-am install-info \
 
780
        install-info-am install-man install-pdf install-pdf-am \
 
781
        install-ps install-ps-am install-strip installcheck \
 
782
        installcheck-am installdirs installdirs-am maintainer-clean \
 
783
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
784
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
785
        uninstall uninstall-am
686
786
 
687
787
 
688
788
distclean-local:
692
792
        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
693
793
        @rm -f $(PACKAGE)-$(VERSION).tar.gz
694
794
 
 
795
.PHONY: ChangeLog
 
796
 
 
797
ChangeLog: Makefile
 
798
        (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
 
799
        && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
 
800
        || (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
 
801
 
 
802
dist-hook: ChangeLog
 
803
 
695
804
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
805
 
696
806
# Tell versions [3.59,3.63) of GNU make to not export all variables.
697
807
# Otherwise a system limit (for SysV at least) may be exceeded.
698
808
.NOEXPORT: