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

« back to all changes in this revision

Viewing changes to gst/nuvdemux/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.
17
18
 
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
48
50
        $(top_srcdir)/common/m4/gst-arch.m4 \
49
51
        $(top_srcdir)/common/m4/gst-args.m4 \
50
52
        $(top_srcdir)/common/m4/gst-check.m4 \
 
53
        $(top_srcdir)/common/m4/gst-default.m4 \
51
54
        $(top_srcdir)/common/m4/gst-dowhile.m4 \
52
55
        $(top_srcdir)/common/m4/gst-error.m4 \
53
56
        $(top_srcdir)/common/m4/gst-feature.m4 \
74
77
mkinstalldirs = $(install_sh) -d
75
78
CONFIG_HEADER = $(top_builddir)/config.h
76
79
CONFIG_CLEAN_FILES =
 
80
CONFIG_CLEAN_VPATH_FILES =
77
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78
82
am__vpath_adj = case $$p in \
79
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80
84
    *) f=$$p;; \
81
85
  esac;
82
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
87
am__install_max = 40
 
88
am__nobase_strip_setup = \
 
89
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
90
am__nobase_strip = \
 
91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
92
am__nobase_list = $(am__nobase_strip_setup); \
 
93
  for p in $$list; do echo "$$p $$p"; done | \
 
94
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
95
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
96
    if (++n[$$2] == $(am__install_max)) \
 
97
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
98
    END { for (dir in files) print dir, files[dir] }'
 
99
am__base_list = \
 
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83
102
am__installdirs = "$(DESTDIR)$(plugindir)"
84
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
85
103
LTLIBRARIES = $(plugin_LTLIBRARIES)
86
104
am__DEPENDENCIES_1 =
87
105
libgstnuvdemux_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
94
112
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
95
113
depcomp = $(SHELL) $(top_srcdir)/depcomp
96
114
am__depfiles_maybe = depfiles
 
115
am__mv = mv -f
97
116
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
117
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
118
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
135
154
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
136
155
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
137
156
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
157
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
158
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
159
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
160
CELT_0_7_LIBS = @CELT_0_7_LIBS@
138
161
CELT_CFLAGS = @CELT_CFLAGS@
139
162
CELT_LIBS = @CELT_LIBS@
140
163
CFLAGS = @CFLAGS@
 
164
COG_CFLAGS = @COG_CFLAGS@
 
165
COG_LIBS = @COG_LIBS@
141
166
CPP = @CPP@
142
167
CPPFLAGS = @CPPFLAGS@
143
168
CXX = @CXX@
146
171
CXXFLAGS = @CXXFLAGS@
147
172
CYGPATH_W = @CYGPATH_W@
148
173
DCCP_LIBS = @DCCP_LIBS@
 
174
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
175
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
176
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
177
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
178
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
149
179
DEFS = @DEFS@
150
180
DEPDIR = @DEPDIR@
151
181
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
323
353
OBJEXT = @OBJEXT@
324
354
OFA_CFLAGS = @OFA_CFLAGS@
325
355
OFA_LIBS = @OFA_LIBS@
 
356
ORCC = @ORCC@
326
357
OTOOL = @OTOOL@
327
358
OTOOL64 = @OTOOL64@
328
359
PACKAGE = @PACKAGE@
349
380
PYTHON_VERSION = @PYTHON_VERSION@
350
381
Q = @Q@
351
382
RANLIB = @RANLIB@
 
383
RSVG_CFLAGS = @RSVG_CFLAGS@
 
384
RSVG_LIBS = @RSVG_LIBS@
352
385
SCHRO_CFLAGS = @SCHRO_CFLAGS@
353
386
SCHRO_LIBS = @SCHRO_LIBS@
354
387
SDL_CFLAGS = @SDL_CFLAGS@
400
433
X_EXTRA_LIBS = @X_EXTRA_LIBS@
401
434
X_LIBS = @X_LIBS@
402
435
X_PRE_LIBS = @X_PRE_LIBS@
 
436
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
437
ZBAR_LIBS = @ZBAR_LIBS@
403
438
abs_builddir = @abs_builddir@
404
439
abs_srcdir = @abs_srcdir@
405
440
abs_top_builddir = @abs_top_builddir@
480
515
              exit 1;; \
481
516
          esac; \
482
517
        done; \
483
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gst/nuvdemux/Makefile'; \
484
 
        cd $(top_srcdir) && \
485
 
          $(AUTOMAKE) --gnu  gst/nuvdemux/Makefile
 
518
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/nuvdemux/Makefile'; \
 
519
        $(am__cd) $(top_srcdir) && \
 
520
          $(AUTOMAKE) --gnu gst/nuvdemux/Makefile
486
521
.PRECIOUS: Makefile
487
522
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
488
523
        @case '$?' in \
500
535
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501
536
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
502
537
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
538
$(am__aclocal_m4_deps):
503
539
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
504
540
        @$(NORMAL_INSTALL)
505
541
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
506
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
542
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
543
        list2=; for p in $$list; do \
507
544
          if test -f $$p; then \
508
 
            f=$(am__strip_dir) \
509
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
510
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
545
            list2="$$list2 $$p"; \
511
546
          else :; fi; \
512
 
        done
 
547
        done; \
 
548
        test -z "$$list2" || { \
 
549
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
550
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
551
        }
513
552
 
514
553
uninstall-pluginLTLIBRARIES:
515
554
        @$(NORMAL_UNINSTALL)
516
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
517
 
          p=$(am__strip_dir) \
518
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
519
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
555
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
556
        for p in $$list; do \
 
557
          $(am__strip_dir) \
 
558
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
559
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
520
560
        done
521
561
 
522
562
clean-pluginLTLIBRARIES:
540
580
 
541
581
.c.o:
542
582
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
543
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
583
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544
584
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545
585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546
586
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
547
587
 
548
588
.c.obj:
549
589
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
550
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
590
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
551
591
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
552
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553
593
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
554
594
 
555
595
.c.lo:
556
596
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
557
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
597
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
558
598
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
559
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560
600
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
561
601
 
562
602
libgstnuvdemux_la-gstnuvdemux.lo: gstnuvdemux.c
563
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstnuvdemux_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnuvdemux_la_CFLAGS) $(CFLAGS) -MT libgstnuvdemux_la-gstnuvdemux.lo -MD -MP -MF $(DEPDIR)/libgstnuvdemux_la-gstnuvdemux.Tpo -c -o libgstnuvdemux_la-gstnuvdemux.lo `test -f 'gstnuvdemux.c' || echo '$(srcdir)/'`gstnuvdemux.c
564
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstnuvdemux_la-gstnuvdemux.Tpo $(DEPDIR)/libgstnuvdemux_la-gstnuvdemux.Plo
 
603
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstnuvdemux_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnuvdemux_la_CFLAGS) $(CFLAGS) -MT libgstnuvdemux_la-gstnuvdemux.lo -MD -MP -MF $(DEPDIR)/libgstnuvdemux_la-gstnuvdemux.Tpo -c -o libgstnuvdemux_la-gstnuvdemux.lo `test -f 'gstnuvdemux.c' || echo '$(srcdir)/'`gstnuvdemux.c
 
604
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstnuvdemux_la-gstnuvdemux.Tpo $(DEPDIR)/libgstnuvdemux_la-gstnuvdemux.Plo
565
605
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstnuvdemux.c' object='libgstnuvdemux_la-gstnuvdemux.lo' libtool=yes @AMDEPBACKSLASH@
566
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstnuvdemux_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnuvdemux_la_CFLAGS) $(CFLAGS) -c -o libgstnuvdemux_la-gstnuvdemux.lo `test -f 'gstnuvdemux.c' || echo '$(srcdir)/'`gstnuvdemux.c
 
607
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstnuvdemux_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstnuvdemux_la_CFLAGS) $(CFLAGS) -c -o libgstnuvdemux_la-gstnuvdemux.lo `test -f 'gstnuvdemux.c' || echo '$(srcdir)/'`gstnuvdemux.c
568
608
 
569
609
mostlyclean-libtool:
570
610
        -rm -f *.lo
584
624
 
585
625
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
586
626
                $(TAGS_FILES) $(LISP)
587
 
        tags=; \
 
627
        set x; \
588
628
        here=`pwd`; \
589
629
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
590
630
        unique=`for i in $$list; do \
592
632
          done | \
593
633
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
634
              END { if (nonempty) { for (i in files) print i; }; }'`; \
595
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
635
        shift; \
 
636
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
596
637
          test -n "$$unique" || unique=$$empty_fix; \
597
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598
 
            $$tags $$unique; \
 
638
          if test $$# -gt 0; then \
 
639
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
640
              "$$@" $$unique; \
 
641
          else \
 
642
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
643
              $$unique; \
 
644
          fi; \
599
645
        fi
600
646
ctags: CTAGS
601
647
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
602
648
                $(TAGS_FILES) $(LISP)
603
 
        tags=; \
604
649
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
605
650
        unique=`for i in $$list; do \
606
651
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607
652
          done | \
608
653
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609
654
              END { if (nonempty) { for (i in files) print i; }; }'`; \
610
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
655
        test -z "$(CTAGS_ARGS)$$unique" \
611
656
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
612
 
             $$tags $$unique
 
657
             $$unique
613
658
 
614
659
GTAGS:
615
660
        here=`$(am__cd) $(top_builddir) && pwd` \
616
 
          && cd $(top_srcdir) \
617
 
          && gtags -i $(GTAGS_ARGS) $$here
 
661
          && $(am__cd) $(top_srcdir) \
 
662
          && gtags -i $(GTAGS_ARGS) "$$here"
618
663
 
619
664
distclean-tags:
620
665
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
635
680
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
636
681
          if test -d $$d/$$file; then \
637
682
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
683
            if test -d "$(distdir)/$$file"; then \
 
684
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
685
            fi; \
638
686
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
639
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
687
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
688
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640
689
            fi; \
641
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
690
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
642
691
          else \
643
 
            test -f $(distdir)/$$file \
644
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
692
            test -f "$(distdir)/$$file" \
 
693
            || cp -p $$d/$$file "$(distdir)/$$file" \
645
694
            || exit 1; \
646
695
          fi; \
647
696
        done
672
721
 
673
722
distclean-generic:
674
723
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
724
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
675
725
 
676
726
maintainer-clean-generic:
677
727
        @echo "This command is intended for maintainers to use"
693
743
 
694
744
html: html-am
695
745
 
 
746
html-am:
 
747
 
696
748
info: info-am
697
749
 
698
750
info-am:
701
753
 
702
754
install-dvi: install-dvi-am
703
755
 
 
756
install-dvi-am:
 
757
 
704
758
install-exec-am:
705
759
 
706
760
install-html: install-html-am
707
761
 
 
762
install-html-am:
 
763
 
708
764
install-info: install-info-am
709
765
 
 
766
install-info-am:
 
767
 
710
768
install-man:
711
769
 
712
770
install-pdf: install-pdf-am
713
771
 
 
772
install-pdf-am:
 
773
 
714
774
install-ps: install-ps-am
715
775
 
 
776
install-ps-am:
 
777
 
716
778
installcheck-am:
717
779
 
718
780
maintainer-clean: maintainer-clean-am
751
813
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
752
814
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
753
815
 
 
816
 
754
817
# Tell versions [3.59,3.63) of GNU make to not export all variables.
755
818
# Otherwise a system limit (for SysV at least) may be exceeded.
756
819
.NOEXPORT: