~ubuntu-branches/ubuntu/precise/xserver-xorg-input-vmmouse/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-03-20 21:01:22 UTC
  • mfrom: (1.2.14 sid)
  • Revision ID: package-import@ubuntu.com-20120320210122-77clzenh5m1yc345
Tags: 1:12.8.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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.
35
36
#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
37
VPATH = @srcdir@
37
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
38
40
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
 
41
pkglibexecdir = $(libexecdir)/@PACKAGE@
40
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
43
install_sh_DATA = $(install_sh) -c -m 644
42
44
install_sh_PROGRAM = $(install_sh) -c
65
67
mkinstalldirs = $(install_sh) -d
66
68
CONFIG_HEADER = config.h
67
69
CONFIG_CLEAN_FILES =
 
70
CONFIG_CLEAN_VPATH_FILES =
 
71
AM_V_GEN = $(am__v_GEN_$(V))
 
72
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
73
am__v_GEN_0 = @echo "  GEN   " $@;
 
74
AM_V_at = $(am__v_at_$(V))
 
75
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
76
am__v_at_0 = @
68
77
SOURCES =
69
78
DIST_SOURCES =
70
79
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76
85
        ps-recursive uninstall-recursive
77
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78
87
  distclean-recursive maintainer-clean-recursive
 
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
89
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
90
        distdir dist dist-all distcheck
79
91
ETAGS = etags
80
92
CTAGS = ctags
81
93
DIST_SUBDIRS = $(SUBDIRS)
83
95
distdir = $(PACKAGE)-$(VERSION)
84
96
top_distdir = $(distdir)
85
97
am__remove_distdir = \
86
 
  { test ! -d $(distdir) \
87
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
88
 
         && rm -fr $(distdir); }; }
 
98
  { test ! -d "$(distdir)" \
 
99
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
100
         && rm -fr "$(distdir)"; }; }
 
101
am__relativize = \
 
102
  dir0=`pwd`; \
 
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
104
  sed_rest='s,^[^/]*/*,,'; \
 
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
106
  sed_butlast='s,/*[^/]*$$,,'; \
 
107
  while test -n "$$dir1"; do \
 
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
109
    if test "$$first" != "."; then \
 
110
      if test "$$first" = ".."; then \
 
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
113
      else \
 
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
115
        if test "$$first2" = "$$first"; then \
 
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
117
        else \
 
118
          dir2="../$$dir2"; \
 
119
        fi; \
 
120
        dir0="$$dir0"/"$$first"; \
 
121
      fi; \
 
122
    fi; \
 
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
124
  done; \
 
125
  reldir="$$dir2"
89
126
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
90
127
GZIP_ENV = --best
91
128
distuninstallcheck_listfiles = find . -type f -print
112
149
CYGPATH_W = @CYGPATH_W@
113
150
DEFS = @DEFS@
114
151
DEPDIR = @DEPDIR@
 
152
DLLTOOL = @DLLTOOL@
115
153
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
116
154
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
117
155
DRIVER_NAME = @DRIVER_NAME@
147
185
LTLIBOBJS = @LTLIBOBJS@
148
186
MAINT = @MAINT@
149
187
MAKEINFO = @MAKEINFO@
 
188
MANIFEST_TOOL = @MANIFEST_TOOL@
150
189
MAN_SUBSTS = @MAN_SUBSTS@
151
190
MISC_MAN_DIR = @MISC_MAN_DIR@
152
191
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
162
201
PACKAGE_NAME = @PACKAGE_NAME@
163
202
PACKAGE_STRING = @PACKAGE_STRING@
164
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_URL = @PACKAGE_URL@
165
205
PACKAGE_VERSION = @PACKAGE_VERSION@
166
206
PATH_SEPARATOR = @PATH_SEPARATOR@
167
207
PKG_CONFIG = @PKG_CONFIG@
 
208
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
209
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
168
210
RANLIB = @RANLIB@
169
211
SED = @SED@
170
212
SET_MAKE = @SET_MAKE@
171
213
SHELL = @SHELL@
 
214
STRICT_CFLAGS = @STRICT_CFLAGS@
172
215
STRIP = @STRIP@
173
216
UDEV_RULES_DIR = @UDEV_RULES_DIR@
174
217
VERSION = @VERSION@
180
223
abs_srcdir = @abs_srcdir@
181
224
abs_top_builddir = @abs_top_builddir@
182
225
abs_top_srcdir = @abs_top_srcdir@
 
226
ac_ct_AR = @ac_ct_AR@
183
227
ac_ct_CC = @ac_ct_CC@
184
228
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
185
229
am__include = @am__include@
213
257
libexecdir = @libexecdir@
214
258
localedir = @localedir@
215
259
localstatedir = @localstatedir@
216
 
lt_ECHO = @lt_ECHO@
217
260
mandir = @mandir@
218
261
mkdir_p = @mkdir_p@
219
262
oldincludedir = @oldincludedir@
244
287
        @for dep in $?; do \
245
288
          case '$(am__configure_deps)' in \
246
289
            *$$dep*) \
247
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
248
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
290
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
291
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
249
292
                && exit 0; \
250
293
              exit 1;; \
251
294
          esac; \
252
295
        done; \
253
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
254
 
        cd $(top_srcdir) && \
255
 
          $(AUTOMAKE) --foreign  Makefile
 
296
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
297
        $(am__cd) $(top_srcdir) && \
 
298
          $(AUTOMAKE) --foreign Makefile
256
299
.PRECIOUS: Makefile
257
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258
301
        @case '$?' in \
268
311
        $(SHELL) ./config.status --recheck
269
312
 
270
313
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
271
 
        cd $(srcdir) && $(AUTOCONF)
 
314
        $(am__cd) $(srcdir) && $(AUTOCONF)
272
315
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
273
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
316
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
317
$(am__aclocal_m4_deps):
274
318
 
275
319
config.h: stamp-h1
276
320
        @if test ! -f $@; then \
282
326
        @rm -f stamp-h1
283
327
        cd $(top_builddir) && $(SHELL) ./config.status config.h
284
328
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
285
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
329
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
286
330
        rm -f stamp-h1
287
331
        touch $@
288
332
 
305
349
#     (which will cause the Makefiles to be regenerated when you run `make');
306
350
# (2) otherwise, pass the desired values on the `make' command line.
307
351
$(RECURSIVE_TARGETS):
308
 
        @failcom='exit 1'; \
 
352
        @fail= failcom='exit 1'; \
309
353
        for f in x $$MAKEFLAGS; do \
310
354
          case $$f in \
311
355
            *=* | --[!k]*);; \
322
366
          else \
323
367
            local_target="$$target"; \
324
368
          fi; \
325
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
369
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
326
370
          || eval $$failcom; \
327
371
        done; \
328
372
        if test "$$dot_seen" = "no"; then \
330
374
        fi; test -z "$$fail"
331
375
 
332
376
$(RECURSIVE_CLEAN_TARGETS):
333
 
        @failcom='exit 1'; \
 
377
        @fail= failcom='exit 1'; \
334
378
        for f in x $$MAKEFLAGS; do \
335
379
          case $$f in \
336
380
            *=* | --[!k]*);; \
356
400
          else \
357
401
            local_target="$$target"; \
358
402
          fi; \
359
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
403
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360
404
          || eval $$failcom; \
361
405
        done && test -z "$$fail"
362
406
tags-recursive:
363
407
        list='$(SUBDIRS)'; for subdir in $$list; do \
364
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
408
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365
409
        done
366
410
ctags-recursive:
367
411
        list='$(SUBDIRS)'; for subdir in $$list; do \
368
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
412
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
369
413
        done
370
414
 
371
415
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380
424
 
381
425
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
382
426
                $(TAGS_FILES) $(LISP)
383
 
        tags=; \
 
427
        set x; \
384
428
        here=`pwd`; \
385
429
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
386
430
          include_option=--etags-include; \
392
436
        list='$(SUBDIRS)'; for subdir in $$list; do \
393
437
          if test "$$subdir" = .; then :; else \
394
438
            test ! -f $$subdir/TAGS || \
395
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
439
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
396
440
          fi; \
397
441
        done; \
398
442
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
401
445
          done | \
402
446
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403
447
              END { if (nonempty) { for (i in files) print i; }; }'`; \
404
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
448
        shift; \
 
449
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
405
450
          test -n "$$unique" || unique=$$empty_fix; \
406
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407
 
            $$tags $$unique; \
 
451
          if test $$# -gt 0; then \
 
452
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
453
              "$$@" $$unique; \
 
454
          else \
 
455
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
456
              $$unique; \
 
457
          fi; \
408
458
        fi
409
459
ctags: CTAGS
410
460
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
411
461
                $(TAGS_FILES) $(LISP)
412
 
        tags=; \
413
462
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
414
463
        unique=`for i in $$list; do \
415
464
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416
465
          done | \
417
466
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418
467
              END { if (nonempty) { for (i in files) print i; }; }'`; \
419
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
468
        test -z "$(CTAGS_ARGS)$$unique" \
420
469
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421
 
             $$tags $$unique
 
470
             $$unique
422
471
 
423
472
GTAGS:
424
473
        here=`$(am__cd) $(top_builddir) && pwd` \
425
 
          && cd $(top_srcdir) \
426
 
          && gtags -i $(GTAGS_ARGS) $$here
 
474
          && $(am__cd) $(top_srcdir) \
 
475
          && gtags -i $(GTAGS_ARGS) "$$here"
427
476
 
428
477
distclean-tags:
429
478
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
479
 
431
480
distdir: $(DISTFILES)
432
481
        $(am__remove_distdir)
433
 
        test -d $(distdir) || mkdir $(distdir)
 
482
        test -d "$(distdir)" || mkdir "$(distdir)"
434
483
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435
484
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436
485
        list='$(DISTFILES)'; \
446
495
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447
496
          if test -d $$d/$$file; then \
448
497
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
498
            if test -d "$(distdir)/$$file"; then \
 
499
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
500
            fi; \
449
501
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
502
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
503
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451
504
            fi; \
452
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
505
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
453
506
          else \
454
 
            test -f $(distdir)/$$file \
455
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
507
            test -f "$(distdir)/$$file" \
 
508
            || cp -p $$d/$$file "$(distdir)/$$file" \
456
509
            || exit 1; \
457
510
          fi; \
458
511
        done
459
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
512
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
460
513
          if test "$$subdir" = .; then :; else \
461
514
            test -d "$(distdir)/$$subdir" \
462
515
            || $(MKDIR_P) "$(distdir)/$$subdir" \
463
516
            || exit 1; \
464
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
465
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
466
 
            (cd $$subdir && \
 
517
          fi; \
 
518
        done
 
519
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
520
          if test "$$subdir" = .; then :; else \
 
521
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
522
            $(am__relativize); \
 
523
            new_distdir=$$reldir; \
 
524
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
525
            $(am__relativize); \
 
526
            new_top_distdir=$$reldir; \
 
527
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
528
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
529
            ($(am__cd) $$subdir && \
467
530
              $(MAKE) $(AM_MAKEFLAGS) \
468
 
                top_distdir="$$top_distdir" \
469
 
                distdir="$$distdir/$$subdir" \
 
531
                top_distdir="$$new_top_distdir" \
 
532
                distdir="$$new_distdir" \
470
533
                am__remove_distdir=: \
471
534
                am__skip_length_check=: \
 
535
                am__skip_mode_fix=: \
472
536
                distdir) \
473
537
              || exit 1; \
474
538
          fi; \
476
540
        $(MAKE) $(AM_MAKEFLAGS) \
477
541
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
478
542
          dist-hook
479
 
        -find $(distdir) -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o \
 
543
        -test -n "$(am__skip_mode_fix)" \
 
544
        || find "$(distdir)" -type d ! -perm -755 \
 
545
                -exec chmod u+rwx,go+rx {} \; -o \
480
546
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
481
547
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
482
548
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
483
 
        || chmod -R a+r $(distdir)
 
549
        || chmod -R a+r "$(distdir)"
484
550
dist-gzip: distdir
485
551
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
486
552
        $(am__remove_distdir)
520
586
distcheck: dist
521
587
        case '$(DIST_ARCHIVES)' in \
522
588
        *.tar.gz*) \
523
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
589
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
524
590
        *.tar.bz2*) \
525
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
591
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
526
592
        *.tar.lzma*) \
527
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
593
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
528
594
        *.tar.xz*) \
529
595
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
530
596
        *.tar.Z*) \
531
597
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
532
598
        *.shar.gz*) \
533
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
599
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
534
600
        *.zip*) \
535
601
          unzip $(distdir).zip ;;\
536
602
        esac
538
604
        mkdir $(distdir)/_build
539
605
        mkdir $(distdir)/_inst
540
606
        chmod a-w $(distdir)
 
607
        test -d $(distdir)/_build || exit 0; \
541
608
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
542
609
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
543
 
          && cd $(distdir)/_build \
 
610
          && am__cwd=`pwd` \
 
611
          && $(am__cd) $(distdir)/_build \
544
612
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
545
613
            $(DISTCHECK_CONFIGURE_FLAGS) \
546
614
          && $(MAKE) $(AM_MAKEFLAGS) \
562
630
          && rm -rf "$$dc_destdir" \
563
631
          && $(MAKE) $(AM_MAKEFLAGS) dist \
564
632
          && rm -rf $(DIST_ARCHIVES) \
565
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
633
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
634
          && cd "$$am__cwd" \
 
635
          || exit 1
566
636
        $(am__remove_distdir)
567
637
        @(echo "$(distdir) archives ready for distribution: "; \
568
638
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
569
639
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
570
640
distuninstallcheck:
571
 
        @cd $(distuninstallcheck_dir) \
 
641
        @$(am__cd) '$(distuninstallcheck_dir)' \
572
642
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
573
643
           || { echo "ERROR: files left after uninstall:" ; \
574
644
                if test -n "$(DESTDIR)"; then \
610
680
 
611
681
distclean-generic:
612
682
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
683
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613
684
 
614
685
maintainer-clean-generic:
615
686
        @echo "This command is intended for maintainers to use"
631
702
 
632
703
html: html-recursive
633
704
 
 
705
html-am:
 
706
 
634
707
info: info-recursive
635
708
 
636
709
info-am:
639
712
 
640
713
install-dvi: install-dvi-recursive
641
714
 
 
715
install-dvi-am:
 
716
 
642
717
install-exec-am:
643
718
 
644
719
install-html: install-html-recursive
645
720
 
 
721
install-html-am:
 
722
 
646
723
install-info: install-info-recursive
647
724
 
 
725
install-info-am:
 
726
 
648
727
install-man:
649
728
 
650
729
install-pdf: install-pdf-recursive
651
730
 
 
731
install-pdf-am:
 
732
 
652
733
install-ps: install-ps-recursive
653
734
 
 
735
install-ps-am:
 
736
 
654
737
installcheck-am:
655
738
 
656
739
maintainer-clean: maintainer-clean-recursive
673
756
 
674
757
uninstall-am:
675
758
 
676
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
677
 
        install-strip
 
759
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
760
        ctags-recursive install-am install-strip tags-recursive
678
761
 
679
762
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
680
763
        all all-am am--refresh check check-am clean clean-generic \
701
784
        $(CHANGELOG_CMD)
702
785
 
703
786
dist-hook: ChangeLog INSTALL
 
787
 
704
788
# Tell versions [3.59,3.63) of GNU make to not export all variables.
705
789
# Otherwise a system limit (for SysV at least) may be exceeded.
706
790
.NOEXPORT: