~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

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.
20
21
# when generating menu
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
38
40
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
41
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
42
        $(srcdir)/version.h.in $(top_srcdir)/configure AUTHORS COPYING \
41
 
        ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
42
 
        install-sh ltconfig ltmain.sh missing mkinstalldirs
 
43
        ChangeLog INSTALL NEWS TODO depcomp install-sh ltconfig \
 
44
        ltmain.sh missing mkinstalldirs
43
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
46
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
47
        $(top_srcdir)/configure.in
50
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51
53
CONFIG_HEADER = config.h
52
54
CONFIG_CLEAN_FILES = version.h
 
55
CONFIG_CLEAN_VPATH_FILES =
53
56
SOURCES =
54
57
DIST_SOURCES =
55
58
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61
64
        ps-recursive uninstall-recursive
62
65
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
66
  distclean-recursive maintainer-clean-recursive
 
67
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
68
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
69
        distdir dist dist-all distcheck
64
70
ETAGS = etags
65
71
CTAGS = ctags
66
72
DIST_SUBDIRS = $(SUBDIRS)
68
74
distdir = $(PACKAGE)-$(VERSION)
69
75
top_distdir = $(distdir)
70
76
am__remove_distdir = \
71
 
  { test ! -d $(distdir) \
72
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
73
 
         && rm -fr $(distdir); }; }
 
77
  { test ! -d "$(distdir)" \
 
78
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
79
         && rm -fr "$(distdir)"; }; }
 
80
am__relativize = \
 
81
  dir0=`pwd`; \
 
82
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
83
  sed_rest='s,^[^/]*/*,,'; \
 
84
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
85
  sed_butlast='s,/*[^/]*$$,,'; \
 
86
  while test -n "$$dir1"; do \
 
87
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
88
    if test "$$first" != "."; then \
 
89
      if test "$$first" = ".."; then \
 
90
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
91
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
92
      else \
 
93
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
94
        if test "$$first2" = "$$first"; then \
 
95
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
96
        else \
 
97
          dir2="../$$dir2"; \
 
98
        fi; \
 
99
        dir0="$$dir0"/"$$first"; \
 
100
      fi; \
 
101
    fi; \
 
102
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
103
  done; \
 
104
  reldir="$$dir2"
74
105
DIST_ARCHIVES = $(distdir).tar.gz
75
106
GZIP_ENV = --best
76
107
distuninstallcheck_listfiles = find . -type f -print
128
159
PACKAGE_NAME = @PACKAGE_NAME@
129
160
PACKAGE_STRING = @PACKAGE_STRING@
130
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
162
PACKAGE_URL = @PACKAGE_URL@
131
163
PACKAGE_VERSION = @PACKAGE_VERSION@
132
164
PATH_SEPARATOR = @PATH_SEPARATOR@
133
165
PKG_CONFIG = @PKG_CONFIG@
185
217
srcdir = @srcdir@
186
218
sysconfdir = @sysconfdir@
187
219
target_alias = @target_alias@
 
220
top_build_prefix = @top_build_prefix@
188
221
top_builddir = @top_builddir@
189
222
top_srcdir = @top_srcdir@
190
223
SUBDIRS = doc nls src util data
201
234
        @for dep in $?; do \
202
235
          case '$(am__configure_deps)' in \
203
236
            *$$dep*) \
204
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
205
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
237
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
238
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
206
239
                && exit 0; \
207
240
              exit 1;; \
208
241
          esac; \
209
242
        done; \
210
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
211
 
        cd $(top_srcdir) && \
212
 
          $(AUTOMAKE) --gnu  Makefile
 
243
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
244
        $(am__cd) $(top_srcdir) && \
 
245
          $(AUTOMAKE) --gnu Makefile
213
246
.PRECIOUS: Makefile
214
247
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215
248
        @case '$?' in \
225
258
        $(SHELL) ./config.status --recheck
226
259
 
227
260
$(top_srcdir)/configure:  $(am__configure_deps)
228
 
        cd $(srcdir) && $(AUTOCONF)
 
261
        $(am__cd) $(srcdir) && $(AUTOCONF)
229
262
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
230
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
263
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
264
$(am__aclocal_m4_deps):
231
265
 
232
266
config.h: stamp-h1
233
267
        @if test ! -f $@; then \
239
273
        @rm -f stamp-h1
240
274
        cd $(top_builddir) && $(SHELL) ./config.status config.h
241
275
$(srcdir)/config.h.in:  $(am__configure_deps) 
242
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
276
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
243
277
        rm -f stamp-h1
244
278
        touch $@
245
279
 
255
289
#     (which will cause the Makefiles to be regenerated when you run `make');
256
290
# (2) otherwise, pass the desired values on the `make' command line.
257
291
$(RECURSIVE_TARGETS):
258
 
        @failcom='exit 1'; \
 
292
        @fail= failcom='exit 1'; \
259
293
        for f in x $$MAKEFLAGS; do \
260
294
          case $$f in \
261
295
            *=* | --[!k]*);; \
272
306
          else \
273
307
            local_target="$$target"; \
274
308
          fi; \
275
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
309
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276
310
          || eval $$failcom; \
277
311
        done; \
278
312
        if test "$$dot_seen" = "no"; then \
280
314
        fi; test -z "$$fail"
281
315
 
282
316
$(RECURSIVE_CLEAN_TARGETS):
283
 
        @failcom='exit 1'; \
 
317
        @fail= failcom='exit 1'; \
284
318
        for f in x $$MAKEFLAGS; do \
285
319
          case $$f in \
286
320
            *=* | --[!k]*);; \
306
340
          else \
307
341
            local_target="$$target"; \
308
342
          fi; \
309
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
343
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310
344
          || eval $$failcom; \
311
345
        done && test -z "$$fail"
312
346
tags-recursive:
313
347
        list='$(SUBDIRS)'; for subdir in $$list; do \
314
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
348
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315
349
        done
316
350
ctags-recursive:
317
351
        list='$(SUBDIRS)'; for subdir in $$list; do \
318
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
352
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
319
353
        done
320
354
 
321
355
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
323
357
        unique=`for i in $$list; do \
324
358
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325
359
          done | \
326
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
360
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327
361
              END { if (nonempty) { for (i in files) print i; }; }'`; \
328
362
        mkid -fID $$unique
329
363
tags: TAGS
330
364
 
331
365
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
332
366
                $(TAGS_FILES) $(LISP)
333
 
        tags=; \
 
367
        set x; \
334
368
        here=`pwd`; \
335
369
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
336
370
          include_option=--etags-include; \
342
376
        list='$(SUBDIRS)'; for subdir in $$list; do \
343
377
          if test "$$subdir" = .; then :; else \
344
378
            test ! -f $$subdir/TAGS || \
345
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
379
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
346
380
          fi; \
347
381
        done; \
348
382
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
351
385
          done | \
352
386
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
387
              END { if (nonempty) { for (i in files) print i; }; }'`; \
354
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
388
        shift; \
 
389
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355
390
          test -n "$$unique" || unique=$$empty_fix; \
356
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357
 
            $$tags $$unique; \
 
391
          if test $$# -gt 0; then \
 
392
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
393
              "$$@" $$unique; \
 
394
          else \
 
395
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
396
              $$unique; \
 
397
          fi; \
358
398
        fi
359
399
ctags: CTAGS
360
400
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
361
401
                $(TAGS_FILES) $(LISP)
362
 
        tags=; \
363
402
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
364
403
        unique=`for i in $$list; do \
365
404
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
405
          done | \
367
406
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
407
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
408
        test -z "$(CTAGS_ARGS)$$unique" \
370
409
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
 
             $$tags $$unique
 
410
             $$unique
372
411
 
373
412
GTAGS:
374
413
        here=`$(am__cd) $(top_builddir) && pwd` \
375
 
          && cd $(top_srcdir) \
376
 
          && gtags -i $(GTAGS_ARGS) $$here
 
414
          && $(am__cd) $(top_srcdir) \
 
415
          && gtags -i $(GTAGS_ARGS) "$$here"
377
416
 
378
417
distclean-tags:
379
418
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
380
419
 
381
420
distdir: $(DISTFILES)
382
421
        $(am__remove_distdir)
383
 
        test -d $(distdir) || mkdir $(distdir)
 
422
        test -d "$(distdir)" || mkdir "$(distdir)"
384
423
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385
424
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386
425
        list='$(DISTFILES)'; \
396
435
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
397
436
          if test -d $$d/$$file; then \
398
437
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
438
            if test -d "$(distdir)/$$file"; then \
 
439
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
440
            fi; \
399
441
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
400
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
442
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
443
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
401
444
            fi; \
402
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
445
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
403
446
          else \
404
 
            test -f $(distdir)/$$file \
405
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
447
            test -f "$(distdir)/$$file" \
 
448
            || cp -p $$d/$$file "$(distdir)/$$file" \
406
449
            || exit 1; \
407
450
          fi; \
408
451
        done
409
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
452
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
410
453
          if test "$$subdir" = .; then :; else \
411
454
            test -d "$(distdir)/$$subdir" \
412
455
            || $(MKDIR_P) "$(distdir)/$$subdir" \
413
456
            || exit 1; \
414
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
415
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
416
 
            (cd $$subdir && \
 
457
          fi; \
 
458
        done
 
459
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
460
          if test "$$subdir" = .; then :; else \
 
461
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
462
            $(am__relativize); \
 
463
            new_distdir=$$reldir; \
 
464
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
465
            $(am__relativize); \
 
466
            new_top_distdir=$$reldir; \
 
467
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
468
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
469
            ($(am__cd) $$subdir && \
417
470
              $(MAKE) $(AM_MAKEFLAGS) \
418
 
                top_distdir="$$top_distdir" \
419
 
                distdir="$$distdir/$$subdir" \
 
471
                top_distdir="$$new_top_distdir" \
 
472
                distdir="$$new_distdir" \
420
473
                am__remove_distdir=: \
421
474
                am__skip_length_check=: \
 
475
                am__skip_mode_fix=: \
422
476
                distdir) \
423
477
              || exit 1; \
424
478
          fi; \
425
479
        done
426
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
480
        -test -n "$(am__skip_mode_fix)" \
 
481
        || find "$(distdir)" -type d ! -perm -755 \
 
482
                -exec chmod u+rwx,go+rx {} \; -o \
427
483
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
428
484
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
429
485
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
430
 
        || chmod -R a+r $(distdir)
 
486
        || chmod -R a+r "$(distdir)"
431
487
dist-gzip: distdir
432
488
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
433
489
        $(am__remove_distdir)
440
496
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
441
497
        $(am__remove_distdir)
442
498
 
 
499
dist-xz: distdir
 
500
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
501
        $(am__remove_distdir)
 
502
 
443
503
dist-tarZ: distdir
444
504
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
445
505
        $(am__remove_distdir)
463
523
distcheck: dist
464
524
        case '$(DIST_ARCHIVES)' in \
465
525
        *.tar.gz*) \
466
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
526
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
467
527
        *.tar.bz2*) \
468
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
528
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
469
529
        *.tar.lzma*) \
470
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
530
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
531
        *.tar.xz*) \
 
532
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
471
533
        *.tar.Z*) \
472
534
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
473
535
        *.shar.gz*) \
474
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
536
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
475
537
        *.zip*) \
476
538
          unzip $(distdir).zip ;;\
477
539
        esac
479
541
        mkdir $(distdir)/_build
480
542
        mkdir $(distdir)/_inst
481
543
        chmod a-w $(distdir)
 
544
        test -d $(distdir)/_build || exit 0; \
482
545
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
483
546
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
484
 
          && cd $(distdir)/_build \
 
547
          && am__cwd=`pwd` \
 
548
          && $(am__cd) $(distdir)/_build \
485
549
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
486
550
            $(DISTCHECK_CONFIGURE_FLAGS) \
487
551
          && $(MAKE) $(AM_MAKEFLAGS) \
503
567
          && rm -rf "$$dc_destdir" \
504
568
          && $(MAKE) $(AM_MAKEFLAGS) dist \
505
569
          && rm -rf $(DIST_ARCHIVES) \
506
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
570
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
571
          && cd "$$am__cwd" \
 
572
          || exit 1
507
573
        $(am__remove_distdir)
508
574
        @(echo "$(distdir) archives ready for distribution: "; \
509
575
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
510
576
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
511
577
distuninstallcheck:
512
 
        @cd $(distuninstallcheck_dir) \
 
578
        @$(am__cd) '$(distuninstallcheck_dir)' \
513
579
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
514
580
           || { echo "ERROR: files left after uninstall:" ; \
515
581
                if test -n "$(DESTDIR)"; then \
551
617
 
552
618
distclean-generic:
553
619
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
620
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
554
621
 
555
622
maintainer-clean-generic:
556
623
        @echo "This command is intended for maintainers to use"
572
639
 
573
640
html: html-recursive
574
641
 
 
642
html-am:
 
643
 
575
644
info: info-recursive
576
645
 
577
646
info-am:
580
649
 
581
650
install-dvi: install-dvi-recursive
582
651
 
 
652
install-dvi-am:
 
653
 
583
654
install-exec-am:
584
655
 
585
656
install-html: install-html-recursive
586
657
 
 
658
install-html-am:
 
659
 
587
660
install-info: install-info-recursive
588
661
 
 
662
install-info-am:
 
663
 
589
664
install-man:
590
665
 
591
666
install-pdf: install-pdf-recursive
592
667
 
 
668
install-pdf-am:
 
669
 
593
670
install-ps: install-ps-recursive
594
671
 
 
672
install-ps-am:
 
673
 
595
674
installcheck-am:
596
675
 
597
676
maintainer-clean: maintainer-clean-recursive
614
693
 
615
694
uninstall-am: uninstall-local
616
695
 
617
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
618
 
        install-strip
 
696
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
697
        ctags-recursive install-am install-strip tags-recursive
619
698
 
620
699
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
621
700
        all all-am am--refresh check check-am clean clean-generic \
622
701
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
623
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
624
 
        distclean-generic distclean-hdr distclean-local distclean-tags \
625
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
626
 
        html-am info info-am install install-am install-data \
627
 
        install-data-am install-dvi install-dvi-am install-exec \
628
 
        install-exec-am install-html install-html-am install-info \
629
 
        install-info-am install-man install-pdf install-pdf-am \
630
 
        install-ps install-ps-am install-strip installcheck \
631
 
        installcheck-am installdirs installdirs-am maintainer-clean \
632
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
633
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
634
 
        uninstall-local
 
702
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
703
        distclean distclean-generic distclean-hdr distclean-local \
 
704
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
705
        dvi-am html html-am info info-am install install-am \
 
706
        install-data install-data-am install-dvi install-dvi-am \
 
707
        install-exec install-exec-am install-html install-html-am \
 
708
        install-info install-info-am install-man install-pdf \
 
709
        install-pdf-am install-ps install-ps-am install-strip \
 
710
        installcheck installcheck-am installdirs installdirs-am \
 
711
        maintainer-clean maintainer-clean-generic mostlyclean \
 
712
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
713
        uninstall uninstall-am uninstall-local
635
714
 
636
715
 
637
716
uninstall-local:
641
720
 
642
721
source-doc:
643
722
        doxygen Doxyfile
 
723
 
644
724
# Tell versions [3.59,3.63) of GNU make to not export all variables.
645
725
# Otherwise a system limit (for SysV at least) may be exceeded.
646
726
.NOEXPORT: