~ubuntu-branches/ubuntu/lucid/gst-plugins-bad0.10/lucid-proposed

« back to all changes in this revision

Viewing changes to sys/acmmp3dec/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Tony Espy
  • Date: 2009-12-04 13:17:51 UTC
  • mfrom: (18.4.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204131751-hpo02yltrcsmy1xh
Tags: 0.10.17-1ubuntu1
* Merge from Debian testing (LP: #481645), remaining changes:
  - Removed plugins that are now provided -good
    - libgstdtmf.so
    - libgstvalve.so
    - libgstautoconvert.so
    - libgstrtpmux.so
    - libgstliveadder.so

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 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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
46
48
        $(top_srcdir)/common/m4/gst-arch.m4 \
47
49
        $(top_srcdir)/common/m4/gst-args.m4 \
48
50
        $(top_srcdir)/common/m4/gst-check.m4 \
 
51
        $(top_srcdir)/common/m4/gst-default.m4 \
49
52
        $(top_srcdir)/common/m4/gst-dowhile.m4 \
50
53
        $(top_srcdir)/common/m4/gst-error.m4 \
51
54
        $(top_srcdir)/common/m4/gst-feature.m4 \
72
75
mkinstalldirs = $(install_sh) -d
73
76
CONFIG_HEADER = $(top_builddir)/config.h
74
77
CONFIG_CLEAN_FILES =
 
78
CONFIG_CLEAN_VPATH_FILES =
75
79
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76
80
am__vpath_adj = case $$p in \
77
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78
82
    *) f=$$p;; \
79
83
  esac;
80
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
84
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
85
am__install_max = 40
 
86
am__nobase_strip_setup = \
 
87
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
88
am__nobase_strip = \
 
89
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
90
am__nobase_list = $(am__nobase_strip_setup); \
 
91
  for p in $$list; do echo "$$p $$p"; done | \
 
92
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
93
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
94
    if (++n[$$2] == $(am__install_max)) \
 
95
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
96
    END { for (dir in files) print dir, files[dir] }'
 
97
am__base_list = \
 
98
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
99
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81
100
am__installdirs = "$(DESTDIR)$(plugindir)"
82
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
83
101
LTLIBRARIES = $(plugin_LTLIBRARIES)
84
102
am__DEPENDENCIES_1 =
85
103
libgstacmmp3dec_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
93
111
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
94
112
depcomp = $(SHELL) $(top_srcdir)/depcomp
95
113
am__depfiles_maybe = depfiles
 
114
am__mv = mv -f
96
115
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97
116
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
117
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
133
152
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
134
153
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
135
154
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
155
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
156
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
157
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
158
CELT_0_7_LIBS = @CELT_0_7_LIBS@
136
159
CELT_CFLAGS = @CELT_CFLAGS@
137
160
CELT_LIBS = @CELT_LIBS@
138
161
CFLAGS = @CFLAGS@
 
162
COG_CFLAGS = @COG_CFLAGS@
 
163
COG_LIBS = @COG_LIBS@
139
164
CPP = @CPP@
140
165
CPPFLAGS = @CPPFLAGS@
141
166
CXX = @CXX@
144
169
CXXFLAGS = @CXXFLAGS@
145
170
CYGPATH_W = @CYGPATH_W@
146
171
DCCP_LIBS = @DCCP_LIBS@
 
172
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
173
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
174
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
175
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
176
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
147
177
DEFS = @DEFS@
148
178
DEPDIR = @DEPDIR@
149
179
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
321
351
OBJEXT = @OBJEXT@
322
352
OFA_CFLAGS = @OFA_CFLAGS@
323
353
OFA_LIBS = @OFA_LIBS@
 
354
ORCC = @ORCC@
324
355
OTOOL = @OTOOL@
325
356
OTOOL64 = @OTOOL64@
326
357
PACKAGE = @PACKAGE@
347
378
PYTHON_VERSION = @PYTHON_VERSION@
348
379
Q = @Q@
349
380
RANLIB = @RANLIB@
 
381
RSVG_CFLAGS = @RSVG_CFLAGS@
 
382
RSVG_LIBS = @RSVG_LIBS@
350
383
SCHRO_CFLAGS = @SCHRO_CFLAGS@
351
384
SCHRO_LIBS = @SCHRO_LIBS@
352
385
SDL_CFLAGS = @SDL_CFLAGS@
398
431
X_EXTRA_LIBS = @X_EXTRA_LIBS@
399
432
X_LIBS = @X_LIBS@
400
433
X_PRE_LIBS = @X_PRE_LIBS@
 
434
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
435
ZBAR_LIBS = @ZBAR_LIBS@
401
436
abs_builddir = @abs_builddir@
402
437
abs_srcdir = @abs_srcdir@
403
438
abs_top_builddir = @abs_top_builddir@
485
520
              exit 1;; \
486
521
          esac; \
487
522
        done; \
488
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  sys/acmmp3dec/Makefile'; \
489
 
        cd $(top_srcdir) && \
490
 
          $(AUTOMAKE) --gnu  sys/acmmp3dec/Makefile
 
523
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu sys/acmmp3dec/Makefile'; \
 
524
        $(am__cd) $(top_srcdir) && \
 
525
          $(AUTOMAKE) --gnu sys/acmmp3dec/Makefile
491
526
.PRECIOUS: Makefile
492
527
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
493
528
        @case '$?' in \
505
540
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
506
541
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
507
542
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
543
$(am__aclocal_m4_deps):
508
544
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
509
545
        @$(NORMAL_INSTALL)
510
546
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
511
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
547
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
548
        list2=; for p in $$list; do \
512
549
          if test -f $$p; then \
513
 
            f=$(am__strip_dir) \
514
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
515
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
550
            list2="$$list2 $$p"; \
516
551
          else :; fi; \
517
 
        done
 
552
        done; \
 
553
        test -z "$$list2" || { \
 
554
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
555
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
556
        }
518
557
 
519
558
uninstall-pluginLTLIBRARIES:
520
559
        @$(NORMAL_UNINSTALL)
521
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
522
 
          p=$(am__strip_dir) \
523
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
524
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
560
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
561
        for p in $$list; do \
 
562
          $(am__strip_dir) \
 
563
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
564
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
525
565
        done
526
566
 
527
567
clean-pluginLTLIBRARIES:
545
585
 
546
586
.c.o:
547
587
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
548
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
588
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
549
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550
590
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
591
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
552
592
 
553
593
.c.obj:
554
594
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
555
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
595
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
556
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
557
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558
598
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
559
599
 
560
600
.c.lo:
561
601
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
562
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
602
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
563
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
564
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565
605
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
566
606
 
567
607
libgstacmmp3dec_la-acmmp3dec.lo: acmmp3dec.c
568
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstacmmp3dec_la_CFLAGS) $(CFLAGS) -MT libgstacmmp3dec_la-acmmp3dec.lo -MD -MP -MF $(DEPDIR)/libgstacmmp3dec_la-acmmp3dec.Tpo -c -o libgstacmmp3dec_la-acmmp3dec.lo `test -f 'acmmp3dec.c' || echo '$(srcdir)/'`acmmp3dec.c
569
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstacmmp3dec_la-acmmp3dec.Tpo $(DEPDIR)/libgstacmmp3dec_la-acmmp3dec.Plo
 
608
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstacmmp3dec_la_CFLAGS) $(CFLAGS) -MT libgstacmmp3dec_la-acmmp3dec.lo -MD -MP -MF $(DEPDIR)/libgstacmmp3dec_la-acmmp3dec.Tpo -c -o libgstacmmp3dec_la-acmmp3dec.lo `test -f 'acmmp3dec.c' || echo '$(srcdir)/'`acmmp3dec.c
 
609
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstacmmp3dec_la-acmmp3dec.Tpo $(DEPDIR)/libgstacmmp3dec_la-acmmp3dec.Plo
570
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='acmmp3dec.c' object='libgstacmmp3dec_la-acmmp3dec.lo' libtool=yes @AMDEPBACKSLASH@
571
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstacmmp3dec_la_CFLAGS) $(CFLAGS) -c -o libgstacmmp3dec_la-acmmp3dec.lo `test -f 'acmmp3dec.c' || echo '$(srcdir)/'`acmmp3dec.c
 
612
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstacmmp3dec_la_CFLAGS) $(CFLAGS) -c -o libgstacmmp3dec_la-acmmp3dec.lo `test -f 'acmmp3dec.c' || echo '$(srcdir)/'`acmmp3dec.c
573
613
 
574
614
mostlyclean-libtool:
575
615
        -rm -f *.lo
589
629
 
590
630
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
591
631
                $(TAGS_FILES) $(LISP)
592
 
        tags=; \
 
632
        set x; \
593
633
        here=`pwd`; \
594
634
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
595
635
        unique=`for i in $$list; do \
597
637
          done | \
598
638
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
599
639
              END { if (nonempty) { for (i in files) print i; }; }'`; \
600
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
640
        shift; \
 
641
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
601
642
          test -n "$$unique" || unique=$$empty_fix; \
602
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603
 
            $$tags $$unique; \
 
643
          if test $$# -gt 0; then \
 
644
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
645
              "$$@" $$unique; \
 
646
          else \
 
647
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
648
              $$unique; \
 
649
          fi; \
604
650
        fi
605
651
ctags: CTAGS
606
652
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
607
653
                $(TAGS_FILES) $(LISP)
608
 
        tags=; \
609
654
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
610
655
        unique=`for i in $$list; do \
611
656
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
612
657
          done | \
613
658
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
614
659
              END { if (nonempty) { for (i in files) print i; }; }'`; \
615
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
660
        test -z "$(CTAGS_ARGS)$$unique" \
616
661
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
617
 
             $$tags $$unique
 
662
             $$unique
618
663
 
619
664
GTAGS:
620
665
        here=`$(am__cd) $(top_builddir) && pwd` \
621
 
          && cd $(top_srcdir) \
622
 
          && gtags -i $(GTAGS_ARGS) $$here
 
666
          && $(am__cd) $(top_srcdir) \
 
667
          && gtags -i $(GTAGS_ARGS) "$$here"
623
668
 
624
669
distclean-tags:
625
670
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640
685
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
641
686
          if test -d $$d/$$file; then \
642
687
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
688
            if test -d "$(distdir)/$$file"; then \
 
689
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
690
            fi; \
643
691
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
644
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
692
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
693
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645
694
            fi; \
646
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
695
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
647
696
          else \
648
 
            test -f $(distdir)/$$file \
649
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
697
            test -f "$(distdir)/$$file" \
 
698
            || cp -p $$d/$$file "$(distdir)/$$file" \
650
699
            || exit 1; \
651
700
          fi; \
652
701
        done
677
726
 
678
727
distclean-generic:
679
728
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
729
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
680
730
 
681
731
maintainer-clean-generic:
682
732
        @echo "This command is intended for maintainers to use"
698
748
 
699
749
html: html-am
700
750
 
 
751
html-am:
 
752
 
701
753
info: info-am
702
754
 
703
755
info-am:
706
758
 
707
759
install-dvi: install-dvi-am
708
760
 
 
761
install-dvi-am:
 
762
 
709
763
install-exec-am:
710
764
 
711
765
install-html: install-html-am
712
766
 
 
767
install-html-am:
 
768
 
713
769
install-info: install-info-am
714
770
 
 
771
install-info-am:
 
772
 
715
773
install-man:
716
774
 
717
775
install-pdf: install-pdf-am
718
776
 
 
777
install-pdf-am:
 
778
 
719
779
install-ps: install-ps-am
720
780
 
 
781
install-ps-am:
 
782
 
721
783
installcheck-am:
722
784
 
723
785
maintainer-clean: maintainer-clean-am
756
818
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
757
819
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
758
820
 
 
821
 
759
822
# Tell versions [3.59,3.63) of GNU make to not export all variables.
760
823
# Otherwise a system limit (for SysV at least) may be exceeded.
761
824
.NOEXPORT: