~ubuntu-branches/ubuntu/oneiric/xnec2c/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Conklin, Steve Conklin
  • Date: 2011-07-21 21:32:04 UTC
  • mfrom: (1.1.6 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110721213204-36d3gy1egab8ozff
Tags: 1:1.4-1
[ Steve Conklin ]
* New upstream release
* change debian maintainer and uploaders (Closes: 555145)

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.
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
33
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
34
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
35
37
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
36
 
        depcomp install-sh missing mkinstalldirs
 
38
        depcomp install-sh missing
37
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
40
am__aclocal_m4_deps = $(top_srcdir)/configure.in
39
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
42
        $(ACLOCAL_M4)
41
43
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
42
44
 configure.lineno config.status.lineno
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
SOURCES =
47
50
DIST_SOURCES =
48
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
57
        ps-recursive uninstall-recursive
55
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56
59
  distclean-recursive maintainer-clean-recursive
 
60
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
61
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
62
        distdir dist dist-all distcheck
57
63
ETAGS = etags
58
64
CTAGS = ctags
59
65
DIST_SUBDIRS = $(SUBDIRS)
61
67
distdir = $(PACKAGE)-$(VERSION)
62
68
top_distdir = $(distdir)
63
69
am__remove_distdir = \
64
 
  { test ! -d $(distdir) \
65
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
66
 
         && rm -fr $(distdir); }; }
 
70
  { test ! -d "$(distdir)" \
 
71
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
72
         && rm -fr "$(distdir)"; }; }
 
73
am__relativize = \
 
74
  dir0=`pwd`; \
 
75
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
76
  sed_rest='s,^[^/]*/*,,'; \
 
77
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
78
  sed_butlast='s,/*[^/]*$$,,'; \
 
79
  while test -n "$$dir1"; do \
 
80
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
81
    if test "$$first" != "."; then \
 
82
      if test "$$first" = ".."; then \
 
83
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
84
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
85
      else \
 
86
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
87
        if test "$$first2" = "$$first"; then \
 
88
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
89
        else \
 
90
          dir2="../$$dir2"; \
 
91
        fi; \
 
92
        dir0="$$dir0"/"$$first"; \
 
93
      fi; \
 
94
    fi; \
 
95
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
96
  done; \
 
97
  reldir="$$dir2"
67
98
DIST_ARCHIVES = $(distdir).tar.gz
68
99
GZIP_ENV = --best
69
100
distuninstallcheck_listfiles = find . -type f -print
119
150
PACKAGE_NAME = @PACKAGE_NAME@
120
151
PACKAGE_STRING = @PACKAGE_STRING@
121
152
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
153
PACKAGE_URL = @PACKAGE_URL@
122
154
PACKAGE_VERSION = @PACKAGE_VERSION@
123
155
PATH_SEPARATOR = @PATH_SEPARATOR@
124
156
PKG_CONFIG = @PKG_CONFIG@
190
222
        @for dep in $?; do \
191
223
          case '$(am__configure_deps)' in \
192
224
            *$$dep*) \
193
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
194
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
225
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
226
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
195
227
                && exit 0; \
196
228
              exit 1;; \
197
229
          esac; \
198
230
        done; \
199
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
200
 
        cd $(top_srcdir) && \
201
 
          $(AUTOMAKE) --gnu  Makefile
 
231
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
232
        $(am__cd) $(top_srcdir) && \
 
233
          $(AUTOMAKE) --gnu Makefile
202
234
.PRECIOUS: Makefile
203
235
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204
236
        @case '$?' in \
214
246
        $(SHELL) ./config.status --recheck
215
247
 
216
248
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
217
 
        cd $(srcdir) && $(AUTOCONF)
 
249
        $(am__cd) $(srcdir) && $(AUTOCONF)
218
250
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
219
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
251
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
252
$(am__aclocal_m4_deps):
220
253
 
221
254
config.h: stamp-h1
222
255
        @if test ! -f $@; then \
228
261
        @rm -f stamp-h1
229
262
        cd $(top_builddir) && $(SHELL) ./config.status config.h
230
263
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
231
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
264
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
232
265
        rm -f stamp-h1
233
266
        touch $@
234
267
 
242
275
#     (which will cause the Makefiles to be regenerated when you run `make');
243
276
# (2) otherwise, pass the desired values on the `make' command line.
244
277
$(RECURSIVE_TARGETS):
245
 
        @failcom='exit 1'; \
 
278
        @fail= failcom='exit 1'; \
246
279
        for f in x $$MAKEFLAGS; do \
247
280
          case $$f in \
248
281
            *=* | --[!k]*);; \
259
292
          else \
260
293
            local_target="$$target"; \
261
294
          fi; \
262
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
295
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
263
296
          || eval $$failcom; \
264
297
        done; \
265
298
        if test "$$dot_seen" = "no"; then \
267
300
        fi; test -z "$$fail"
268
301
 
269
302
$(RECURSIVE_CLEAN_TARGETS):
270
 
        @failcom='exit 1'; \
 
303
        @fail= failcom='exit 1'; \
271
304
        for f in x $$MAKEFLAGS; do \
272
305
          case $$f in \
273
306
            *=* | --[!k]*);; \
293
326
          else \
294
327
            local_target="$$target"; \
295
328
          fi; \
296
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
329
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297
330
          || eval $$failcom; \
298
331
        done && test -z "$$fail"
299
332
tags-recursive:
300
333
        list='$(SUBDIRS)'; for subdir in $$list; do \
301
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
334
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
302
335
        done
303
336
ctags-recursive:
304
337
        list='$(SUBDIRS)'; for subdir in $$list; do \
305
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
338
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
306
339
        done
307
340
 
308
341
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317
350
 
318
351
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
319
352
                $(TAGS_FILES) $(LISP)
320
 
        tags=; \
 
353
        set x; \
321
354
        here=`pwd`; \
322
355
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
323
356
          include_option=--etags-include; \
329
362
        list='$(SUBDIRS)'; for subdir in $$list; do \
330
363
          if test "$$subdir" = .; then :; else \
331
364
            test ! -f $$subdir/TAGS || \
332
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
365
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
333
366
          fi; \
334
367
        done; \
335
368
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
338
371
          done | \
339
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
341
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
374
        shift; \
 
375
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
342
376
          test -n "$$unique" || unique=$$empty_fix; \
343
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
344
 
            $$tags $$unique; \
 
377
          if test $$# -gt 0; then \
 
378
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
379
              "$$@" $$unique; \
 
380
          else \
 
381
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
382
              $$unique; \
 
383
          fi; \
345
384
        fi
346
385
ctags: CTAGS
347
386
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
348
387
                $(TAGS_FILES) $(LISP)
349
 
        tags=; \
350
388
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
351
389
        unique=`for i in $$list; do \
352
390
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
391
          done | \
354
392
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355
393
              END { if (nonempty) { for (i in files) print i; }; }'`; \
356
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
394
        test -z "$(CTAGS_ARGS)$$unique" \
357
395
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358
 
             $$tags $$unique
 
396
             $$unique
359
397
 
360
398
GTAGS:
361
399
        here=`$(am__cd) $(top_builddir) && pwd` \
362
 
          && cd $(top_srcdir) \
363
 
          && gtags -i $(GTAGS_ARGS) $$here
 
400
          && $(am__cd) $(top_srcdir) \
 
401
          && gtags -i $(GTAGS_ARGS) "$$here"
364
402
 
365
403
distclean-tags:
366
404
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367
405
 
368
406
distdir: $(DISTFILES)
369
407
        $(am__remove_distdir)
370
 
        test -d $(distdir) || mkdir $(distdir)
 
408
        test -d "$(distdir)" || mkdir "$(distdir)"
371
409
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372
410
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373
411
        list='$(DISTFILES)'; \
383
421
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384
422
          if test -d $$d/$$file; then \
385
423
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
424
            if test -d "$(distdir)/$$file"; then \
 
425
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
426
            fi; \
386
427
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
387
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
428
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
429
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
388
430
            fi; \
389
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
431
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
390
432
          else \
391
 
            test -f $(distdir)/$$file \
392
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
433
            test -f "$(distdir)/$$file" \
 
434
            || cp -p $$d/$$file "$(distdir)/$$file" \
393
435
            || exit 1; \
394
436
          fi; \
395
437
        done
396
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
438
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
397
439
          if test "$$subdir" = .; then :; else \
398
440
            test -d "$(distdir)/$$subdir" \
399
441
            || $(MKDIR_P) "$(distdir)/$$subdir" \
400
442
            || exit 1; \
401
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
402
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
403
 
            (cd $$subdir && \
 
443
          fi; \
 
444
        done
 
445
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
446
          if test "$$subdir" = .; then :; else \
 
447
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
448
            $(am__relativize); \
 
449
            new_distdir=$$reldir; \
 
450
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
451
            $(am__relativize); \
 
452
            new_top_distdir=$$reldir; \
 
453
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
454
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
455
            ($(am__cd) $$subdir && \
404
456
              $(MAKE) $(AM_MAKEFLAGS) \
405
 
                top_distdir="$$top_distdir" \
406
 
                distdir="$$distdir/$$subdir" \
 
457
                top_distdir="$$new_top_distdir" \
 
458
                distdir="$$new_distdir" \
407
459
                am__remove_distdir=: \
408
460
                am__skip_length_check=: \
 
461
                am__skip_mode_fix=: \
409
462
                distdir) \
410
463
              || exit 1; \
411
464
          fi; \
413
466
        $(MAKE) $(AM_MAKEFLAGS) \
414
467
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
415
468
          dist-hook
416
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
469
        -test -n "$(am__skip_mode_fix)" \
 
470
        || find "$(distdir)" -type d ! -perm -755 \
 
471
                -exec chmod u+rwx,go+rx {} \; -o \
417
472
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
418
473
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
419
474
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
420
 
        || chmod -R a+r $(distdir)
 
475
        || chmod -R a+r "$(distdir)"
421
476
dist-gzip: distdir
422
477
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
423
478
        $(am__remove_distdir)
430
485
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
431
486
        $(am__remove_distdir)
432
487
 
 
488
dist-xz: distdir
 
489
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
490
        $(am__remove_distdir)
 
491
 
433
492
dist-tarZ: distdir
434
493
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
435
494
        $(am__remove_distdir)
453
512
distcheck: dist
454
513
        case '$(DIST_ARCHIVES)' in \
455
514
        *.tar.gz*) \
456
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
515
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
457
516
        *.tar.bz2*) \
458
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
517
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
459
518
        *.tar.lzma*) \
460
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
519
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
520
        *.tar.xz*) \
 
521
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
461
522
        *.tar.Z*) \
462
523
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
463
524
        *.shar.gz*) \
464
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
525
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
465
526
        *.zip*) \
466
527
          unzip $(distdir).zip ;;\
467
528
        esac
469
530
        mkdir $(distdir)/_build
470
531
        mkdir $(distdir)/_inst
471
532
        chmod a-w $(distdir)
 
533
        test -d $(distdir)/_build || exit 0; \
472
534
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
473
535
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
474
 
          && cd $(distdir)/_build \
 
536
          && am__cwd=`pwd` \
 
537
          && $(am__cd) $(distdir)/_build \
475
538
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
476
539
            $(DISTCHECK_CONFIGURE_FLAGS) \
477
540
          && $(MAKE) $(AM_MAKEFLAGS) \
493
556
          && rm -rf "$$dc_destdir" \
494
557
          && $(MAKE) $(AM_MAKEFLAGS) dist \
495
558
          && rm -rf $(DIST_ARCHIVES) \
496
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
559
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
560
          && cd "$$am__cwd" \
 
561
          || exit 1
497
562
        $(am__remove_distdir)
498
563
        @(echo "$(distdir) archives ready for distribution: "; \
499
564
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
500
565
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
501
566
distuninstallcheck:
502
 
        @cd $(distuninstallcheck_dir) \
 
567
        @$(am__cd) '$(distuninstallcheck_dir)' \
503
568
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
504
569
           || { echo "ERROR: files left after uninstall:" ; \
505
570
                if test -n "$(DESTDIR)"; then \
541
606
 
542
607
distclean-generic:
543
608
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
609
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
610
 
545
611
maintainer-clean-generic:
546
612
        @echo "This command is intended for maintainers to use"
560
626
 
561
627
html: html-recursive
562
628
 
 
629
html-am:
 
630
 
563
631
info: info-recursive
564
632
 
565
633
info-am:
568
636
 
569
637
install-dvi: install-dvi-recursive
570
638
 
 
639
install-dvi-am:
 
640
 
571
641
install-exec-am:
572
642
 
573
643
install-html: install-html-recursive
574
644
 
 
645
install-html-am:
 
646
 
575
647
install-info: install-info-recursive
576
648
 
 
649
install-info-am:
 
650
 
577
651
install-man:
578
652
 
579
653
install-pdf: install-pdf-recursive
580
654
 
 
655
install-pdf-am:
 
656
 
581
657
install-ps: install-ps-recursive
582
658
 
 
659
install-ps-am:
 
660
 
583
661
installcheck-am:
584
662
 
585
663
maintainer-clean: maintainer-clean-recursive
602
680
 
603
681
uninstall-am:
604
682
 
605
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
606
 
        install-strip
 
683
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
684
        ctags-recursive install-am install-strip tags-recursive
607
685
 
608
686
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
609
687
        all all-am am--refresh check check-am clean clean-generic \
610
688
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
611
 
        dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
612
 
        distclean distclean-generic distclean-hdr distclean-tags \
613
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
614
 
        html-am info info-am install install-am install-data \
615
 
        install-data-am install-data-local install-dvi install-dvi-am \
616
 
        install-exec install-exec-am install-html install-html-am \
617
 
        install-info install-info-am install-man install-pdf \
618
 
        install-pdf-am install-ps install-ps-am install-strip \
619
 
        installcheck installcheck-am installdirs installdirs-am \
620
 
        maintainer-clean maintainer-clean-generic mostlyclean \
621
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
622
 
        uninstall uninstall-am
 
689
        dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
690
        distcheck distclean distclean-generic distclean-hdr \
 
691
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
692
        dvi-am html html-am info info-am install install-am \
 
693
        install-data install-data-am install-data-local install-dvi \
 
694
        install-dvi-am install-exec install-exec-am install-html \
 
695
        install-html-am install-info install-info-am install-man \
 
696
        install-pdf install-pdf-am install-ps install-ps-am \
 
697
        install-strip installcheck installcheck-am installdirs \
 
698
        installdirs-am maintainer-clean maintainer-clean-generic \
 
699
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
700
        tags-recursive uninstall uninstall-am
623
701
 
624
702
 
625
703
install-data-local:
642
720
            fi \
643
721
          done \
644
722
        fi
 
723
 
645
724
# Tell versions [3.59,3.63) of GNU make to not export all variables.
646
725
# Otherwise a system limit (for SysV at least) may be exceeded.
647
726
.NOEXPORT: